:root {
  --main-font: "MyriadPro", "Myriad Pro", Arial, sans-serif;
  --second-font: "MyriadPro", "Myriad Pro", Arial, sans-serif;
  --green: #158f45;
  --body-bg: #fff;
  --t: .3s;
  --r: 0;
  --shadow: 0 5px 25px rgba(#000, .1);
  --text-color: #565655;
  --text-light: #565655;
  --text-dark: #565655;
  --primary: var(--green);
  --accent: var(--green);
}

.reelview-tpg {
  font-size: 18px;
  line-height: 1.388;
  font-family: var(--main-font);
}
@media screen and (max-width: 575px) {
  .reelview-tpg {
    font-size: 12px;
    line-height: 1.333;
  }
}

.section-caption {
  margin-bottom: 30px;
}
.section-caption .sc-title {
  font-size: 25px;
  line-height: 1.12;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .section-caption {
    margin-bottom: 15px;
  }
  .section-caption .sc-title {
    font-size: 18px;
    line-height: 21px;
  }
}

.svg-decoration {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  float: none;
  clear: both;
}

.push {
  position: relative;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.lg-visible, .lg-visible-flex {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .lg-hidden {
    display: none !important;
  }
  .lg-visible {
    display: block !important;
  }
  .lg-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.md-visible, .md-visible-flex {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .md-hidden {
    display: none !important;
  }
  .md-visible {
    display: block !important;
  }
  .md-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.sm-visible, .sm-visible-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
  .sm-visible {
    display: block !important;
  }
  .sm-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.xs-visible, .xs-visible-flex {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .xs-hidden {
    display: none !important;
  }
  .xs-visible {
    display: block !important;
  }
  .xs-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.sub-xs-visible, .sub-xs-visible-flex {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .sub-xs-hidden {
    display: none !important;
  }
  .sub-xs-visible {
    display: block !important;
  }
  .sub-xs-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#pojo-a11y-toolbar {
  z-index: 500 !important;
}

body {
  color: var(--text-color);
  background: var(--body-bg);
}
body.modal-visible {
  overflow: hidden;
}

picture, figure, iframe {
  display: block;
}

a, button {
  text-decoration: none;
  -webkit-transition: all var(--t);
  transition: all var(--t);
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

video {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.reelview-tpg .container {
  width: 100%;
  max-width: calc(var(--container-size) + var(--gutter) * 2);
  padding: 0 var(--gutter);
  margin: 0 auto;
  --container-size: calc(100% - var(--gutter) * 2);
  --gutter: 34px;
}
@media screen and (min-width: 576px) {
  .reelview-tpg .container {
    --container-size: 565px;
  }
}
@media screen and (min-width: 768px) {
  .reelview-tpg .container {
    --container-size: 690px;
  }
}
@media screen and (min-width: 992px) {
  .reelview-tpg .container {
    --container-size: 900px;
  }
}
@media screen and (min-width: 1260px) {
  .reelview-tpg .container {
    --container-size: 1073px;
  }
}

footer .contact-us-link {
  display: none !important;
}

.form .input-field,
.form textarea {
  border: 1px solid var(--primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 3px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 38px;
  font-size: 14px;
  color: var(--primary);
  font-family: var(--main-font);
  padding: 0 11px;
  outline: none !important;
  -webkit-transition: all var(--t);
  transition: all var(--t);
  width: 100%;
  appearance: none;
  font-weight: 600;
}
.form .input-field::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: var(--primary);
  opacity: 1;
}
.form .input-field::-moz-placeholder, .form textarea::-moz-placeholder {
  color: var(--primary);
  opacity: 1;
}
.form .input-field:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: var(--primary);
  opacity: 1;
}
.form .input-field::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: var(--primary);
  opacity: 1;
}
.form .input-field::placeholder,
.form textarea::placeholder {
  color: var(--primary);
  opacity: 1;
}
.form textarea {
  height: 143px;
  resize: none;
  width: 100%;
  padding: 11px;
  display: block;
}

.checkbox .fake-label,
.checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .fake-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 37px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: block;
  color: var(--primary);
}
.checkbox .fake-label:before,
.checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .fake-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--primary);
  -webkit-transition: all var(--t);
  transition: all var(--t);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .checkbox .fake-label,
  .checkbox .wpcf7-list-item-label,
  .wpcf7-acceptance .fake-label,
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 15px;
  }
}
.checkbox input:checked + .fake-label:before,
.checkbox input:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input:checked + .fake-label:before,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  border-width: 8px;
  background: var(--text-color);
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  cursor: pointer;
  opacity: 0;
}
.modal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1170px;
  margin: 70px auto;
  cursor: default;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all var(--t);
  transition: all var(--t);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.modal.visible {
  visibility: visible;
  opacity: 1;
}
.modal.visible .modal-dialog {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.modal.video-modal .modal-dialog {
  width: auto;
  max-width: 70vw;
}
@media screen and (max-width: 1023px) {
  .modal.video-modal .modal-dialog {
    max-width: 90vw;
  }
}
.modal.video-modal .modal-content {
  background: transparent;
  padding: 0;
}
.modal.video-modal .modal-video {
  width: 100%;
  position: relative;
}
.modal.video-modal .modal-video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modal.video-modal .modal-video iframe,
.modal.video-modal .modal-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: 0;
}
.modal.video-modal .modal-video.vimeo:before {
  padding-top: 52%;
}
.modal .modal-content {
  background: #fff;
  border-radius: var(--r);
  position: relative;
  padding: 60px 100px;
}
.modal .modal-text {
  text-align: center;
}
.modal.small .modal-dialog {
  max-width: 420px;
}
.modal.small .modal-content {
  padding: 40px 50px 50px;
}
@media screen and (max-width: 575px) {
  .modal.small .modal-content {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 1229px) {
  .modal .modal-content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .modal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  opacity: 1;
  -webkit-transition: all var(--t);
  transition: all var(--t);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 1px);
  -webkit-transition: all var(--t);
  transition: all var(--t);
  border-radius: 1px;
}
.modal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close:hover:before, .modal-close:hover:after {
  background: var(--primary);
}
.video-modal .modal-close {
  left: 100%;
  top: -14px;
  right: auto;
}
.video-modal .modal-close:before, .video-modal .modal-close:after {
  background: #fff;
}
.video-modal .modal-close:hover:before, .video-modal .modal-close:hover:after {
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .video-modal .modal-close {
    top: auto;
    bottom: 100%;
    right: -17px;
    left: auto;
  }
}

