@charset "UTF-8";
/* @tailwind base; */
@tailwind components;
@tailwind utilities;
/* Primary sub-menu dropdown styles */
.parent-menu-item {
  /* cursor: pointer; */
}

.primary-sub-menu {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  z-index: 50;
  background-color: transparent;
  padding-top: 10px;
  margin-left: -35px;
}

.primary-sub-menu a {
  color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.group:hover .primary-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Debug styles - remove after testing */
.primary-sub-menu:not(.hidden) {
  display: block !important;
}

html {
  background: #000000;
  scroll-behavior: smooth;
}

::selection {
  /*background: #FDDD8A;*/
  background: #0188cf;
  color: #FFFFFF;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.site-logo {
  height: 60px;
  max-height: 80px;
  width: auto;
}

@media (min-width: 640px) {
  .site-logo {
    height: 90px;
    max-height: 120px;
  }
}
.site-header {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
  top: 0;
}

.site-header.shrunk .site-logo {
  height: 47px;
}

.admin-bar .site-header {
  top: 32px;
}

.h1, .h2, .h3, .h4, .h5, .h6, a, h1, h2, h3, h4, h5, h6, p a {
  color: #303030;
}

.entry-content > p,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > figure,
.entry-content > table,
.entry-content > .wp-block-list,
.entry-content > .wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.home .entry-content > p,
.home .entry-content > h1,
.home .entry-content > h2,
.home .entry-content > h3,
.home .entry-content > h4,
.home .entry-content > h5,
.home .entry-content > h6,
.home .entry-content > ul,
.home .entry-content > ol,
.home .entry-content > blockquote,
.home .entry-content > figure,
.home .entry-content > table,
.home .entry-content > .wp-block-list,
.home .entry-content > .wp-block-image {
  max-width: 66rem;
}

.entry-content > *:first-child {
  padding-top: 3rem;
}

@media (min-width: 640px) {
  .entry-content > *:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .entry-content > p,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > blockquote,
  .entry-content > figure,
  .entry-content > table,
  .entry-content > .wp-block-list,
  .entry-content > .wp-block-image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-id-535 .entry-content > p,
.page-id-535 .entry-content > h1,
.page-id-535 .entry-content > h2,
.page-id-535 .entry-content > h3,
.page-id-535 .entry-content > h4,
.page-id-535 .entry-content > h5,
.page-id-535 .entry-content > h6,
.page-id-535 .entry-content > ul,
.page-id-535 .entry-content > ol,
.page-id-535 .entry-content > blockquote,
.page-id-535 .entry-content > figure,
.page-id-535 .entry-content > table,
.page-id-535 .entry-content > .wp-block-list,
.page-id-535 .entry-content > .wp-block-image {
  max-width: 60rem !important;
}

.entry-content > .wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding: 2rem 1.5rem;
}

.entry-content > .wp-block-buttons a {
  text-align: center;
}

@media (min-width: 1024px) {
  .entry-content > .wp-block-buttons {
    padding: 1rem 0;
  }
}
a.primary-button,
a.outline-button,
.outline-button a,
.submit-wrap > div input {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 19px;
  margin: 0;
  padding: 10px 23px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  letter-spacing: 1px;
  text-shadow: none;
  background-color: transparent;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
}

.outline-button a {
  border: 2px solid #303030;
  color: #303030 !important;
}

a.outline-button {
  border: 2px solid #fff;
  color: #fff !important;
}

a.outline-button:hover,
a.outline-button:focus,
a.outline-button:focus-visible,
a.outline-button:active,
.outline-button a:hover,
.outline-button a:focus,
.outline-button a:focus-visible,
.outline-button a:active {
  background-color: #0188cf;
  border-color: #1abc9c;
  color: #fff !important;
}

a.primary-button,
.submit-wrap > div input {
  color: #2e282f;
  background-color: #e6c7eb;
}

a.primary-button:hover,
a.primary-button:focus,
a.primary-button:focus-visible,
a.primary-button:active {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.submit-wrap > div input:hover,
.submit-wrap > div input:focus,
.submit-wrap > div input:focus-visible,
.submit-wrap > div input:active {
  color: #2e282f;
  background-color: #fff;
  color: #303030;
}

.wp-block-button__link {
  color: #2e282f;
  background-color: #e6c7eb;
  border-radius: 0;
  font-size: 15px;
}

.youtube .wp-block-button__link {
  background-color: #ffffff;
  background: url("/public_html/wp-content/themes/trieste/img/youtube.svg") 1rem center no-repeat #fff;
background: url("/wp-content/themes/trieste/img/youtube.svg") 1rem center no-repeat #fff;
  background-size: auto 20px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-shadow: rgba(33, 35, 38, 0.05) 0px 10px 10px -10px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding-left: 54px;
  box-sizing: border-box;
  transition: all 0.3s linear;
}

.youtube .wp-block-button__link:hover,
.youtube .wp-block-button__link:focus,
.youtube .wp-block-button__link:focus-visible,
.youtube .wp-block-button__link:active {
  border: 2px solid #1abc9c;
}

.entry-content > .wp-block-image {
  text-align: center;
}

.columns .prose li {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 10px;
}

.columns .prose ul,
.columns .prose ol {
  margin: 10px 0;
}

.columns .prose p + ul,
.columns .prose p + ol {
  margin: 0 0 10px;
  padding-left: 0 !important;
}

.columns .prose p + ul {
  list-style: none;
}

.columns .prose p + ul li,
.columns .prose p + ol li {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 8px;
}

.columns .prose p + ul li {
  padding-left: 1.5rem;
  position: relative;
}

.columns .prose p + ul li::before {
  content: "–";
  margin-right: 0.5em;
  display: inline-block;
  position: absolute;
  left: 0;
}

h1 {
  font-family: "Fahkwang", "Tenor Sans", Helvetica, Arial, sans-serif;
  font-size: 58px !important;
  line-height: 1.1 !important;
  margin-top: 6rem !important;
  margin-bottom: 1.25rem !important;
  position: relative;
}

.home h1 {
  margin-top: 23rem !important;
}

.page-template-page-gallery h1 {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.page-template-page-homes .entry-content > h1 {
  display: none;
}

body:not(.wp-admin) h2,
body:not(.wp-admin) .h2,
body:not(.wp-admin) h2 a {
  color: #d1d1d1; /* text-black-950 */
  font-family: "Fahkwang", "Tenor Sans", Helvetica, Arial, sans-serif;
  font-size: 38px; /* text-[38px] */
  font-weight: 400;
  line-height: 1.38462em; /* leading-[1.38462em] */
  text-wrap: pretty; /* text-pretty (requires supported browsers) */
  -webkit-font-smoothing: antialiased; /* antialiased */
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

@media (min-width: 640px) {
  body:not(.wp-admin) h2,
  body:not(.wp-admin) .h2,
  body:not(.wp-admin) h2 a {
    font-size: 2.75rem;
    line-height: normal;
  }
}
.wp-admin h2, .wp-admin .h2, .wp-admin h2 a {
  color: #000;
}

.edit-post-layout__metaboxes h2,
.editor-sidebar h2 {
  font-family: inherit;
  text-transform: none;
}

.edit-post-layout__metaboxes h2:after,
.editor-sidebar h2:after,
h2.components-panel__body-title:after {
  display: none;
}

.columns-half h2 {
  margin-top: 0;
}

h3, .h3, h3 a, h2.h3 {
  color: #303030;
  font-family: "Raleway", sans-serif;
  font-size: 17.5px;
  letter-spacing: 1px;
  line-height: 1.3043478261em;
  margin-bottom: 8px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

h3.h3 {
  margin: 3rem 0 1.5rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5rem;
}

@media (min-width: 640px) {
  h3.h3 {
    padding: 0;
  }
}
h2.h3:after {
  display: none;
}

* + h3 {
  margin-top: 3.75rem;
}

h4, .h4, h4 a,
h5, .h5, h5 a {
  color: #303030;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.3043478261em;
  margin-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

p {
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 10px;
}

.page-template-page-gallery p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

/* Gallery Styles */
.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.gallery-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gallery-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

/* Individual image classes for custom styling */
.gallery-image-01,
.gallery-image-01-duplicate-2,
.gallery-image-01-duplicate-3 {
  /* Custom styles for image 1 */
  height: 5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 80vw;
}

.gallery-image-01 {
  margin-left: -40vw;
}

.gallery-image-01-duplicate-2 {
  margin-left: -120vw;
}

.gallery-image-01-duplicate-3 {
  margin-left: 40vw;
}

.gallery-image-01 img,
.gallery-image-01-duplicate-2 img,
.gallery-image-01-duplicate-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-image-02 {
  position: absolute;
  top: 8vw;
  left: -6.67vw;
  width: 26.67vw;
}

.gallery-image-03 {
  position: absolute;
  top: 8vw;
  right: -6.67vw;
  width: 26.67vw;
}

.gallery-image-04 {
  position: absolute;
  top: 30.67vw;
  left: -4vw;
  width: 29.6vw;
}

.gallery-image-05 {
  position: absolute;
  top: 28vw;
  left: 50%;
  margin-left: -18.67vw;
  width: 37.33vw;
}

.gallery-image-06 {
  position: absolute;
  top: 30.67vw;
  right: -4vw;
  width: 29.6vw;
}

.gallery-image-07 {
  position: absolute;
  top: 56.33vw;
  left: -10vw;
  width: 40vw;
}

.gallery-image-08 {
  position: absolute;
  top: 53.33vw;
  left: 50%;
  margin-left: -15.67vw;
  width: 31.33vw;
}

.gallery-image-09 {
  position: absolute;
  top: 56.33vw;
  right: -10vw;
  width: 40vw;
}

.gallery-image-10 {
  position: absolute;
  top: 82.5vw;
  left: 6.67vw;
  width: 41.33vw;
}

.gallery-image-11 {
  position: absolute;
  top: 85.67vw;
  right: 6.67vw;
  width: 39.33vw;
}

.gallery-image-12 {
  position: absolute;
  top: 118vw;
  left: -2.67vw;
  width: 32.67vw;
}

.gallery-image-13 {
  position: absolute;
  top: 119.33vw;
  left: 50%;
  margin-left: -16.63vw;
  width: 32.67vw;
}

.gallery-image-14 {
  position: absolute;
  top: 118vw;
  right: -2.67vw;
  width: 32.67vw;
}

/* Additional gallery images for dynamic layout */
.gallery-image-15 {
  position: absolute;
  top: 150vw;
  left: -4vw;
  width: 29.6vw;
}

.gallery-image-16 {
  position: absolute;
  top: 148vw;
  left: 50%;
  margin-left: -18.67vw;
  width: 37.33vw;
}

.gallery-image-17 {
  position: absolute;
  top: 150vw;
  right: -4vw;
  width: 29.6vw;
}

.gallery-image-18 {
  position: absolute;
  top: 180.67vw;
  left: -10vw;
  width: 40vw;
}

.gallery-image-19 {
  position: absolute;
  top: 177.67vw;
  left: 50%;
  margin-left: -15.67vw;
  width: 31.33vw;
}

.gallery-image-20 {
  position: absolute;
  top: 180.67vw;
  right: -10vw;
  width: 40vw;
}

.gallery-image-21 {
  position: absolute;
  top: 213.33vw;
  left: 6.67vw;
  width: 33.33vw;
}

.gallery-image-22 {
  position: absolute;
  top: 213.33vw;
  right: 6.67vw;
  width: 33.33vw;
}

.gallery-image-23 {
  position: absolute;
  top: 246vw;
  left: -6.67vw;
  width: 26.67vw;
}

/* Dynamic footer positioning based on image count */
.page-template-page-gallery.gallery-count-1 .site-footer {
  /* top: 112vw; */
}

.page-template-page-gallery.gallery-count-2 .site-footer {
  /* top: 120vw; */
}

.page-template-page-gallery.gallery-count-3 .site-footer {
  /* top: 128vw; */
}

.page-template-page-gallery.gallery-count-4 .site-footer {
  /* top: 136vw; */
}

.page-template-page-gallery.gallery-count-5 .site-footer {
  /* top: 144vw; */
}

.page-template-page-gallery.gallery-count-6 .site-footer {
  /* top: 152vw; */
}

.page-template-page-gallery.gallery-count-7 .site-footer {
  /* top: 160vw; */
}

.page-template-page-gallery.gallery-count-8 .site-footer {
  /* top: 168vw; */
}

.page-template-page-gallery.gallery-count-9 .site-footer {
  /* top: 176vw; */
}

.page-template-page-gallery.gallery-count-10 .site-footer {
  /* top: 184vw; */
}

.page-template-page-gallery.gallery-count-11 .site-footer {
  /* top: 192vw; */
}

.page-template-page-gallery.gallery-count-12 .site-footer {
  /* top: 200vw; */
}

.page-template-page-gallery.gallery-count-13 .site-footer {
  /* top: 208vw; */
}

.page-template-page-gallery.gallery-count-14 .site-footer {
  top: 112vw;
}

.page-template-page-gallery.gallery-count-15 .site-footer {
  top: 140vw;
}

.page-template-page-gallery.gallery-count-16 .site-footer {
  top: 148vw;
}

.page-template-page-gallery.gallery-count-17 .site-footer {
  top: 156vw;
}

.page-template-page-gallery.gallery-count-18 .site-footer {
  top: 164vw;
}

.page-template-page-gallery.gallery-count-19 .site-footer {
  top: 172vw;
}

.page-template-page-gallery.gallery-count-20 .site-footer {
  top: 180vw;
}

.page-template-page-gallery.gallery-count-21 .site-footer {
  top: 188vw;
}

.page-template-page-gallery.gallery-count-22 .site-footer {
  top: 196vw;
}

.page-template-page-gallery.gallery-count-23 .site-footer {
  top: 204vw;
}

.page-template-page-homes .site-footer {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .gallery-image-01,
  .gallery-image-02,
  .gallery-image-03,
  .gallery-image-04,
  .gallery-image-05,
  .gallery-image-06,
  .gallery-image-07,
  .gallery-image-08,
  .gallery-image-09,
  .gallery-image-10,
  .gallery-image-11,
  .gallery-image-12,
  .gallery-image-13,
  .gallery-image-14,
  .gallery-image-15,
  .gallery-image-16,
  .gallery-image-17,
  .gallery-image-18,
  .gallery-image-19,
  .gallery-image-20,
  .gallery-image-21,
  .gallery-image-22,
  .gallery-image-23 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    width: 80vw;
    margin: 0 auto !important;
  }
  .gallery-image-01-duplicate-2,
  .gallery-image-01-duplicate-3 {
    display: none;
  }
  .page-template-page-gallery .site-footer {
    top: 3rem !important;
  }
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .gallery-container {
    padding: 1rem 0.5rem;
  }
  .gallery-list {
    gap: 1rem;
  }
}
/* Homes Page Styles */
.homes-wrapper {
  background-color: #000000;
  margin-top: 40px;
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 10;
}

.homes-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.homes-title {
  color: #ffffff;
  font-family: "Fahkwang", "Tenor Sans", Helvetica, Arial, sans-serif;
  font-size: 40px !important;
  font-weight: 400;
  line-height: 50px !important;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.homes-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  margin: 1rem auto 0;
}

.homes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 8rem;
}

.homes-item {
  background-color: #333333;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.homes-item:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.homes-image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.homes-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.homes-item:hover .homes-image {
  transform: scale(1.05);
}

.homes-caption {
  color: #ffffff;
  font-family: "Fahkwang", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding: 25px 1rem 65px;
  margin: 0;
  background-color: #333333;
}

.homes-description {
  text-align: center;
  margin-bottom: 7rem;
  padding-top: 2rem;
}

.homes-description p {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Mobile adjustments for homes page */
@media (max-width: 768px) {
  .homes-container {
    padding: 1rem 0.5rem;
  }
  .homes-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .homes-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .homes-image-wrapper {
    height: 200px;
  }
  .homes-description p {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.wp-admin p {
  color: #000000;
}

ul.wp-block-list {
  list-style: none;
  margin: 10px 0;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  ul.wp-block-list {
    padding-left: 0 !important;
  }
}
.wp-block-list li {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 8px;
}

.wp-block-list li::before {
  content: "–";
  margin-right: 0.5em;
  display: inline-block;
}

.wp-block-list li {
  padding-left: 1.5rem;
  position: relative;
}

.wp-block-list li::before {
  content: "–";
  margin-right: 0.5em;
  display: inline-block;
  position: absolute;
  left: 0;
}

.site-main a:not(.wp-block-button__link, .primary-button, .heading, .swp_share_link, .link-text, .link-button, .card-title a, .cta-link, .link-pill, .primary-link, .event-tab-link, .supplier-link) {
  color: #0000ff;
  font-weight: 700;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-main .related-suppliers a {
  color: #000000 !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

.single .site-main a:not(.swp_share_link, .link-text,
.single .link-button,
.single .card-title a,
.single .cta-link,
.single .link-pill,
.single .primary-link) {
  color: #0000ff;
  font-weight: 400;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single .entry-content p {
  padding-bottom: 2.5rem;
  text-align: justify;
}

.single .entry-content > div > *:nth-of-type(1) {
  margin-top: 0;
}

/*.link-text {*/
/*    transition: color 0.3s ease;*/
/*}*/
/*.link-text span {*/
/*    transition: transform 0.3s ease;*/
/*}*/
.primary-link {
  background: url("/wp-content/themes/trieste/img/arrow-right.svg") right center no-repeat;
  background-size: 19px 15px;
  display: inline-block;
  padding-right: 27px;
}

.bg-jungle-gradient {
  background-image: linear-gradient(180deg, var(--Jungle-Mist-50, #F5F9FA) 0.22%, rgba(245, 249, 250, 0) 34.55%);
}

.bg-accent-circle:after {
  background: url("/wp-content/themes/trieste/img/accent-circle.svg") right center no-repeat;
  background-size: auto 44.1875rem;
  content: "";
  display: none;
  height: 44.1875rem;
  position: absolute;
  right: 0;
  bottom: -120px;
  width: 44.1875rem;
  z-index: 0;
}

@media (min-width: 640px) {
  .bg-accent-circle:after {
    display: block;
  }
}
.columns {
  background-color: #000;
  margin-top: 100px;
}

.columns:last-child {
  margin-bottom: 60px;
  padding-bottom: 0 !important;
}

.columns + .columns {
  margin-top: 1px;
  padding-top: 0 !important;
}

.columns .flex-col {
  align-items: center;
  border: 1px solid #fff;
  justify-content: center;
  height: 45vh;
}

.columns .flex-col p {
  font-size: 16px;
  line-height: 1.8em;
  max-width: 26rem;
  text-align: center;
}

.columns .flex-col img {
  object-fit: cover;
  height: 100%;
}

.columns .flex-col:nth-child(2) {
  margin-left: 0px;
}

.columns .flex-col:nth-child(1) {
  margin-top: -1px;
  order: 2;
}

.columns .flex-col:nth-child(2) {
  order: 1;
}

.columns + .columns .flex-col:nth-child(1) {
  margin-left: 0px;
  order: 2;
}

.columns + .columns .flex-col:nth-child(2) {
  margin-top: -2px;
  margin-left: 0;
  order: 1;
}

@media (min-width: 768px) {
  .columns + .columns {
    margin-top: -1px;
  }
  .columns .flex-col {
    height: 40vw;
  }
  .columns .flex-col:nth-child(2) {
    margin-left: -1px;
  }
  .columns .flex-col:nth-child(1) {
    order: 1;
  }
  .columns .flex-col:nth-child(2) {
    order: 2;
  }
  .columns + .columns .flex-col:nth-child(1) {
    margin-left: -1px;
    order: 2;
  }
  .columns + .columns .flex-col:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
    order: 1;
  }
}
.wp-block-group + .wp-block-group,
.wp-block-group + .wp-block-columns .wp-block-group + .wp-block-separator {
  margin-top: 4rem;
}

/*.entry-content > [class^="wp-block-"],*/
/*.entry-content > p {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    padding-left: 1.5rem;*/
/*    padding-right: 1.5rem;*/
/*    width: 100%;*/
/*    @media (min-width: 640px) {*/
/*        max-width: 640px;*/
/*    }*/
/*    @media (min-width: 768px) {*/
/*        max-width: 768px;*/
/*    }*/
/*    @media (min-width: 1024px) {*/
/*        max-width: 1024px;*/
/*        padding-left: 2rem;*/
/*        padding-right: 2rem;*/
/*    }*/
/*    @media (min-width: 1280px) {*/
/*        max-width: 1280px;*/
/*    }*/
/*    @media (min-width: 1536px) {*/
/*        max-width: 1536px;*/
/*    }*/
/*}*/
/*.entry-content > p {*/
/*    a {*/
/*        text-decoration: underline;*/
/*    }*/
/*}*/
/*.entry-content > p,*/
/*.entry-content > h1,*/
/*.entry-content > h2,*/
/*.entry-content > h3,*/
/*.entry-content > h4,*/
/*.entry-content > h5,*/
/*.entry-content > h6,*/
/*.entry-content > ul,*/
/*.entry-content > ol,*/
/*.entry-content > blockquote {*/
/*    max-width: 80rem; !* Same as max-w-7xl *!*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    padding-left: 1.5rem; !* Same as px-6 *!*/
/*    padding-right: 1.5rem;*/
/*}*/
/*@media (min-width: 1024px) { !* lg breakpoint *!*/
/*    .entry-content > p,*/
/*    .entry-content > h1,*/
/*    .entry-content > h2,*/
/*    .entry-content > h3,*/
/*    .entry-content > h4,*/
/*    .entry-content > h5,*/
/*    .entry-content > h6,*/
/*    .entry-content > ul,*/
/*    .entry-content > ol,*/
/*    .entry-content > blockquote {*/
/*        padding-left: 2rem; !* Same as lg:px-8 *!*/
/*        padding-right: 2rem;*/
/*    }*/
/*}*/
/* Core: Comments */
.comments-area {
  p {
    a {
      text-decoration: underline;
    }
  }
}

/* Core: Columns */
.wp-block-columns + .wp-block-columns,
.wp-block-columns + .wp-block-group,
.wp-block-columns + .wp-block-separator {
  margin-top: 4rem;
}

/* Core: Columns (One Column) */
.wp-block-columns {
  /*background-color: #fff;*/
  /*border: 1px solid rgb(229 231 235 / 1);*/
  /*border-radius: 0.75rem;*/
  /*padding-top: 6rem;*/
  /*padding-bottom: 3rem;*/
  /*padding-left: 3rem;*/
  /*padding-right: 3rem;*/
  /*position: relative;*/
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 640px) {
  .wp-block-columns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wp-block-columns::before {
  /*content: "Columns (.wp-block-columns)";*/
  /*background-color: rgb(30 58 138 / var(--tw-bg-opacity));*/
  /*border-radius: 0.25rem;*/
  /*box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),*/
  /*            var(--tw-ring-shadow, 0 0 #0000),*/
  /*            var(--tw-shadow);*/
  /*color: rgb(240 249 255 / var(--tw-text-opacity));*/
  /*font-weight: 600;*/
  /*font-size: 0.75rem;*/
  /*left: 1rem;*/
  /*line-height: 1rem;*/
  /*padding-top: 0.25rem;*/
  /*padding-bottom: 0.25rem;*/
  /*padding-left: 0.5rem;*/
  /*padding-right: 0.5rem;*/
  /*position: absolute;*/
  /*top: 1rem;*/
  /*--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);*/
  /*--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);*/
  /*--tw-text-opacity: 1;*/
  /*--tw-bg-opacity: 1;*/
}

/* Core: Separator */
.wp-block-separator + .wp-block-separator,
.wp-block-separator + .wp-block-group,
.wp-block-separator + .wp-block-columns {
  margin-top: 8rem;
}

.wp-block-separator {
  border-top: 0;
  border-bottom: 1px solid #e5e7eb;
  padding-top: 4rem;
  padding-bottom: 0rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.wp-block-separator::before {
  content: "Separator (.wp-block-separator)";
  background-color: rgb(30 58 138/var(--tw-bg-opacity));
  border-radius: 0.25rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  color: rgb(240 249 255/var(--tw-text-opacity));
  font-weight: 600;
  font-size: 0.75rem;
  left: 1rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: absolute;
  top: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  --tw-text-opacity: 1;
  --tw-bg-opacity: 1;
}

.site-header {
  /*background: linear-gradient(0deg, #F5F9FA 0.23%, rgba(245, 249, 250, 0.00) 34.55%);*/
}

.footer-menu .linkedin {
  background: url("/wp-content/themes/trieste/img/linkedin.svg") center center no-repeat !important;
  background-size: 25px 25px !important;
  display: block;
  font-size: 0;
  height: 25px;
  overflow: hidden;
  padding: 0;
  width: 25px;
}

.hero .title p {
  color: #172554;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.025rem;
  line-height: 3rem;
  margin: 0;
}

@media (min-width: 640px) {
  .hero .title p {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.hero .title p strong {
  font-weight: 400;
}

.cta.style3 {
  background: url("/wp-content/themes/trieste/img/typing-hands.jpg") center center no-repeat;
  background-size: cover;
}

.cta.subscribe form {
  display: flex;
  position: relative;
}

.cta.subscribe form .gform-body {
  margin: 0;
}

.cta.subscribe form .gform-footer {
  height: 48px;
  margin: 0;
  position: absolute;
  right: 0;
}

@media (min-width: 640px) {
  .cta.subscribe form .gform-footer {
    height: 50px;
  }
}
.cta.subscribe .ginput_container_email input {
  border: 0 !important;
  box-shadow: none;
  display: flex;
  inline-size: 20rem !important;
  width: 20rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 2rem;
  background: #FFF;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 1.5rem 1.25rem;
  text-align: left;
}

@media (min-width: 640px) {
  .cta.subscribe .ginput_container_email input {
    font-size: 1.25rem;
    inline-size: 27.8125rem !important;
    padding: 1.55rem 2rem;
    width: 27.8125rem;
  }
}
.cta.subscribe .gform_button {
  display: inline-flex;
  padding: 1.5rem 2rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 2rem !important;
  background: #35676F !important;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: -0.01688rem !important;
  width: 120px !important;
}

@media (min-width: 640px) {
  .cta.subscribe .gform_button {
    font-size: 1.125rem !important;
    padding: 1.875rem 2rem;
    width: 150px !important;
  }
}
#search-panel {
  right: -370px;
  transition: all 0.1s linear;
}

#search-panel.open {
  right: 0;
}

#search-panel .search-form .search-field {
  font-size: 1.125rem;
  width: 320px;
}

#search-panel .search-form .search-submit {
  width: 110px !important;
  position: absolute;
  right: 30px;
}

.search-form {
  display: flex;
}

.search-form .search-field {
  border: 0 !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*inline-size: 27.8125rem !important;*/
  /*width: 27.8125rem;*/
  align-items: center;
  gap: 0.625rem;
  border-radius: 2rem;
  background: #FFF;
  font-size: 1.25rem;
  font-weight: 300;
  height: 50px;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.search-form .search-submit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 2rem;
  align-items: center;
  gap: 0.625rem;
  border: 0;
  border-radius: 2rem !important;
  background: #35676F !important;
  color: #FFF;
  height: 50px;
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: -0.01688rem !important;
  margin-left: -3rem;
  padding: 0;
  position: relative;
  width: 120px !important;
  z-index: 2;
}

.featured-content {
  background: url("/wp-content/themes/trieste/img/circles.svg") center center no-repeat #F5FAFA !important;
  background-size: auto 100% !important;
}

@media (min-width: 640px) {
  .featured-content {
    background-size: cover !important;
  }
}
.animated-headline > div {
  padding: 40px;
  position: relative;
}

@media (min-width: 640px) {
  .animated-headline > div {
    padding: 150px;
  }
}
.animated-headline > div::after {
  background: url("/wp-content/themes/trieste/img/motif-01.svg") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 557px;
  position: absolute;
  left: calc(50% + 50px);
  top: 45%;
  transform: translateY(-278px);
  width: 540px;
  z-index: 0;
}

.testimonials {
  position: relative;
}

.testimonials:before {
  background: url("/wp-content/themes/trieste/img/accent-circle-01.svg") right bottom no-repeat;
  background-size: cover;
  content: "";
  display: none;
  height: 19vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 40vw;
}

@media (min-width: 640px) {
  .testimonials:before {
    display: block;
  }
}
.testimonials:after {
  background: url("/wp-content/themes/trieste/img/accent-circle-02.svg") right bottom no-repeat;
  background-size: cover;
  content: "";
  display: none;
  height: 27vw;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 27vw;
}

@media (min-width: 640px) {
  .testimonials:after {
    display: block;
  }
}
.testimonial-thumbs .swiper-wrapper {
  justify-content: center;
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0) !important;
  gap: 12px;
}

@media (min-width: 640px) {
  .testimonial-thumbs .swiper-wrapper {
    gap: 18px;
  }
}
.testimonial-thumbs .swiper-slide {
  background: #CFE4E8;
  border: 7px solid #e9f2f5;
  border-radius: 50%;
  width: auto;
}

.testimonial-thumbs .swiper-slide img {
  opacity: 0.75;
  mix-blend-mode: luminosity;
}

.testimonial-thumbs .swiper-slide.swiper-slide-thumb-active {
  background: transparent;
  border: 3px solid #fbbf24;
  border-radius: 50%;
  padding: 4px;
}

.testimonial-thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  mix-blend-mode: normal;
}

.responsive-menu {
  position: relative;
}

.search-result + .search-result {
  border-top: 0.5px solid #D9D9D9;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 115px !important;
}

@media (min-width: 640px) {
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 60px !important;
  }
}
.swiper-fade .swiper-slide,
.swiper-fade .swiper-slide-active {
  padding: 0 20px;
  box-sizing: border-box;
}

.swiper-wrapper {
  padding-bottom: 0px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next,
.swiper .swiper-pause {
  top: auto;
  bottom: 0px;
  width: 20px;
  height: 20px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: none;
}

.swiper .swiper-button-next {
  left: 170px;
}

@media (min-width: 640px) {
  .swiper .swiper-button-next {
    left: 210px;
  }
}
.swiper .swiper-pause {
  display: flex;
  align-items: center;
  bottom: 2px;
  left: 40px;
  position: absolute;
  z-index: 30;
}

@media (min-width: 640px) {
  .swiper .swiper-pause {
    left: 120px;
  }
}
.swiper .swiper-pause button {
  background: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
  color: rgba(43, 73, 79, 0.5);
}

.swiper-pagination-bullet {
  background: rgba(43, 73, 79, 0.5) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #2B494F !important;
  opacity: 1 !important;
}

.home .featured-content {
  /*margin-top: -50px;*/
  /*padding-top: 1000px;*/
  /*opacity: 0;*/
}

.image-zoom-wrapper {
  overflow: hidden;
  border-radius: 1rem; /* matches rounded-2xl */
}

.image-zoom-wrapper img {
  display: block;
  transition: transform 0.3s ease-in-out;
}

.people-item:hover .image-zoom-wrapper img {
  transform: scale(1.05);
}

.lead-form .gform-theme--foundation .gfield input[type=text],
.lead-form .gform-theme--foundation .gfield input[type=email],
.lead-form .gform-theme--foundation .gfield textarea {
  /*background: #f00 !important;*/
  border: 1px solid #606060;
  border-radius: 2rem;
  box-shadow: none;
}

.lead-form .gform-theme--foundation .gfield_required {
  display: none;
}

/*.lead-form .gform-theme--foundation .gform_button {*/
/*    display: inline-flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*    gap: 0.5rem !important; !* gap-2 *!*/
/*    padding: 0.5rem 1rem !important; !* py-2 px-4 *!*/
/*    border-radius: 3.125rem !important;*/
/*    border: 1px solid #2B494F !important; !* border-jungle-mist-700 *!*/
/*    background-color: #2B494F !important; !* bg-jungle-mist-700 *!*/
/*    color: white !important;*/
/*    font-family: 'Inter', sans-serif !important;*/
/*    font-size: 0.875rem !important; !* text-sm *!*/
/*    font-weight: 600 !important; !* font-semibold *!*/
/*    letter-spacing: -0.015rem !important;*/
/*    line-height: 1 !important; !* leading-none *!*/
/*    text-decoration: none !important; !* no-underline *!*/
/*    transition: background-color 0.2s ease !important;*/
/*    */
/*    */
/*}*/
/*.lead-form .gform_button:hover {*/
/*    background-color: #1D3336 !important; !* hover:bg-jungle-mist-900 *!*/
/*}*/
.lead-form .gform-theme--foundation .gform_button {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.5rem !important; /* sm:gap-3 = 0.75rem on small+ */
  padding: 0.75rem 1rem !important; /* sm:px-5 = 1.25rem, sm:py-3 = 0.75rem */
  border-radius: 3.125rem !important;
  border: 1px solid #35676f !important; /* jungle-mist-700 */
  background-color: #35676f !important; /* jungle-mist-700 */
  color: white !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem !important; /* sm:text-base = 1rem on small+ */
  font-weight: 600 !important;
  letter-spacing: -0.015rem !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease !important;
}

@media (min-width: 640px) {
  .lead-form .gform-theme--foundation .gform_button {
    gap: 0.75rem !important;
    padding: 0.75rem 1.25rem !important;
    font-size: 1rem !important;
  }
}
.lead-form .gform-theme--foundation .gform_button:hover {
  background-color: #2b494f !important; /* jungle-mist-900 */
}

/*@media (min-width: 640px) {*/
/*    .lead-form .gform_button {*/
/*        gap: 0.75rem !important; !* sm:gap-3 *!*/
/*        padding: 0.75rem 1.25rem !important; !* sm:py-3 sm:px-5 *!*/
/*        font-size: 1rem !important; !* sm:text-base *!*/
/*    }*/
/*}*/
.home .proof-points {
  padding-top: 0 !important;
}

#smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

#smooth-content {
  will-change: transform;
}

.columns-style3 h2 {
  position: relative;
}

.columns-style3 h2:before {
  background: url("/wp-content/themes/trieste/img/motif-02.svg");
  background-size: cover;
  content: "";
  display: none;
  left: -10vw;
  height: 9vw;
  position: absolute;
  top: -9vw;
  width: 24vw;
}

@media (min-width: 768px) {
  .columns-style3 h2:before {
    display: block;
  }
}
.primary-menu-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mobile-menu-toggle {
  cursor: pointer;
  z-index: 90;
}

.mobile-menu-primary {
  box-sizing: border-box;
  padding-left: 100px;
}

#nav {
  display: block;
  height: 100vh;
  position: fixed;
  z-index: 10;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  right: -100%;
  top: -10px;
  transition: all 0.23s ease-in-out;
}

@media (min-width: 640px) {
  #nav {
    transition: all 0.25s ease-in-out;
  }
}
#nav ul {
  list-style-type: none;
  margin: 20px 0 0 20px;
  padding: 0;
}

#nav li {
  height: 30px;
  width: 0;
  margin: 8px 0 16px;
  transition: all 0.3s ease-in;
  white-space: nowrap;
}

/* Expand left to right */
#nav li + li {
  margin-top: 0;
  margin-left: 20px;
}

#nav li + li + li {
  margin-top: 0;
  margin-left: 40px;
}

#nav li + li + li + li {
  margin-top: 0;
  margin-left: 60px;
}

#nav li + li + li + li + li {
  margin-top: 0;
  margin-left: 80px;
}

