@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/fonts/Poppins-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins-Bold.ttf");
  font-weight: 700;
}
html, body {
  min-width: 375px;
  font-family: Poppins;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  display: none;
}

header {
  width: 100%;
  height: 777px;
  background-image: url("../assets/images/images_background_1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1920px) {
  header {
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  header {
    height: 673px;
    background-image: url("../assets/images/images_background_1_mobile.png");
    background-size: 200% auto;
    background-position: center calc(-75vw + 100px);
  }
}
header .container {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
header .container .logo-section {
  padding-top: 33px;
  margin-bottom: 17px;
}
@media (max-width: 1320px) {
  header .container .logo-section {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  header .container .logo-section {
    margin: 0 auto 32px auto;
    max-width: 100%;
    padding-inline: 25px;
  }
}
@media (max-width: 768px) {
  header .container .logo-section .logo-group {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }
}
header .container .logo-section .logo-group .logo-left {
  position: relative;
  float: left;
  margin-right: 25px;
  z-index: 100;
}
@media (max-width: 768px) {
  header .container .logo-section .logo-group .logo-left {
    float: none;
  }
}
header .container .logo-section .logo-group .logo-right {
  position: relative;
  float: left;
  z-index: 100;
}
@media (max-width: 768px) {
  header .container .logo-section .logo-group .logo-right {
    float: none;
  }
}
header .container .logo-section .filter {
  position: absolute;
  top: -260px;
  left: 0;
  width: 81%;
  height: 375px;
  background: #F9FAFC 0% 0% no-repeat padding-box;
  border-radius: 255px;
  opacity: 0.92;
  filter: blur(50px);
}
@media (max-width: 768px) {
  header .container .logo-section .filter {
    display: none;
  }
}
header .container .form-section {
  padding-top: 50px;
  margin-bottom: 12px;
  float: right;
  width: 615px;
}
@media (max-width: 768px) {
  header .container .form-section {
    padding-top: 0;
    width: 100%;
  }
}
header .container .form-section .giveaway-infos {
  width: 469px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  header .container .form-section .giveaway-infos {
    width: 100%;
  }
}
header .container .form-section .giveaway-infos .form-title {
  position: relative;
  margin: 0 auto 15px auto;
  text-align: center;
  max-width: 469px;
  color: #1D91D0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  z-index: 100;
}
@media (max-width: 768px) {
  header .container .form-section .giveaway-infos .form-title {
    max-width: 290px;
    font-size: 28px;
    line-height: 32px;
  }
}
header .container .form-section .giveaway-infos .form-title span {
  color: #003057;
}
header .container .form-section .giveaway-infos .form-description {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 298px;
  color: #5C6577;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  z-index: 100;
}
@media (max-width: 768px) {
  header .container .form-section .giveaway-infos .form-description {
    max-width: 310px;
    font-size: 16px;
    line-height: 20px;
  }
}
header .container .form-section .giveaway-infos .form-description span {
  color: #0C133C;
  font-weight: 600;
}
header .container .form-section .form {
  position: relative;
  margin: 0 0 0 85px;
  padding: 47px 32px 42px 32px;
  width: 450px;
  height: 455px;
  border-radius: 25px;
  background-color: #F9FAFC;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1019607843));
  box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 768px) {
  header .container .form-section .form {
    margin: 380px 15px 40px 15px;
    width: calc(100% - 30px);
  }
}
header .container .form-section .form .prize {
  position: absolute;
  bottom: 407px;
  left: 260px;
  width: 254px;
  height: 254px;
}
@media (max-width: 768px) {
  header .container .form-section .form .prize {
    left: 50%;
    transform: translateX(-50%);
    bottom: 430px;
  }
}
header .container .form-section .form .input {
  position: relative;
}
header .container .form-section .form .input-field {
  margin-bottom: 10px;
  padding: 15px 0 12px 20px;
  width: 386px;
  height: 50px;
  border: 1px solid #F2F4F5;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header .container .form-section .form .input-field {
    width: 100%;
  }
}
header .container .form-section .form .input-field::-moz-placeholder {
  color: transparent;
}
header .container .form-section .form .input-field::placeholder {
  color: transparent;
}
header .container .form-section .form input:not(:-moz-placeholder-shown) ~ .input-label {
  z-index: -1;
}
header .container .form-section .form .input-field:focus ~ .input-label, header .container .form-section .form input:not(:placeholder-shown) ~ .input-label {
  z-index: -1;
}
header .container .form-section .form .input-label {
  position: absolute;
  left: 25px;
  top: 40%;
  transform: translateY(-50%);
  color: #252525;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
}
header .container .form-section .form .input-label-checkbox {
  padding-bottom: 15px;
  display: inline-block;
  float: left;
  width: 342px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0C133C;
}
@media (max-width: 768px) {
  header .container .form-section .form .input-label-checkbox {
    margin-left: 7px;
    max-width: 260px;
    font-size: 11px;
    line-height: 17px;
  }
}
header .container .form-section .form .input-label span {
  color: #FF0000;
}
header .container .form-section .form .checkbox-container {
  display: inline-block;
  float: left;
  width: 23px;
}
@media (max-width: 768px) {
  header .container .form-section .form .checkbox-container {
    width: 10px;
  }
}
@media (max-width: 768px) {
  header .container .form-section .form .checkbox-container input[type=checkbox] {
    width: 10px;
  }
}
header .container .form-section .button {
  width: 386px;
  height: 55px;
  border: 1px solid #EAF0F5;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #FF9929;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  header .container .form-section .button {
    display: block;
    margin: 0 auto;
    max-width: 280px;
  }
}
header .container .form-section .filter {
  position: absolute;
  top: 25px;
  left: 48.6%;
  width: 32%;
  height: 375px;
  /* UI Properties */
  background: #F9FAFC 0% 0% no-repeat padding-box;
  border-radius: 255px;
  opacity: 0.92;
  filter: blur(50px);
  z-index: 1;
}
@media (max-width: 768px) {
  header .container .form-section .filter {
    display: none;
  }
}

section.content {
  padding-top: 111px;
}
section.content .why-pp {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}
section.content .why-pp .container {
  margin: 0 auto;
  padding: 0 80px 35px 80px;
  max-width: 1160px;
  width: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 1320px) {
  section.content .why-pp .container {
    padding: 0 30px 35px 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  section.content .why-pp .container {
    padding: 0 30px 280px 30px;
  }
}
@media (max-width: 450px) {
  section.content .why-pp .container {
    max-width: 345px;
  }
}
section.content .why-pp .container .heading {
  position: relative;
}
section.content .why-pp .container .heading .content-left {
  float: left;
  max-width: 672px;
}
@media (max-width: 1320px) {
  section.content .why-pp .container .heading .content-left {
    float: none;
    margin: 0 auto;
    max-width: 55%;
  }
}
@media (max-width: 768px) {
  section.content .why-pp .container .heading .content-left {
    max-width: 100%;
  }
}
section.content .why-pp .container .heading .content-left h1 {
  margin-block: 20px;
  color: #003057;
  font-size: 52px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 768px) {
  section.content .why-pp .container .heading .content-left h1 {
    margin-block: 5px;
    font-size: 36px;
    text-align: center;
  }
}
section.content .why-pp .container .heading .content-left h2 {
  margin-block: 20px;
  color: #1D91D0;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 768px) {
  section.content .why-pp .container .heading .content-left h2 {
    margin-block: 5px;
    font-size: 24px;
    text-align: center;
  }
}
section.content .why-pp .container .heading .content-left .description {
  color: #5C6577;
  max-width: 595px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768px) {
  section.content .why-pp .container .heading .content-left .description {
    margin: 0 30px 25px 30px;
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 16px;
  }
}
section.content .why-pp .container .heading .content-right {
  float: left;
  max-width: 426px;
  margin-left: 95px;
}
@media (max-width: 1320px) {
  section.content .why-pp .container .heading .content-right {
    float: none;
    margin: 0 auto;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  section.content .why-pp .container .heading .content-right {
    position: absolute;
    margin-left: 0;
    top: 205%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 302px;
  }
}
@media (max-width: 450px) {
  section.content .why-pp .container .heading .content-right {
    top: 1320px;
  }
}
section.content .why-pp .container .heading .content-right img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  section.content .why-pp .container .heading .content-right img {
    width: 302px;
  }
}
section.content .why-pp .container ul {
  padding: 0;
}
section.content .why-pp .container ul h3 {
  color: #003057;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 768px) {
  section.content .why-pp .container ul h3 {
    margin: 0 0 5px 0;
    text-align: center;
  }
}
section.content .why-pp .container ul li {
  margin-left: 30px;
  margin-right: 35px;
  margin-bottom: 25px;
  float: left;
  width: 210px;
  color: #5C6577;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1320px) {
  section.content .why-pp .container ul li {
    width: calc(25% - 65px);
  }
}
@media (max-width: 768px) {
  section.content .why-pp .container ul li {
    float: none;
    margin-inline: auto;
    max-width: 270px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
}
section.content .why-pp .container ul li::marker {
  color: #1D91D0;
}
section.content .why-pp .container ul li span {
  color: #1D91D0;
  font-weight: 500;
}
@media (max-width: 768px) {
  section.content .why-pp .container ul li span {
    color: #5C6577;
    font-weight: 400;
  }
}
section.content .learn-more {
  position: relative;
  margin-top: -390px;
  width: 100%;
  height: 894px;
  background-image: url("../assets/images/images_background_2.png");
  background-size: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  section.content .learn-more {
    background-position: center;
    height: 910px;
  }
}
section.content .learn-more h2 {
  margin: 0 auto;
  padding-top: 505px;
  padding-bottom: 52px;
  text-align: center;
  max-width: 897px;
  width: 100%;
  color: #0C133C;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 768px) {
  section.content .learn-more h2 {
    padding-bottom: 30px;
    font-size: 21px;
    line-height: 28px;
    padding-inline: 30px;
    width: calc(100% - 60px);
  }
}
section.content .learn-more .button-group {
  margin: 0 auto;
  width: 977px;
}
@media (max-width: 1320px) {
  section.content .learn-more .button-group {
    width: 100%;
    margin: 0 auto;
  }
}
section.content .learn-more .button-group .button-left {
  float: left;
  padding: 18px 31px 18px 31px;
  text-decoration: none;
  color: #FFFFFF;
  max-width: 432px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  background-color: #FF9929;
  border: 1px solid #EAF0F5;
  border-radius: 15px;
}
@media (max-width: 1320px) {
  section.content .learn-more .button-group .button-left {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  section.content .learn-more .button-group .button-left {
    padding: 16px 35px 16px 35px;
    max-width: 315px;
    width: calc(100% - 125px);
    font-size: 16px;
    line-height: 25px;
  }
}
section.content .learn-more .button-group .button-right {
  float: right;
  padding: 18px 31px 18px 31px;
  text-decoration: none;
  color: #FFFFFF;
  max-width: 432px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  background-color: #FF9929;
  border: 1px solid #EAF0F5;
  border-radius: 15px;
}
@media (max-width: 1320px) {
  section.content .learn-more .button-group .button-right {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  section.content .learn-more .button-group .button-right {
    padding: 16px 35px 16px 35px;
    max-width: 315px;
    width: calc(100% - 125px);
    font-size: 16px;
    line-height: 25px;
  }
}
section.content .page-demos {
  width: 100%;
  height: 545px;
  background-image: url("../assets/images/images_background_3.png");
}
@media (max-width: 768px) {
  section.content .page-demos {
    height: 976px;
  }
}
section.content .page-demos .container {
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
}
section.content .page-demos .container .image-group {
  position: relative;
  transition: transform 0.1s ease-out;
}
section.content .page-demos .container .image-group .left {
  position: absolute;
  top: -50px;
  left: 17%;
  transform: translate(-30%, 0);
  display: block;
  max-width: 611.1px;
  z-index: 2;
}
@media (max-width: 1320px) {
  section.content .page-demos .container .image-group .left {
    top: 102px;
    max-width: 392.85px;
  }
}
@media (max-width: 768px) {
  section.content .page-demos .container .image-group .left {
    display: none;
  }
}
section.content .page-demos .container .image-group .left-moving {
  transform: scale(0.7) translate(-120%, 0) !important;
}
section.content .page-demos .container .image-group .middle {
  position: absolute;
  top: -132px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  max-width: 873px;
  height: auto;
  z-index: 10;
}
@media (max-width: 1320px) {
  section.content .page-demos .container .image-group .middle {
    top: 60px;
    max-width: 611.1px;
  }
}
@media (max-width: 768px) {
  section.content .page-demos .container .image-group .middle {
    top: -60px;
    max-width: 375px;
  }
}
section.content .page-demos .container .image-group .right {
  position: absolute;
  top: -50px;
  right: 17%;
  transform: translate(30%, 0);
  display: block;
  max-width: 611.1px;
  z-index: 2;
}
@media (max-width: 1320px) {
  section.content .page-demos .container .image-group .right {
    top: 102px;
    max-width: 392.85px;
  }
}
@media (max-width: 768px) {
  section.content .page-demos .container .image-group .right {
    display: none;
  }
}
section.content .page-demos .container .image-group .right-moving {
  transform: scale(0.7) translate(120%, 0) !important;
}
section.content .page-demos .container .image-group .carousel-item {
  transition: all 0.3s ease-out;
}
section.content .about-pp {
  position: relative;
  padding-top: 271px;
  padding-bottom: 88px;
  width: 100%;
}
@media (max-width: 768px) {
  section.content .about-pp {
    margin: 0 auto;
    padding-top: 0;
    max-width: 315px;
    top: -780px;
    height: 781px;
  }
}
section.content .about-pp .pp-in-number {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1350px;
  width: 100%;
  height: 250px;
  background-color: #F5FBFF;
}
@media (max-width: 768px) {
  section.content .about-pp .pp-in-number {
    position: static;
    transform: none;
    height: 1280px;
  }
}
section.content .about-pp .pp-in-number .content {
  display: block;
  float: left;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 48px;
  max-width: 268px;
  width: calc(20% - 1px);
  text-align: center;
}
@media (max-width: 768px) {
  section.content .about-pp .pp-in-number .content {
    float: none;
    width: 100%;
    padding-top: 49px;
  }
}
section.content .about-pp .pp-in-number .content .icon {
  display: block;
  margin: 0 auto;
  width: 71px;
  height: 71px;
}
section.content .about-pp .pp-in-number .content h3 {
  display: inline-block;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 25px;
  color: #1B4A99;
}
@media (max-width: 1320px) {
  section.content .about-pp .pp-in-number .content h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.content .about-pp .pp-in-number .content h3 {
    font-size: 50px;
  }
}
section.content .about-pp .pp-in-number .content h3 sub {
  bottom: 0;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1320px) {
  section.content .about-pp .pp-in-number .content h3 sub {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.content .about-pp .pp-in-number .content h3 sub {
    font-size: 30px;
  }
}
section.content .about-pp .pp-in-number .content h3 sup {
  top: -1.2em;
  font-size: 20px;
}
@media (max-width: 1320px) {
  section.content .about-pp .pp-in-number .content h3 sup {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  section.content .about-pp .pp-in-number .content h3 sup {
    font-size: 20px;
  }
}
section.content .about-pp .pp-in-number .content .measures {
  display: inline-block;
}
section.content .about-pp .pp-in-number .content p {
  margin: 0 auto;
  text-align: center;
  max-width: 200px;
  color: #0C133C;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 1320px) {
  section.content .about-pp .pp-in-number .content p {
    font-size: 12px;
  }
}
section.content .about-pp .pp-in-number .line-break {
  float: left;
  margin-top: 59px;
  border-left: 1px solid #D6EBF9;
  height: 116px;
}
@media (max-width: 768px) {
  section.content .about-pp .pp-in-number .line-break {
    float: none;
    margin: 0 auto;
    border-left: none;
    border-top: 1px solid #D6EBF9;
    height: 0;
    width: 230px;
  }
}
section.content .about-pp .pp-in-number .line-break:last-child {
  display: none;
}
section.content .about-pp .container {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  section.content .about-pp .container {
    padding-top: 45px;
  }
}
section.content .about-pp .container h2 {
  margin: 0 auto;
  max-width: 762px;
  text-align: center;
  color: #1D91D0;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  section.content .about-pp .container h2 {
    max-width: 315px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }
}
section.content .about-pp .container p {
  margin: 0 auto;
  max-width: 1055px;
  text-align: center;
  color: #5C6577;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1320px) {
  section.content .about-pp .container p {
    padding-inline: 30px;
  }
}
@media (max-width: 768px) {
  section.content .about-pp .container p {
    padding-inline: 0;
    font-size: 14px;
    line-height: 16px;
  }
}

footer {
  padding: 50px 0 57px 0;
  background-color: #24292B;
  border: 1px solid #707070;
}
@media (max-width: 1320px) {
  footer {
    padding: 50px 30px 57px 30px;
  }
}
footer .container {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}
footer .container .logo {
  display: block;
  margin: 0 auto;
}
footer .container .logo img {
  float: left;
  width: 190px;
  height: 60px;
}
@media (max-width: 768px) {
  footer .container .logo img {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
footer .container .copyright-links {
  float: right;
  padding-top: 24px;
  width: 410px;
  height: 36px;
}
@media (max-width: 768px) {
  footer .container .copyright-links {
    float: none;
    margin: 0 auto;
    max-width: 286px;
  }
}
footer .container .copyright-links p {
  text-align: right;
  margin: 0;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 18px;
}
@media (max-width: 768px) {
  footer .container .copyright-links p {
    text-align: center;
    font-weight: 200;
  }
}
footer .container .copyright-links p a {
  text-decoration: none;
  color: #FFFFFF;
}
footer .container .copyright-links .footer-links a:last-child::after {
  content: "";
}
footer .container .copyright-links .footer-links a::after {
  content: " | ";
}

.thankyou-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
}
@media (max-width: 1320px) {
  .thankyou-modal {
    width: 100%;
    height: auto;
  }
}
.thankyou-modal .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 96px;
  text-align: center;
  width: 670px;
  height: 471px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1490196078);
  border-radius: 25px;
  background-color: #FFFFFF;
  opacity: 1;
  box-sizing: border-box;
}
@media (max-width: 1320px) {
  .thankyou-modal .container {
    margin: auto 15px auto 15px;
    left: 0;
    transform: translate(0, -50%);
    width: calc(100% - 30px);
    padding-top: 65px;
    border-radius: 15px;
    background-color: #FFFFFF;
  }
}
@media (max-width: 1320px) {
  .thankyou-modal .container img {
    width: 55px;
  }
}
.thankyou-modal .container h1 {
  display: inline-block;
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  width: 320px;
  font-size: 56px;
  line-height: 85px;
  color: #015984;
  font-weight: 600;
}
@media (max-width: 1320px) {
  .thankyou-modal .container h1 {
    margin-left: 0;
    width: 100%;
    font-size: 36px;
    line-height: 55px;
  }
}
.thankyou-modal .container h3 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-inline: auto;
  width: 560px;
  color: #0C133C;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}
@media (max-width: 1320px) {
  .thankyou-modal .container h3 {
    margin-bottom: 10px;
    width: 100%;
    max-width: 295px;
    font-size: 18px;
    line-height: 20px;
  }
}
.thankyou-modal .container p {
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #5C6577;
}
@media (max-width: 1320px) {
  .thankyou-modal .container p {
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.thankyou-modal .container .button-container {
  margin: 0 auto 50px auto;
  width: 500px;
}
@media (max-width: 1320px) {
  .thankyou-modal .container .button-container {
    padding-top: 15px;
    width: 100%;
  }
}
.thankyou-modal .container .button-container .button-left {
  float: left;
  padding: 8px 45px 10px 45px;
  text-decoration: none;
  width: 219px;
  height: 49px;
  color: #FFFFFF;
  background-color: #1D91D0;
  border: 1px solid #EAF0F5;
  border-radius: 15px;
  font-size: 20px;
  line-height: 30px;
  box-sizing: border-box;
}
@media (max-width: 1320px) {
  .thankyou-modal .container .button-container .button-left {
    padding: 10px 60px 10px 60px;
    float: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
}
.thankyou-modal .container .button-container .button-right {
  float: right;
  padding: 8px 45px 10px 45px;
  text-decoration: none;
  width: 219px;
  height: 49px;
  color: #FFFFFF;
  background-color: #ACACAC;
  border: 1px solid #EAF0F5;
  border-radius: 15px;
  font-size: 20px;
  line-height: 30px;
  box-sizing: border-box;
}
@media (max-width: 1320px) {
  .thankyou-modal .container .button-container .button-right {
    padding: 10px 72px 10px 72px;
    float: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
}
.thankyou-modal .container .button-container p {
  display: inline-block;
  margin: 10px auto;
  width: 55px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #5C6577;
}
@media (max-width: 1320px) {
  .thankyou-modal .container .button-container p {
    margin: 12px auto;
    display: block;
    font-size: 12px;
    line-height: 18px;
  }
}
.thankyou-modal .container hr {
  margin: 0 0 19px 0;
  border: 1px solid #EBEBEB;
}
@media (max-width: 1320px) {
  .thankyou-modal .container hr {
    margin: 0 0 15px 0;
  }
}
.thankyou-modal .container .copyright {
  color: #AFB8C9;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}
@media (max-width: 1320px) {
  .thankyou-modal .container .copyright {
    margin: 0 auto;
    max-width: 260px;
    font-size: 10px;
    line-height: 14px;
  }
}

.thankyou-backdrop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #F9FAFC 0% 0% no-repeat padding-box;
  z-index: 1000;
  opacity: 0.8;
}

.clear {
  clear: both;
}

.d-none {
  display: none;
}/*# sourceMappingURL=style.css.map */