.modal.accept-modal {
  cursor: default;
}
.modal.accept-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
.modal.accept-modal .modal-content {
  width: 100%;
  padding: 30px;
  max-width: 600px;
}
.modal.accept-modal .accept-modal__content-title {
  font-size: 25px;
  line-height: 1.12;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.modal.accept-modal .accept-modal__content-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field {
  cursor: pointer;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field input {
  display: none;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field input:checked + div::after {
  opacity: 1;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field div {
  font-size: 18px;
  color: var(--primary);
  position: relative;
  z-index: 2;
  padding-left: 37px;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field div::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 27px;
  height: 27px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  border: 1px solid #397d2d;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field div::after {
  content: "M";
  font: 27px ElegantIcons;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: -3px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  border: 1px solid #397d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #397d2d;
  opacity: 0;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field div a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 400;
}
.modal.accept-modal .accept-modal__content-form form .checkbox-field div a:hover {
  text-decoration: none;
}
.modal.accept-modal .accept-modal__content-button {
  min-width: 170px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  outline: none;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal.accept-modal .accept-modal__content-button.accept-btn {
  background-color: var(--primary);
}
.modal.accept-modal .accept-modal__content-button.accept-btn:hover {
  background-color: #036127;
}
.modal.accept-modal .accept-modal__content-button.cancel-btn {
  background-color: #d1212a;
}
@media screen and (max-width: 550px) {
  .modal.accept-modal .accept-modal__content-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .modal.accept-modal .accept-modal__content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .modal.accept-modal .accept-modal__content-button {
    width: 100%;
    min-width: 0;
  }
}

.first-screen-section {
  position: relative;
  min-height: 22.3958vw;
  padding: 9.5833vw 0;
}
.first-screen-section .first-screen-section-dec__img {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 18.2292vw;
  height: 11.5104vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5.2083vw;
}
.first-screen-section .first-screen-section-dec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-screen-section .section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.first-screen-section .section-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.first-screen-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.first-screen-section .section-logo {
  height: 8.6979vw;
  width: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .first-screen-section {
    padding: 10.0908vw 0;
  }
  .first-screen-section .first-screen-section-dec__img {
    width: 25.5298vw;
    height: 16.6498vw;
    top: calc(50% - 7.4672vw);
    left: 14.1271vw;
  }
  .first-screen-section .section-logo {
    height: 13.1181vw;
  }
}
@media screen and (max-width: 767px) {
  .first-screen-section .section-logo {
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .first-screen-section {
    padding: 13.0435vw 0;
  }
  .first-screen-section .first-screen-section-dec__img {
    width: 22.2609vw;
    height: 13.2174vw;
    top: calc(50% - 9.2174vw);
    left: 12.5217vw;
  }
  .first-screen-section .section-logo {
    height: 11.3043vw;
  }
}

.about-section {
  padding-top: 0;
  overflow: hidden;
}
.about-section.about-section--single .section-inner {
  display: block;
}
.about-section.about-section--single .section-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-section.about-section--single .section-caption,
.about-section.about-section--single .section-text {
  max-width: 100%;
}
.about-section .section-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 520px 18px 1fr;
  grid-template-columns: 520px 1fr;
  grid-gap: 18px;
}
.about-section .section-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-section .section-image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about-section .section-image img,
.about-section .section-image video {
  width: 100%;
  height: 583px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
@media screen and (max-width: 1260px) {
  .about-section .section-image img,
  .about-section .section-image video {
    height: 400px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .section-image img,
  .about-section .section-image video {
    height: 67.3177vw;
  }
}
.about-section .section-caption {
  max-width: 415px;
}
.about-section .section-text {
  max-width: 485px;
}
@media screen and (max-width: 1199px) {
  .about-section.about-section--single .section-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about-section .section-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .about-section.about-section--single .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-section .section-inner {
    -ms-grid-columns: 310px 18px 1fr;
    grid-template-columns: 310px 1fr;
  }
  .about-section .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 25px 0 0;
    text-align: center;
  }
  .about-section.about-section--single .section-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about-section .section-caption,
  .about-section .section-text {
    max-width: unset;
  }
  .about-section .section-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-section .section-content {
    padding: 0;
  }
}

.get-started-section {
  padding: 140px 0 157px;
  background: #158f45;
  color: #fff;
  position: relative;
}
.get-started-section .scroll-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 26px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 38px;
}
@media screen and (max-width: 767px) {
  .get-started-section .scroll-arrows {
    top: 20px;
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
}
.get-started-section .scroll-arrows .arrow {
  content: "";
  display: block;
  width: 26px;
  height: 15px;
  margin-bottom: -3px;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cpath d='m2.12 2.12 10.65 10.65L23.42 2.12' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center/contain;
  -webkit-animation: arrow 2s infinite both;
          animation: arrow 2s infinite both;
}
.get-started-section .scroll-arrows .arrow:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.get-started-section .scroll-arrows .arrow:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.6);
            transform: translateY(-20px) scale(0.6);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1);
            transform: translateY(20px) scale(1);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.6);
            transform: translateY(-20px) scale(0.6);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1);
            transform: translateY(20px) scale(1);
  }
}
.get-started-section .section-caption {
  text-align: center;
  margin-bottom: 64px;
}
.get-started-section .section-caption .sc-title {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .get-started-section {
    padding: 85px 0;
  }
}

