html,
body {
  margin: 0;
  padding: 0;
  font: 600 14px/16px "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.landing-page-wrapper > section > .section-content {
  max-width: 1280px;
  margin: 0 auto;
}

.cta.cta-button {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  cursor: pointer;
  transition: color .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out;
}

.cta.cta-button.disabled {
  opacity: 0.4;
  cursor: default;
}

.cta.cta-button.red,
.cta.cta-button.red-transparent {
  border-radius: 8px;
  text-decoration: none;
}

.cta.cta-button.red {
  background: linear-gradient(0deg, #F86D70, #F86D70), linear-gradient(0deg, #F86D70, #F86D70);
  color: white;
}

.cta.cta-button.red:not(.disabled):hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), linear-gradient(0deg, #F86D70, #F86D70);
}

.cta.cta-button.red-transparent {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), linear-gradient(0deg, rgba(255, 255, 255, 0.01));
  color: #F86D70;
}

.cta.cta-button.red-transparent:not(.disabled):hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), linear-gradient(0deg, #F86D70, #F86D70);
  color: white;
}

.cta.cta-button.blue,
.cta.cta-button.blue-transparent {
  border-radius: 4px;
}

.cta.cta-button.blue {
  background: linear-gradient(0deg, #007B90, #007B90), linear-gradient(0deg, #007B90, #007B90);
  color: white;
}

.cta.cta-button.blue:not(.disabled):hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), linear-gradient(0deg, #007B90, #007B90);
}

.cta.cta-button.blue-transparent {
  border: 2px solid #007B90;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), linear-gradient(0deg, rgba(255, 255, 255, 0.01));
  color: #007B90;
}

.cta.cta-button.blue-transparent:not(.disabled):hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), linear-gradient(0deg, #007B90, #007B90);
  color: white;
}

/* Section Heading */
section .section-heading {
  margin: 45px 0 20px;
}

section .section-heading h1,
section .section-heading h2,
section .section-heading h3,
section .section-heading p {
  text-align: center;
  font-weight: 600;
}

section .section-heading h1,
section .section-heading h2,
section .section-heading h3 {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  color: black;
}

section .section-heading h1 + p,
section .section-heading h2 + p,
section .section-heading h3 + p {
  margin-top: 12px;
}

section .section-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.64);
}

@media (min-width: 880px) {
  section .section-heading {
    margin: 65px 0 35px;
  }

  section .section-heading h1,
  section .section-heading h2,
  section .section-heading h3 {
    font-size: 32px;
    line-height: 48px;
  }

  section .section-heading p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1260px) {
  section .section-heading {
    margin: 100px 0 50px;
  }
}
/* END Section Heading */

/* Header section */
section.landing-header {
  overflow: hidden;
  position: relative;
}

section.landing-header > .section-content {
  position: relative;
  z-index: 2;
}

section > .section-content .landing-header-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 24px 100px;
}

section > .section-content .landing-header-content h1 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: black;
}

section > .section-content .landing-header-content h2 {
  margin: 8px 0 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.64);
}

section > .section-content .landing-header-content ul {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
}

section > .section-content .landing-header-content ul li {
  padding: 6px 0 6px 35px;
  background: url('/guests/static/landing_page/checkbox.png') transparent 4px 7px no-repeat;
  background-size: 24px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.64);
}

section > .section-content .landing-header-content a {
  margin-bottom: 20px;
}

section > .section-content .landing-header-content p {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.64);
}

section > .landing-header-visuals {
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 620px;
}

section > .landing-header-visuals .landing-header-visuals-bg-1,
section > .landing-header-visuals .landing-header-visuals-bg-2 {
  position: absolute;
  width: 800px;
  height: 228px;
  background: url('/guests/static/landing_page/header/background.png') transparent center center no-repeat;
  background-size: contain;
}

