@font-face {
  font-family: cali100;
  src: url(./fonts/CalibreThin.otf);
}
@font-face {
  font-family: cali125;
  src: url(./fonts/CalibreLight.otf);
}
@font-face {
  font-family: cali150;
  src: url(./fonts/CalibreRegular.otf);
}
@font-face {
  font-family: cali200;
  src: url(./fonts/CalibreMedium.otf);
}
@font-face {
  font-family: cali300;
  src: url(./fonts/CalibreLight.otf);
}
@font-face {
  font-family: cali400;
  src: url(./fonts/CalibreBold.otf);
}
@font-face {
  font-family: cali500;
  src: url(./fonts/CalibreBlack.otf);
}
input {
  margin-bottom: 18px !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--c100);
}
body {
  background: #fbf7f6;
  max-width: 1900px;
  margin: auto;
}
:root {
  --c100: cali100;
  --c125: cali125;
  --c150: cali150;
  --c200: cali200;
  --c300: cali300;
  --c400: cali400;
  --c500: cali500;
  --bg2: #ffdbc8;
  --black: #343434;
  --orange: #dfebf2;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
img,
iframe,
video {
  width: 100%;
}
.wraper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
input,
textarea {
  transition: all 0.1s;
  border: 1px solid #dedede;
  outline: none;
  width: 100%;
  height: 38px;
  margin-bottom: 12px;
  padding: 8px;
  font-size: 15px;
  font-family: var(--c150);
  color: var(--black);
}
input::placeholder,
textarea::placeholder {
  color: var(--black);
  font-size: 1rem;

  font-family: var(--c100);
}
.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
textarea {
  height: 80px;
  resize: none;
}

.s-title {
  font-family: var(--c400);
  font-size: 28px;
  margin-top: 20px;
  color: var(--black);
}
.logo {
  width: 50px;
}
.des {
  font-family: var(--c400);
  font-size: 15px;
  margin: 1em 0;
  color: var(--black);
}
.form {
  padding: 25px 0 50px;
  width: 85%;
  margin: auto;
}
.check input {
  height: auto;
  width: auto;
  box-shadow: none;
  margin-left: -5px;
  position: relative;
  top: 0px;
  margin-right: 8px;
  padding: 0 !important;
}
.check {
  display: flex;
  margin: 5px;
}
.check p {
  font-family: var(--c200);
  color: #7f7f7f;
  font-size: 12px;
}
a {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}
.subs {
  /* height: 40px; */
  color: var(--black);
  display: flex;
  align-items: center;
  background: var(--orange);
  font-family: var(--c200);
  font-size: 15px;
  padding: 0 70px;
  line-height: 40px;
  margin-top: 25px;
  transition: all 0.1s;
  box-shadow: 0px 3px 15px -10px black;
}
.subs:hover {
  transform: translate3d(0px, 3px, 0px);
  box-shadow: 0px 0px 15px -10px black;
  background-color: #15342c !important;
  transition: all 0.1s;
	color:white;
}
.subs span {
  font-family: var(--c200);
  position: relative;
  top: 2px;
}
.flex {
  display: flex;
  position: relative;
  z-index: 2;
}
.left {
  width: 37%;
  background: var(--bg2);
  padding: 50px 50px 10px 90px;
  position: relative;
}
.right {
  width: 60%;
  background: #15342c;
  padding: 50px 50px 10px 80px;
  position: relative;
}
.social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1em 0;
}
.social .item:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
.social .item {
  transition: opacity 0.2s;
  opacity: 1;
}
.links {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.link .url {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.link a {
  color: #a7d6c5;
  margin-bottom: 16px;
  font-family: var(--c125);
  font-size: 13px;
  letter-spacing: 0.07rem;
  transition: opacity 0.1s;
}
.link a:hover,
.link a:focus {
  color: #a7d6c5;
  opacity: 0.7;
  transition: opacity 0.1s;
}

.link h3 {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--c150);
  letter-spacing: 1px;
}
.title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--c200);
  color: var(--black);
  margin-bottom: 10px;
}
.item {
  width: 40px;
  height: 40px;
  background: #eecaba;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.item i {
  font-size: 20px;
  color: var(--black);
}

