/* Base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-family: inherit; }

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
  background: transparent; }

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

input:focus,
button:focus {
  outline: none; }

ul,
li {
  list-style: none; }

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

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }
  legend + * {
    clear: both; }

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

@media only screen and (min-width: 577px) {
  html {
    height: 100%; }

/*   body {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto; } } */
html,
body {
  font-family: "Muller", sans-serif;
  font-weight: 400;
  font-size: calc(100vw / 1400 * 10);
  color: #17161d;
  background: #ffffff;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 576px) {
    html,
    body {
      font-size: calc(100vw / 375 * 10); } }
  @media only screen and (min-width: 1920px) {
    html,
    body {
      font-size: calc(100vw / 1920 * 10); } }

.container {
  max-width: 124.7rem;
  margin: 0 auto;
  padding: 0 2.5rem; }
  .container--fluid {
    max-width: unset;
    width: 100%; }
  .container--no-padding {
    padding: 0; }

.none {
  display: none !important; }

.clear {
  clear: both; }

body._lock {
  overflow: hidden; }

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

@media only screen and (min-width: 577px) {
  ._mob {
    display: none !important; } }

@media only screen and (max-width: 577px) {
  ._desktop {
    display: none !important; } }

.d-flex {
  display: flex; }

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

.jcc {
  justify-content: center; }

.aic {
  align-items: center; }

section {
  padding: 5rem 0; }
  @media only screen and (max-width: 576px) {
    section {
      padding: 3rem 0; } }

.row {
  display: flex; }
  @media only screen and (max-width: 576px) {
    .row {
      flex-direction: column;
      align-items: center; } }

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

.wrapper {
  overflow: hidden; }
/*   @media only screen and (min-width: 577px) {
    .wrapper {
      min-height: 100%;
      display: grid;
      grid-template-rows: auto 1fr auto; } } */

.arrow {
  width: 13.3rem;
  height: auto; }

.arrow__right {
  transform: rotate(-90deg); }

article {
  position: relative;
  z-index: 0; }

.entry-content .contact .container {
  max-width: 100%;
  padding: 0;
  margin: 0; }

h1 {
  font-weight: 700;
  font-size: clamp(2.5rem, 0.061rem + 6.79vw, 6rem); }

.heading {
  font-size: clamp(2.5rem, 1.106rem + 3.88vw, 4.5rem); }

.title-accent {
  color: #1d2085; }

.title-secondary {
  color: #ff945a; }

.title-white {
  color: #ffffff; }

h2 {
  font-weight: 700;
  font-size: clamp(2.5rem, 0.758rem + 4.85vw, 5rem); }

h3 {
  font-weight: 700;
  font-size: clamp(2.5rem, 1.803rem + 1.94vw, 3.5rem);
  line-height: 1.067; }

.entry-content {
  font-size: clamp(1.6rem, 1.382rem + 1.09vw, 2.2rem); }
  .entry-content p {
    padding: 1.9rem 0; }

/* END Base styles */
/* Components */
.header {
  padding: 4.5rem 0; }
  @media only screen and (max-width: 576px) {
    .header {
      padding: 2.8rem 0; } }

.header__logo {
  width: clamp(13.2rem, 2.606rem + 29.48vw, 28.4rem);
  height: auto; }

.menu li {
  color: #17161d;
  font-size: clamp(1.4rem, 1.121rem + 0.78vw, 1.8rem);
  transition: 0.1s ease-in-out; }
  .menu li > a {
    position: relative; }
    .menu li > a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      background: #1d2085;
      height: 0.1rem;
      width: 0;
      opacity: 0;
      transition: 0.2s ease; }
  .menu li:hover {
    color: #1d2085; }
    .menu li:hover a:after {
      width: 100%;
      opacity: 1; }

.menu__list {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, -1.985rem + 9.7vw, 6.5rem); }
  @media only screen and (max-width: 576px) {
    .menu__list {
      position: fixed;
      flex-direction: column;
      justify-content: center;
      right: -100%;
      top: 0;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      height: 100%;
      background: #ffffff;
      transition: 0.2s ease;
      z-index: 20;
      gap: 4rem; }
      .menu__list._active {
        right: 0;
        opacity: 1;
        visibility: visible; } }

@media only screen and (max-width: 576px) {
  .menu__icon {
    position: relative;
    padding: 0.625rem;
    position: relative;
    width: 1.9rem;
    height: 1.4rem;
    z-index: 25; }
    .menu__icon:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0.25rem;
      background: #000000;
      border-radius: 10px;
      transition: 0.2s ease; }
    .menu__icon:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0.25rem;
      background: #000000;
      border-radius: 10px;
      transition: 0.2s ease; }
    .menu__icon span {
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      background: #000000;
      height: 0.25rem;
      border-radius: 10px;
      transition: 0.2s ease; }
    .menu__icon._active:before {
      top: 50%;
      transform: rotate(-45deg); }
    .menu__icon._active span {
      transform: scale(0) translate(0px, -50%); }
    .menu__icon._active:after {
      top: 50%;
      transform: rotate(45deg); } }

.icon {
  width: clamp(2.3rem, 0.07rem + 6.21vw, 5.5rem);
  flex-shrink: 0; }

.footer {
  padding-top: 1.7rem;
  padding-bottom: 4.2rem;
  color: #ffffff;
  font-size: 1.8rem;
  background: #1d2085; }
  @media only screen and (max-width: 576px) {
    .footer {
      padding: 1.7rem 0;
      font-size: 1.6rem; } }

.footer__wrapper {
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 576px) {
    .footer__wrapper {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.footer__logo {
  width: clamp(12.1rem, 7.43rem + 12.99vw, 18.8rem);
  height: auto; }

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media only screen and (max-width: 576px) {
  .footer__menu {
    display: none; } }
.footer__menu ul {
  gap: clamp(1.5rem, -1.079rem + 7.18vw, 5.2rem); }
.footer__menu li {
  color: #ffffff; }
  .footer__menu li:hover {
    color: #9896e8; }
  .footer__menu li a:after {
    background: #9896e8; }

.footer__bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.8rem;
  align-self: flex-end; }
  @media only screen and (max-width: 576px) {
    .footer__bottom {
      padding: 0;
      align-self: center; } }

.social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap; }

.page__blob {
  position: absolute;
  top: 0;
  right: -15%;
  z-index: -1; }
  @media only screen and (max-width: 576px) {
    .page__blob {
      width: 33.8rem;
      height: auto;
      top: 8%;
      right: -50%;
      transform: rotate(73deg); } }

/* END Components */
/* Modules */
.swiper-container {
  overflow: hidden; }

/* END Modules */

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