/*
 * Guest-list landing page stylesheet.
 *
 * This replaces the broad child-theme stylesheet on the guest-list landing
 * pages, while reusing the existing inline critical CSS for the first paint.
 */

/* ## Typographical Elements
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Comfortaa, 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 4rem);
}

h2,
p.classic {
  font-size: clamp(2.5rem, 4.5vw, 3.4rem);
}

h3 {
  font-size: clamp(2.2rem, 4vw, 2.9rem);
}

h4 {
  font-size: clamp(1.9rem, 3.68vw, 2.45rem);
}

h5 {
  font-size: clamp(1.7rem, 3.14vw, 2.09rem);
}

h6 {
  font-size: clamp(1.6rem, 2.67vw, 1.79rem);
}

.section-title {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  padding-top: 1rem;
}

.section-msg {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: Comfortaa, 'Open Sans', Arial, sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 3.4rem);
  height: 80%;
  justify-content: center;
  margin: 0 auto;
  padding-inline: 1em;
  text-align: center;
}

p.classic {
  font-family: Comfortaa, 'Open Sans', Arial, sans-serif;
  line-height: 1.3;
  text-align: center;
}

.text_block_main {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  margin-bottom: 1rem;
}

h2.text_block {
  margin-bottom: 2rem;
}

.white {
  color: #fff !important;
  text-align: center;
}

.white-left {
  color: #fff;
  text-align: left;
}

.no-word-wrap {
  white-space: nowrap;
}

/* ## Buttons
--------------------------------------------- */

a.cta-button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  background-color: #e4097e;
  border: none;
  border-color: #fff;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
  line-height: 1.55;
  padding: 1rem 2.2rem;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.1s ease,
    color 0.2s ease;
  white-space: normal;
  width: auto;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.button:hover,
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'],
.button:focus {
  background-color: #c21f73;
  color: #fff;
}

.footer-widgets button,
.footer-widgets input[type='button'],
.footer-widgets input[type='reset'],
.footer-widgets input[type='submit'],
.footer-widgets .button {
  background-color: #c3251d;
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type='button'],
.footer-widgets input:hover[type='reset'],
.footer-widgets input:hover[type='submit'],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type='button'],
.footer-widgets input:focus[type='reset'],
.footer-widgets input:focus[type='submit'],
.footer-widgets .button:focus {
  background-color: #fff;
  color: #333;
}

/* ## Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* ## Common Classes
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type='submit']:focus,
.widget_search input[type='submit']:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

.center {
  text-align: center;
}

.main-color {
  color: #e4097e;
}

.site-description {
  font-size: 1.6rem;
  font-weight: 300;
  height: 0;
  line-height: 1.5;
  text-indent: -9999px;
}

/* ## Site Navigation
--------------------------------------------- */

.genesis-nav-menu a::after {
  background: #e4097e;
  content: '';
  display: block;
  height: 2px;
  margin-top: 5px;
  transition: all ease-in-out 0.4s;
  width: 0;
}

.genesis-nav-menu a:hover::after {
  width: 100%;
}

#menu-item-6883 > a,
#menu-item-6881 > a,
#menu-item-6828 > a {
  padding-left: 7rem;
  padding-right: 7rem;
}

#menu-item-6888 > a,
#menu-item-6882 > a,
#menu-item-6830 > a,
#menu-item-6839 > a,
#menu-item-6835 > a {
  padding-left: 9rem;
  padding-right: 9rem;
}

#menu-item-6836 > a,
#menu-item-6880 > a,
#menu-item-6834 > a {
  padding-left: 5rem;
  padding-right: 5rem;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 325px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a,
.site-header.shrink .genesis-nav-menu .sub-menu a {
  background-color: #777;
  border: 1px solid #eee;
  border-top: 0;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.45;
  padding: 20px 30px;
  width: 300px;
}

@media (hover: hover) {
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
}

ul .wpml-ls-menu-item a {
  display: block !important;
}

.menu-item-wpml-ls-2-el a {
  padding: 30px 10px 30px 20px;
}

#menu-item-wpml-ls-10-en > a:nth-child(1) {
  padding-right: 0;
}

