@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Manrope:wght@200..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: "Mona Sans SemiExpanded";
  src: url("fonts/MonaSansSemiExpanded-SemiBold.eot");
  src: local("Mona Sans SemiExpanded"), url("fonts/MonaSansSemiExpanded-SemiBold.woff2") format("woff2"), url("fonts/MonaSansSemiExpanded-SemiBold.woff") format("woff"), url("fonts/MonaSansSemiExpanded-SemiBold.ttf") format("truetype"), url("fonts/MonaSansSemiExpanded-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSansSemiExpanded-Medium";
  src: url("fonts/MonaSansSemiExpanded-Medium.eot");
  src: local("Mona Sans SemiExpanded"), url("fonts/MonaSansSemiExpanded-Medium.woff2") format("woff2"), url("fonts/MonaSansSemiExpanded-Medium.woff") format("woff"), url("fonts/MonaSansSemiExpanded-Medium.ttf") format("truetype"), url("fonts/MonaSansSemiExpanded-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 10px;
  line-height: 1.2;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #20273C;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 79, 60, 0.6);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 10px 20px;
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-secondary, .btn-light, .btn-dark, .btn-white, .btn-info, .btn-warning-light, .btn-warning, .btn-danger, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #20273C;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: rgb(14.2608695652, 17.3804347826, 26.7391304348);
  color: #fff !important;
}

.bg-primary {
  background-color: #20273C;
}

.text-primary {
  color: #20273C !important;
}

.btn-danger {
  background-color: #FF4B51;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: rgb(255, 24, 31.7);
  color: #fff !important;
}

.bg-danger {
  background-color: #FF4B51;
}

.text-danger {
  color: #FF4B51 !important;
}

.btn-warning {
  background-color: #FD7944;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: rgb(252.4603174603, 84.8412698413, 17.5396825397);
  color: #fff !important;
}

.bg-warning {
  background-color: #FD7944;
}

.text-warning {
  color: #FD7944 !important;
}

.btn-warning-light {
  background-color: #FFEC69;
  color: #000 !important;
}
.btn-warning-light:hover {
  background-color: rgb(255, 229.54, 54);
  color: #000 !important;
}

.bg-warning-light {
  background-color: #FFEC69;
}

.text-warning-light {
  color: #FFEC69 !important;
}

.btn-info {
  background-color: #7969E6;
  color: #fff !important;
}
.btn-info:hover {
  background-color: rgb(81.9485714286, 61.2857142857, 222.7142857143);
  color: #fff !important;
}

.bg-info {
  background-color: #7969E6;
}

.text-info {
  color: #7969E6 !important;
}

.btn-white {
  background-color: #fff;
  color: #000 !important;
}
.btn-white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff !important;
}

.btn-dark {
  background-color: #20273C;
  color: #fff !important;
}
.btn-dark:hover {
  background-color: rgb(14.2608695652, 17.3804347826, 26.7391304348);
  color: #fff !important;
}

.bg-dark {
  background-color: #20273C;
}

.text-dark {
  color: #20273C !important;
}

.btn-light {
  background-color: #D8D8D8;
  color: #000 !important;
}
.btn-light:hover {
  background-color: rgb(190.5, 190.5, 190.5);
  color: #000 !important;
}

.bg-light {
  background-color: #D8D8D8;
}

.text-light {
  color: #D8D8D8 !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1430px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #20273C;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #20273C;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #20273C;
}

