/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/twentytwenty-child/src/scss/style.scss ***!
  \***************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Figtree";
  src: url(../js/193cdd69d75677005e9d.woff2) format("eot"), url(../js/193cdd69d75677005e9d.woff2) format("otf"), url(../js/193cdd69d75677005e9d.woff2) format("svg"), url(../js/193cdd69d75677005e9d.woff2) format("ttf"), url(../js/193cdd69d75677005e9d.woff2) format("woff2"), url(../js/a0794ada8927d051f4b4.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  background-color: #07264B;
}
body * {
  box-sizing: border-box;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: "Figtree", "sans-serif";
  color: #f7f7f7;
  line-height: 1.4;
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 1024px;
}

.wrapper-xl {
  max-width: 1440px;
}

.wrapper, .wrapper-xl {
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}

p, li, ul {
  margin-top: 8px;
}
.flex > p, .flex > li, .flex > ul {
  margin-top: 0;
}

p:first-child, li:first-child, ul:first-child {
  margin-top: 0;
}

a {
  text-decoration: none;
}
nav a {
  color: #f7f7f7;
}

.text-white a:not(.btn) {
  color: #FFD159;
}

a:not(.btn):hover {
  color: #FFD159;
}
.current-menu-item a {
  color: #3772FF;
}

h1, h1 * {
  font-size: 80px;
  margin: 0;
}
@media (max-width: 1440px) {
  h1, h1 * {
    font-size: 70px;
  }
}

h2 {
  font-size: 70px;
  margin-top: 32px;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 60px;
  }
}
h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 60px;
}
@media (max-width: 1440px) {
  h3 {
    font-size: 50px;
  }
}

.font-title, .font-title * {
  font-family: "Honk", "sans-serif";
}

.font-basic, .font-basic * {
  font-family: "Figtree", "sans-serif";
}

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  color: #FFD159;
  font-family: "Honk", "sans-serif";
}
h1:not(.font-basic), h1:not(.font-basic) *, h2:not(.font-basic), h2:not(.font-basic) *, h3:not(.font-basic), h3:not(.font-basic) *, h4:not(.font-basic), h4:not(.font-basic) * {
  line-height: 0.9;
}
h1 .full, h2 .full, h3 .full, h4 .full {
  display: block;
  font-size: 200px;
}
@media (max-width: 1440px) {
  h1 .full, h2 .full, h3 .full, h4 .full {
    font-size: 160px;
  }
}
@media (max-width: 768px) {
  h1 .full, h2 .full, h3 .full, h4 .full {
    font-size: 130px;
  }
}
@media (max-width: 480px) {
  h1 .full, h2 .full, h3 .full, h4 .full {
    font-size: 80px;
  }
}

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

ul {
  margin-left: 24px;
}
ul.no-style {
  list-style: none;
  margin-left: 0;
}

input:not([type=checkbox], [type=radio], [type=submit]),
.grid label,
textarea,
select {
  width: 100%;
  display: block;
}

input, textarea, select {
  padding: 12.0030007502px;
  color: #1f2937;
}

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

input[type=submit] {
  cursor: pointer;
}

label:has(input[type=radio]) {
  padding-bottom: 4px;
  cursor: pointer;
}

label:has(input[type=radio]:checked) {
  font-weight: bold;
  position: relative;
}
label:has(input[type=radio]:checked)::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3772FF;
  position: absolute;
  bottom: 0;
  left: 0;
}

input[type=text], input[type=number], input[type=email], select, textarea {
  margin-top: 4px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #02162E !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #F87060 !important;
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
}

.warning-form {
  display: grid;
  align-items: end;
  height: 100%;
}
.warning-form > * {
  border: 1px solid #E5E7EB;
  border-left: 3px solid #F87060;
  padding: 12.0030007502px;
}
.warning-form > *::before {
  content: "⚠";
  color: #F87060;
  font-weight: bold;
  font-size: 16px;
}

