@font-face {
  font-family: 'Gotham Book';
  src: url("./fonts/gotham/Gotham-Book.eot");
  src: url("./fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("./fonts/gotham/Gotham-Book.woff2") format("woff2"), url("./fonts/gotham/Gotham-Book.woff") format("woff"), url("./fonts/gotham/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Black';
  src: url("./fonts/gotham/Gotham-Black.eot");
  src: url("./fonts/gotham/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/gotham/Gotham-Black.woff2") format("woff2"), url("./fonts/gotham/Gotham-Black.woff") format("woff"), url("./fonts/gotham/Gotham-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Medium';
  src: url("./fonts/gotham/Gotham-Medium.eot");
  src: url("./fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("./fonts/gotham/Gotham-Medium.woff") format("woff"), url("./fonts/gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Monstro Solid';
  src: url("./fonts/monstro/MonstroSolid.eot");
  src: url("./fonts/monstro/MonstroSolid.eot?#iefix") format("embedded-opentype"), url("./fonts/monstro/MonstroSolid.woff2") format("woff2"), url("./fonts/monstro/MonstroSolid.woff") format("woff"), url("./fonts/monstro/MonstroSolid.ttf") format("truetype");
  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; }

body {
  font-family: "Gotham Book";
  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;
  font-family: "Monstro Solid";
  color: #2A374E; }

h1 {
  font-size: 8rem;
  line-height: 0.9; }
  @media (min-width: 768px) {
    h1 {
      font-size: 9.5rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 11rem; } }
  @media (min-width: 1265px) {
    h1 {
      font-size: 13rem; } }

h2 {
  font-size: 5rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 6.5rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 8rem; } }
  @media (min-width: 1265px) {
    h2 {
      font-size: 10rem;
      line-height: 12.4rem; } }

h3 {
  font-size: 3.5rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 4.5rem; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 5.5rem; } }
  @media (min-width: 1265px) {
    h3 {
      font-size: 7rem; } }

h4 {
  font-size: 2rem; }
  @media (min-width: 768px) {
    h4 {
      font-size: 3rem; } }
  @media (min-width: 992px) {
    h4 {
      font-size: 4rem; } }
  @media (min-width: 1265px) {
    h4 {
      font-size: 5rem; } }

h5 {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    h5 {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    h5 {
      font-size: 2.5rem; } }
  @media (min-width: 1265px) {
    h5 {
      font-size: 3rem; } }

h6 {
  font-size: 1rem; }
  @media (min-width: 768px) {
    h6 {
      font-size: 1.4rem; } }
  @media (min-width: 992px) {
    h6 {
      font-size: 1.7rem; } }
  @media (min-width: 1265px) {
    h6 {
      font-size: 2rem; } }

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

p {
  margin-bottom: 1rem;
  color: #2A374E;
  font-size: 1.6rem;
  line-height: 2.2rem; }

a {
  color: #2A374E;
  text-decoration: none;
  font-family: "Monstro Solid"; }

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

.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-primary, .btn-danger, .btn-warning, .btn-warning-light, .btn-info, .btn-white, .btn-dark, .btn-light, .btn-secondary {
  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: #2A374E;
  color: #fff !important; }
  .btn-primary:hover {
    background-color: #18202d;
    color: #fff !important; }

.bg-primary {
  background-color: #2A374E; }

.text-primary {
  color: #2A374E !important; }

.btn-danger {
  background-color: #FF4B51;
  color: #fff !important; }
  .btn-danger:hover {
    background-color: #ff1820;
    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: #fc5512;
    color: #fff !important; }

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

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

.btn-warning-light {
  background-color: #FFD77F;
  color: #000 !important; }
  .btn-warning-light:hover {
    background-color: #ffc74c;
    color: #000 !important; }

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

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

.btn-info {
  background-color: #7969E6;
  color: #fff !important; }
  .btn-info:hover {
    background-color: #523ddf;
    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: #e6e6e6;
    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: #0e111b;
    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: #bfbfbf;
    color: #000 !important; }

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

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

.btn-secondary {
  background-color: #EC626D;
  color: #fff !important; }
  .btn-secondary:hover {
    background-color: #e63543;
    color: #fff !important; }

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

.text-secondary {
  color: #EC626D !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.33333%;
  max-width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

.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.33333%;
    max-width: 8.33333%; }
  .col-xm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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: 1400px; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.8rem;
  font-family: "Gotham Black"; }

.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.6rem;
  border: none;
  border-radius: 0;
  padding: 0 15px;
  background-color: rgba(232, 234, 237, 0.6);
  font-family: "Gotham Medium";
  color: rgba(42, 55, 78, 0.57); }
  @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 #2A374E;
  cursor: pointer; }
  .fake-radio:after,
  .fake-checkbox:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 1.3rem !important;
    color: #2A374E; }

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

input[type="radio"]:checked + .fake-radio:after,
input[type="checkbox"]:checked + .fake-checkbox:after {
  background-color: #fff;
  content: "\f00c"; }

input[type="radio"]:checked + .fake-radio:after {
  background-color: #fff;
  content: "\f00c"; }

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

.fake-checkbox::after {
  font-family: "Font Awesome 5 Free"; }

.fake-radio::after {
  font-family: "Font Awesome 5 Free"; }

input[type="checkbox"]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
  color: #7969E6;
  font-weight: bolder; }

input[type="radio"]:checked + .fake-radio::after {
  background-image: url(img/check.png);
  color: #7969E6;
  font-weight: bolder; }

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

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

header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  background: transparent;
  transition: 0.1s linear; }
  @media (min-width: 768px) {
    header {
      padding: 30px 0; } }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    header .container .header-logo {
      display: block;
      max-width: 135px;
      height: auto; }
      @media (min-width: 768px) {
        header .container .header-logo {
          max-width: 169px; } }
      header .container .header-logo img {
        display: block; }
    header .container .menu-toggler {
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: none;
      outline: none;
      background-color: transparent;
      cursor: pointer; }
    header .container .main-menu-wrapper {
      background: #fff;
      flex: 0 0 100%;
      width: 100%;
      text-align: center;
      display: none;
      padding: 30px 0;
      border-top: 2px solid #EC626D;
      border-bottom: 2px solid #EC626D;
      margin-top: 10px; }
      @media (min-width: 768px) {
        header .container .main-menu-wrapper {
          display: flex !important;
          padding: 0;
          flex: 0 0 auto;
          width: auto;
          align-items: center;
          border-bottom: none;
          border-top: none;
          background: transparent;
          margin-top: unset; } }
      @media (min-width: 768px) {
        header .container .main-menu-wrapper .main-menu {
          display: flex;
          justify-content: space-between;
          align-items: center; } }
      header .container .main-menu-wrapper .main-menu .main-menu-item {
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          header .container .main-menu-wrapper .main-menu .main-menu-item {
            margin-inline: 26px;
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          header .container .main-menu-wrapper .main-menu .main-menu-item {
            margin-inline: 39px; } }
        @media (min-width: 1200px) {
          header .container .main-menu-wrapper .main-menu .main-menu-item {
            margin-inline: 52px; } }
        header .container .main-menu-wrapper .main-menu .main-menu-item .main-menu-link {
          font-size: 1.8rem;
          line-height: 2rem;
          display: block;
          text-transform: uppercase;
          position: relative; }
          header .container .main-menu-wrapper .main-menu .main-menu-item .main-menu-link.active::after, header .container .main-menu-wrapper .main-menu .main-menu-item .main-menu-link:hover::after {
            content: '';
            display: block;
            width: 25px;
            height: 4.75px;
            background-color: #EC626D;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%); }
      @media (min-width: 768px) {
        header .container .main-menu-wrapper .menu-support {
          margin-left: 7px; } }
      header .container .main-menu-wrapper .menu-support .language-switcher {
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: #EC626D; }

@keyframes bgAnimation {
  0% {
    background: transparent; }
  100% {
    background: #fff; } }

.bg-animation {
  animation-fill-mode: forwards;
  animation-name: bgAnimation;
  animation-duration: 0.3s; }

.white-bg {
  background: #fff; }

.about-intro {
  padding-top: 120px;
  margin-bottom: 82px;
  background: linear-gradient(240.63deg, #e6e8eb 0%, #e8eaed 100%); }
  @media (min-width: 992px) {
    .about-intro {
      padding-top: 94px; } }
  @media (min-width: 576px) {
    .about-intro {
      margin-bottom: 100px; } }
  @media (min-width: 992px) {
    .about-intro {
      margin-bottom: 150px; } }
  @media (min-width: 1265px) {
    .about-intro {
      margin-bottom: 200px; } }
  .about-intro .container {
    position: relative; }
    @media (min-width: 992px) {
      .about-intro .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; } }
    .about-intro .container .intro-content {
      max-width: 564px; }
      @media (min-width: 1400px) {
        .about-intro .container .intro-content {
          padding-left: 117px; } }
      @media (min-width: 992px) {
        .about-intro .container .intro-content {
          flex: 0 0 40%;
          width: 40%;
          margin-bottom: 0;
          padding-top: 110px;
          padding-bottom: 40px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .about-intro .container .intro-content {
      flex: 0 0 564px;
      width: 564px;
      padding-bottom: 116px; } }
      .about-intro .container .intro-content .heading-text {
        font-size: 1.6rem;
        font-family: "Gotham Black";
        margin-bottom: 22px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .about-intro .container .intro-content .heading-text {
            font-size: 2.4rem;
            line-height: 3rem; } }
      .about-intro .container .intro-content h1 {
        margin-bottom: 20px; }
        @media (min-width: 1400px) {
          .about-intro .container .intro-content h1 {
            font-size: 13rem;
            line-height: 12rem; } }
      .about-intro .container .intro-content p {
        margin-bottom: 32px;
        line-height: 2.4rem; }
        @media (min-width: 1400px) {
          .about-intro .container .intro-content p {
            font-size: 2rem;
            line-height: 3rem; } }
      .about-intro .container .intro-content .store-wrapper {
        display: none; }
    .about-intro .container .intro-image {
      max-width: 555px;
      margin-inline: auto; }
      @media (min-width: 992px) {
        .about-intro .container .intro-image {
          flex: 0 0 50%;
          width: 50%; } }
      @media (min-width: 1200px) {
        .about-intro .container .intro-image {
          flex: 0 0 555px;
          width: 555px;
          margin-inline: unset;
          flex: 0 0 45%; } }
      .about-intro .container .intro-image::after {
        padding-top: 130%; }
      .about-intro .container .intro-image img {
        display: block;
        width: 100%;
        top: 8%;
        left: 0; }
    .about-intro .container .home-small-image {
      display: block;
      max-width: 195px; }
      @media (min-width: 992px) {
        .about-intro .container .home-small-image {
          position: absolute;
          bottom: 0;
          right: 50%; }
          .about-intro .container .home-small-image img {
            display: block;
            width: 100%; } }
      @media (min-width: 992px) {
        .about-intro .container .home-small-image {
          left: 1%; } }

main {
  margin-bottom: 100px; }

.owl-dots {
  margin-top: 100px !important; }
  .owl-dots .owl-dot span {
    width: 25px !important;
    height: 4.75px !important;
    background-color: #2A374E !important;
    border-radius: 0 !important; }
  .owl-dots .owl-dot.active span {
    background-color: #EC626D !important; }

.team {
  margin-bottom: 81px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .team {
      margin-bottom: 110px; } }
  @media (min-width: 1265px) {
    .team {
      margin-bottom: 154px; } }
  .team h2 {
    margin-bottom: 85px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .team h2 {
        margin-bottom: 115px; } }
    .team h2 span {
      font-size: 40%;
      color: #EC626D;
      margin-inline: 20px; }
  .team .team-wrapper .owl-stage-outer {
    overflow: visible; }
  .team .team-wrapper .owl-item {
    border-radius: 32px; }
    @media (min-width: 450px) {
      .team .team-wrapper .owl-item {
        max-width: 320px; } }
    .team .team-wrapper .owl-item:nth-of-type(n) {
      background-color: #2A374E; }
    .team .team-wrapper .owl-item:nth-of-type(3n + 2) {
      background-color: #3992B1; }
    .team .team-wrapper .owl-item:nth-of-type(3n) {
      background-color: #EC626D; }
  .team .team-wrapper .team-member {
    text-align: center;
    padding: 0 22px 41px; }
    .team .team-wrapper .team-member .team-member-picture {
      margin-top: -59px;
      max-width: 236px;
      margin-inline: auto;
      margin-bottom: 20px; }
      .team .team-wrapper .team-member .team-member-picture::after {
        padding-top: 128%; }
      @media (min-width: 576px) {
        .team .team-wrapper .team-member .team-member-picture {
          max-width: 173px; } }
      @media (min-width: 992px) {
        .team .team-wrapper .team-member .team-member-picture {
          max-width: 236px; } }
      .team .team-wrapper .team-member .team-member-picture img {
        height: auto; }
    .team .team-wrapper .team-member div {
      margin-top: auto;
      flex: 1; }
    .team .team-wrapper .team-member .team-member-name {
      color: #fff;
      font-size: 2.4rem;
      line-height: 3rem;
      margin-bottom: 15px; }
      @media (min-width: 576px) {
        .team .team-wrapper .team-member .team-member-name {
          min-height: 60px;
          margin-bottom: 0; } }
      @media (min-width: 768px) {
        .team .team-wrapper .team-member .team-member-name {
          min-height: unset;
          margin-bottom: 15px; } }
    .team .team-wrapper .team-member .team-member-text {
      color: #fff;
      margin-bottom: 0; }

.partners {
  background-color: #E8EAED;
  padding: 62px 0;
  margin-bottom: 76px;
  overflow: hidden; }
  @media (min-width: 1265px) {
    .partners {
      padding: 110px 0; } }
  .partners .owl-stage-outer {
    overflow: visible !important; }
  .partners .owl-stage {
    display: flex;
    align-items: center; }
  .partners h3 {
    text-align: center;
    margin-bottom: 75px; }

footer .footer-top {
  text-align: center;
  margin-bottom: 36px; }
  @media (min-width: 576px) {
    footer .footer-top {
      text-align: left; } }
  @media (min-width: 1265px) {
    footer .footer-top {
      margin-bottom: 49px; } }
  @media (min-width: 992px) {
    footer .footer-top .container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  footer .footer-top .footer-left {
    margin-bottom: 38px; }
    @media (min-width: 576px) {
      footer .footer-top .footer-left {
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media (min-width: 992px) {
      footer .footer-top .footer-left {
        margin-bottom: 0; } }
    footer .footer-top .footer-left .footer-logo {
      max-width: 56px;
      display: block;
      margin-inline: auto;
      margin-bottom: 20px; }
      footer .footer-top .footer-left .footer-logo img {
        display: block; }
      @media (min-width: 576px) {
        footer .footer-top .footer-left .footer-logo {
          margin-bottom: 0;
          margin-inline: unset;
          margin-right: 25px; } }
      @media (min-width: 1265px) {
        footer .footer-top .footer-left .footer-logo {
          max-width: 80px; } }
    footer .footer-top .footer-left .footer-info p {
      font-family: "Gotham Medium";
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        footer .footer-top .footer-left .footer-info p {
          font-size: 1.6rem;
          line-height: 2.2rem; } }
  @media (min-width: 576px) {
    footer .footer-top .footer-right .footer-list {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 576px) {
    footer .footer-top .footer-right .footer-list .footer-list-item {
      margin-inline: 20px; } }
  @media (min-width: 1265px) {
    footer .footer-top .footer-right .footer-list .footer-list-item {
      margin-inline: unset; } }
  footer .footer-top .footer-right .footer-list .footer-list-item:not(:last-of-type) {
    margin-bottom: 26px; }
    @media (min-width: 576px) {
      footer .footer-top .footer-right .footer-list .footer-list-item:not(:last-of-type) {
        margin-bottom: 0; } }
    @media (min-width: 1265px) {
      footer .footer-top .footer-right .footer-list .footer-list-item:not(:last-of-type) {
        margin-right: 96px; } }
  footer .footer-top .footer-right .footer-list .footer-list-item .footer-list-link {
    font-size: 1.8rem;
    line-height: 3rem; }
    @media (min-width: 576px) {
      footer .footer-top .footer-right .footer-list .footer-list-item .footer-list-link {
        font-size: 2rem; } }

footer .footer-bottom {
  background-color: #EC626D;
  padding: 12px 0; }
  footer .footer-bottom .copyright {
    text-align: center;
    font-family: "Monstro Solid";
    color: #fff;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 3rem; }