#nav li + li + li + li + li + li {
  margin-top: 0;
  margin-left: 100px;
}

#nav .search-form {
  margin-top: 2rem;
}

#nav .search-form .search-field {
  font-size: 1.125xrem !important;
}

#nav .search-form .search-submit {
  right: 0px;
  background: url("/wp-content/themes/trieste/img/search.svg") center center no-repeat !important;
  background-size: auto 40% !important;
  font-size: 0 !important;
  width: 50px !important;
}

.navigation #nav {
  right: 0;
}

.navigation #nav li {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.navigation #smooth-wrapper {
  /*background: #c6c4c1;*/
  /*position: relative;*/
  /*margin: 30px auto;*/
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.navigation #smooth-wrapper {
  transform: scale(0.85);
  margin-left: -260px; /* slide content left when menu opens */
}

.single-post .wp-block-pullquote blockquote p {
  color: #407F89;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.02rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block-pullquote cite {
  color: inherit;
  display: block;
  color: #407F89;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block-quote {
  display: flex;
  padding: 1.875rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

@media (min-width: 640px) {
  .wp-block-quote {
    padding: 1.875rem 3.75rem;
  }
}
.wp-block-quote p {
  color: #71717A;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  letter-spacing: -0.01125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block-image :where(figcaption) {
  color: #71717A;
  font-family: Inter;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.40625rem */
  letter-spacing: -0.00938rem;
}

.hero-texture {
  opacity: 1 !important;
}

body.block-editor-page .editor-visual-editor a {
  pointer-events: none;
  cursor: default;
}

.people-style1:nth-child(even) {
  background-color: #F5F9FA !important;
}

.program {
  border-bottom: 1px solid #D4D4D8;
}

.program:last-child {
  border-bottom: 0 !important;
}

.info-panel {
  border-top: 1px solid #D4D4D8;
}

.info-panel:nth-of-type(1) {
  border-top: 0;
}

.info-panel a[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

.logos {
  white-space: nowrap;
  overflow-x: hidden;
  display: flex;
}

.logos > div {
  flex: 0 0 auto; /* Prevent wrapping */
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 640px) {
  .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 0;
  }
}
.wp-block-pullquote {
  clear: both;
  display: block;
  float: none;
}

.wp-block-pullquote blockquote {
  position: relative;
}

.wp-block-pullquote blockquote:before {
  background: url("/wp-content/themes/trieste/img/blockquote-open.svg") center top no-repeat;
  background-size: auto 100%;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: -3.25rem;
  width: 100%;
}

.wp-block-pullquote blockquote:after {
  background: url("/wp-content/themes/trieste/img/blockquote-close.svg") center top no-repeat;
  background-size: auto 100%;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  bottom: -3.25rem;
  width: 100%;
}

.wp-block-pullquote blockquote p {
  padding: 0;
}

@media (min-width: 640px) {
  .wp-block-pullquote blockquote p {
    padding: 0 3rem;
  }
}
.wp-block-pullquote blockquote p strong {
  font-weight: 600;
}

.wp-block-image .alignright,
.wp-block-image .alignleft {
  float: none;
  margin: 0.5em auto 0.5em;
}

.wp-block-image > img {
  width: 100%;
}

@media (min-width: 640px) {
  .wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 2.5em;
  }
  .wp-block-image .alignleft {
    float: left;
    margin: 0.5em 2.5em 0.5em 0;
  }
}
.arrow-right {
  background: url("/wp-content/themes/trieste/img/arrow-right.svg") center center no-repeat;
  background-size: auto 20px;
  display: inline-flex;
  margin-left: 4px;
  height: 24px;
  width: 24px;
}