@media only screen and (min-width: 1025px) {
  .genesis-nav-menu > .menu-item.menu-item-has-children {
    position: relative;
  }

  .genesis-nav-menu > .menu-item.menu-item-has-children > a::before {
    border-bottom: 0.2rem solid currentColor;
    border-right: 0.2rem solid currentColor;
    content: '';
    display: block;
    height: 0.75rem;
    margin-top: -0.45rem;
    position: absolute;
    right: 0;
    top: 65%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.25s ease;
    width: 0.75rem;
  }

  .genesis-nav-menu > .menu-item.menu-item-has-children:hover > a::before,
  .genesis-nav-menu > .menu-item.menu-item-has-children:focus-within > a::before {
    transform: translateY(-50%) rotate(-135deg);
  }
}

@media (min-width: 1025px) and (hover: none), (min-width: 1025px) and (pointer: coarse) {
  .site-header .genesis-nav-menu > .menu-item.menu-item-has-children > a::before {
    display: none;
  }

  .site-header .genesis-responsive-menu .sub-menu-toggle {
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: flex;
    font-size: 0;
    height: 24px;
    justify-content: center;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    width: 24px;
    z-index: 2;
  }

  .site-header .genesis-responsive-menu .sub-menu-toggle::before {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: '';
    display: block;
    height: 10px;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    width: 10px;
  }

  .site-header .genesis-responsive-menu .sub-menu-toggle.activated::before {
    transform: rotate(-135deg);
  }

  .site-header .genesis-nav-menu > .menu-item.menu-item-has-children > a {
    padding-right: 32px;
  }

  .site-header .genesis-nav-menu > .menu-item.menu-item-has-children > .sub-menu {
    display: none;
    left: auto;
    opacity: 1;
    right: 0;
    top: 100%;
  }
}

.menu .menu-item:focus {
  position: static;
}

.sub-menu-toggle,
.menu-toggle {
  background: transparent;
  border: 0;
  color: inherit;
  display: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
  width: 100%;
}

.to-top {
  background: #4f4f4e url('../../images/back-to-top.svg') no-repeat center 50%;
  border-radius: 2px;
  bottom: 60px;
  display: inline-block;
  height: 35px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  transition: opacity 0.3s ease;
  visibility: hidden;
  white-space: nowrap;
  width: 35px;
  z-index: 9999;
}

.to-top.top-is-visible {
  opacity: 1;
  visibility: visible;
}

.to-top.top-fade-out {
  opacity: 1;
}

/* Breadcrumbs
------------------------------------------------------------ */

.breadcrumb > span {
  background-color: transparent;
  color: gray;
  display: block;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  padding-left: 1rem;
  position: fixed;
  z-index: 10000;
}

.breadcrumb a {
  color: gray;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  color: #e4097e;
}

/* # Footer Navigation
---------------------------------------------------------------------------------------------------- */

.site-footer .genesis-nav-menu {
  padding: 30px 0;
  text-align: center;
}

.site-footer .genesis-nav-menu a {
  font-weight: 600;
  padding: 0 20px 10px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #5a5a5a;
  clear: both;
  color: #a0a0a0;
  font-size: 1.7rem;
  padding: 100px 0;
}

.footer-widgets .wrap {
  padding: 0 20px;
}

.footer-widgets .widget-title {
  border-bottom: 1px solid #ee6787;
  color: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 6px;
}

.footer-widgets,
.footer-widgets a {
  color: #e1e1e1;
  text-decoration: none;
}

.footer-widgets input {
  border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #fff;
}

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets h6 {
  color: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  float: left;
  width: 22%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  margin-right: 4%;
}

.footer-widgets .footer-social-icon,
.footer-widgets .footer-contact-icon,
.footer-widgets .social-icons a > .er-inline-svg {
  color: #ee6787;
  font-size: 2.9rem;
  padding-right: 10px;
  transition: transform 0.2s;
}

.footer-widgets .footer-social-icon,
.footer-widgets .footer-contact-icon {
  display: inline-block;
  vertical-align: middle;
}

.footer-widgets a:hover .footer-social-icon,
.footer-widgets a:hover .footer-contact-icon,
.footer-widgets .social-icons a:hover > .er-inline-svg,
.footer-widgets .social-icons a:focus > .er-inline-svg {
  transform: scale(1.2);
}

.footer-widgets .footer-contact-icon {
  flex: 0 0 auto;
}

.footer-widgets .footer-contact-line {
  align-items: flex-start;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0;
}

.footer-widgets .footer-contact-line > span {
  flex: 1 1 0;
  min-width: 0;
}

.footer-widgets .footer-contact-icon--location {
  margin-top: 0.15em;
  padding-left: 0.4rem;
  padding-right: 0;
}