.get-started-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 70px;
  position: relative;
}
.get-started-list .step {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.get-started-list .step.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.get-started-list .step .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-started-list .step .step-number {
  font-size: 59px;
  line-height: 1.15;
  font-weight: bold;
}
.get-started-list .step .step-text {
  font-size: 18px;
  line-height: 1.166;
  font-weight: bold;
}
.get-started-list .step .step-image {
  margin-top: 26px;
}
.get-started-list .step .step-image video {
  max-width: 100%;
}
.get-started-list .step.step-2 .step-image {
  max-width: 268px;
}
@media screen and (min-width: 768px) {
  .get-started-list .step.step-1 .step-text {
    max-width: 233px;
  }
  .get-started-list .step.step-1 .step-image img,
  .get-started-list .step.step-1 .step-image video {
    -webkit-transform: translateX(-16.5%);
            transform: translateX(-16.5%);
    max-width: 416px;
  }
  .get-started-list .step.step-3 {
    margin-top: -25px;
  }
}
@media screen and (max-width: 575px) {
  .get-started-list {
    grid-gap: 50px;
  }
  .get-started-list .step .step-number {
    font-size: 34px;
  }
  .get-started-list .step .step-text {
    font-size: 12px;
  }
  .get-started-list .step.step-1 .step-image {
    max-width: 174px;
  }
  .get-started-list .step.step-2 .step-image {
    max-width: 113px;
  }
}

.video-block {
  position: relative;
  background: #fff;
  margin-bottom: 26px;
  border: 1px solid #707070;
  width: calc(100vw - var(--gutter) * 2);
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.video-block:before {
  content: "";
  display: block;
  padding-top: 56.315%;
}
.video-block img,
.video-block video,
.video-block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.how-to-use-section {
  padding: 140px 0 80px;
}
@media screen and (min-width: 992px) {
  .how-to-use-section .container {
    --container-size: 870px;
  }
}
.how-to-use-section .section-caption {
  text-align: center;
  margin-bottom: 87px;
}
.how-to-use-section .section-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 74px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 74px;
}
.how-to-use-section .section-list {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 74px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 74px;
}
.how-to-use-section .section-list li {
  font-size: 18px;
  line-height: calc(1em + 1px);
}
.how-to-use-section .section-list li:before {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  border-radius: 3px;
  background: var(--primary);
  margin-bottom: 22px;
}
@media screen and (max-width: 575px) {
  .how-to-use-section .section-list li {
    font-size: 12px;
    line-height: 1.25;
  }
  .how-to-use-section .section-list li:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .how-to-use-section {
    padding: 80px 0 40px;
  }
  .how-to-use-section .section-columns {
    grid-gap: 75px 30px;
  }
  .how-to-use-section .section-list {
    grid-gap: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .how-to-use-section .section-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 45px;
  }
  .how-to-use-section .section-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .how-to-use-section .section-list {
    grid-gap: 20px;
  }
}

.how-to-use-card .card-caption {
  font-size: 18px;
  line-height: 1.388;
  font-weight: bold;
  margin-bottom: 16px;
}
.how-to-use-card .card-image {
  height: 147px;
}
.how-to-use-card .card-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .how-to-use-card .card-caption {
    text-align: center;
    margin-bottom: 35px;
    font-size: 12px;
  }
  .how-to-use-card .card-image {
    height: 142px;
  }
}