section > .landing-header-visuals .landing-header-visuals-bg-1 {
  top: -390px;
  left: -70px;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

section > .landing-header-visuals .landing-header-visuals-bg-2 {
  display: none;
  bottom: 0;
  right: -300px;
}

section > .landing-header-visuals .landing-header-visuals-phone {
  position: absolute;
  left: 10%;
  bottom: 70px;
  z-index: 11;
  width: 220px;
  height: 372px;
  background: url('/guests/static/landing_page/header/phone.png') transparent center center no-repeat;
  background-size: cover;
}

section > .landing-header-visuals .landing-header-visuals-tablet {
  position: absolute;
  left: 22%;
  bottom: -30px;
  z-index: 10;
  width: 438px;
  height: 580px;
  background: url('/guests/static/landing_page/header/tablet.png') transparent center center no-repeat;
  background-size: cover;
}

section > .landing-header-visuals .landing-header-visuals-fl {
  position: absolute;
  bottom: -60px;
  left: 20px;
  transform: rotate(-25deg);
  z-index: 1;
  width: 630px;
  height: 505px;
  background: url('/guests/static/landing_page/header/flowers.png') transparent center center no-repeat;
  background-size: contain;
}

section > .landing-header-visuals .landing-header-visuals-fl-1 {
  display: none;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 2;
  width: 152px;
  height: 432px;
  background: url('/guests/static/landing_page/header/flower_1.png') transparent center center no-repeat;
  background-size: contain;
}

section > .landing-header-visuals .landing-header-visuals-fl-2 {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 3;
  transform: scaleX(-1);
  width: 110px;
  height: 258px;
  background: url('/guests/static/landing_page/header/flower_2.png') transparent center center no-repeat;
  background-size: contain;
}

@media (min-width: 480px) {
  section > .section-content .landing-header-content {
    max-width: 360px;
    padding: 100px 0;
  }

  section > .landing-header-visuals .landing-header-visuals-phone {
    left: 10%;
    bottom: 70px;
    width: 290px;
    height: 472px;
  }

  section > .landing-header-visuals .landing-header-visuals-tablet {
    left: 22%;
    bottom: -80px;
    width: 598px;
    height: 700px;
  }

  section > .landing-header-visuals .landing-header-visuals-fl-2 {
    top: -120px;
    width: 161px;
    height: 358px;
  }
}

@media (min-width: 760px) {
  section > .section-content .landing-header-content h1 {
    font-size: 32px;
    line-height: 40px;
  }

  section > .landing-header-visuals .landing-header-visuals-phone {
    left: 20%;
    width: 254px;
    height: 442px;
  }

  section > .landing-header-visuals .landing-header-visuals-tablet {
    left: 32%;
    width: 568px;
    height: 704px;
  }
}

@media (min-width: 860px) {
  section > .landing-header-visuals .landing-header-visuals-phone {
    left: 32%;
  }

  section > .landing-header-visuals .landing-header-visuals-tablet {
    left: 42%;
  }
}

@media (min-width: 980px) {
  section > .section-content .landing-header-content {
    max-width: 360px;
    margin-left: 100px;
    padding: 100px 0;
  }

  section > .landing-header-visuals {
    overflow: hidden;
    position: absolute;
    height: 100%;
  }

  section > .landing-header-visuals .landing-header-visuals-phone {
    right: 210px;
    bottom: 10px;
    left: auto;
    width: 324px;
    height: 532px;
  }

  section > .landing-header-visuals .landing-header-visuals-tablet {
    right: -200px;
    bottom: -160px;
    left: auto;
    width: 648px;
    height: 804px;
  }

  section > .landing-header-visuals .landing-header-visuals-bg-1 {
    top: -100px;
    height: 148px;
  }

  section > .landing-header-visuals .landing-header-visuals-bg-2 {
    display: block;
  }

  section > .landing-header-visuals .landing-header-visuals-fl {
    right: 80px;
    bottom: -220px;
    left: auto;
    transform: none;
  }

  section > .landing-header-visuals .landing-header-visuals-fl-1 {
    display: block;
  }

  section > .landing-header-visuals .landing-header-visuals-fl-2 {
    display: none;
  }
}

@media (min-width: 1070px) {
  section > .section-content .landing-header-content {
    margin-left: 160px;
  }
}

@media (min-width: 1260px) {
  section > .section-content .landing-header-content {
    margin-left: 180px;
  }

  section > .section-content .landing-header-content h1 {
    font-size: 40px;
    line-height: 54px;
  }
  
  section > .section-content .landing-header-content h2 {
    font-size: 20px;
    line-height: 32px;
  }

  section > .landing-header-visuals .landing-header-visuals-phone {
    right: 410px;
    left: auto;
    width: 324px;
    height: 532px;
  }

  section > .landing-header-visuals .landing-header-visuals-tablet {
    right: 0;
    left: auto;
    width: 648px;
    height: 804px;
  }

  section > .landing-header-visuals .landing-header-visuals-fl-2 {
    display: block;
    top: 140px;
    right: auto;
    left: 0;
    transform: none;
  }
}

@media (min-width: 1500px) {
  section > .landing-header-visuals .landing-header-visuals-phone {
    right: 480px;
    width: 364px;
    height: 592px;
  }

  section > .landing-header-visuals .landing-header-visuals-tablet {
    width: 728px;
    height: 854px;
  }
}
/* END Header section */

/* Known From section */
.known-from {
  padding: 48px 0;
  background-color: #FFFCF8;
}

.known-from h3 {
  margin: 0 auto 58px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: black;
}

.known-from .logos-row {
  margin-bottom: 70px;
  text-align: center;
}

.known-from .logos-row .logos-logo {
  display: inline-block;
  margin: 0 30px;
}

.known-from .logos-row .logos-logo.logos-logo-vogue {
  max-width: 116px;
}

.known-from .logos-row .logos-logo.logos-logo-glamour {
  max-width: 127px;
}

.known-from .logos-row .logos-logo.logos-logo-brigitte {
  max-width: 147px;
}

.known-from .logos-row .logos-logo.logos-logo-suddeutsche-zeitung {
  max-width: 142px;
}

.known-from .logos-row .logos-logo.logos-logo-pro7 {
  max-width: 36px;
}

.known-from .logos-row .logos-logo.logos-logo-welt {
  max-width: 122px;
}

.known-from .logos-row .logos-logo.logos-logo-sat1 {
  max-width: 36px;
}

@media (min-width: 787px) {
  .known-from .logos-row .logos-separator {
    display: none;
  }

  .known-from .logos-row .logos-logo:first-child {
    margin-left: 0;
  }
  
  .known-from .logos-row .logos-logo:last-child {
    margin-right: 0;
  }
}

@media (max-width: 786px) {
  .known-from {
    padding: 30px 0;
  }

  .known-from .logos-row {
    margin-bottom: 50px;
  }

  .known-from .logos-row .logos-separator {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media (max-width: 500px) {
  .known-from h3 {
    margin: 0 auto 40px;
  }

  .known-from .logos-row {
    margin-bottom: 40px;
  }

  .known-from .logos-row .logos-separator {
    margin: 0 auto 40px;
  }

  .known-from .logos-row .logos-logo {
    margin: 0 20px;
  }

  .known-from .logos-row .logos-logo.logos-logo-vogue {
    max-width: 92px;
  }

  .known-from .logos-row .logos-logo.logos-logo-glamour {
    max-width: 101px;
  }

  .known-from .logos-row .logos-logo.logos-logo-brigitte {
    max-width: 117px;
  }

  .known-from .logos-row .logos-logo.logos-logo-suddeutsche-zeitung {
    max-width: 113px;
  }

  .known-from .logos-row .logos-logo.logos-logo-pro7 {
    max-width: 28px;
  }

  .known-from .logos-row .logos-logo.logos-logo-welt {
    max-width: 97px;
  }

  .known-from .logos-row .logos-logo.logos-logo-sat1 {
    max-width: 28px;
  }
}
/* END Known From section */

/* Preview */
section.preview {
  background: url('/guests/static/landing_page/content/background.png') #ecf4f4 right top;
  background-size: cover;
}

section.preview > .section-content {
  padding: 0 24px;
}

@media (min-width: 880px) {
  section.preview > .section-content {
    padding: 0 75px;
  }
}
/* END Preview */

/* Left / Right Section Content */
section > .section-content .left-right-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
}

section > .section-content .left-right-section .left-right-section-visuals,
section > .section-content .left-right-section .left-right-section-info {
  align-self: center;
}

section > .section-content .left-right-section .left-right-section-info {
  margin-top: -20px;
}

section > .section-content .left-right-section .left-right-section-info .left-right-section-category {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #007B90;
}

section > .section-content .left-right-section .left-right-section-info .left-right-section-heading {
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: black;
}

section > .section-content .left-right-section .left-right-section-info p {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color:rgba(0, 0, 0, 0.64);
}

section > .section-content .left-right-section .left-right-section-info .cta {
  margin: 30px auto 0;
}

@media (min-width: 880px) {
  section > .section-content .left-right-section {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 45px;
    text-align: left;
  }

  section > .section-content .left-right-section.left-right-section-reverse {
    flex-direction: row-reverse;
  }

  section > .section-content .left-right-section .left-right-section-visuals,
  section > .section-content .left-right-section .left-right-section-info {
    width: 50%;
  }

  section > .section-content .left-right-section .left-right-section-info {
    margin-top: 0;
    padding-left: 25px;
  }
  
  section > .section-content .left-right-section.left-right-section-reverse .left-right-section-info {
    padding-left: 0;
    padding-right: 25px;
  }

  section > .section-content .left-right-section .left-right-section-info .cta {
    margin: 30px 0 0;
  }
}

@media (min-width: 1260px) {
  section > .section-content .left-right-section {
    margin-bottom: 30px;
  }

  section > .section-content .left-right-section .left-right-section-info {
    padding-left: 80px;
  }

  section > .section-content .left-right-section.left-right-section-reverse .left-right-section-info {
    padding-right: 80px;
  }
}
/* END Left / Right Section Content */

/* Funtionalities */
section.functionalities {
  padding: 1px 0 24px;
  background-color: #FFFCF8;
}

section > .section-content .functionalities-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px 0;
  margin-top: 30px;
  padding: 0 8px;
}

section > .section-content .functionalities-list .functionalities-list-item {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}

section > .section-content .functionalities-list .functionalities-list-item .functionalities-list-item-icon img {
  max-width: 40px;
  max-height: 40px;
}

section > .section-content .functionalities-list .functionalities-list-item h4 {
  margin: 16px 0 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

section > .section-content .functionalities-list .functionalities-list-item p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

@media (min-width: 880px) {
  section.functionalities {
    padding-bottom: 40px;
  }

  section > .section-content .functionalities-list {
    gap: 45px 0;
    margin-top: 15px;
    padding: 0 30px;
  }

  section > .section-content .functionalities-list .functionalities-list-item {
    width: 25%;
    padding: 0 20px;
  }

  section > .section-content .functionalities-list .functionalities-list-item .functionalities-list-item-icon img {
    max-width: 52px;
    max-height: 52px;
  }

  section > .section-content .functionalities-list .functionalities-list-item h4 {
    font-size: 20px;
    line-height: 27px;
  }
  
  section > .section-content .functionalities-list .functionalities-list-item p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1160px) {
  section.functionalities {
    padding-bottom: 80px;
    background-color: transparent;
  }

  section > .section-content .functionalities-list {
    gap: 60px 0;
    margin-top: 0;
    padding: 0 40px;
  }

  section > .section-content .functionalities-list .functionalities-list-item {
    padding: 0 30px;
  }

  section > .section-content .functionalities-list .functionalities-list-item .functionalities-list-item-icon img {
    max-width: 64px;
    max-height: 64px;
  }
}
/* END Funtionalities */

/* Testimonials */
section.testimonials {
  padding: 1px 0 10px;
  background: url('/guests/static/landing_page/testimonials/background.png') #ecf4f4 right center;
  background-size: cover;
}

section > .section-content .testimonials-list {
  padding: 0 24px;
}

section > .section-content .testimonials-list-item {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 24px auto;
  padding: 24px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}

section > .section-content .testimonials-list-item p {
  flex: 1 1 auto;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

section > .section-content .testimonials-list-item .testimonials-list-item-author {
  display: flex;
  align-items: flex-start;
}

section > .section-content .testimonials-list-item .testimonials-list-item-author .testimonials-list-item-author-image {
  width: 40px;
  height: 40px;
}

section > .section-content .testimonials-list-item .testimonials-list-item-author h5 {
  flex: 1;
  align-self: center;
  margin: 0;
  padding: 0 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

@media (min-width: 880px) {
  section.testimonials {
    padding: 1px 0 40px;
  }

  section > .section-content .testimonials-list {
    padding: 0 40px;
  }
}

@media (min-width: 1160px) {
  section.testimonials {
    padding: 10px 0 110px;
  }

  section > .section-content .testimonials-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  section > .section-content .testimonials-list-item {
    width: 33.3333%;
    max-width: none;
    margin: 0;
  }

  section > .section-content .testimonials-list-item p {
    font-size: 20px;
    line-height: 32px;
  }

  section > .section-content .testimonials-list-item .testimonials-list-item-author .testimonials-list-item-author-image {
    width: 52px;
    height: 52px;
  }

  section > .section-content .testimonials-list-item .testimonials-list-item-author h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
/* END Testimonials */

/* Pricing */
section.pricing {
  padding: 1px 0 10px;
  background: url('/guests/static/landing_page/pricing/background.png') #FFFCF8 left center;
  background-size: cover;
}

section > .section-content .pricing-list {
  padding: 0 24px;
}

section > .section-content .pricing-list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 24px;
  padding: 24px;
  border-radius: 8px;
  background: white;
  background-size: cover !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}

section > .section-content .pricing-list-item:nth-child(1) {
  background: url('/guests/static/landing_page/pricing/a.png') white right top;
}

section > .section-content .pricing-list-item:nth-child(2) {
  background: url('/guests/static/landing_page/pricing/b.png') white right top;
}

section > .section-content .pricing-list-item:nth-child(3) {
  background: url('/guests/static/landing_page/pricing/c.png') white right top;
}

section > .section-content .pricing-list-item .pricing-list-item-content {
  flex: 1 1 auto;  
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

section > .section-content .pricing-list-item .pricing-list-item-heading {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

section > .section-content .pricing-list-item .pricing-list-item-heading h3 {
  display: inline-block;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

section > .section-content .pricing-list-item .pricing-list-item-heading .pricing-list-item-icon {
  margin: 2px 16px 0 0;
}

section > .section-content .pricing-list-item .pricing-list-item-features-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section > .section-content .pricing-list-item .pricing-list-item-features-list li {
  position: relative;
  padding: 8px 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: url('/guests/static/landing_page/checkbox.png') transparent 4px 8px no-repeat;
  background-size: 24px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

section > .section-content .pricing-list-item .pricing-list-item-features-list li.no-border,
section > .section-content .pricing-list-item .pricing-list-item-features-list li:last-child {
  border-bottom: 0;
}

section > .section-content .pricing-list-item .pricing-list-item-features-list .pricing-list-item-features-list-info {
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('/guests/static/landing_page/info.png') transparent center center no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}

section > .section-content .pricing-list-item .pricing-list-item-features-list .pricing-list-item-features-list-info .pricing-list-item-features-list-info-tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 150%;
  right: 0;
  width: 312px;
  padding: 6px;
  border-radius: 4px;
  background-color: #007B90;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

section > .section-content .pricing-list-item .pricing-list-item-features-list .pricing-list-item-features-list-info:hover .pricing-list-item-features-list-info-tooltip {
  visibility: visible;
}

section > .section-content .pricing-list-item .pricing-list-item-features-list .pricing-list-item-features-list-info:hover .pricing-list-item-features-list-info-tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 7px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #007B90 transparent;
}

section > .section-content .pricing-list-item .pricing-list-item-price {
  margin-top: 30px;
  text-align: center;
}

section > .section-content .pricing-list-item .pricing-list-item-price h5 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  color: #007B90;
}

section > .section-content .pricing-list-item .pricing-list-item-price h5 span,
section > .section-content .pricing-list-item .pricing-list-item-price p {
  vertical-align: baseline;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

section > .section-content .pricing-list-item .pricing-list-item-price p {
  margin: 0;
  text-align: center;
}

section > .section-content .pricing-list-item .pricing-list-item-price p a {
  text-decoration: none;
  color: #007B90;
}

section > .section-content .pricing-list-item .pricing-list-item-price p a:hover {
  text-decoration: underline;
}

section > .section-content .pricing-list-item .pricing-list-item-price .cta.cta-button {
  margin: 20px auto;
}

@media (min-width: 880px) {
  section.pricing {
    padding: 1px 0 40px;
  }

  section > .section-content .pricing-list {
    padding: 0 40px;
  }
}

@media (min-width: 1160px) {
  section.pricing {
    padding: 10px 0 110px;
  }

  section > .section-content .pricing-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  section > .section-content .pricing-list-item {
    width: 33.3333%;
    max-width: none;
    margin: 0;
  }

  section > .section-content .pricing-list-item .pricing-list-item-content {
    max-width: none;
    margin: 0;
  }

  section > .section-content .pricing-list-item .pricing-list-item-price {
    text-align: left;
  }

  section > .section-content .pricing-list-item .pricing-list-item-price .cta.cta-button {
    margin: 20px 0;
  }
}
/* END Pricing */

/* FAQ */
section.faq {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 24px;
}

section > .section-content .faq-list .faq-list-item h4 {
  position: relative;
  padding-right: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #007B90;
  cursor: pointer;
}

section > .section-content .faq-list .faq-list-item h4::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 10px;
  padding: 5px;
  border: solid rgba(0, 0, 0, 0.64);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transform-origin: 9px 9px;
  transition: transform 0.2s ease-out;
}

section > .section-content .faq-list .faq-list-item h4.active::after {
  transform: rotate(225deg);
}

section > .section-content .faq-list .faq-list-item p {
  overflow: hidden;
  max-height: 0;
  margin: 15px 0;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.64);
  transition: max-height 0.3s ease-out;
}

@media (min-width: 880px) {
  section > .section-content .faq-list .faq-list-item h4 {
    font-size: 20px;
    line-height: 28px;
  }

  section > .section-content .faq-list .faq-list-item h4::after {
    border-width: 0 3px 3px 0;
  }

  section > .section-content .faq-list .faq-list-item p {
    margin: 25px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1260px) {
}
/* END FAQ */

/* CTA */
section.cta {
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 24px auto;
  padding: 24px;
}

section.cta::after {
  content: '';
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  z-index: 1;
  height: 100%;
  border-radius: 16px;
  background-size: cover !important;
}

section.cta.cta-first::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%), url('/guests/static/landing_page/cta/first.jpeg');
}

section.cta.cta-second::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%), url('/guests/static/landing_page/cta/second.jpeg');
}

section.cta > .section-content {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 30px);
  width: 100%;
  text-align: center;
}

section.cta > .section-content h4,
section.cta > .section-content p {
  margin: 0;
  font-weight: 600;
  color: white;
}

section.cta > .section-content h4 {
  font-size: 24px;
  line-height: 34px;
}

section.cta > .section-content p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

section.cta > .section-content .cta.cta-button {
  display: inline-block;
  margin-top: 48px;
}

@media (min-width: 880px) {
  section.cta {
    height: 0;
    margin: 50px auto;
    padding: 35% 24px 0;
  }

  section.cta > .section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 100px);
  }

  section.cta > .section-content h4 {
    font-size: 32px;
    line-height: 44px;
  }
  
  section.cta > .section-content p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1260px) {
  section.cta {
    margin: 100px auto;
  }
}
/* END CTA */