.footer-widgets .footer-contact-icon--phone {
  padding-right: 1rem;
}

.footer-widgets .footer-contact-icon--envelope {
  font-size: 2.4rem;
  padding-right: 0.5rem;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #4f4f4e;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.site-footer .wrap {
  opacity: 0.4;
  padding: 3rem;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:focus {
  color: #444;
}

.site-footer p {
  margin-bottom: 0;
}

.er-footer-center {
  text-align: center;
}

.er-footer-legal,
.er-footer-copy {
  margin: 6px 0;
}

.er-footer-legal,
.er-footer-copy {
  font-size: 0.95em;
}

.er-footer-legal {
  opacity: 0.9;
}

.er-sep {
  opacity: 0.8;
  padding: 0 8px;
}

/* ACF - Full Width Custom Fields Template General
---------------------------------------------------------------------------------------------------- */

body.full-width {
  background-color: #fff;
}

.full-width .site-inner {
  max-width: none;
  padding: 0;
}

.full-width .site-inner .wrap {
  padding-inline: 1em;
}

.full-width .entry {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.full-width .site-inner .section-one,
.full-width .site-inner .section-two,
.full-width .site-inner .section-three,
.full-width .site-inner .section-four,
.full-width .site-inner .section-five,
.full-width .site-inner .section-six,
.full-width .site-inner .section-seven {
  margin-bottom: 3em;
}

.full-width .site-inner .acf-widget-after-section-one,
.full-width .site-inner .acf-widget-after-section-two,
.full-width .site-inner .acf-widget-after-section-three,
.full-width .site-inner .acf-widget-after-section-four,
.full-width .site-inner .acf-widget-after-section-five,
.full-width .site-inner .acf-widget-after-section-six,
.full-width .site-inner .acf-widget-after-section-seven,
.full-width .site-inner .acf-widget-after-section-eight {
  margin-bottom: 3em;
  padding-left: 20px;
  padding-right: 20px;
}

.full-width .site-inner .acf-widget-after-section-one .widget,
.full-width .site-inner .acf-widget-after-section-two .widget,
.full-width .site-inner .acf-widget-after-section-three .widget,
.full-width .site-inner .acf-widget-after-section-four .widget,
.full-width .site-inner .acf-widget-after-section-five .widget,
.full-width .site-inner .acf-widget-after-section-six .widget,
.full-width .site-inner .acf-widget-after-section-seven .widget,
.full-width .site-inner .acf-widget-after-section-eight .widget {
  margin-bottom: 0;
}

.full-width .site-inner .acf-widget-after-section-one .widget-title,
.full-width .site-inner .acf-widget-after-section-two .widget-title,
.full-width .site-inner .acf-widget-after-section-three .widget-title,
.full-width .site-inner .acf-widget-after-section-four .widget-title,
.full-width .site-inner .acf-widget-after-section-five .widget-title,
.full-width .site-inner .acf-widget-after-section-six .widget-title,
.full-width .site-inner .acf-widget-after-section-seven .widget-title,
.full-width .site-inner .acf-widget-after-section-eight .widget-title {
  display: none;
}

.site-header .menu-toggle {
  font-size: 0;
}

.site-header .menu-toggle:hover,
.site-header .menu-toggle:focus,
.site-header .menu-toggle:active,
.site-header .menu-toggle:focus-visible {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  color: #fff !important;
  outline: none;
}

.site-header .menu-toggle.activated .er-menu-toggle-inner {
  background-color: transparent;
}

.site-header .menu-toggle.activated .er-menu-toggle-inner::before {
  transform: translateY(8px) rotate(45deg);
}

.site-header .menu-toggle.activated .er-menu-toggle-inner::after {
  transform: translateY(-8px) rotate(-45deg);
}

.pad-fix {
  padding-bottom: 5rem;
}

.pad-fix-top {
  margin-top: 5rem !important;
}

.pad-b-1rem {
  padding-bottom: 1rem;
}

.p-fix {
  margin-bottom: 2.8rem !important;
}

.mb-1rem {
	margin-bottom: 1rem !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.font-14 {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}

.acf-widget-after-section-one {
  display: none;
}

.full-width .site-inner .section-eight {
  color: #fff;
  margin-bottom: 1px;
}

.section-eight .bg-img {
  background-attachment: fixed;
  background-image: url('../../images/last-section-bg.webp');
  padding: 150px 0;
}

.grey-background {
  background-color: #f5f5f5;
  padding: 0;
}

.flex-container-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  width: 100%;
}

.auto-margin {
  margin: 0 auto;
}

.final-cta-dropdown a > .er-inline-svg {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.95em;
}

.final-cta-dropdown {
  position: relative;
}

.final-cta-dropdown a {
  color: #fff;
  font-size: clamp(1.7rem, 1.8vw, 1.8rem);
}

.final-cta-dropdown > ul > li > a {
  background-color: #c21f73;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 2rem 0;
  padding-left: clamp(20px, 10vw, 15rem);
  padding-right: clamp(20px, 10vw, 15rem);
  position: relative;
}

.final-cta-dropdown > ul > li > ul {
  background-color: #d04c90;
  border-bottom: 1px solid #da92be75;
  margin-left: 5%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 66px;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
  width: 90%;
  z-index: 10;
}

.final-cta-dropdown ul li:hover > ul {
  max-height: 500px;
  opacity: 1;
}

.final-cta-dropdown ul li ul li {
  border-bottom: 1px solid #da92be75;
  padding: 1.7rem 0;
}

.final-cta-dropdown ul li ul li a {
  display: block;
}

.final-cta-dropdown ul li ul li:hover,
.final-cta-dropdown ul li ul li:focus {
  background-color: #bc719a;
}

/* Guest-list-specific shared helpers
--------------------------------------------- */

#try-guest-list-bg .hero-cta-box {
  align-items: normal;
  flex-direction: row;
}

.hero-demo-button:hover {
  background-color: #c21f73;
}

.wiggle-finger-icon {
  flex-shrink: 0;
  animation: wiggle-icon 1.2s infinite ease-in-out;
  transform-origin: center;
  vertical-align: middle;
}

@keyframes wiggle-icon {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }
}