.fake-checkbox {
  border-radius: 4px !important;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(img/check.png);
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #20273C !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #20273C !important;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.navbar .navbar-nav {
  background-color: #07503F;
  border-radius: 1.6rem;
  padding: 1.6rem;
  margin: 1.6rem 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.navbar .navbar-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.navbar .navbar-icon a {
  display: block;
  max-width: 14.4rem;
}
.navbar .navbar-icon a .logo {
  width: 100%;
  height: auto;
  display: block;
}
.navbar .right-nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (min-width: 992px) {
  .navbar .right-nav {
    order: 3;
  }
}
.navbar .icon {
  width: 3.2rem;
}
@media (min-width: 992px) {
  .navbar .icon {
    width: 4.4rem;
  }
}
.navbar .icon-flag {
  width: 2.4rem;
}
@media (min-width: 992px) {
  .navbar .icon-flag {
    width: 2.8rem;
  }
}
.navbar .lang-wrapper {
  position: relative;
}
.navbar .lang-list {
  display: none;
  padding: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.6rem;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
.navbar .lang-list li {
  padding: 0.5rem 0;
}
.navbar .lang-list li a {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
}
.navbar .navbar-toggler {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFEC69;
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  gap: 0.4rem;
}
.navbar .navbar-toggler span {
  width: 2.4rem;
  height: 2.4px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.navbar .navbar-toggler span:last-child {
  width: 1.8rem;
  align-self: flex-start;
  margin-left: 1rem;
}
.navbar .navbar-toggler.active span:last-child {
  align-self: center;
  width: 2.4rem;
  margin-left: 0;
}
.navbar .navbar-toggler.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.navbar .navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@media (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
}
.navbar .menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.navbar .menu.active {
  max-height: 500px;
}
@media (min-width: 992px) {
  .navbar .menu {
    width: auto;
    max-height: none;
    overflow: visible;
    order: 2;
    margin-left: auto;
  }
}
.navbar .menu ul {
  list-style: none;
  margin: 0;
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .navbar .menu ul {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.navbar .menu li {
  margin: 0;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 125%;
}
.navbar .menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
}
.navbar .menu .nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFEC69;
  color: #000;
  padding: 1.8rem 3.2rem;
  border-radius: 99rem;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  font-size: 1.6rem;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .navbar .menu .nav-btn {
    margin-left: 0.8rem;
  }
}

.privacy-page {
  position: relative;
  padding: 15rem 0 12.4rem;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .privacy-page {
    padding: 20.8rem 24rem 20rem;
  }
}
.privacy-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39rem;
  background: linear-gradient(180deg, #F1F2E3 0%, #F6F7F4 80%, #FFF 100%);
  z-index: 0;
}
@media (min-width: 992px) {
  .privacy-page::before {
    height: 39.6rem;
  }
}
.privacy-page .container {
  position: relative;
  z-index: 1;
}
.privacy-page .static-page-header {
  text-align: center;
}
.privacy-page .static-page-header h1 {
  font-family: "MonaSansSemiExpanded-Medium", sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.84px;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .privacy-page .static-page-header h1 {
    font-size: 6.4rem;
    letter-spacing: -1.28px;
    margin-bottom: 2.4rem;
  }
}
.privacy-page .static-page-header p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin-bottom: 8rem;
  font-family: "Google Sans", sans-serif;
}
@media (min-width: 992px) {
  .privacy-page .static-page-header p {
    font-size: 2rem;
    line-height: 150%;
    margin-bottom: 9.6rem;
  }
}
.privacy-page .static-content h2 {
  font-family: "MonaSansSemiExpanded-Medium", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 1.6rem;
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .privacy-page .static-content h2 {
    font-size: 3.2rem;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 2.4rem;
    margin-top: 4.8rem;
  }
}
.privacy-page .static-content h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Google Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .privacy-page .static-content h3 {
    font-size: 1.8rem;
    letter-spacing: -0.18px;
  }
}
.privacy-page .static-content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  font-family: "Google Sans", sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .privacy-page .static-content p {
    font-size: 1.8rem;
    letter-spacing: -0.18px;
    margin-bottom: 2rem;
  }
}
.privacy-page .static-content span {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  font-family: "Google Sans", sans-serif;
}
@media (min-width: 992px) {
  .privacy-page .static-content span {
    font-size: 1.8rem;
    letter-spacing: -0.18px;
  }
}
.privacy-page .static-content address {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .privacy-page .static-content address {
    font-size: 1.8rem;
    letter-spacing: -0.18;
    margin-bottom: 4.8rem;
  }
}
.privacy-page .static-content a {
  color: #07503F;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.16px;
  text-decoration: underline;
}
.privacy-page .static-content ul {
  padding-left: 3rem;
}
.privacy-page .static-content ul :last-child {
  margin-bottom: 0;
}
.privacy-page .static-content ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  font-family: "Google Sans", sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .privacy-page .static-content ul li {
    font-size: 1.8rem;
    letter-spacing: -0.18px;
  }
}

.footer-section {
  background: #07503F;
  padding: 4.2rem 0 2rem 0;
}
@media (min-width: 992px) {
  .footer-section {
    padding: 7.2rem 0 3.2rem 0;
  }
}
.footer-section .wrapper-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-section .wrapper-section {
    margin-bottom: 4.2rem;
  }
}
@media (min-width: 1265px) {
  .footer-section .wrapper-section {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer-section .wrapper-section .footer-left {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .footer-section .wrapper-section .footer-left {
    flex-direction: row;
    align-items: flex-start;
    flex: 0 0 calc(32% - 2.7rem);
    margin-bottom: 0;
  }
}
.footer-section .wrapper-section .footer-logo {
  margin-bottom: 1.8rem;
  display: block;
  max-width: 19rem;
}
.footer-section .wrapper-section .footer-desc {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .footer-section .wrapper-section .footer-desc {
    font-size: 1.8rem;
    letter-spacing: -0.18px;
    margin-bottom: 3.2rem;
  }
}
.footer-section .wrapper-section .social-icons {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 4.2rem;
}
@media (min-width: 992px) {
  .footer-section .wrapper-section .social-icons {
    margin-bottom: 5.8rem;
  }
}
.footer-section .wrapper-section .social-icons .social {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  padding: 1.3rem;
  width: 4.4rem;
  display: flex;
  height: 4.4rem;
}
.footer-section .wrapper-section .footer-btn {
  display: inline-block;
  background: #FFEC69;
  color: #000;
  padding: 2rem 4.2rem;
  border-radius: 99rem;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  font-size: 1.6rem;
}
.footer-section .wrapper-section p {
  color: #FFEC69;
  font-family: "Mona Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 3.2rem;
}
.footer-section .wrapper-section ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.4rem;
  list-style: none;
  padding: 0;
  margin-bottom: 3.2rem;
}
@media (min-width: 1265px) {
  .footer-section .wrapper-section ul {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.footer-section .wrapper-section ul a {
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 125%;
}
.footer-section .wrapper-section .qr-code {
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .footer-section .wrapper-section .qr-code {
    margin-bottom: 0;
  }
}
.footer-section .wrapper-section .qr-code figure {
  margin: 0;
  padding: 3.2rem 5.7rem;
  background: #fff;
}
.footer-section .wrapper-section .qr-code figure .code {
  display: block;
  width: 100%;
  max-width: 21.5rem;
  margin: 0 auto;
}
.footer-section .wrapper-section .qr-code .qr-code-text {
  margin: 0;
  color: #000;
  background: #e1fad1;
  padding: 2rem 2.4rem;
  text-align: center;
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 500;
}

.second-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding-top: 2.4rem;
}
@media (min-width: 576px) {
  .second-footer {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1265px) {
  .second-footer {
    padding-top: 3.2rem;
  }
}
.second-footer ul {
  display: flex;
  gap: 3.2rem;
  padding: 0;
  list-style: none;
  margin: 0;
}
.second-footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.second-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: -0.16px;
}

/*# sourceMappingURL=privacy.css.map */