.dis,
.copy {
  font-size: 13px;
  color: var(--black);
  font-family: var(--c150);
}
.copy {
  font-size: 11px;
  margin-top: 70px;
}
footer {
  position: relative;
}
footer::before {
  position: absolute;
  content: "";
  width: 40%;
  left: 0;
  height: 100%;
  background: var(--bg2);
  top: 0;
  z-index: 1;
}
footer::after {
  position: absolute;
  content: "";
  width: 40%;
  right: 0;
  height: 100%;
  background: #15342c;
  top: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  #footer-social > div {
    text-align: center;
  }
  .copy {
    text-align: center;
  }
  #footer-links {
    padding: 50px 140px 10px;
  }
  .social {
    margin: 2em auto;
    max-width: 300px;
  }
  #footer-columns-cnt {
    flex-direction: column;
  }
  .left,
  .right {
    width: 100%;
    padding: 50px 200px 10px;
  }

  .container {
    /* padding: 0 10px; */
  }
  .wraper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  .check p {
    font-family: var(--c200);
    color: #7f7f7f;
    /* font-size: 12px; */
    font-size: 8px;
  }
  .row {
    gap: 10px;
  }
  input,
  textarea {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 0.8rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 0.8rem;
  }
  textarea {
    height: 50px;
  }
  .s-title {
    font-family: var(--c400);
    font-size: 28px;
    margin-top: 20px;
  }
  .des {
    font-size: 0.8rem;
  }
  .logo {
    width: 40px;
  }
  .dis,
  .copy {
    font-size: 0.8rem;
  }
  .subs {
    height: 30px;
    font-size: 0.8rem;
  }
}
@media (max-width: 939px) {
  .logo {
    width: 35px;
  }
  .form {
    padding: 30px 0 30px;
  }
  input,
  textarea {
    height: 26px;
    font-size: 0.6rem;
  }
  .s-title {
    font-size: 22px;
  }
  .des {
    font-size: 0.6rem;
  }
}
@media (max-width: 600px) {
  .right {
    padding: 2em !important;
  }
  .links {
    flex-direction: column;
  }
  .container {
    padding: 0;
  }
  .wraper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0em;
  }
  .flex {
    flex-direction: column;
  }
  .left,
  .right {
    /* width: 100%; */
    padding: 2em;
  }
  footer::before {
    display: none;
  }
  footer::after {
    display: none;
  }

  .links h3 {
    margin-top: 2em;
    font-size: 14px;
  }
  .row {
    grid-template-columns: 1fr;
  }
  input,
  textarea {
    height: 40px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 1rem;
  }
  textarea {
    height: 80px;
  }
  .s-title {
    font-family: var(--c400);
    font-size: 28px;
    margin-top: 20px;
  }
  .des {
    font-size: 1rem;
  }
  .logo {
    width: 50px;
  }
  .dis,
  .copy {
    font-size: 1rem;
  }
  .subs {
    height: 40px;
    font-size: 1rem;
  }
  .des br {
    display: none;
  }
  .check p {
    font-family: var(--c200);
    color: #7f7f7f;
    font-size: 12px;
  }
  .link a {
    font-size: 15px;
  }
}

form {
  margin-top: 20px;
}

input:focus,
textarea:focus {
  border: 1px solid #c6c6c6;
  transition: all 0.2s;
}

@keyframes pastelGradientAnimation {
  0%,
  to {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

#popup,
#cs-popup {
  position: fixed;
  z-index: 999999;
  bottom: 15px;
  left: 15px;
  background-color: white;
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
  padding: 30px;
  max-width: 360px;
  width: 100% !important;
  transition: 500ms all cubic-bezier(0, 1.555, 0.46, 0.955);
  transform: translate3d(-500px, 0, 0);
  border-radius: 5px;
  font-size: 20px;
  -moz-animation: pastelGradientAnimation 2s ease infinite alternate-reverse;
  -webkit-animation: pastelGradientAnimation 2s ease infinite alternate-reverse;
  animation: pastelGradientAnimation 2s ease infinite alternate-reverse;
  background: linear-gradient(
    12deg,
    #eff3e1,
    hsl(165deg 11% 90%),
    hsl(23deg 60% 92%)
  );
  background-size: 3000% 300%;
}
#popup.shown,
#cs-popup.shown {
  transition: 500ms all cubic-bezier(0, 1.555, 0.46, 0.955);
  transform: translate3d(0px, 0, 0);
}

#cs-popup p {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  iframe,
  video {
    height: 100vh;
    width: auto;
  }
  .form {
    margin-left: 0;
  }
}