.event-tab-link {
  border-bottom: 3px solid transparent;
  padding-bottom: 0.75rem;
}

.event-tab-link.active {
  border-bottom: 3px solid #FBBF24;
  font-weight: normal;
}

.nf-form-fields-required {
  /* font-family: 'Raleway', sans-serif; */
  display: none;
  color: #fff;
  font-size: 17px;
  margin-bottom: 8px;
}

.nf-field-label .nf-label-span, .nf-field-label label {
  /* font-family: 'Raleway', sans-serif; */
  font-family: "Fahkwang", "Tenor Sans", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 17px;
  color: #fff;
}

.nf-after-field {
  /* font-family: 'Raleway', sans-serif; */
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}

.field-wrap .pikaday__container,
.field-wrap .pikaday__display,
.field-wrap > div input,
.field-wrap select,
.field-wrap textarea {
  border: 1px solid #767676;
  padding: 10px 16px;
}

/*.submit-wrap>div input {*/
/*    border-radius: 4px;*/
/*    color: #FFFFFF;*/
/*    !*font-family: 'Raleway', sans-serif;*!*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*}*/
*:focus,
*:focus-visible {
  outline-color: #0088cf;
}

.entry-content > *:last-child {
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .entry-content > *:last-child {
    padding-bottom: 5rem;
  }
}
.hero + * {
  padding-top: 80px !important;
}

