:root {
  --cc-text: #212529;
  --cc-btn-primary-bg: var(--color-main);
  --cc-btn-primary-hover-bg: var(--color-mainHover);
}
html {
  --color-main: #C82127;
  --color-mainHover: #ab181d;
  --color-white: #ffffff;
  --color-black: #000000;
  overflow-x: hidden;
  font-size: 100%;
}
html body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Open sans', sans-serif;
}
html.font_125 {
  font-size: 125%;
}
@media (max-width: 768px) {
  html.font_125 {
    font-size: 112.5%;
  }
}
html.font_150 {
  font-size: 150%;
}
@media (max-width: 768px) {
  html.font_150 {
    font-size: 125%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  display: inline-block;
}
.container {
  max-width: 1380px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 50px);
  }
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h2,
.h2 {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
h3,
.h3 {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h4,
.h4 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}
header p,
footer p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroll-locked {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.events-none {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 1101px) {
  .hide_above_1100 {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .hide_below_1100 {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide_above_768 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide_below_768 {
    display: none !important;
  }
}
.landing_wrap {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .landing_wrap {
    height: auto;
  }
}
@media (min-width: 1201px) {
  .landing_wrap .header_wrapper {
    height: 18%;
  }
  .landing_wrap .landing_upper {
    height: 62%;
  }
  .landing_wrap .landing_lower {
    height: 20%;
  }
}
.landing_wrap .landing_upper {
  padding: 0;
  position: relative;
}
.landing_wrap .landing_upper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_upper .container {
    flex-direction: column;
  }
}
.landing_wrap .landing_upper .landing_left {
  display: flex;
  flex-direction: column;
}
.landing_wrap .landing_upper .landing_left p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2F3967;
  margin: 0;
  max-width: 355px;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_upper .landing_left p {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 554px;
  }
}
@media (max-width: 768px) {
  .landing_wrap .landing_upper .landing_left p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.landing_wrap .landing_upper .landing_right img {
  display: block;
  width: 781px;
  height: 633px;
  object-fit: cover;
  border-radius: 0 0 0 90px;
  position: relative;
  bottom: -50px;
  max-height: 60vh;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_upper .landing_right img {
    display: none;
  }
}
.landing_wrap .landing_upper h1 {
  font-weight: 700;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1em;
  color: #2F3967;
  margin: 0 0 29px 0;
  max-width: 440px;
}
.landing_wrap .landing_upper h1 span {
  color: #AF2448;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_upper h1 {
    font-size: 50px;
    font-size: 3.125rem;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .landing_wrap .landing_upper h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.landing_wrap .landing_upper .landing_contact {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 29px 0 0 0;
}
.landing_wrap .landing_upper .landing_contact a {
  display: block;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #AF2448;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_upper .landing_contact a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .landing_wrap .landing_upper .landing_contact a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.landing_wrap .landing_upper .landing_contact img {
  display: block;
  width: 33px;
  height: 33px;
  background: #F4F7F8;
  border-radius: 8px;
  padding: 8px;
}
@media (max-width: 768px) {
  .landing_wrap .landing_upper .landing_contact img {
    width: 26px;
    height: 26px;
    padding: 6px;
  }
}
.landing_wrap .landing_lower {
  background: #2F3967;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_lower {
    padding: 40px 0 25px 0;
  }
}
.landing_wrap .landing_lower .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_lower .container {
    flex-direction: column;
  }
}
.landing_wrap .landing_lower .container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-33%, -50%);
  background-image: url('../../images/icons/notification.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 243px;
  height: 262px;
  max-height: 90%;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 0;
}
.landing_wrap .landing_lower .landing_left p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .landing_wrap .landing_lower .landing_left p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.landing_wrap .landing_lower .landing_left .subscribe_wrap {
  height: 58px;
  margin: 27px 0 0 0;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .landing_wrap .landing_lower .landing_left .subscribe_wrap {
    height: 48px;
    gap: 14px;
  }
}
@media (max-width: 500px) {
  .landing_wrap .landing_lower .landing_left .subscribe_wrap {
    flex-direction: column;
    height: auto;
  }
}
.landing_wrap .landing_lower .landing_left .subscribe_wrap input {
  width: 354px;
  height: 100%;
  padding: 18px 27px;
  border-radius: 8px;
  border: initial;
  outline: initial;
  font-family: inherit;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  outline: 2px solid transparent;
}
.landing_wrap .landing_lower .landing_left .subscribe_wrap input:focus-visible {
  outline-color: #AF2448;
}
@media (max-width: 768px) {
  .landing_wrap .landing_lower .landing_left .subscribe_wrap input {
    font-size: 16px;
    font-size: 1rem;
    width: auto;
    flex-grow: 1;
  }
}
.landing_wrap .landing_lower .landing_left .subscribe_wrap button {
  height: 100%;
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent linear-gradient(166deg, #CE293E 0%, #4E1567 180%) 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 20px 5px;
  border: initial;
  outline: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  outline: 2px solid transparent;
  cursor: pointer;
  padding: 10px 18px;
}
.landing_wrap .landing_lower .landing_left .subscribe_wrap button:focus-visible {
  outline-color: white;
}
@media (max-width: 768px) {
  .landing_wrap .landing_lower .landing_left .subscribe_wrap button {
    font-size: 16px;
    font-size: 1rem;
    width: auto;
  }
}
.landing_wrap .landing_lower .landing_right {
  padding: 50px 0 0 0;
}
@media (max-width: 1200px) {
  .landing_wrap .landing_lower .landing_right {
    padding: 24px 0 0 0;
  }
}
.landing_wrap .landing_lower .landing_right p {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5565B1;
  margin: 0;
}
@media (max-width: 768px) {
  .landing_wrap .landing_lower .landing_right p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1201px) {
  .landing_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    background: #F4F7F8;
    z-index: -1;
    pointer-events: none;
    user-select: none;
  }
}
.header_wrapper {
  padding: 100px 0 0 0;
  width: 100%;
  height: 190px;
}
@media (max-width: 1200px) {
  .header_wrapper {
    height: 150px;
    padding: 50px 0 0 0;
  }
}
@media (max-width: 768px) {
  .header_wrapper {
    height: 100px;
    padding: 28px 0 0 0;
  }
}
.header_wrapper .container {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.header_wrapper .header_logo {
  display: block;
  width: 203px;
  height: 36px;
  outline: 2px solid transparent;
}
.header_wrapper .header_logo:focus-visible {
  outline-color: var(--color-black);
}
.header_wrapper .header_logo img {
  display: inherit;
  width: inherit;
  height: inherit;
}
@media (max-width: 768px) {
  .header_wrapper .header_logo {
    width: 160px;
    height: auto;
  }
}
.header_wrapper .container > p {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2F3967;
  margin: 0;
}
.success-message {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
}
.hide {
  display: none;
}