#countdown {
  display: flex;
  margin-top: 25px;
}
.cs-box {
  display: flex;
  flex-direction: column;
  line-height: 18px;
  justify-content: center;
  font-size: 40px;
  margin-right: 27px;
}
.cs-box small {
  font-size: 14px;
  margin-top: 6px;
}

#logo-box {
  background-color: white;
  width: 50px;
  height: 80px;
  transition: 500ms all cubic-bezier(0, 1.555, 0.46, 0.955);
  /* transform: translate3d(-500px, 0, 0); */

  -moz-animation: pastelGradientAnimation 2s ease infinite alternate-reverse;
  -webkit-animation: pastelGradientAnimation 2s ease infinite alternate-reverse;
  animation: pastelGradientAnimation 2s ease infinite alternate-reverse;
  background: linear-gradient(12deg, #e2e1f3, #ddf1f6, #eedceb);
  background-size: 3000% 300%;
  /* display: none; */
}
#cookie-law-info-bar {width:700px !important;border:none !important; padding:2px !important;position: fixed !important;
top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;margin: 0px !important;}
body #cookie-law-info-bar span {padding-top:60px !important;}
#cookie-law-info-bar span {border:2px solid #000; padding:30px 30px !important; display:block;}
#cookie-law-info-bar .cli-bar-message {font-size:16px; line-height:25px; color:#000; text-align:center;}
#cookie-law-info-bar .cli-bar-message a {color:#000; text-decoration:underline; font-weight:700;}
#cookie-law-info-bar .cli-bar-btn_container {display:flex; justify-content:space-between;margin-top: 30px !important;}
#cookie-law-info-bar .cli-bar-btn_container a {font-family:'times new roman' !important; font-size:19px;margin:0px; background:#000 !important; color:#fff !important; padding:10px 23px;}
#cookie-law-info-bar .cli-bar-btn_container .cookies a {margin-left:2px;}

.cls_reject {position:absolute; top:30px; right:30px;}
.cls_reject a {color:#a9a9a9 !important;background-color: transparent !important;padding: 0px;margin: 0px;font-size: 17px !important;font-family: 'times new roman' !important;}
.cls_reject a:hover {background:transparent !important;color:#000 !important;}

.signup-page {background:#fff; padding:40px 0px;}
.signup-page .wraper {gap:80px;}
.signup-page .wraper .content_block {margin-top:145px;}
.signup-page .wraper .content_block h1, .signup-page .wraper .content_block h2 {font-family: Bodoniflf !important; font-size:27px; text-align:center; color:#0d1f2d;}
.signup-page .wraper .content_block h1 {margin-bottom:72px;}
.signup-page .wraper .content_block h2 {margin-top: 143px;}
.signup-page .wraper .content_block p {color:#000; text-align:center; margin:0px 0px 50px 0px; font-size:1.1rem; font-family:var(--c125); line-height:1.7rem; letter-spacing:0.01em;}
.signup-page .wraper .content_block, .signup-page .wraper .form {}
.signup-page .wraper .form {width:100%;}
.signup-page .wraper .form h1 {font-family:Bodoniflf !important; font-weight:700; color:#0d1f2d;}
blockquote.hidden {display:none;}

footer {background-color:#fff;}
footer .footer-container, footer .container {max-width: 1240px; width: calc(100% - 100px); padding: 0px; margin:0 auto;}
footer #footer-columns-cnt .left {padding-left:0px;}
footer #footer-columns-cnt .right {padding-right:0px;}
footer #footer-columns-cnt .right .link h3 {font-family:Bodoniflf !important; font-weight:900 !important; color:#000;}
footer #footer-columns-cnt p {line-height:1rem; color:#000 !important;}
footer::before, footer::after, footer #footer-columns-cnt .left, footer #footer-columns-cnt .right {background:transparent !important;}
footer #footer-columns-cnt .left h1.title {font-family:Bodoniflf !important; font-weight:900; color:#000 !important;}
footer #footer-columns-cnt #footer-links a, footer #footer-columns-cnt #footer-links a:hover, footer #footer-columns-cnt #footer-links a:focus {color:#000; opacity:1;}
footer #footer-columns-cnt .left h1, footer #footer-columns-cnt .right h3 {border-bottom:1px solid #000; display:block; padding-bottom:12px; margin-bottom:25px !important;}
footer .footer-container .social .item, footer .container .social .item {background:transparent;}