.site-main {
  margin-bottom: -10px;
}

.back-to-top {
  background: transparent;
  border: 2px solid #e8e8e8;
  border-radius: 30px;
  margin-top: -1rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.back-to-top-icon {
  fill: #b0b0b0;
  height: 22px;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #ffffff;
}

.news-item,
.articles-item,
.featured-products-of-the-month-item,
.trieste-newsletter-item {
  padding-left: 4rem;
  padding-right: 1.5rem;
  margin: 0 auto 3.75rem;
  width: calc(100% - 3rem);
  box-sizing: border-box;
}

.news-item a,
.articles-item a,
.featured-products-of-the-month-item a,
.trieste-newsletter-item a {
  font-weight: 400 !important;
}

.news-item {
  background: url("/wp-content/themes/trieste/img/newspaper.svg") 0 4px no-repeat;
  background-size: auto 34px;
}

.articles-item {
  background: url("/wp-content/themes/trieste/img/box.svg") 8px 4px no-repeat;
  background-size: auto 34px;
}

.featured-products-of-the-month-item {
  background: url("/wp-content/themes/trieste/img/p.svg") 8px 4px no-repeat;
  background-size: auto 34px;
}

.trieste-newsletter-item {
  background: url("/wp-content/themes/trieste/img/link.svg") 8px 4px no-repeat;
  background-size: auto 34px;
}

@media (min-width: 640px) {
  .news-item,
  .articles-item,
  .featured-products-of-the-month-item,
  .trieste-newsletter-item {
    margin-bottom: 3.75rem;
    padding-left: 6rem;
    padding-right: 0;
  }
  .news-item {
    background: url("/wp-content/themes/trieste/img/newspaper.svg") left 4px no-repeat;
    background-size: auto 34px;
  }
  .articles-item {
    background: url("/wp-content/themes/trieste/img/box.svg") left 4px no-repeat;
    background-size: auto 34px;
  }
  .featured-products-of-the-month-item {
    background: url("/wp-content/themes/trieste/img/p.svg") left 4px no-repeat;
    background-size: auto 34px;
  }
  .trieste-newsletter-item {
    background: url("/wp-content/themes/trieste/img/link.svg") left 4px no-repeat;
    background-size: auto 34px;
  }
}
.wp-block-video {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 2rem 0 4rem;
  width: 60rem !important;
  max-width: none !important;
}

.footer-menu a {
  text-indent: -9999px;
}

.footer-menu a.facebook {
  background: url("/wp-content/themes/trieste/img/facebook.png") center center no-repeat;
  background-size: 31px;
}

.footer-menu a.instagram {
  background: url("/wp-content/themes/trieste/img/instagram.png") center center no-repeat;
  background-size: 30px;
}

.footer-menu a.twitter {
  background: url("/wp-content/themes/trieste/img/twitter.png") center center no-repeat;
  background-size: 30px;
}

.footer-menu a.lang {
  background: url("/wp-content/themes/trieste/img/lang.jpg") center center no-repeat;
  background-size: 30px;
}

.contact-button {
  align-items: center;
  justify-content: center;
  border: 0;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 96px;
  height: 44px;
  width: 44px;
}

@media (min-width: 640px) {
  .contact-button {
    right: 40px;
    bottom: 40px;
    height: 64px;
    width: 64px;
  }
}
.contact-button h2 {
  font-size: 0 !important;
}
