@font-face {
  font-family: Organetto;
  src: url('../fonts/Organetto-UltraBoldExt.ttf') format("truetype"), url('../fonts/Organetto-UltraBoldSemiExt.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Organetto;
  src: url('../fonts/Organetto-RegularExt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red-1: #b6011e;
  --accessible-components-dark-grey: #9b9b9b;
  --black-bg: #030307;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  background-image: url('../images/SHOKJLW40KHE1744827894411.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.column-left {
  z-index: 998;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading {
  text-shadow: 1px 1px #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Organetto, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 52px;
}

.heading.h1 {
  text-shadow: 0 0 20px #000;
  margin-bottom: 20px;
  padding-right: 47px;
  font-size: 38px;
  line-height: 38px;
  display: block;
}

.link-cta {
  background-color: var(--red-1);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 60px;
  text-decoration: none;
  transition: all .125s;
  display: flex;
  box-shadow: 0 0 30px 7px #b6011e54;
}

.link-cta:hover {
  background-color: #e40025;
  box-shadow: 0 0 30px 7px #b6011e96;
}

.link-cta.cta-footer {
  z-index: 5;
  border: 3px solid var(--red-1);
  background-image: url('../images/bg-submit-btn-exitlag.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
}

.link-cta.cta-footer:hover {
  color: #fff;
  border-color: #ff0029;
  text-decoration: none;
}

.heading-2 {
  color: #fff;
  text-shadow: 0 5px 1px #0000002b;
  margin: 0 20px;
  font-family: Organetto, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.ai-route {
  margin-top: 0;
  padding: 20px 10px 0;
}

.faq {
  padding: 60px 10px;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible, .fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_paragraph {
  color: #eee;
  margin-bottom: 0;
  font-weight: 300;
}

.fs_accordion-2_body {
  background-color: #363636;
  background-image: linear-gradient(#0000, #00000042);
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
  display: none;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Organetto, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #525252;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_item {
  background-color: var(--black-bg);
}

.fs_accordion-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-5_button:focus-visible, .fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-7_button {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-7_button:focus-visible, .fs_checkbox-7_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-6_button {
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-6_button:focus-visible, .fs_checkbox-6_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.column-right {
  z-index: 998;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  padding-top: 65px;
  padding-bottom: 70px;
}

.lottie-animation {
  z-index: 5;
  margin-top: -62px;
  position: relative;
}

.wrapper-main-info {
  max-width: 500px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 46px;
}

.body-trial {
  color: #fff;
  background-color: #030307;
  background-image: url('../images/bg-body-exitlag-trial3.webp');
  background-position: 50% 100%;
  background-size: cover;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.div-block-31 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-59 {
  align-self: center;
  max-width: 60px;
  margin-right: 15px;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Organetto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.hero-main-bullets {
  margin-top: 50px;
}

.hero-info {
  max-width: 388px;
  font-size: 13px;
  line-height: 17px;
  display: block;
}

.brand-exitlag {
  pointer-events: none;
  max-width: 110px;
  margin-bottom: 60px;
}

.container-xxxl {
  max-width: 1000px;
}

.misc-left {
  z-index: 1;
  max-height: 230px;
  position: absolute;
  top: 885px;
  left: 8px;
}

.misc-right {
  z-index: 1;
  max-height: 230px;
  position: absolute;
  inset: 1322px 5px auto auto;
}

.games-and-apps {
  background-image: url('../images/bg-games-apps.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  min-height: 70vh;
  padding: 20px 10px;
}

.h2 {
  text-align: center;
  font-family: Organetto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.border-fade-red {
  background-image: linear-gradient(90deg, #0000 5%, var(--red-1) 50%, #0000 96%);
  align-self: center;
  width: 340px;
  height: 4px;
}

.title-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 31px;
  display: flex;
  position: relative;
}

.games-apps-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: ". . . . . . . ."
                 ". . . . . . . ."
                 ". . . . . . Area Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin-top: 42px;
  display: grid;
}

._1700games-apps {
  mix-blend-mode: lighten;
}

.title-wrapper-b {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bold-text-33 {
  text-shadow: 0 0 20px #ff3c5bd9;
}

.mockups {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mockups-wrapper {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--red-1), #fff0 61%);
  flex-flow: row;
  min-height: 570px;
  margin-top: 60px;
  margin-bottom: 90px;
  position: relative;
}

.image-68 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-69 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-70 {
  opacity: .5;
  mix-blend-mode: lighten;
  border: 1px solid #8e8e90;
  border-radius: 6px;
  margin-right: 20px;
  position: absolute;
  inset: auto auto 104px 32px;
}

.image-71 {
  opacity: .5;
  mix-blend-mode: lighten;
  position: absolute;
  inset: auto auto 104px 138px;
}

.misc2 {
  z-index: 5;
  opacity: .73;
}

.wrapper-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.heading-28 {
  text-align: center;
  margin-top: 10px;
  font-family: Organetto, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-right: 10px;
}

.password-requirements {
  color: #82818a;
  margin-top: -3px;
  margin-bottom: 11px;
  font-size: 10px;
  line-height: 13px;
}

.checkbox-label {
  color: #9e9e9e;
  margin-bottom: 0;
  font-size: 12px;
}

.link-9 {
  color: #bbb;
}

.link-9:hover {
  color: #ececec;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 2px solid #595766;
  border-radius: 5px;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.text-field:hover {
  border-color: #787688;
}

.text-field:focus {
  background-color: #ffffff08;
  border-color: #fff;
}

.text-field::placeholder {
  color: #686868;
}

.submit-button {
  letter-spacing: 1px;
  background-color: #b6011e;
  background-image: url('../images/bg-submit-btn-exitlag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #e40001;
  width: 100%;
  margin-top: 19px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Organetto, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
  box-shadow: 0 20px 50px -25px #ff2818;
}

.submit-button:hover {
  opacity: .7;
}

.submit-button.cta-form-hero {
  background-image: linear-gradient(#ec40463b, #ec40463b), url('../images/bg-submit-btn-exitlag.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #ec4046;
  border-radius: 7px;
  font-size: 18px;
  transition: all .15s;
}

.submit-button.cta-form-hero:hover {
  opacity: 1;
  border-color: #ff0001;
  box-shadow: 0 -1px 50px -7px #ff2818;
}

.error-message {
  background-color: #525252;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 21px;
}

.success-message {
  background-color: #179d0d;
}

.loader-img {
  mix-blend-mode: lighten;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-5 {
  color: #fff;
  text-align: center;
  background-color: #70c34f40;
  border: 1px solid #70c34f;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}

.link-block-5:hover {
  opacity: .66;
}

.form-wrapper {
  z-index: 5;
  background-color: #191d24f2;
  border: 3px solid #42404d;
  border-radius: 20px;
  min-width: 475px;
  min-height: 600px;
  margin-right: 5px;
  padding: 33px 47px 35px 45px;
  box-shadow: 0 0 110px -20px #e4540073;
}

.error-txt {
  text-align: center;
  flex: none;
  margin-bottom: 5px;
  font-size: 16px;
  display: none;
}

.heading-20 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.errors {
  background-color: #645050;
  border: 1px solid #7f5757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 15px 20px;
  display: none;
}

.loader {
  justify-content: center;
  align-items: center;
  display: none;
}

.field-label {
  margin-bottom: 4px;
  font-weight: 500;
}

.text-block {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.registersuccess {
  background-color: #2d462361;
  border: 1px solid #70c34f;
  border-radius: 8px;
  max-width: 386px;
  padding: 12px;
  display: none;
}

.text-block-5 {
  color: #c9c9c9;
  margin-left: 26px;
  font-size: 11px;
}

.div-block-8 {
  display: flex;
}

.div-block-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  padding: 35px 40px;
}

.fullscreen-bg {
  z-index: 1;
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.top-bar {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 17px;
  display: flex;
}

.ms {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.text-block-6 {
  color: #46bb91;
  margin-left: 5px;
}

.image-74 {
  max-width: 103px;
}

.video {
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 40px;
}

.on-wrapper {
  width: 100%;
  position: relative;
}

.info-vid-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.videos-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.misc-globe {
  float: right;
  opacity: .42;
  max-width: 37px;
  margin-top: 3px;
  margin-right: 3px;
}

.off-wrapper {
  width: 100%;
  position: relative;
}

.exitlagon {
  z-index: 2;
  border: 8px solid #d30000;
  border-radius: 20px;
  width: 100%;
  height: 350px;
  box-shadow: 0 2px 80px #d3160082;
}

.hitsperminute-off {
  z-index: 10;
  position: absolute;
  inset: auto auto 38px -26px;
}

.hitsperminute-off:hover {
  opacity: .8;
}

.bold-text-26 {
  color: #1ee29b;
  font-size: 30px;
  text-decoration: underline;
}

.exitlagoff {
  z-index: 3;
  border: 8px solid #353435;
  border-radius: 20px;
  width: 100%;
  height: 350px;
}

.title {
  align-self: stretch;
  min-height: 45px;
  position: relative;
}

.line-fade {
  background-image: linear-gradient(95deg, #030307 10%, #6f6f6f);
  flex: 1;
  align-self: center;
  height: 2px;
}

.flare-img {
  z-index: 1;
  mix-blend-mode: lighten;
  position: absolute;
  top: -69px;
  left: 224px;
}

.info-vid {
  z-index: 3;
  margin-top: 13px;
  position: relative;
}

.hitsperminute-on {
  z-index: 11;
  position: absolute;
  inset: auto -32px 38px auto;
}

.hitsperminute-on:hover {
  opacity: .8;
}

.best-connection-img-2 {
  z-index: 10;
  position: absolute;
  bottom: 77px;
  right: -58px;
  overflow: hidden;
}

.best-connection-img-2:hover {
  opacity: .8;
}

.text-block-7 {
  color: #7c7c7c;
  margin-left: 13px;
  font-family: Organetto, sans-serif;
  font-size: 8px;
}

.heading-36 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Organetto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.heading-37 {
  color: #7b7c7c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Organetto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-39 {
  font-size: 23px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #464646;
  padding: 0;
}

.text-block-3 {
  color: #b6011e;
  text-align: right;
  border-right: 3px solid #b6011e;
  padding-right: 8px;
  font-family: Organetto, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.text-span-18 {
  font-size: 13px;
}

.bold-text-35 {
  text-shadow: 0 0 20px #ff3c5bd9;
}

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 25px;
  display: flex;
}

.paragraph-12 {
  font-size: 15px;
  font-style: italic;
  line-height: 17px;
}

.border-fade-red-2 {
  background-image: linear-gradient(90deg, #0000 5%, #b6011e 50%, #0000 96%);
  align-self: center;
  width: 340px;
  height: 4px;
}

.paragraph-11 {
  margin-top: 13px;
  margin-bottom: 17px;
  font-size: 17px;
  font-style: italic;
  line-height: 22px;
}

.quick-stack-2 {
  background-image: radial-gradient(circle, #e4002530, #fff0 54%);
  margin-top: 50px;
  padding: 0;
}

.div-block-33 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #b6011e;
  text-align: left;
  border-left: 3px solid #b6011e;
  margin-bottom: 10px;
  padding-left: 8px;
  font-family: Organetto, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.cell-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-2 {
  background-image: url('../images/bg-testimonials-xl.webp');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #464646;
  justify-content: flex-end;
  align-items: stretch;
}

.testimonial {
  padding: 40px 10px;
}

.cell-3 {
  background-image: url('../images/bg-testimonials-m.webp');
  background-position: 0%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-10 {
  color: #b9b9b9;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
}

.image-66 {
  max-width: 420px;
  margin-top: -72px;
  margin-left: 21px;
}

.paragraph-10 {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 17px;
}

.heading-33 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Organetto, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
}

.cell-4 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.heading-34 {
  margin-top: 0;
  font-family: Organetto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image-67 {
  max-width: 174px;
  max-height: 200px;
}

.div-block-32 {
  background-color: #282828;
  background-image: linear-gradient(221deg, #1d1d1d, #464646);
  border-top: 1px solid #464646;
  min-height: 180px;
  padding: 25px 30px 25px 40px;
}

.mao {
  padding-top: 50px;
  padding-bottom: 50px;
}

.quick-stack-4 {
  margin-top: 50px;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.image-76 {
  align-self: center;
  max-width: 60px;
  margin-right: 15px;
}

.heading-38 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Organetto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image-77 {
  max-width: 420px;
  margin-top: -72px;
  margin-left: 21px;
}

.link-11 {
  color: #b9b9b9;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-position: 50% 70%;
    min-height: 910px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .column-left {
    justify-content: flex-end;
    align-items: center;
    padding-right: 138px;
  }

  .heading {
    text-shadow: 4px 4px #43281996;
  }

  .heading.h1 {
    text-shadow: 0 0 20px #000;
    font-size: 37px;
    line-height: 36px;
  }

  .ai-route {
    padding-top: 0;
    display: block;
  }

  .faq {
    display: block;
  }

  .fs_accordion-2_embed {
    display: none;
  }

  .column-right {
    justify-content: center;
    align-items: flex-start;
    padding-left: 84px;
  }

  .columns {
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .wrapper-main-info {
    padding-right: 59px;
  }

  .body-trial {
    background-image: url('../images/bg-body-exitlag-trial3.webp');
    background-position: 50% 0;
    background-size: auto;
  }

  .image-59 {
    max-width: 64px;
  }

  .heading-29 {
    font-size: 18px;
    line-height: 21px;
  }

  .hero-main-bullets {
    margin-top: 45px;
  }

  .brand-exitlag {
    pointer-events: none;
    margin-bottom: 61px;
  }

  .container-xxxl {
    max-width: 1320px;
  }

  .games-and-apps {
    background-image: url('../images/bg-games-apps.webp');
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .mockups-wrapper {
    background-image: radial-gradient(circle, #b6011e75, #fff0 45%);
    min-height: 600px;
  }

  .misc2 {
    z-index: 5;
    position: relative;
  }

  .wrapper-form {
    padding-left: 0;
  }

  .paragraph-8 {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
  }

  .form-wrapper {
    min-width: 550px;
  }

  .registersuccess {
    background-color: #2d462361;
    max-width: 470px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .fullscreen-bg {
    position: absolute;
    inset: 0%;
  }

  .top-bar {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 17px;
    display: flex;
  }

  .ms {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .text-block-6 {
    opacity: .9;
    color: #46bb91;
    margin-left: 5px;
  }

  .image-74 {
    max-width: 104px;
  }

  .video {
    display: block;
  }

  .flare-img {
    left: 302px;
  }

  .hitsperminute-on {
    right: -23px;
  }

  .best-connection-img-2 {
    right: -44px;
  }

  .text-block-7 {
    line-height: 19px;
  }

  .image-66 {
    max-width: 430px;
    margin-left: 61px;
  }

  .cell-6 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 23px;
  }

  .image-75 {
    border: 2px solid #3f3f3f;
    border-radius: 20px;
  }

  .cell-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-13 {
    border: 1px solid #3f3f3f;
    border-radius: 20px;
    padding: 32px;
  }

  .image-76 {
    max-width: 64px;
  }

  .heading-38 {
    font-size: 18px;
    line-height: 21px;
  }

  .image-77 {
    max-width: 430px;
    margin-left: 61px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-left {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .heading {
    padding-right: 0;
    font-size: 41px;
    line-height: 43px;
  }

  .heading.h1 {
    text-align: center;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 29px;
  }

  .ai-route {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-right {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .columns {
    padding-bottom: 40px;
  }

  .lottie-animation {
    margin-top: -47px;
  }

  .wrapper-main-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-info {
    text-align: center;
    margin-bottom: 0;
  }

  .misc-left, .misc-right {
    display: none;
  }

  .games-and-apps {
    min-height: 64vh;
    padding: 0 15px;
  }

  .games-apps-wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mockups {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-68 {
    max-width: 570px;
    left: 4%;
  }

  .image-69 {
    max-width: 570px;
    right: 3%;
  }

  .image-71 {
    bottom: 61px;
    left: 33px;
  }

  .wrapper-form {
    padding-left: 0;
  }

  .password-requirements {
    margin-bottom: 4px;
  }

  .form-wrapper {
    background-color: #131313e3;
    width: 710px;
    margin-right: 0;
  }

  .heading-20 {
    font-size: 24px;
    line-height: 29px;
  }

  .registersuccess {
    max-width: none;
  }

  .text-block-5 {
    opacity: .7;
  }

  .footer {
    padding-left: 44px;
    padding-right: 44px;
  }

  .top-bar {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image-74 {
    max-width: 65px;
  }

  .video {
    padding-left: 29px;
    padding-right: 29px;
  }

  .exitlagon {
    height: 260px;
  }

  .hitsperminute-off {
    overflow: hidden;
  }

  .exitlagoff {
    height: 260px;
  }

  .flare-img {
    left: 149px;
    overflow: hidden;
  }

  .hitsperminute-on {
    overflow: hidden;
  }

  .best-connection-img-2 {
    overflow: clip;
  }

  .text-block-7 {
    font-size: 8px;
  }

  .testimonial {
    padding-top: 10px;
  }

  .image-66 {
    max-width: 370px;
    margin-left: 10px;
  }

  .image-67 {
    margin-left: 5px;
  }

  .image-77 {
    max-width: 370px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 13px;
    padding-right: 13px;
  }

  .column-left {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading {
    text-align: center;
    margin-right: 0;
  }

  .heading.h1 {
    font-size: 38px;
    line-height: 36px;
  }

  .link-cta {
    width: 98%;
  }

  .link-cta.cta-footer {
    width: auto;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .ai-route {
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_accordion-2_component {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lottie-animation {
    margin-top: -24px;
  }

  .wrapper-main-info {
    padding-right: 0;
  }

  .heading-29 {
    font-size: 16px;
    line-height: 19px;
  }

  .hero-info {
    max-width: 330px;
  }

  .games-and-apps {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .h2 {
    font-size: 17px;
    line-height: 21px;
  }

  .games-apps-wrapper {
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    padding-top: 5px;
    display: flex;
  }

  .mockups {
    padding-left: 11px;
    padding-right: 11px;
  }

  .mockups-wrapper {
    background-image: none;
    flex-flow: column;
    min-height: auto;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .image-68 {
    width: 100%;
    max-width: none;
    margin-bottom: 13px;
    position: static;
  }

  .image-69 {
    position: static;
  }

  .image-70, .image-71 {
    display: none;
  }

  .checkbox {
    flex: none;
    width: 16px;
    height: 16px;
  }

  .password-requirements {
    margin-bottom: 8px;
  }

  .form-wrapper {
    width: 100%;
    min-width: 40%;
    padding-left: 29px;
    padding-right: 29px;
  }

  .heading-20 {
    font-size: 21px;
    line-height: 28px;
  }

  .text-block-5 {
    opacity: .78;
    max-width: 180px;
    font-size: 10px;
    line-height: 12px;
  }

  .footer {
    padding-left: 17px;
    padding-right: 17px;
  }

  .fullscreen-bg {
    display: block;
  }

  .image-74 {
    max-width: 120px;
  }

  .video {
    padding: 20px 2px;
  }

  .misc-globe {
    max-width: 33px;
  }

  .hitsperminute-off {
    max-width: 120px;
    bottom: 17px;
    left: 0;
    overflow: hidden;
  }

  .bold-text-26 {
    color: #1ee29b;
    font-size: 20px;
  }

  .title {
    min-height: 30px;
  }

  .flare-img {
    display: none;
    top: -75px;
    left: 87px;
  }

  .info-vid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hitsperminute-on {
    max-width: 120px;
    bottom: 17px;
    right: 0;
    overflow: hidden;
  }

  .best-connection-img-2 {
    display: none;
  }

  .text-block-7 {
    font-size: 7px;
  }

  .heading-36, .heading-37 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-39 {
    font-size: 18px;
    line-height: 20px;
  }

  .quick-stack-2 {
    margin-top: 99px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-38 {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 70% 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .column-left {
    padding-top: 10px;
  }

  .heading {
    font-size: 34px;
    line-height: 36px;
  }

  .heading.h1 {
    margin-top: 15px;
    font-size: 31px;
    line-height: 31px;
  }

  .link-cta.cta-footer {
    height: 72px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-2 {
    text-align: center;
    text-shadow: 0 3px 1px #0000002b;
    font-size: 18px;
    line-height: 22px;
  }

  .ai-route {
    padding-top: 42px;
    display: none;
  }

  .faq {
    padding-top: 20px;
  }

  .fs_accordion-2_label {
    line-height: 1rem;
  }

  .fs_accordion-2_component {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-right {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns {
    padding-top: 40px;
  }

  .wrapper-main-info {
    padding-left: 9px;
    padding-right: 9px;
  }

  .body-trial {
    border-top-style: none;
  }

  .heading-29 {
    font-size: 14px;
    line-height: 17px;
  }

  .hero-info {
    padding-left: 26px;
    padding-right: 26px;
  }

  .h2 {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
    line-height: 20px;
  }

  .games-apps-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mockups-wrapper {
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .password-requirements {
    margin-bottom: 10px;
    line-height: 11px;
  }

  .checkbox-label {
    font-size: 11px;
    line-height: 15px;
  }

  .submit-button.cta-form-hero {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
    line-height: 20px;
  }

  .form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-20 {
    font-size: 15px;
    line-height: 19px;
  }

  .field-label {
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-5 {
    display: none;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .footer {
    padding-bottom: 40px;
  }

  .image-5 {
    max-width: 90%;
    margin-bottom: 28px;
  }

  .video {
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-vid-wrapper {
    justify-content: center;
    align-items: center;
  }

  .videos-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .misc-globe {
    display: none;
  }

  .text-block-7 {
    text-align: center;
    line-height: 10px;
  }

  .bold-text-40 {
    font-size: 29px;
  }

  .text-block-3 {
    font-size: 11px;
    line-height: 12px;
  }

  .div-block-34 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-12 {
    font-size: 13px;
  }

  .border-fade-red-2 {
    width: 260px;
  }

  .text-block-8 {
    font-size: 11px;
  }

  .testimonial {
    padding-top: 20px;
  }

  .image-66 {
    max-width: 260px;
    margin-left: 10px;
  }

  .heading-34 {
    font-size: 13px;
  }

  .image-67 {
    max-width: 130px;
    max-height: 150px;
  }

  .div-block-32 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-38 {
    font-size: 15px;
    line-height: 18px;
  }

  .image-77 {
    max-width: 260px;
    margin-left: 10px;
  }
}

#w-node-_04da3712-2772-4139-ba1c-012aa599d216-574217e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_166a48c2-22c1-3c0e-e5f4-845e28c8c82e-574217e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70b22e2e-61fe-df2d-3f78-79f40c5784da-574217e9 {
  grid-area: Area;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8eee-574217e9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8eef-574217e9 {
  grid-row: span 3 / span 3;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8f05-574217e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8f09-574217e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8f1b-574217e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8f1f-574217e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8f31-574217e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8f35-574217e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8eee-574217e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_37fde3e9-fa8c-d6c8-36df-e7590b7c8eef-574217e9 {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04da3712-2772-4139-ba1c-012aa599d216-574217e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Organetto';
  src: url('../fonts/Organetto-UltraBoldExt.ttf') format('truetype'), url('../fonts/Organetto-UltraBoldSemiExt.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Organetto';
  src: url('../fonts/Organetto-RegularExt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}