/* Section Two (e-GL page)
------------------------------------------- */

body:is(.page-id-3535, .page-id-4212) .section-two {
  text-align: center;
}

body:is(.page-id-3535, .page-id-4212) .section-two .wrap.egl-flex-container {
  background: url('../../images/e-guestlist/arrow-bg.png') no-repeat;
  background-size: contain;
}

body:is(.page-id-3535, .page-id-4212).full-width .site-inner .section-five {
  margin-bottom: 0;
}

.wrap.egl-flex-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.egl-flex-feature {
  align-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 1em;
}

.egl-flex-feature > [aria-hidden='true'] {
  align-items: center;
  border: 2px solid #e4097e;
  border-radius: 50%;
  color: #e4097e;
  display: inline-flex;
  font-size: 3.5rem;
  height: 120px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
  padding: 40px;
  text-align: center;
  transition:
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    fill 0.3s ease-in-out;
  vertical-align: middle;
  width: 120px;
}

.egl-flex-feature:hover > [aria-hidden='true'] {
  background-color: #e4097e;
  color: #fff;
}

.egl-flex-feature h4 {
  font-size: 2.2rem;
  font-weight: 700;
}

/* Section Three (e-GL page)
------------------------------------------- */

body:is(.page-id-3535, .page-id-4212) .section-three {
  background-color: #f5f5f5;
  padding-top: 3em;
}

body:is(.page-id-3535, .page-id-4212) {
  --egl-app-icon-size: 7.4rem;
}

.egl-app-titlebar {
  align-items: center;
  display: flex;
  gap: 1.8rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: fit-content;
}

.egl-app-titlebar__icon {
  border-radius: 1.8rem;
  display: block;
  flex: 0 0 auto;
  height: var(--egl-app-icon-size);
  object-fit: cover;
  width: var(--egl-app-icon-size);
}

.egl-app-titlebar__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.egl-app-titlebar__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}

.egl-app-titlebar__separator {
  color: rgba(228, 9, 126, 0.55);
}

@media (max-width: 760px) {
  .page-id-4212 {
    --egl-app-icon-size: clamp(7.2rem, 18vw, 9rem);
  }

  .egl-app-titlebar {
    flex-direction: column;
    gap: 1.2rem;
    text-align: center;
  }

  .egl-app-titlebar__content {
    align-items: center;
  }

  .egl-app-titlebar__links {
    justify-content: center;
  }
}

.wrap.egl-grid-container {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
}