.wp-block-quote {
  border-left: 5px solid #3772FF;
  padding: 16px;
  background-color: rgba(229, 231, 235, 0.1);
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-quote > * {
  font-style: italic;
}

.wp-block-media-text {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 1440px) {
  .d-grid {
    display: grid;
  }
  .d-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .d-grid {
    display: grid;
  }
  .d-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .d-flex-column {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .l-grid {
    display: grid;
  }
  .l-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .l-grid {
    display: grid;
  }
  .l-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .l-flex-column {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .t-grid {
    display: grid;
  }
  .t-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .t-grid {
    display: grid;
  }
  .t-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .t-flex-column {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .m-grid {
    display: grid;
  }
  .m-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .m-grid {
    display: grid;
  }
  .m-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .m-flex-column {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .col-span-2 {
    grid-column: span 2/span 2;
  }
}
.gap {
  gap: 16px;
}

.p-xxs {
  padding: 4px;
}

.pt-xxs {
  padding-top: 4px;
}

.pb-xxs {
  padding-bottom: 4px;
}

.pr-xxs {
  padding-right: 4px;
}

.pl-xxs {
  padding-left: 4px;
}

.py-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-xxs {
  padding-left: 4px;
  padding-right: 4px;
}

.my-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mt-xxs {
  margin-top: 4px;
}

.mb-xxs {
  margin-bottom: 4px;
}

.gap-xxs {
  gap: 4px;
}

.top-xxs {
  top: 4px;
}

.left-xxs {
  left: 4px;
}

.right-xxs {
  right: 4px;
}

.bottom-xxs {
  bottom: 4px;
}

.p-xs {
  padding: 8px;
}

.pt-xs {
  padding-top: 8px;
}

.pb-xs {
  padding-bottom: 8px;
}

.pr-xs {
  padding-right: 8px;
}

.pl-xs {
  padding-left: 8px;
}

.py-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-xs {
  padding-left: 8px;
  padding-right: 8px;
}

.my-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mt-xs {
  margin-top: 8px;
}

.mb-xs {
  margin-bottom: 8px;
}

.gap-xs {
  gap: 8px;
}

.top-xs {
  top: 8px;
}

.left-xs {
  left: 8px;
}

.right-xs {
  right: 8px;
}

.bottom-xs {
  bottom: 8px;
}

.p-sm {
  padding: 12.0030007502px;
}

.pt-sm {
  padding-top: 12.0030007502px;
}

.pb-sm {
  padding-bottom: 12.0030007502px;
}

.pr-sm {
  padding-right: 12.0030007502px;
}

.pl-sm {
  padding-left: 12.0030007502px;
}

.py-sm {
  padding-top: 12.0030007502px;
  padding-bottom: 12.0030007502px;
}

.px-sm {
  padding-left: 12.0030007502px;
  padding-right: 12.0030007502px;
}

.my-sm {
  margin-top: 12.0030007502px;
  margin-bottom: 12.0030007502px;
}

.mt-sm {
  margin-top: 12.0030007502px;
}

.mb-sm {
  margin-bottom: 12.0030007502px;
}

.gap-sm {
  gap: 12.0030007502px;
}

.top-sm {
  top: 12.0030007502px;
}

.left-sm {
  left: 12.0030007502px;
}

.right-sm {
  right: 12.0030007502px;
}

.bottom-sm {
  bottom: 12.0030007502px;
}

.p-md {
  padding: 16px;
}

.pt-md {
  padding-top: 16px;
}

.pb-md {
  padding-bottom: 16px;
}

.pr-md {
  padding-right: 16px;
}

.pl-md {
  padding-left: 16px;
}

.py-md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-md {
  padding-left: 16px;
  padding-right: 16px;
}

.my-md {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mt-md {
  margin-top: 16px;
}

.mb-md {
  margin-bottom: 16px;
}

.gap-md {
  gap: 16px;
}

.top-md {
  top: 16px;
}

.left-md {
  left: 16px;
}

.right-md {
  right: 16px;
}

.bottom-md {
  bottom: 16px;
}

.p-lg {
  padding: 24px;
}

.pt-lg {
  padding-top: 24px;
}

.pb-lg {
  padding-bottom: 24px;
}

.pr-lg {
  padding-right: 24px;
}

.pl-lg {
  padding-left: 24px;
}

.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}

.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-lg {
  margin-top: 24px;
}

.mb-lg {
  margin-bottom: 24px;
}

.gap-lg {
  gap: 24px;
}

.top-lg {
  top: 24px;
}

.left-lg {
  left: 24px;
}

.right-lg {
  right: 24px;
}

.bottom-lg {
  bottom: 24px;
}

.p-xl {
  padding: 32px;
}

.pt-xl {
  padding-top: 32px;
}

.pb-xl {
  padding-bottom: 32px;
}

.pr-xl {
  padding-right: 32px;
}

.pl-xl {
  padding-left: 32px;
}

.py-xl {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-xl {
  padding-left: 32px;
  padding-right: 32px;
}

.my-xl {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mt-xl {
  margin-top: 32px;
}

.mb-xl {
  margin-bottom: 32px;
}

.gap-xl {
  gap: 32px;
}

.top-xl {
  top: 32px;
}

.left-xl {
  left: 32px;
}

.right-xl {
  right: 32px;
}

.bottom-xl {
  bottom: 32px;
}

.p-xxl {
  padding: 64px;
}

.pt-xxl {
  padding-top: 64px;
}

.pb-xxl {
  padding-bottom: 64px;
}

.pr-xxl {
  padding-right: 64px;
}

.pl-xxl {
  padding-left: 64px;
}

.py-xxl {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-xxl {
  padding-left: 64px;
  padding-right: 64px;
}

.my-xxl {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mt-xxl {
  margin-top: 64px;
}

.mb-xxl {
  margin-bottom: 64px;
}

.gap-xxl {
  gap: 64px;
}

.top-xxl {
  top: 64px;
}

.left-xxl {
  left: 64px;
}

.right-xxl {
  right: 64px;
}

.bottom-xxl {
  bottom: 64px;
}

.p-3xl {
  padding: 96px;
}

.pt-3xl {
  padding-top: 96px;
}

.pb-3xl {
  padding-bottom: 96px;
}

.pr-3xl {
  padding-right: 96px;
}

.pl-3xl {
  padding-left: 96px;
}

.py-3xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.px-3xl {
  padding-left: 96px;
  padding-right: 96px;
}

.my-3xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-3xl {
  margin-top: 96px;
}

.mb-3xl {
  margin-bottom: 96px;
}

.gap-3xl {
  gap: 96px;
}

.top-3xl {
  top: 96px;
}

.left-3xl {
  left: 96px;
}

.right-3xl {
  right: 96px;
}

.bottom-3xl {
  bottom: 96px;
}

.p-4xl {
  padding: 128px;
}

.pt-4xl {
  padding-top: 128px;
}

.pb-4xl {
  padding-bottom: 128px;
}

.pr-4xl {
  padding-right: 128px;
}

.pl-4xl {
  padding-left: 128px;
}

.py-4xl {
  padding-top: 128px;
  padding-bottom: 128px;
}

.px-4xl {
  padding-left: 128px;
  padding-right: 128px;
}

.my-4xl {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mt-4xl {
  margin-top: 128px;
}

.mb-4xl {
  margin-bottom: 128px;
}

.gap-4xl {
  gap: 128px;
}

.top-4xl {
  top: 128px;
}

.left-4xl {
  left: 128px;
}

.right-4xl {
  right: 128px;
}

.bottom-4xl {
  bottom: 128px;
}

.text-xxs, .text-xxs * {
  font-size: 12px;
}

.text-xs, .text-xs * {
  font-size: 16px;
}

.text-sm, .text-sm * {
  font-size: 20px;
}

.text-md, .text-md * {
  font-size: 24px;
}

.text-lg, .text-lg * {
  font-size: 28px;
}

.text-xl, .text-xl * {
  font-size: 32px;
}

.text-xxl, .text-xxl * {
  font-size: 40px;
}

.text-3xl, .text-3xl * {
  font-size: 48px;
}

.text-4xl, .text-4xl * {
  font-size: 64px;
}

@media (max-width: 1440px) {
  .d-text-xxs, .d-text-xxs * {
    font-size: 12px;
  }
  .d-text-xs, .d-text-xs * {
    font-size: 16px;
  }
  .d-text-sm, .d-text-sm * {
    font-size: 20px;
  }
  .d-text-md, .d-text-md * {
    font-size: 24px;
  }
  .d-text-lg, .d-text-lg * {
    font-size: 28px;
  }
  .d-text-xl, .d-text-xl * {
    font-size: 32px;
  }
  .d-text-xxl, .d-text-xxl * {
    font-size: 40px;
  }
  .d-text-3xl, .d-text-3xl * {
    font-size: 48px;
  }
  .d-text-4xl, .d-text-4xl * {
    font-size: 64px;
  }
}
@media (max-width: 1024px) {
  .l-text-xxs, .l-text-xxs * {
    font-size: 12px;
  }
  .l-text-xs, .l-text-xs * {
    font-size: 16px;
  }
  .l-text-sm, .l-text-sm * {
    font-size: 20px;
  }
  .l-text-md, .l-text-md * {
    font-size: 24px;
  }
  .l-text-lg, .l-text-lg * {
    font-size: 28px;
  }
  .l-text-xl, .l-text-xl * {
    font-size: 32px;
  }
  .l-text-xxl, .l-text-xxl * {
    font-size: 40px;
  }
  .l-text-3xl, .l-text-3xl * {
    font-size: 48px;
  }
  .l-text-4xl, .l-text-4xl * {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .t-text-xxs, .t-text-xxs * {
    font-size: 12px;
  }
  .t-text-xs, .t-text-xs * {
    font-size: 16px;
  }
  .t-text-sm, .t-text-sm * {
    font-size: 20px;
  }
  .t-text-md, .t-text-md * {
    font-size: 24px;
  }
  .t-text-lg, .t-text-lg * {
    font-size: 28px;
  }
  .t-text-xl, .t-text-xl * {
    font-size: 32px;
  }
  .t-text-xxl, .t-text-xxl * {
    font-size: 40px;
  }
  .t-text-3xl, .t-text-3xl * {
    font-size: 48px;
  }
  .t-text-4xl, .t-text-4xl * {
    font-size: 64px;
  }
}
@media (max-width: 480px) {
  .m-text-xxs, .m-text-xxs * {
    font-size: 12px;
  }
  .m-text-xs, .m-text-xs * {
    font-size: 16px;
  }
  .m-text-sm, .m-text-sm * {
    font-size: 20px;
  }
  .m-text-md, .m-text-md * {
    font-size: 24px;
  }
  .m-text-lg, .m-text-lg * {
    font-size: 28px;
  }
  .m-text-xl, .m-text-xl * {
    font-size: 32px;
  }
  .m-text-xxl, .m-text-xxl * {
    font-size: 40px;
  }
  .m-text-3xl, .m-text-3xl * {
    font-size: 48px;
  }
  .m-text-4xl, .m-text-4xl * {
    font-size: 64px;
  }
}
@media (max-width: 1440px) {
  .d-gap-xxs {
    gap: 4px;
  }
  .d-gap-xs {
    gap: 8px;
  }
  .d-gap-sm {
    gap: 12.0030007502px;
  }
  .d-gap-md {
    gap: 16px;
  }
  .d-gap-lg {
    gap: 24px;
  }
  .d-gap-xl {
    gap: 32px;
  }
  .d-gap-xxl {
    gap: 64px;
  }
  .d-gap-3xl {
    gap: 96px;
  }
  .d-gap-4xl {
    gap: 128px;
  }
}
@media (max-width: 1024px) {
  .l-gap-xxs {
    gap: 4px;
  }
  .l-gap-xs {
    gap: 8px;
  }
  .l-gap-sm {
    gap: 12.0030007502px;
  }
  .l-gap-md {
    gap: 16px;
  }
  .l-gap-lg {
    gap: 24px;
  }
  .l-gap-xl {
    gap: 32px;
  }
  .l-gap-xxl {
    gap: 64px;
  }
  .l-gap-3xl {
    gap: 96px;
  }
  .l-gap-4xl {
    gap: 128px;
  }
}
@media (max-width: 768px) {
  .t-gap-xxs {
    gap: 4px;
  }
  .t-gap-xs {
    gap: 8px;
  }
  .t-gap-sm {
    gap: 12.0030007502px;
  }
  .t-gap-md {
    gap: 16px;
  }
  .t-gap-lg {
    gap: 24px;
  }
  .t-gap-xl {
    gap: 32px;
  }
  .t-gap-xxl {
    gap: 64px;
  }
  .t-gap-3xl {
    gap: 96px;
  }
  .t-gap-4xl {
    gap: 128px;
  }
}
@media (max-width: 480px) {
  .m-gap-xxs {
    gap: 4px;
  }
  .m-gap-xs {
    gap: 8px;
  }
  .m-gap-sm {
    gap: 12.0030007502px;
  }
  .m-gap-md {
    gap: 16px;
  }
  .m-gap-lg {
    gap: 24px;
  }
  .m-gap-xl {
    gap: 32px;
  }
  .m-gap-xxl {
    gap: 64px;
  }
  .m-gap-3xl {
    gap: 96px;
  }
  .m-gap-4xl {
    gap: 128px;
  }
}
.bt-xxs {
  border-top: 1px solid #E5E7EB;
}

.bb-xxs {
  border-bottom: 1px solid #E5E7EB;
}

.bl-xxs {
  border-left: 1px solid #E5E7EB;
}

.br-xxs {
  border-right: 1px solid #E5E7EB;
}

.b-xxs {
  border: 1px solid #E5E7EB;
}

.bt-xs {
  border-top: 2px solid #E5E7EB;
}

.bb-xs {
  border-bottom: 2px solid #E5E7EB;
}

.bl-xs {
  border-left: 2px solid #E5E7EB;
}

.br-xs {
  border-right: 2px solid #E5E7EB;
}

.b-xs {
  border: 2px solid #E5E7EB;
}

.bt-sm {
  border-top: 3px solid #E5E7EB;
}

.bb-sm {
  border-bottom: 3px solid #E5E7EB;
}

.bl-sm {
  border-left: 3px solid #E5E7EB;
}

.br-sm {
  border-right: 3px solid #E5E7EB;
}

.b-sm {
  border: 3px solid #E5E7EB;
}

.bt-md {
  border-top: 4px solid #E5E7EB;
}

.bb-md {
  border-bottom: 4px solid #E5E7EB;
}

.bl-md {
  border-left: 4px solid #E5E7EB;
}

.br-md {
  border-right: 4px solid #E5E7EB;
}

.b-md {
  border: 4px solid #E5E7EB;
}

.bt-lg {
  border-top: 5px solid #E5E7EB;
}

.bb-lg {
  border-bottom: 5px solid #E5E7EB;
}

.bl-lg {
  border-left: 5px solid #E5E7EB;
}

.br-lg {
  border-right: 5px solid #E5E7EB;
}

.b-lg {
  border: 5px solid #E5E7EB;
}

.bt-xl {
  border-top: 6px solid #E5E7EB;
}

.bb-xl {
  border-bottom: 6px solid #E5E7EB;
}

.bl-xl {
  border-left: 6px solid #E5E7EB;
}

.br-xl {
  border-right: 6px solid #E5E7EB;
}

.b-xl {
  border: 6px solid #E5E7EB;
}

.bt-xxl {
  border-top: 7px solid #E5E7EB;
}

.bb-xxl {
  border-bottom: 7px solid #E5E7EB;
}

.bl-xxl {
  border-left: 7px solid #E5E7EB;
}

.br-xxl {
  border-right: 7px solid #E5E7EB;
}

.b-xxl {
  border: 7px solid #E5E7EB;
}

.flex {
  display: flex;
}
.flex-full {
  flex-basis: 100%;
}
.flex.flex-col {
  flex-direction: column;
}

.no-wrap {
  white-space: nowrap;
}

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

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

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

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

@media (max-width: 1024px) {
  .table {
    display: table;
    margin: 0 auto;
  }
}
section {
  padding-top: 192px;
  padding-bottom: 192px;
  position: relative;
}
@media (max-width: 1440px) {
  section {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
section::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: rgba(2, 22, 46, 0.7);
  z-index: 1;
  border-top: 10px dashed #6B7280;
}

.item {
  border: 1px solid #E5E7EB;
}
.item-color {
  width: 6px;
  background-color: #E5E7EB;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.t-0 {
  top: 0;
}

.l-0 {
  left: 0;
}

.h-full {
  height: 100%;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-1\/4 {
  width: 25%;
}

.w-auto {
  width: auto;
}

figure img {
  width: 100%;
  height: auto;
  display: block;
}
figure.img-center {
  display: table;
  margin: 0 auto;
}

.pointer {
  cursor: pointer;
}

.hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.fixed {
  position: fixed;
}

.bg-primary {
  background-color: #07264B;
}

.bg-blue {
  background-color: #2068C1;
}

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

.bg-grey {
  background-color: #E5E7EB;
}

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

.text-base, .text-base * {
  color: #07264B;
}

.text-white,
.text-white * {
  color: #f7f7f7;
}

.text-blue {
  color: #3772FF;
}

.zi-10 {
  z-index: 10;
}

@media (min-width: 1439px) {
  .l-hidden {
    display: none;
  }
}
.radius {
  border-radius: 10px;
}

.border {
  border: 1px solid #E5E7EB;
}
.border-primary {
  border: 1px solid #07264B;
}
.border-secondary {
  border: 1px solid #FFD159;
}
.border-tertiary {
  border: 1px solid #A833B9;
}
.border-dark {
  border: 1px solid #374151;
}

.bt-greylight {
  border-top: 1px solid rgba(229, 231, 235, 0.3);
}

.bb-greylight {
  border-bottom: 1px solid rgba(229, 231, 235, 0.3);
}

.bl-greylight {
  border-left: 1px solid rgba(229, 231, 235, 0.3);
}

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

.uppercase {
  text-transform: uppercase;
}

.underline {
  position: relative;
  z-index: 0;
}
.underline::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -3px;
  transform: rotate(-2deg);
  width: 90%;
  height: 23px;
  background-color: #A833B9;
  z-index: -1;
}

.faq-box {
  border-bottom: 5px dashed #6B7280;
  padding-bottom: 64px;
}
.faq-box .heading {
  padding-right: 80px;
  position: relative;
  cursor: pointer;
}
.faq-box .heading::before {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  display: block;
  content: "+";
  color: #f7f7f7;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.mailpoet_form input[type=email] {
  width: 100% !important;
  padding: 12.0030007502px !important;
  border: 1px solid #E5E7EB !important;
}
.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 0 !important;
}
.mailpoet_form .mailpoet_form_paragraph {
  margin-bottom: 0 !important;
  margin-top: 0;
  font-size: 16px;
}
.mailpoet_form .mailpoet_form_loading {
  display: none;
}
.mailpoet_form .btn input {
  background-color: transparent !important;
}

#site-content .wp-block-media-text {
  margin: 0;
  gap: 32px;
}
#site-content .wp-block-column {
  display: grid;
  gap: 128px;
}
#site-content .wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}

.banner {
  background-color: #02162E;
}

header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #07264B;
}
@media (max-width: 1440px) {
  header {
    top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
    border-radius: 16px;
    border: 1px solid #6B7280;
  }
}
@media (max-width: 1440px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(2, 22, 46, 0.9);
    transition: all 0.5s ease-in-out 0s;
  }
}
header nav.is-opened {
  transform: translateX(0);
}
header .menu-toggle {
  cursor: pointer;
}
header ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  header ul {
    flex-direction: column;
    text-align: center;
  }
}
header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul li a {
  font-size: 20px;
}
header ul li:not(.current-menu-item) a:hover {
  color: #3772FF;
}

.header--home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 170px;
  padding-bottom: 192px;
}
@media (max-width: 1440px) {
  .header--home {
    padding-bottom: 128px;
  }
}
.header--home > .wrapper {
  position: relative;
  z-index: 2;
}

.header--content {
  padding: 256px 0 128px 0;
}
@media (max-width: 1440px) {
  .header--content {
    padding: 192px 0 64px 0;
  }
}

.menu-plus--dropdown {
  top: calc(100% + 10px);
  left: 0;
  min-width: max-content;
  max-width: 300px;
  z-index: 3;
  background-color: #07264B;
}
@media (max-width: 1440px) {
  .menu-plus--dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
}
.menu-plus--dropdown a {
  display: block;
  padding: 8px;
}

.btn {
  background-color: #FFD159;
  display: inline-flex;
  padding: 16px 24px;
  cursor: pointer;
  color: #1f2937;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 5px 5px 0 #d89e31;
  transition: all 0.2s ease-in-out 0s;
  font-family: "Tiny5";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
}
.btn > * {
  font-family: "Tiny5";
  text-transform: uppercase;
}
.btn:hover {
  position: relative;
  top: 5px;
  left: 5px;
  transition: all 0.2s ease-in-out 0s;
  box-shadow: 0 0 0 #d89e31;
}
.btn-primary {
  background-color: #07264B;
  color: #f7f7f7;
}
.btn-primary:hover {
  background-color: #2068C1;
  color: #f7f7f7;
}
.btn-sm, .btn-sm * {
  font-size: 14px;
  padding: 8px 24px;
}
@media (max-width: 1024px) {
  .btn-contact {
    border: none;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .btn-contact span {
    display: none;
  }
}

.link {
  color: #FFD159;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}