.learn-section {
  padding: 80px 0 194px;
  text-align: center;
}
.learn-section .section-caption {
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .learn-section {
    padding: 40px 0 80px;
  }
}

.video-select-block {
  position: relative;
  max-width: 278px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-color);
}
.video-select-block .custom-select {
  width: 100%;
  min-width: 278px;
  height: 50px;
  cursor: pointer;
}
.video-select-block .custom-select .current-value {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-select-block .block-play-btn {
  position: absolute;
  top: 0;
  left: calc(100% + 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-select-block .block-play-btn:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M25 12.5 4 25V0l21 12.5Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center/contain;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}
.video-select-block.white .block-select select {
  border-color: #000;
}
.video-select-block.white .block-play-btn {
  border-color: #fff;
}
@media screen and (max-width: 575px) {
  .video-select-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 320px;
  }
  .video-select-block .custom-select {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 25px;
    min-width: 175px;
  }
  .video-select-block .block-play-btn {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.faq-section {
  padding: 133px 0 144px;
  background: #DFE0DF;
}
.faq-section .section-caption {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (min-width: 1500px) {
  .faq-section .container {
    --container-size: 1406px;
  }
}
@media screen and (max-width: 991px) {
  .faq-section {
    padding: 70px 0 80px;
  }
  .faq-section .section-caption {
    margin-bottom: 55px;
  }
}

.faq-list {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
  margin-bottom: -40px;
}
@media screen and (max-width: 1499px) {
  .faq-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .faq-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 575px) {
  .faq-list {
    margin-bottom: -20px;
  }
}
.faq-list .item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: calc(1em + 1px);
}
.faq-list .item:before {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  border-radius: 3px;
  background: var(--primary);
  margin-bottom: 22px;
}
@media screen and (max-width: 991px) {
  .faq-list .item:before {
    margin-bottom: 16px;
  }
}
.faq-list .item .item-caption {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
.faq-list .item a {
  color: inherit;
  font-weight: bold;
}
.faq-list .item a:hover, .faq-list .item a:focus {
  color: var(--primary);
}
.faq-list .item p {
  margin-bottom: 15px;
}
.faq-list .item p:last-child {
  margin-bottom: 0;
}
.faq-list .item .small-text {
  font-size: 15px;
  margin-bottom: 15px;
}
.faq-list .item .small-text:last-child {
  margin-bottom: 0;
}
.faq-list .item .small-text strong {
  font-weight: 600;
}
.faq-list .item .small-text p {
  margin-bottom: 0;
}
.faq-list .item .small-text ol {
  margin-bottom: 19px;
  counter-reset: ol;
}
.faq-list .item .small-text ol:last-child {
  margin-bottom: 0;
}
.faq-list .item .small-text ol li {
  counter-increment: ol;
}
.faq-list .item .small-text ol li:before {
  content: counter(ol) ". ";
}
@media screen and (max-width: 991px) {
  .faq-list .item {
    margin-bottom: 30px;
  }
  .faq-list .item .item-content {
    display: none;
  }
  .faq-list .item .ac-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq-list .item .ac-header:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.8 7.65a7.15 7.15 0 1 1-14.3 0 7.15 7.15 0 0 1 14.3 0h0Z' stroke='%23565655' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.65 4.8v5.72' stroke='%23565655' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.8 7.65h5.72' stroke='%23565655' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center/contain;
    -webkit-transition: all var(--t);
    transition: all var(--t);
  }
  .faq-list .item .ac-content {
    padding-top: 10px;
  }
  .faq-list .item.opened .ac-header:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 575px) {
  .faq-list .item {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .faq-list .item .ac-header:after {
    width: 16px;
    height: 16px;
  }
  .faq-list .item:before {
    margin-bottom: 15px;
  }
}

.contacts-section {
  padding: 125px 0 40px;
}
.contacts-section .note {
  font-size: 15px;
  line-height: 19px;
}
.contacts-section .note a {
  font-weight: 600;
  color: inherit;
}
.contacts-section .note a:hover, .contacts-section .note a:focus {
  color: var(--primary);
}
@media screen and (max-width: 991px) {
  .contacts-section {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .contacts-section .note {
    font-size: 11px;
    line-height: 15px;
  }
  .contacts-section .section-caption {
    margin-bottom: 30px;
  }
}

.contact-us-form {
  width: 100%;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
.contact-us-form .sc-title {
  margin-bottom: 27px;
}
.contact-us-form .sc-subtitle {
  font-size: 18px;
  line-height: calc(1em + 1px);
}
.contact-us-form .form-fields {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  margin-bottom: 13px;
}
.contact-us-form .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-us-form .form-footer .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  background: var(--primary);
  font-weight: bold;
  margin-top: 22px;
}
.contact-us-form .form-footer .btn:hover, .contact-us-form .form-footer .btn:focus {
  background: #285921;
}
@media screen and (max-width: 575px) {
  .contact-us-form .form-footer .btn {
    height: 39px;
    padding: 5px 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-form {
    margin-bottom: 43px;
  }
  .contact-us-form .form-fields {
    margin-bottom: 22px;
  }
  .contact-us-form .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .contact-us-form .section-caption {
    text-align: center;
  }
  .contact-us-form .section-caption .sc-subtitle {
    font-size: 12px;
    line-height: 1.25;
  }
}

.lang-select-section {
  --header-size: 138px;
  --first-screen-height: 535px;
  padding: 50px 0;
  background: var(--primary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .lang-select-section {
    --header-size: 110px;
  }
}
@media screen and (max-width: 991px) {
  .lang-select-section {
    --header-size: 64px;
    --first-screen-height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .lang-select-section {
    --first-screen-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .lang-select-section {
    --first-screen-height: 215px;
  }
}
@media screen and (max-width: 575px) {
  .lang-select-section {
    height: calc(100vh - var(--header-size) - var(--first-screen-height));
  }
}
.lang-select-section .lang-icon {
  width: 64px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.lang-select-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lang-select-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lang-select-section ul li a {
  display: block;
  color: inherit;
  padding: 5px 0;
  font-size: 20px;
  line-height: 1.5;
}

.launch-section {
  background: #d1212a;
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.launch-section .section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 47.2292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.launch-section .section-inner .terms {
  font-size: 13px;
  line-height: 1.25;
  color: #210000;
  position: absolute;
  left: calc(100% + 13px);
  bottom: 9px;
  width: 260px;
}
@media screen and (min-width: 1024px) {
  .page-template-lpreelview-romanian .launch-section .section-inner, .page-template-lpreelview-polish .launch-section .section-inner, .page-id-5880 .launch-section .section-inner, .page-id-4924 .launch-section .section-inner, .page-id-6806 .launch-section .section-inner, .page-id-5442 .launch-section .section-inner, .page-id-5556 .launch-section .section-inner {
    max-width: 52.2292vw;
  }
}
.launch-section .title-block {
  width: 100%;
  margin-right: 3.3333vw;
}
@media screen and (min-width: 1024px) {
  .page-id-5880 .launch-section .title-block {
    width: 17.6042vw;
  }
  .page-id-4924 .launch-section .title-block, .page-id-6806 .launch-section .title-block, .page-id-5442 .launch-section .title-block, .page-id-5556 .launch-section .title-block {
    width: 22.6042vw;
  }
}
.launch-section .access-block {
  display: block;
  width: 58.8542vw;
  margin-right: 1.6667vw;
  padding-top: 0.5208vw;
  pointer-events: none;
}
.launch-section .access-block .block-text-content {
  font-size: 2.1354vw;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.launch-section .access-block .block-text-content strong {
  font-size: 5.2083vw;
  line-height: 2.1354vw;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .page-id-4924 .launch-section .access-block .block-text-content, .page-id-6806 .launch-section .access-block .block-text-content, .page-id-5442 .launch-section .access-block .block-text-content, .page-id-5556 .launch-section .access-block .block-text-content {
    font-size: 1.5354vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-4924 .launch-section .access-block, .page-id-6806 .launch-section .access-block, .page-id-5442 .launch-section .access-block, .page-id-5556 .launch-section .access-block {
    width: 18.8542vw;
  }
}
@media screen and (min-width: 1024px) {
  .launch-section .access-block .click-here {
    display: none;
  }
}
.launch-section .launch-title {
  font-size: 3.1771vw;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.9;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .launch-section .launch-title {
    letter-spacing: 0.1em;
  }
  .launch-section .launch-title:first-line {
    letter-spacing: 0.01em;
    display: inline-block;
    -webkit-transform: translateX(-0.05em);
            transform: translateX(-0.05em);
  }
  .page-id-4924 .launch-section .launch-title, .page-id-6806 .launch-section .launch-title, .page-id-5442 .launch-section .launch-title, .page-id-5556 .launch-section .launch-title {
    font-size: 2.3vw;
  }
}
.launch-section .qr-code {
  width: 11.7708vw;
  height: 10.6771vw;
  background: url(../img/hand.png) no-repeat center center/contain;
  margin-top: -0.9896vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0417vw 1.7708vw 1.0417vw 3.125vw;
}
.launch-section .qr-code p {
  font-size: 1.3542vw;
  line-height: 1;
  margin-bottom: 0.5208vw;
  color: #d1212a;
  font-weight: 900;
  text-align: center;
}
.launch-section .qr-code img {
  width: 5.7292vw;
  height: 5.7292vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
@media screen and (max-width: 1023px) {
  .launch-section {
    position: relative;
  }
  .launch-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f171d), to(transparent));
    background: linear-gradient(to bottom, #8f171d 0%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
  }
  .launch-section .qr-code {
    display: none;
  }
  .launch-section .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 375px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .launch-section .section-inner .terms {
    font-size: 11px;
    position: static;
    margin-top: 9px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
  }
  .launch-section .section-inner .terms br {
    display: none;
  }
  .launch-section .title-block {
    margin: 0 auto 13px;
    width: auto;
    padding-top: 20px;
  }
  .launch-section .launch-title {
    font-size: 40px;
  }
  .launch-section .access-block {
    width: 100%;
    margin-right: 0;
    padding: 30px 24px;
    pointer-events: auto;
    position: relative;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c82371), to(#d09192));
    background: linear-gradient(to bottom, #c82371 0%, #d09192 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none !important;
  }
  .launch-section .access-block:before {
    content: "";
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 24px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .launch-section .access-block .block-text-content {
    font-size: 29px;
    text-align: left;
    color: #d1212a;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .launch-section .access-block .block-text-content strong {
    font-size: 70px;
    line-height: 1;
    margin-right: 13px;
    display: block;
  }
  .launch-section .access-block .click-here {
    position: absolute;
    font-size: 21px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    color: #000;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 #fff, -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0 3px 7px rgba(0, 0, 0, 0.6);
  }
  .page-id-5880 .launch-section .access-block .click-here {
    right: -24px;
  }
}