@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Manrope SemiBold";
  src: url("../css/fonts/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope Regular";
  src: url("../css/fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-BoldItal.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-XBlack.ttf") format("truetype");
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-XBlackItal.ttf") format("truetype");
  font-weight: 1000;
  font-style: italic;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_Rg.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnLg.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "CF Din Normal";
  src: url("../css/fonts/CF_Din_Light.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBook.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBold.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBlack.otf") format("opentype");
  font-weight: 600;
}
* {
  box-sizing: border-box;
}

body > header {
  background: linear-gradient(180deg, #5c8f88 0%, rgba(92, 143, 136, 0.57) 51.39%, rgba(92, 143, 136, 0) 93.44%);
}
body > header .desktop-nav {
  background: linear-gradient(180deg, #5c8f88 0%, rgba(92, 143, 136, 0.57) 51.39%, rgba(92, 143, 136, 0) 93.44%);
}

body:has(section#fail-page) > header {
  background: linear-gradient(180deg, #5c050b 0%, #971117 51.39%, #971117 93.44%);
}
body:has(section#fail-page) > header .desktop-nav {
  background: linear-gradient(180deg, #5c050b 0%, #971117 51.39%, #971117 93.44%);
}

body:has(.desktop-menu-tabs.active) > header {
  background-color: #222640 !important;
}

body:has(.mobile-nav.active) > header {
  background-color: #222640 !important;
}

body > header:has(.desktop-menu-tabs.active) .desktop-nav {
  background: #222640 !important;
}

header:has(.mobile-nav.active) {
  background: #222640 !important;
}

p {
  all: unset;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(36px, 1.875vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333333333em;
  text-align: center;
  margin-bottom: min(37px, 3.4259259259dvh);
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: min(36px, 8vw);
    margin-bottom: 32px;
  }
}

a {
  text-decoration: none !important;
}

section {
  padding-top: 9.2592592593vw;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7fc1b8;
}
@media only screen and (max-width: 1024px) {
  section {
    flex-direction: column;
    justify-content: flex-start;
    padding-block: 75px !important;
  }
}
section > img {
  display: none;
}
section .image-container {
  width: min(900px, 46.875vw);
  height: min(746px, 69.0740740741dvh);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  section .image-container {
    height: 304px;
    width: 368px;
    margin-bottom: 10px;
  }
}
section .image-container .laptop {
  width: 82.7777777778%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  section .image-container .laptop {
    width: 82.8804347826%;
  }
}
section .image-container .laptop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section .image-container .plane {
  width: 66.5555555556%;
  height: 82.9758713137%;
  position: absolute;
  right: 0;
  bottom: 5.3619302949%;
}
@media only screen and (max-width: 1024px) {
  section .image-container .plane {
    width: 66.5760869565%;
    height: 82.6229508197%;
  }
}
section .image-container .plane img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section .content-container {
  max-width: min(640px, 33.3333333333vw);
  width: 100%;
  height: 100%;
  padding-top: 11%;
}
@media only screen and (max-width: 1024px) {
  section .content-container {
    max-width: 90.9333333333vw;
    height: unset;
    padding-top: unset;
  }
}
section .content-container .title {
  all: unset;
  display: block;
  color: #fff;
  text-align: right;
  font-family: "PF Din Text Comp Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1.03125em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: min(17px, 1.5740740741dvh);
  margin-bottom: 17px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  section .content-container .title {
    font-size: min(48px, 10.6666666667vw);
    margin-bottom: 32px;
  }
}
section .content-container .title * {
  all: inherit;
  padding: 0;
  margin: 0;
}
section .content-container .text {
  all: unset;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(34px, 1.7708333333vw);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4117647059em;
  text-align: center;
  margin-bottom: min(37px, 3.4259259259dvh);
}
@media only screen and (max-width: 1024px) {
  section .content-container .text {
    font-size: min(36px, 8vw);
    margin-bottom: 32px;
  }
}
section .content-container .text * {
  all: inherit;
  margin: 0;
  padding: 0;
}
section .content-container .button-area label {
  all: unset;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  align-items: center;
  gap: min(16px, 0.8333333333vw);
  color: #fff;
  font-family: "Manrope";
  font-size: min(28px, 1.4583333333vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: min(37px, 3.4259259259dvh);
}
@media only screen and (max-width: 1024px) {
  section .content-container .button-area label {
    font-size: min(28px, 5.3333333333vw);
    margin-bottom: 32px;
  }
}
section .content-container .button-area label * {
  all: inherit;
  margin: 0;
  padding: 0;
}
section .content-container .button-area label .checkmark {
  width: min(28px, max(18px, 1.4583333333vw));
  height: min(26px, max(16px, 1.3541666667vw));
  background-color: #fff;
  border: 2px solid #669992;
  border-radius: 3px;
}
@media only screen and (max-width: 1024px) {
  section .content-container .button-area label .checkmark {
    width: 32px;
    height: 30px;
  }
}
section .content-container .button-area .response-messages * {
  text-align: center;
  font-family: "Manrope";
  font-size: min(18px, max(13px, 0.9375vw));
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}
@media only screen and (max-width: 1024px) {
  section .content-container .button-area .response-messages * {
    font-size: 18px;
  }
}
section .content-container .button-area .response-messages .fail-message {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: #bc1117;
  transition: all 0.3s ease-out;
}
section .content-container .button-area .response-messages .fail-message * {
  color: inherit;
}
section .content-container .button-area .response-messages .success-message {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: green;
  transition: all 0.3s ease-out;
}
section .content-container .button-area .response-messages .success-message * {
  color: inherit;
}
section .content-container .button-area .response-messages .fail-message.active,
section .content-container .button-area .response-messages .success-message.active {
  max-height: 50px;
  margin-bottom: min(15px, 1.3888888889dvh);
}
section .content-container .button-area .button-container {
  margin-inline: auto;
}
section .content-container .button-area .button-container button {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(20px, 1.0416666667vw);
  font-size: 20px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1em;
  padding-inline: 1.5em;
  padding-block: 0.5769230769em;
  background-color: #bc1117;
  border-radius: 80px;
  margin-inline: auto;
  border: none;
  outline: none;
  stroke: none;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  section .content-container .button-area .button-container button {
    font-size: min(26px, 5.3333333333vw);
  }
}
section .content-container .button-area:has(input[type=checkbox]:checked) label .checkmark {
  background-image: url("../img/unsubscribe/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section .content-container .button-area:has(input[type=checkbox]:checked) .button-container button {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
section .content-container a {
  color: #971117 !important;
}

#resubscribe .image-container .laptop img {
  -o-object-position: center;
     object-position: center;
}
#resubscribe .image-container .plane {
  width: 33.3333333333%;
  height: 40.2144772118%;
  right: 7.7777777778%;
  bottom: 3.3512064343%;
}
@media only screen and (max-width: 1024px) {
  #resubscribe .image-container .plane {
    width: 30.6532663317%;
    height: 40%;
  }
}
#resubscribe .image-container .plane img {
  -o-object-position: top right;
     object-position: top right;
}
#resubscribe .button-area .button-container button {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

#thankyou .image-container .plane {
  width: 49.7777777778%;
  height: 71.9839142091%;
  right: 0.5555555556%;
  bottom: 9.1152815013%;
}
@media only screen and (max-width: 1024px) {
  #thankyou .image-container .plane {
    width: 45.7286432161%;
    height: 71.4754098361%;
  }
}
#thankyou .content-container .title {
  text-align: right;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  #thankyou .content-container .title {
    max-width: 100%;
    text-align: center;
  }
}

#fail-page {
  background-color: #971117;
  position: relative;
}
#fail-page .image-container {
  width: min(805px, 41.9270833333vw);
  height: 1001px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-35%);
}
@media only screen and (max-width: 1024px) {
  #fail-page .image-container {
    height: 300px;
    position: static;
    width: 100%;
    transform: unset;
  }
}
#fail-page .image-container .plane {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #fail-page .image-container .plane {
    position: static;
  }
}
#fail-page .image-container .plane img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  #fail-page .content-container {
    font-size: min(48px, 10.6666666667vw);
    max-width: 6.875em;
  }
}
#fail-page .content-container .title {
  max-width: unset;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  #fail-page .content-container .title {
    width: 100%;
    margin-top: 50px;
  }
}
#fail-page .button-area .button-container button {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#fail-page #acceptance {
  margin-top: 75px;
}

@media only screen and (max-width: 1024px) {
  #fail-page.acceptance {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=unsubscribe.css.map */