.image-column {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.pad-feature-block {
  display: flex;
  flex-direction: row;
  gap: 2em;
  padding: 1em;
}

.icons-right {
  flex-direction: row-reverse;
  text-align: right;
}

.pad-feature-block h4 {
  font-size: 2.2rem;
  font-weight: 600;
}

.pad-feature-block > [aria-hidden='true'] {
  align-items: center;
  background-color: #ededed;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2rem;
  height: 60px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    fill 0.3s ease-in-out;
  width: 60px;
}

.pad-feature-block > .egl-ios-android-icon {
  overflow: visible;
  padding: 10px;
}

.pad-feature-block:hover > [aria-hidden='true'] {
  background-color: #e4097e;
  color: #fff;
  fill: #fff;
}

@media (max-width: 896px) {
  .wrap.egl-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .image-column {
    display: none;
  }

  .icons-right {
    flex-direction: row;
    text-align: left;
  }

  .pad-feature-block {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .wrap.egl-grid-container {
    grid-template-columns: 1fr;
  }
}

/* Laz - Web check-ins on any device */

.wrap.egl-any-device-section {
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(4rem, 6vw, 6rem);
  max-width: none;
  padding: clamp(5rem, 6vw, 6.5rem) 0;
  padding-left: 0;
  padding-right: 0;
}

.egl-any-device-grid {
  align-items: start;
  column-gap: clamp(3rem, 4vw, 5.5rem);
  display: grid;
  grid-template-areas:
    'header header'
    'copy visual';
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  row-gap: 20px;
}

.egl-any-device-header {
  grid-area: header;
  text-align: center;
}

.egl-any-device-badge {
  color: #e4097e;
  display: block;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.egl-any-device-highlight {
  line-height: 1.45;
  margin-bottom: 3rem;
}

.egl-any-device-points {
  margin-bottom: 3.4rem;
}

.egl-any-device-points li,
.egl-any-device-includes li {
  align-items: baseline;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}

.egl-any-device-point-icon {
  align-items: center;
  color: #e4097e;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.4rem;
  justify-content: center;
  line-height: 1;
  margin-top: 0.25rem;
}

.egl-any-device-copy .egl-ios-android-icon {
  align-items: center;
  color: #e4097e;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 2.4rem;
  justify-content: center;
  margin-top: 0.25rem;
}

.egl-any-device-points .svg-icon {
  width: 2.25rem;
}

.egl-any-device-copy .egl-ios-android-icon .egl-icon {
  height: 1.55em;
  width: 1.55em;
}

.egl-any-device-includes-title {
  margin-bottom: 1.6rem;
}

.egl-any-device-visual {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-area: visual;
  justify-content: center;
}

img.egl-any-device-main-image {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.egl-any-device-image-caption {
  margin-top: 2rem;
  text-align: center;
}

.egl-any-device-image-title {
  color: #1f2a44;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.4rem;
}

.egl-any-device-image-title .accent {
  color: #1f6a7b;
}

.egl-any-device-image-subtitle {
  color: #4e5667;
  font-size: clamp(1.6rem, 1.8vw, 1.9rem);
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 1080px) {
  .egl-any-device-grid {
    grid-template-areas:
      'header'
      'visual'
      'copy';
    grid-template-columns: 1fr;
  }

  .egl-any-device-visual {
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  .wrap.egl-any-device-section {
    margin-top: 3rem;
    padding: 4rem 0;
  }

  .egl-any-device-title {
    font-size: clamp(2.9rem, 8vw, 4rem);
  }

  .egl-any-device-highlight,
  .egl-any-device-points li,
  .egl-any-device-includes li {
    font-size: 1.7rem;
  }
}

.checklist.white {
  background-color: black;
  padding-bottom: 1rem;
}

.checklist > h2 {
  color: #fff;
  font-size: 2.1rem;
  padding-block: 1rem;
}

.checklist ul {
  display: flex;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  justify-content: space-around;
}

.checklist ul > li > [aria-hidden='true'] {
  display: block;
}

body:is(.page-id-3535, .page-id-4212) .entry.section-three {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .checklist.white > ul > li:nth-child(5) {
    display: none;
  }
}

@media (max-width: 750px) {
  .checklist.white > ul > li:nth-child(6) {
    display: none;
  }
}

@media (max-width: 500px) {
  .checklist.white > ul > li:nth-child(4) {
    display: none;
  }
}

@media (max-width: 378px) {
  .checklist.white > ul > li:nth-child(7) {
    display: none;
  }
}

/* After Section Three (e-GL page): Testimonials */

body:is(.page-id-3535, .page-id-4212) .acf-widget-after-section-three {
  background: url('../../images/front/gray-circles-bg.jpg') no-repeat scroll;
  background-position: center;
  background-size: cover;
  font-size: 2rem;
  font-style: italic;
  padding: 60px 0 20px;
  text-align: center;
}

body:is(.page-id-3535, .page-id-4212) .acf-widget-after-section-three .widget-title {
  font-family: Comfortaa, 'Open Sans', Arial, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
}

/* Section Four (e-GL page) */

.egl-features-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px;
}

body:is(.page-id-3535, .page-id-4212) .section-four .wrap {
  max-width: 1300px;
}

.egl-feature-card {
  border: 2px solid #ddd;
  font-size: 1.6rem;
  padding: 30px 20px;
  transition:
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.egl-feature-card h4 {
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

.egl-feature-card > [aria-hidden='true'] {
  align-items: center;
  background-color: #e4097e;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 2.5rem;
  height: 85px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
  padding: 30px;
  text-align: center;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    fill 0.3s ease-in-out;
  vertical-align: middle;
  width: 85px;
}

.egl-feature-card .egl-feature-card-check-icon {
  height: 1.15em;
  margin: 0 auto;
  width: 1.15em;
}

.egl-feature-card:hover {
  background-color: #e4097e;
  border: 2px solid #e4097e;
  color: #fff;
  cursor: default;
}

.egl-feature-card:hover h4 {
  color: #fff;
}

.egl-feature-card:hover > [aria-hidden='true'] {
  background-color: #fff;
  color: #e4097e;
}

.egl-feature-card--new {
  position: relative;
}

.egl-card-ribbon {
  align-items: center;
  background: linear-gradient(135deg, #ffbcda 0%, #e4097e 35%);
  border-radius: 0 999px 999px 0;
  color: #fff;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  left: 0;
  letter-spacing: 0.18em;
  line-height: 1;
  min-width: 82px;
  padding: 0 18px 0 16px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  z-index: 2;
}

.egl-feature-card--new:hover .egl-card-ribbon {
  background: #fff;
  color: #e4097e;
}

/* Try e-GL Now (e-GL page) */

#try-guest-list-bg {
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../../images/e-guestlist/try-guest-list-bg.jpg');
  padding: 80px 0;
}

/* Section Five (e-GL page) */

body:is(.page-id-3535, .page-id-4212) .section-five ul {
  list-style: none;
}

body:is(.page-id-3535, .page-id-4212) .section-five ul li {
  margin-bottom: 5px;
}

.tick-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tick-list li {
  align-items: baseline;
  display: flex;
}

.tick-list .tick {
  align-items: center;
  color: #00a15d;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 0.6em;
  margin-top: 0.2em;
}

.tick-list .text {
  flex: 1;
}


.svg-icon {
  display: block;
  fill: currentColor;
  height: 1em;
  overflow: visible;
  width: 1em;
}

@media only screen and (max-width: 1024px) {
  .site-header .genesis-responsive-menu .sub-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 0;
    justify-content: center;
    line-height: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
  }

  .site-header .genesis-responsive-menu .sub-menu-toggle::before {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: '';
    display: block;
    height: 10px;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    width: 10px;
  }

  .site-header .genesis-responsive-menu .sub-menu-toggle.activated::before {
    transform: rotate(-135deg);
  }

  .site-header .nav-header .genesis-nav-menu a::after {
    display: none;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 47.5%;
  }

  .footer-widgets-3,
  .footer-widgets-4 {
    margin-top: 50px;
    width: 47.5%;
  }

  .footer-widgets-1,
  .footer-widgets-3 {
    margin-right: 5%;
  }

  .footer-widgets-2,
  .footer-widgets-4 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  body.full-width .site-inner {
    padding: 0;
  }

  body:is(.page-id-3535, .page-id-4212) .section-two {
    padding-bottom: 50px;
  }

  body:is(.page-id-3535, .page-id-4212) .section-two .wrap {
    background: #fff;
  }

  .egl-features-container {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media only screen and (max-width: 650px) {
  .footer-widgets {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 568px) {
  .footer-widgets {
    padding: 1rem 0;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    margin-top: 6rem;
    width: 100%;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 550px) {
  .egl-features-container {
    grid-template-columns: 1fr;
  }
}

.faq-sec {
    height: 274px;
    padding-inline: 1em;
}
