@charset "UTF-8";
:root {
  --team-color: #93b1ff;
  --team-text-color: #000;
}

.background-black {
  background: #100D0A;
}

.text-black {
  color: #100D0A;
}

.background-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.background-blue {
  background: rgb(147, 177, 255);
}

.text-blue {
  color: rgb(147, 177, 255);
}

.background-cream {
  background: rgb(253, 250, 240);
}

.text-cream {
  color: rgb(253, 250, 240);
}

.background-gold {
  background: rgb(184, 143, 94);
}

.text-gold {
  color: rgb(184, 143, 94);
}

.background-kakhi {
  background: rgb(96, 87, 56);
}

.text-kakhi {
  color: rgb(96, 87, 56);
}

.background-primary {
  background: #F9DE8E;
}

.text-primary {
  color: #F9DE8E;
}

@font-face {
  font-family: "Golden Plains";
  src: url("../fonts/golden-plains/golden_plains-webfont.eot");
  src: url("../fonts/golden-plains/golden_plains-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/golden-plains/golden_plains-webfont.woff2") format("woff2"), url("../fonts/golden-plains/golden_plains-webfont.woff") format("woff"), url("../fonts/golden-plains/golden_plains-webfont.ttf") format("truetype"), url("../fonts/golden-plains/golden_plains-webfont.svg#golden_plainsregular") format("svg"); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Haffer";
  src: url("../fonts/haffer/haffer-light.woff2") format("woff2"), url("../fonts/haffer/haffer-light.woff") format("woff"), url("../fonts/haffer/haffer-light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Haffer";
  src: url("../fonts/haffer/haffer-medium.woff2") format("woff2"), url("../fonts/haffer/haffer-medium.woff") format("woff"), url("../fonts/haffer/haffer-medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Romie";
  src: url("../fonts/romie/romie-regular-italic.woff2") format("woff2"), url("../fonts/romie/romie-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Manuka";
  src: url("../fonts/manuka/manuka-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manuka";
  src: url("../fonts/manuka/manuka-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.font-primary {
  font-family: "Manuka", sans-serif;
}

.font-secondary {
  font-family: "Haffer", sans-serif;
}

.font-tertiary {
  font-family: "Romie", sans-serif;
}

.font-quaternary {
  font-family: "Golden Plains", sans-serif;
}

.fw_extralight {
  font-weight: 200;
}

.fw_light {
  font-weight: 300;
}

.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_semibold {
  font-weight: 600;
}

.fw_bold {
  font-weight: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  overflow-x: hidden !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

aside {
  padding: 5px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #100D0A;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

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

@media (min-width: 600px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 1024px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 1799.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 1799.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 991.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 991.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 767.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 767.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 575.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 575.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1600px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 991.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 991.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 767.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 767.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 575.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 575.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.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%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .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%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4f0059 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #7c008c !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1026px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

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

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

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

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

.align-content-around {
  align-content: space-around !important;
}

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

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.aligncenter {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.aligncenter {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #7c008c !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #380040 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

.slide {
  list-style: none;
}

/* Slider CSS */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots > li {
  margin: 0 0.25rem;
}

.slick-dots > button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: blue;
  text-indent: -9999px;
}

.slick-dots > li.slick-active button {
  background-color: #fff;
}

/* END of Slider CSS */
/* Align column */
.atop {
  display: flex;
  align-items: flex-start;
}

.amiddle {
  display: flex;
  align-items: center;
}

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

.z-2 {
  position: relative;
  z-index: 2;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}
html body {
  background: rgb(253, 250, 240);
  padding-top: 102px;
}
@media (max-width: 1799.98px) {
  html body {
    padding-top: 5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  html body {
    padding-top: 7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  html body {
    padding-top: 13.28125vw;
  }
}
@media (max-width: 575.98px) {
  html body {
    padding-top: 27.2vw;
  }
}
html body.home {
  padding-top: 102px;
}
@media (max-width: 1799.98px) {
  html body.home {
    padding-top: 5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  html body.home {
    padding-top: 7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  html body.home {
    padding-top: 10.15625vw;
  }
}
@media (max-width: 575.98px) {
  html body.home {
    padding-top: 20.8vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  * {
    font-size: 1vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  * {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  * {
    font-size: 2.34375vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  * {
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
* em {
  font-family: "Romie", sans-serif;
}

.font-size-16px {
  font-size: 16px;
  line-height: 22.4px;
}
@media (max-width: 1799.98px) {
  .font-size-16px {
    font-size: 0.8888888889vw;
    line-height: 1.2444444444vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-16px {
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-16px {
    font-size: 2.0833333333vw;
    line-height: 2.9166666667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-16px {
    font-size: 4.2666666667vw;
    line-height: 5.9733333333vw;
  }
}

.font-size-24px {
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 1799.98px) {
  .font-size-24px {
    font-size: 1.3333333333vw;
    line-height: 2.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-24px {
    font-size: 1.6666666667vw;
    line-height: 2.6388888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-24px {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-24px {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }
}
.font-size-24px em, .font-size-24px p {
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 1799.98px) {
  .font-size-24px em, .font-size-24px p {
    font-size: 1.3333333333vw;
    line-height: 2.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-24px em, .font-size-24px p {
    font-size: 1.6666666667vw;
    line-height: 2.6388888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-24px em, .font-size-24px p {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-24px em, .font-size-24px p {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
  }
}

.font-size-40px {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1799.98px) {
  .font-size-40px {
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-40px {
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-40px {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-40px {
    font-size: 8vw;
    line-height: 8vw;
  }
}

.font-size-60px {
  font-size: 44px;
  line-height: 56px;
}
@media (max-width: 1799.98px) {
  .font-size-60px {
    font-size: 2.4444444444vw;
    line-height: 3.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-60px {
    font-size: 3.0555555556vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-60px {
    font-size: 4.1666666667vw;
    line-height: 5.7291666667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-60px {
    font-size: 8.5333333333vw;
    line-height: 11.7333333333vw;
  }
}
.font-size-60px em, .font-size-60px p {
  font-size: 44px;
  line-height: 56px;
}
@media (max-width: 1799.98px) {
  .font-size-60px em, .font-size-60px p {
    font-size: 2.4444444444vw;
    line-height: 3.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-60px em, .font-size-60px p {
    font-size: 3.0555555556vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-60px em, .font-size-60px p {
    font-size: 4.1666666667vw;
    line-height: 5.7291666667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-60px em, .font-size-60px p {
    font-size: 8.5333333333vw;
    line-height: 11.7333333333vw;
  }
}

.title-box {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.title-box.shape-right svg {
  float: right;
}
.title-box.shape-center {
  text-align: center;
}
.title-box svg {
  height: auto;
}
.title-box svg.wobble {
  width: 395px;
}
@media (max-width: 1799.98px) {
  .title-box svg.wobble {
    width: 21.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .title-box svg.wobble {
    width: 27.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .title-box svg.wobble {
    width: 29.296875vw;
  }
}
@media (max-width: 575.98px) {
  .title-box svg.wobble {
    width: 60vw;
  }
}
.title-box svg.rounded-line {
  width: 258px;
}
@media (max-width: 1799.98px) {
  .title-box svg.rounded-line {
    width: 14.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .title-box svg.rounded-line {
    width: 17.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .title-box svg.rounded-line {
    width: 20.5729166667vw;
  }
}
@media (max-width: 575.98px) {
  .title-box svg.rounded-line {
    width: 42.1333333333vw;
  }
}

p a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Manuka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (width < 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: keep-all;
  }
}

h1, .h1 {
  font-size: 140px;
  line-height: 112px;
}
@media (max-width: 1799.98px) {
  h1, .h1 {
    font-size: 7.7777777778vw;
    line-height: 6.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 9.7222222222vw;
    line-height: 7.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 7.8125vw;
    line-height: 7.2916666667vw;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 16vw;
    line-height: 14.9333333333vw;
  }
}

h2, .h2 {
  font-size: 140px;
  letter-spacing: 4.2px;
  line-height: 112px;
}
@media (max-width: 1799.98px) {
  h2, .h2 {
    font-size: 7.7777777778vw;
    letter-spacing: 0.2333333333vw;
    line-height: 6.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 9.7222222222vw;
    letter-spacing: 0.2916666667vw;
    line-height: 7.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 7.8125vw;
    letter-spacing: 0.2864583333vw;
    line-height: 7.2916666667vw;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 16vw;
    letter-spacing: 0.5866666667vw;
    line-height: 14.9333333333vw;
  }
}

h3, .h3 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 1799.98px) {
  h3, .h3 {
    font-size: 2.7777777778vw;
    line-height: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 3.4722222222vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 3.125vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}

.text-section h3 {
  font-family: "Manuka", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1799.98px) {
  .text-section h3 {
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .text-section h3 {
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .text-section h3 {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .text-section h3 {
    font-size: 8vw;
    line-height: 8vw;
  }
}

.btn--blue {
  background: rgb(147, 177, 255);
  color: #100D0A;
}
.btn--rounded {
  border-radius: 100px;
  padding: 10px 15px;
}
@media (max-width: 1799.98px) {
  .btn--rounded {
    border-radius: 5.5555555556vw;
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .btn--rounded {
    border-radius: 6.9444444444vw;
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .btn--rounded {
    border-radius: 13.0208333333vw;
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .btn--rounded {
    border-radius: 26.6666666667vw;
    padding: 2.6666666667vw 4vw;
  }
}

.link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1799.98px) {
  .link {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .link {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .link {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 575.98px) {
  .link {
    font-size: 3.7333333333vw;
  }
}
.link * {
  transition: all 0.3s;
}
.link.arrow {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .link.arrow {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .link.arrow {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .link.arrow {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .link.arrow {
    gap: 2.6666666667vw;
  }
}
.link.arrow svg {
  height: auto;
  width: 40px;
}
@media (max-width: 1799.98px) {
  .link.arrow svg {
    width: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .link.arrow svg {
    width: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .link.arrow svg {
    width: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .link.arrow svg {
    width: 9.3333333333vw;
  }
}
.link.arrow:hover svg {
  rotate: -25deg;
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 1799.98px) {
  .pt-20 {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .pt-20 {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .pt-20 {
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .pt-20 {
    padding-top: 10px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 1799.98px) {
  .pb-20 {
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .pb-20 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}

.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1799.98px) {
  .py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .py-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .py-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-20 {
    padding-top: 10px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-20 {
    padding-top: 10px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-20 {
    padding-bottom: 10px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-20 {
    padding-bottom: 10px;
  }
}
@media only screen and (width > 768px) {
  .py-md-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.pt-30 {
  padding-top: 30px;
}
@media (max-width: 1799.98px) {
  .pt-30 {
    padding-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .pt-30 {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .pt-30 {
    padding-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .pt-30 {
    padding-top: 15px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 1799.98px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}

.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 1799.98px) {
  .py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .py-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .py-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-30 {
    padding-top: 15px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-30 {
    padding-top: 15px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-30 {
    padding-bottom: 15px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-30 {
    padding-bottom: 15px;
  }
}
@media only screen and (width > 768px) {
  .py-md-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1799.98px) {
  .pt-40 {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .pt-40 {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .pt-40 {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1799.98px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 1799.98px) {
  .py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .py-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .py-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-40 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-40 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-40 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-40 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) {
  .py-md-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.pt-50 {
  padding-top: 50px;
}
@media (max-width: 1799.98px) {
  .pt-50 {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .pt-50 {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .pt-50 {
    padding-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 1799.98px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}

.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1799.98px) {
  .py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .py-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .py-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-50 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-50 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-50 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-50 {
    padding-top: 25px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-50 {
    padding-top: 25px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-50 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-50 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-50 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-50 {
    padding-bottom: 25px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-50 {
    padding-bottom: 25px;
  }
}
@media only screen and (width > 768px) {
  .py-md-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.pt-60 {
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .pt-60 {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .pt-60 {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .pt-60 {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.py-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .py-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .py-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-60 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-60 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-60 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-60 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) {
  .py-md-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.pt-70 {
  padding-top: 70px;
}
@media (max-width: 1799.98px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .pt-70 {
    padding-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .pt-70 {
    padding-top: 35px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 1799.98px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}

.py-70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media (max-width: 1799.98px) {
  .py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .py-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .py-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-70 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-70 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-70 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-70 {
    padding-top: 35px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-70 {
    padding-top: 35px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-70 {
    padding-bottom: 35px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-70 {
    padding-bottom: 35px;
  }
}
@media only screen and (width > 768px) {
  .py-md-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1799.98px) {
  .pt-80 {
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .pt-80 {
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1799.98px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 1799.98px) {
  .py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .py-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .py-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-80 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-80 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) {
  .py-md-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1799.98px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1799.98px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 1799.98px) {
  .py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .py-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .py-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-100 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-100 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-100 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-100 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-100 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-100 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-100 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) {
  .py-md-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.pt-140 {
  padding-top: 140px;
}
@media (max-width: 1799.98px) {
  .pt-140 {
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .pt-140 {
    padding-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .pt-140 {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .pt-140 {
    padding-top: 70px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 1799.98px) {
  .pb-140 {
    padding-bottom: 140px;
  }
}
@media (max-width: 991.98px) {
  .pb-140 {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}

.py-140 {
  padding-bottom: 140px;
  padding-top: 140px;
}
@media (max-width: 1799.98px) {
  .py-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .py-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .py-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .py-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-140 {
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-140 {
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-140 {
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-140 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-140 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-140 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-140 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) {
  .py-md-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.pt-150 {
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .pt-150 {
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .pt-150 {
    padding-top: 150px;
  }
}
@media (max-width: 767.98px) {
  .pt-150 {
    padding-top: 75px;
  }
}
@media (max-width: 575.98px) {
  .pt-150 {
    padding-top: 75px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 1799.98px) {
  .pb-150 {
    padding-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .pb-150 {
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}

.py-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .py-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .py-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media (max-width: 767.98px) {
  .py-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media (max-width: 575.98px) {
  .py-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-150 {
    padding-top: 75px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-150 {
    padding-top: 75px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-150 {
    padding-bottom: 75px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-150 {
    padding-bottom: 75px;
  }
}
@media only screen and (width > 768px) {
  .py-md-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
.pt-200 {
  padding-top: 200px;
}
@media (max-width: 1799.98px) {
  .pt-200 {
    padding-top: 200px;
  }
}
@media (max-width: 991.98px) {
  .pt-200 {
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .pt-200 {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .pt-200 {
    padding-top: 100px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 1799.98px) {
  .pb-200 {
    padding-bottom: 200px;
  }
}
@media (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}

.py-200 {
  padding-bottom: 200px;
  padding-top: 200px;
}
@media (max-width: 1799.98px) {
  .py-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media (max-width: 991.98px) {
  .py-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .py-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .py-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-200 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-200 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-200 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-200 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) {
  .py-md-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1799.98px) {
  .ml-50 {
    margin-left: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .ml-50 {
    margin-left: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .ml-50 {
    margin-left: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .ml-50 {
    margin-left: 13.3333333333vw;
  }
}

.mtm-50 {
  margin-top: -50px;
}
@media (max-width: 1799.98px) {
  .mtm-50 {
    margin-top: -2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .mtm-50 {
    margin-top: -3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .mtm-50 {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .mtm-50 {
    margin-top: 0;
  }
}

.mtm-75 {
  margin-top: -75px;
}
@media (max-width: 1799.98px) {
  .mtm-75 {
    margin-top: -4.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .mtm-75 {
    margin-top: -5.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .mtm-75 {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .mtm-75 {
    margin-top: 0;
  }
}

.mlm-30 svg {
  margin-left: -30px;
}
@media (max-width: 1799.98px) {
  .mlm-30 svg {
    margin-left: -1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .mlm-30 svg {
    margin-left: -2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .mlm-30 svg {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .mlm-30 svg {
    margin-left: 0;
  }
}

.mrm-30 svg {
  margin-right: -30px;
}
@media (max-width: 1799.98px) {
  .mrm-30 svg {
    margin-right: -1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .mrm-30 svg {
    margin-right: -2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .mrm-30 svg {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .mrm-30 svg {
    margin-right: 0;
  }
}

#masthead {
  background: rgb(253, 250, 240);
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100vw;
  z-index: 10;
  padding: 42px 0;
  padding-bottom: 0px;
}
@media (max-width: 1799.98px) {
  #masthead {
    padding: 2.3333333333vw 0;
    padding-bottom: 0vw;
  }
}
@media (max-width: 991.98px) {
  #masthead {
    padding: 2.9166666667vw 0;
    padding-bottom: 0vw;
  }
}
@media (max-width: 767.98px) {
  #masthead {
    padding: 1.953125vw 0;
    padding-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  #masthead {
    padding: 4vw 0;
    padding-bottom: 4vw;
  }
}
#masthead.sticky {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1799.98px) {
  #masthead.sticky {
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  #masthead.sticky {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  #masthead.sticky {
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  #masthead.sticky {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
#masthead.sticky .header-logo svg {
  width: 110px;
}
@media (max-width: 1799.98px) {
  #masthead.sticky .header-logo svg {
    width: 6.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  #masthead.sticky .header-logo svg {
    width: 7.6388888889vw;
  }
}
@media (max-width: 767.98px) {
  #masthead.sticky .header-logo svg {
    width: 11.71875vw;
  }
}
@media (max-width: 575.98px) {
  #masthead.sticky .header-logo svg {
    width: 24vw;
  }
}
#masthead.fullscreen-active .header-logo path {
  animation: fadeIn;
  fill: #fff;
  transition: all 0.3s;
}
#masthead.fullscreen-active .slogan {
  color: #fff;
  transition: all 0.3s;
}
#masthead .header-logo {
  height: auto;
  position: relative;
  z-index: 23;
  transition: all 0.3s;
}
#masthead .header-logo * {
  transition: all 0.3s ease-in-out;
}
#masthead .header-logo {
  width: 176px;
}
@media (max-width: 1799.98px) {
  #masthead .header-logo {
    width: 9.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .header-logo {
    width: 12.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .header-logo {
    width: 15.625vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .header-logo {
    width: 32vw;
  }
}
#masthead .header-logo svg {
  height: auto;
  width: 100%;
}
@media (max-width: 1799.98px) {
  #masthead .header-logo svg {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #masthead .header-logo svg {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #masthead .header-logo svg {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #masthead .header-logo svg {
    width: 100%;
  }
}
#masthead .slogan {
  font-weight: 300;
  position: relative;
  transition: all 0.3s 0.5s;
  z-index: 23;
  font-size: 20px;
  line-height: 18px;
}
@media (max-width: 1799.98px) {
  #masthead .slogan {
    font-size: 1.1111111111vw;
    line-height: 1vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .slogan {
    font-size: 1.3888888889vw;
    line-height: 1.25vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .slogan {
    font-size: 2.6041666667vw;
    line-height: 2.34375vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .slogan {
    font-size: 5.3333333333vw;
    line-height: 4.8vw;
  }
}
#masthead .navigation {
  display: inline-block;
}
#masthead .navigation--box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation--box {
    gap: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation--box {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation--box {
    gap: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation--box {
    gap: 10.6666666667vw;
  }
}
#masthead .navigation ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul {
    gap: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul {
    gap: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul {
    gap: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul {
    gap: 9.3333333333vw;
  }
}
#masthead .navigation ul li {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li {
    margin: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li {
    margin: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li {
    margin: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li {
    margin: 4vw 0;
  }
}
#masthead .navigation ul li a {
  color: #100D0A;
  display: flex;
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li a {
    font-size: 1.1111111111vw;
    line-height: 1.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li a {
    font-size: 1.3888888889vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li a {
    font-size: 2.6041666667vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li a {
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
  }
}
#masthead .navigation ul li a span {
  color: #100D0A;
  display: flex;
  font-weight: 300;
  font-style: italic;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li a span {
    font-size: 1.1111111111vw;
    line-height: 1.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li a span {
    font-size: 1.3888888889vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li a span {
    font-size: 2.6041666667vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li a span {
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
  }
}
#masthead .navigation ul li a span.hover {
  position: absolute;
  top: 100%;
  font-size: 19px;
  line-height: 32px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 1.0555555556vw;
    line-height: 1.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 1.3194444444vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 2.4739583333vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 5.0666666667vw;
    line-height: 8.5333333333vw;
  }
}
#masthead .navigation ul li:hover a {
  transform: translateY(-100%);
}
#masthead .navigation ul li:hover a span {
  margin-top: 2px;
}
#masthead .navigation ul li.current-menu-item a,
#masthead .navigation ul li.current-menu-item span {
  font-style: italic;
}
#masthead .hamburger {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  padding: 0;
  position: relative;
  transition-duration: 0.3s;
  z-index: 24;
  gap: 8px;
  height: 27.5px;
  width: 27.5px;
}
@media (max-width: 1799.98px) {
  #masthead .hamburger {
    gap: 0.4444444444vw;
    height: 1.5277777778vw;
    width: 1.5277777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .hamburger {
    gap: 0.5555555556vw;
    height: 1.9097222222vw;
    width: 1.9097222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .hamburger {
    gap: 1.0416666667vw;
    height: 3.5807291667vw;
    width: 3.5807291667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .hamburger {
    gap: 2.1333333333vw;
    height: 7.3333333333vw;
    width: 7.3333333333vw;
  }
}
#masthead .hamburger div {
  background-color: #100D0A;
  height: 1px;
  transition-duration: 0.3s;
  width: 100%;
}
#masthead .hamburger.active div {
  background: #fff;
  margin-left: 13px;
}
@media (max-width: 1799.98px) {
  #masthead .hamburger.active div {
    margin-left: 0.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .hamburger.active div {
    margin-left: 0.9027777778vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .hamburger.active div {
    margin-left: 1.6927083333vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .hamburger.active div {
    margin-left: 3.4666666667vw;
  }
}
#masthead .hamburger.active div.top {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}
#masthead .hamburger.active div.middle {
  transform: rotate(135deg);
  margin-left: 0;
  opacity: 0;
  transform-origin: center;
  transition-duration: 0.3s;
}
#masthead .hamburger.active div.bottom {
  transform: rotate(-45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}

.page-template-about {
  padding-top: 0;
}
.page-template-about #masthead {
  background: linear-gradient(180deg, #93b1ff 30%, rgba(147, 177, 255, 0) 100%);
}
.page-template-about #masthead.sticky {
  background: linear-gradient(180deg, #93b1ff 100%, rgb(147, 177, 255) 100%);
}
.page-template-about #masthead ul.header-menu li.current-menu-item a,
.page-template-about #masthead ul.header-menu li.current-menu-item span {
  color: #fff;
}

.post-type-archive-venture {
  padding-top: 0;
  background: #100D0A;
}
.post-type-archive-venture #masthead {
  background: #100D0A;
}
.post-type-archive-venture #masthead .header-logo path {
  fill: rgb(253, 250, 240);
}
.post-type-archive-venture #masthead .slogan {
  color: rgb(253, 250, 240);
}
.post-type-archive-venture #masthead .navigation ul li a,
.post-type-archive-venture #masthead .navigation ul li span {
  color: rgb(253, 250, 240);
}
.post-type-archive-venture #masthead .navigation ul li.current-menu-item a,
.post-type-archive-venture #masthead .navigation ul li.current-menu-item span {
  color: rgb(147, 177, 255);
}
.post-type-archive-venture #masthead .hamburger div {
  background: #fff;
}

.post-type-archive-venture,
.page-template-network {
  padding-top: 0;
}
.post-type-archive-venture #masthead,
.page-template-network #masthead {
  background: linear-gradient(180deg, #100d0a 30%, rgba(16, 13, 10, 0) 100%);
}
.post-type-archive-venture #masthead.sticky,
.page-template-network #masthead.sticky {
  background: linear-gradient(180deg, #100d0a 100%, rgb(16, 13, 10) 100%);
}
.post-type-archive-venture #masthead .header-logo path,
.page-template-network #masthead .header-logo path {
  fill: rgb(253, 250, 240);
}
.post-type-archive-venture #masthead .slogan,
.page-template-network #masthead .slogan {
  color: rgb(253, 250, 240);
}
.post-type-archive-venture #masthead .navigation ul li a,
.post-type-archive-venture #masthead .navigation ul li span,
.page-template-network #masthead .navigation ul li a,
.page-template-network #masthead .navigation ul li span {
  color: rgb(253, 250, 240);
}
.post-type-archive-venture #masthead .navigation ul li.current-menu-item a,
.post-type-archive-venture #masthead .navigation ul li.current-menu-item span,
.page-template-network #masthead .navigation ul li.current-menu-item a,
.page-template-network #masthead .navigation ul li.current-menu-item span {
  color: rgb(147, 177, 255);
}
.post-type-archive-venture #masthead .hamburger div,
.page-template-network #masthead .hamburger div {
  background: #fff;
}

.single-venture {
  background: rgb(208, 254, 245);
}
.single-venture #masthead {
  background: transparent;
}
.single-venture #masthead.sticky {
  background: rgb(208, 254, 245);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fullscreen-menu {
  background: #100D0A;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  max-height: 100dvh;
  position: fixed;
  top: 0;
  transform: translateY(-150%);
  transition: all 0.5s ease 0.5s;
  width: 100vw;
  z-index: 22;
  overflow: scroll;
}
.fullscreen-menu .cursor-allowed {
  padding-bottom: 50px;
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 2.7777777778vw;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 3.4722222222vw;
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 6.5104166667vw;
    padding-top: 19.53125vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 13.3333333333vw;
    padding-top: 40vw;
  }
}
@media only screen and (width > 1600px) {
  .fullscreen-menu .row {
    align-items: center;
    min-height: calc(100dvh - 150px);
  }
}
@media only screen and (width > 1600px) and (max-width: 1799.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 8.3333333333vw);
  }
}
@media only screen and (width > 1600px) and (max-width: 991.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 10.4166666667vw);
  }
}
@media only screen and (width > 1600px) and (max-width: 767.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 19.53125vw);
  }
}
@media only screen and (width > 1600px) and (max-width: 575.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 40vw);
  }
}
.fullscreen-menu.show {
  transform: translateY(0);
  transition: all 0.5s ease;
}
.fullscreen-menu.show nav div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen-menu.show nav div > ul > li {
  position: relative;
  overflow: hidden;
}
.fullscreen-menu.show nav div > ul > li > a {
  transform: translateX(0);
  transition: all 0.3s 0.5s;
}
.fullscreen-menu.show nav div > ul > li .sub-menu {
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
@media only screen and (width < 768px) {
  .fullscreen-menu.show nav div > ul > li .sub-menu {
    transform: translateX(0);
  }
}
.fullscreen-menu.show .img-box img {
  rotate: 5deg;
  opacity: 1;
  transition: all 0.3s 0.5s;
}
.fullscreen-menu a {
  text-decoration: none;
}
.fullscreen-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen-menu .menu-fullscreen-menu a:hover {
  transition: all 0.3s;
  color: #F9DE8E;
}
.fullscreen-menu .menu-fullscreen-menu > li {
  overflow: hidden;
  position: relative;
}
@media only screen and (width > 768px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    display: flex;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li.current-menu-item a {
  color: #F9DE8E;
}
.fullscreen-menu .menu-fullscreen-menu > li {
  gap: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 1.3888888889vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 1.7361111111vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 3.2552083333vw;
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li > a {
  color: #fff;
  display: block;
  font-family: "Manuka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateX(-150%);
  transition: all 0.3s;
  font-size: 150px;
  line-height: 115px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 8.3333333333vw;
    line-height: 6.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 10.4166666667vw;
    line-height: 7.9861111111vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 9.1145833333vw;
    line-height: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 18.6666666667vw;
    line-height: 16vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
  margin-left: 150px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 13.3333333333vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-100%);
  transition: all 0.3s;
  gap: 0;
  align-self: start;
  margin-top: 0;
  max-width: 500px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 0;
    max-width: 27.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 0;
    max-width: 34.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 0.6510416667vw;
    max-width: 65.1041666667vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 1.3333333333vw;
    max-width: 133.3333333333vw;
  }
}
@media only screen and (width < 768px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    transform: translateX(-100%);
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
  margin-right: 10px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 2.6666666667vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: "Manuka", sans-serif;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 30px;
  gap: 10px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 1.6666666667vw;
    gap: 0.5555555556vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 2.0833333333vw;
    gap: 0.6944444444vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 3.90625vw;
    gap: 1.3020833333vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 8vw;
    gap: 2.6666666667vw;
    line-height: 8vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a:hover {
  color: #F9DE8E;
  transition: all 0.3s;
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li:not(:first-child) a::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8.48px;
  width: 8.48px;
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li.current-menu-item a {
  color: #F9DE8E;
}
.fullscreen-menu .img-box {
  position: relative;
  padding-top: 175px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .img-box {
    padding-top: 9.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .img-box {
    padding-top: 12.1527777778vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .img-box {
    padding-top: 22.7864583333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .img-box {
    padding-top: 46.6666666667vw;
  }
}
.fullscreen-menu .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.3s;
  height: 540px;
  width: 400px;
  margin-bottom: 118px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .img-box img {
    height: 30vw;
    width: 22.2222222222vw;
    margin-bottom: 6.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .img-box img {
    height: 37.5vw;
    width: 27.7777777778vw;
    margin-bottom: 8.1944444444vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .img-box img {
    height: 70.3125vw;
    width: 52.0833333333vw;
    margin-bottom: 15.3645833333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .img-box img {
    height: 144vw;
    width: 106.6666666667vw;
    margin-bottom: 31.4666666667vw;
  }
}
.fullscreen-menu .img-box svg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 325px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .img-box svg {
    width: 18.0555555556vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .img-box svg {
    width: 22.5694444444vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .img-box svg {
    width: 42.3177083333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .img-box svg {
    width: 86.6666666667vw;
  }
}

.site-footer {
  background: #F9DE8E;
  padding-top: 75px;
}
@media (max-width: 1799.98px) {
  .site-footer {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer {
    padding-top: 9.3333333333vw;
  }
}
.site-footer .top-row .col-12 {
  max-height: 100%;
}
.site-footer .wpforms-container .wpforms-submit-container {
  position: unset !important;
  padding: 0 !important;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer li,
.site-footer em {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1799.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 1vw;
    line-height: 1.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 2.34375vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.site-footer small {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1799.98px) {
  .site-footer small {
    font-size: 0.7777777778vw;
    line-height: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer small {
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer small {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer small {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.site-footer em {
  font-family: "Romie", sans-serif;
}
.site-footer h4 {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1799.98px) {
  .site-footer h4 {
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer h4 {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer h4 {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer h4 {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .navigation {
  margin-top: 12px;
}
@media (max-width: 1799.98px) {
  .site-footer .navigation {
    margin-top: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .navigation {
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .navigation {
    margin-top: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .navigation {
    margin-top: 3.2vw;
  }
}
.site-footer .navigation a {
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 1799.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.390625vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.8vw;
  }
}
.site-footer .contact {
  margin-top: 60px;
}
@media (max-width: 1799.98px) {
  .site-footer .contact {
    margin-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .contact {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .contact {
    margin-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .contact {
    margin-top: 9.3333333333vw;
  }
}
.site-footer .illustration {
  width: 100%;
  max-width: 250px;
  height: auto;
  transform: translateY(50px);
}
@media (max-width: 1799.98px) {
  .site-footer .illustration {
    transform: translateY(2.7777777778vw);
  }
}
@media (max-width: 991.98px) {
  .site-footer .illustration {
    transform: translateY(3.4722222222vw);
  }
}
@media (max-width: 767.98px) {
  .site-footer .illustration {
    transform: translateY(0);
  }
}
@media (max-width: 575.98px) {
  .site-footer .illustration {
    transform: translateY(0);
  }
}
.site-footer .socials ul {
  display: flex;
  gap: 35px;
}
@media (max-width: 1799.98px) {
  .site-footer .socials ul {
    gap: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .socials ul {
    gap: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .socials ul {
    gap: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .socials ul {
    gap: 9.3333333333vw;
  }
}
.site-footer .socials ul a {
  text-transform: uppercase;
}
.site-footer .logo {
  width: 100%;
  height: auto;
  margin-top: -40px;
}
@media (max-width: 1799.98px) {
  .site-footer .logo {
    margin-top: -2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .logo {
    margin-top: -2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .logo {
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .logo {
    margin-top: 6.6666666667vw;
  }
}
.site-footer hr {
  border-color: #100D0A;
  border-width: 1px 0 0 0;
  margin: 25px 0;
}
@media (max-width: 1799.98px) {
  .site-footer hr {
    margin: 1.3888888889vw 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer hr {
    margin: 1.7361111111vw 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer hr {
    margin: 3.2552083333vw 0;
  }
}
@media (max-width: 575.98px) {
  .site-footer hr {
    margin: 6.6666666667vw 0;
  }
}
.site-footer form {
  position: relative;
}
.site-footer form .wpforms-field-label {
  display: none;
}
.site-footer form label.wpforms-error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 1799.98px) {
  .site-footer form label.wpforms-error {
    font-size: 0.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form label.wpforms-error {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form label.wpforms-error {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form label.wpforms-error {
    font-size: 3.7333333333vw;
  }
}
.site-footer form .wpforms-field {
  position: relative;
  background: url("../svg/form-icon.svg") no-repeat;
  background-position: center left 15px;
  background-size: 24px;
}
@media (max-width: 1799.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 0.8333333333vw;
    background-size: 1.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 1.0416666667vw;
    background-size: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 1.953125vw;
    background-size: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 4vw;
    background-size: 6.4vw;
  }
}
.site-footer form .wpforms-field input {
  width: 100%;
  border: 1px solid #100D0A;
  background-color: transparent;
  outline: none;
  max-width: 100% !important;
}
.site-footer form .wpforms-field input::-moz-placeholder {
  opacity: 0.3;
}
.site-footer form .wpforms-field input::placeholder {
  opacity: 0.3;
}
.site-footer form .wpforms-field input {
  border-radius: 40px;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 45px 10px 50px;
}
@media (max-width: 1799.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 2.2222222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
    padding: 0.5555555556vw 2.5vw 0.5555555556vw 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 2.7777777778vw;
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
    padding: 0.6944444444vw 3.125vw 0.6944444444vw 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 5.2083333333vw;
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
    padding: 1.3020833333vw 5.859375vw 1.3020833333vw 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 10.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    padding: 2.6666666667vw 12vw 2.6666666667vw 13.3333333333vw;
  }
}
.site-footer form button {
  background: url("../svg/submit-arrow.svg") no-repeat center right;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  font-size: 0;
  padding: 0;
  height: 42px;
  right: 20px;
  width: 42px;
  background-size: 18px 15px;
}
@media (max-width: 1799.98px) {
  .site-footer form button {
    height: 2.3333333333vw;
    right: 1.1111111111vw;
    width: 2.3333333333vw;
    background-size: 1vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form button {
    height: 2.9166666667vw;
    right: 1.3888888889vw;
    width: 2.9166666667vw;
    background-size: 1.25vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form button {
    height: 5.46875vw;
    right: 2.6041666667vw;
    width: 5.46875vw;
    background-size: 2.34375vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form button {
    height: 11.2vw;
    right: 5.3333333333vw;
    width: 11.2vw;
    background-size: 4.8vw 4vw;
  }
}
.site-footer .bottom-bar {
  padding-bottom: 25px;
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar {
    padding-bottom: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar {
    padding-bottom: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar {
    padding-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar {
    padding-bottom: 6.6666666667vw;
  }
}
.site-footer .bottom-bar nav.documents ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (width < 768px) {
  .site-footer .bottom-bar nav.documents ul {
    justify-content: center;
  }
}
.site-footer .bottom-bar nav.documents ul {
  gap: 35px;
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 4vw;
  }
}
.site-footer .bottom-bar nav.documents ul li a {
  text-transform: uppercase;
}
.site-footer .bottom-bar .socials {
  margin-top: 24px;
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar .socials {
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar .socials {
    margin-top: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar .socials {
    margin-top: 0vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar .socials {
    margin-top: 0vw;
  }
}
.site-footer .bottom-bar .part-of-young {
  gap: 10px;
  margin: 0px 0;
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar .part-of-young {
    gap: 0.5555555556vw;
    margin: 0vw 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar .part-of-young {
    gap: 0.6944444444vw;
    margin: 0vw 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar .part-of-young {
    gap: 1.3020833333vw;
    margin: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar .part-of-young {
    gap: 2.6666666667vw;
    margin: 4vw 0;
  }
}
.site-footer .bottom-bar .part-of-young p {
  margin: 0;
}

.scroll-container {
  width: 100%;
  transition: all 0.3s;
  height: calc(100vh + 625px);
}
@media (max-width: 1799.98px) {
  .scroll-container {
    height: calc(100vh + 34.7222222222vw);
  }
}
@media (max-width: 991.98px) {
  .scroll-container {
    height: calc(100vh + 43.4027777778vw);
  }
}
@media (max-width: 767.98px) {
  .scroll-container {
    height: calc(100vh + 74.21875vw);
  }
}
@media (max-width: 575.98px) {
  .scroll-container {
    height: calc(100vh + 152vw);
  }
}
@media only screen and (width < 768px) {
  .scroll-container {
    height: calc(200dvh 625px);
  }
}
@media only screen and (width < 768px) and (max-width: 1799.98px) {
  .scroll-container {
    height: calc(200dvh 34.7222222222vw);
  }
}
@media only screen and (width < 768px) and (max-width: 991.98px) {
  .scroll-container {
    height: calc(200dvh 43.4027777778vw);
  }
}
@media only screen and (width < 768px) and (max-width: 767.98px) {
  .scroll-container {
    height: calc(200dvh 74.21875vw);
  }
}
@media only screen and (width < 768px) and (max-width: 575.98px) {
  .scroll-container {
    height: calc(200dvh 152vw);
  }
}

.header {
  position: relative;
  z-index: 2;
}
.header.home {
  background: rgb(253, 250, 240);
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 1799.98px) {
  .header.home {
    padding: 3.3333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  .header.home {
    padding: 4.1666666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .header.home {
    padding: 7.8125vw 0;
  }
}
@media (max-width: 575.98px) {
  .header.home {
    padding: 16vw 0;
  }
}
.header.home h1 {
  margin-bottom: 20px;
}
@media (max-width: 1799.98px) {
  .header.home h1 {
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .header.home h1 {
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .header.home h1 {
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .header.home h1 {
    margin-bottom: 5.3333333333vw;
  }
}
.header.home .svg_box {
  position: relative;
}
.header.home .svg_box::after {
  animation: reduceWidth 3s forwards;
  background: rgb(253, 250, 240);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.header.about {
  background: rgb(147, 177, 255);
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
  padding-top: 310px;
}
@media (max-width: 1799.98px) {
  .header.about {
    padding-bottom: 4.1666666667vw;
    padding-top: 17.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header.about {
    padding-bottom: 5.2083333333vw;
    padding-top: 21.5277777778vw;
  }
}
@media (max-width: 767.98px) {
  .header.about {
    padding-bottom: 4.5572916667vw;
    padding-top: 19.53125vw;
  }
}
@media (max-width: 575.98px) {
  .header.about {
    padding-bottom: 9.3333333333vw;
    padding-top: 40vw;
  }
}
.header.about .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (width < 768px) {
  .header.about .background {
    width: 180%;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
  }
}
@media only screen and (width < 768px) and (max-width: 1799.98px) {
  .header.about .background {
    top: 2.5vw;
  }
}
@media only screen and (width < 768px) and (max-width: 991.98px) {
  .header.about .background {
    top: 3.125vw;
  }
}
@media only screen and (width < 768px) and (max-width: 767.98px) {
  .header.about .background {
    top: 5.859375vw;
  }
}
@media only screen and (width < 768px) and (max-width: 575.98px) {
  .header.about .background {
    top: 12vw;
  }
}
.header.about .background::after {
  background: rgb(147, 177, 255);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.header.about .background svg {
  width: 100%;
  height: auto;
}
.header.about .container {
  position: relative;
  z-index: 2;
}
.header.about .row.second {
  padding-top: 185px;
}
@media (max-width: 1799.98px) {
  .header.about .row.second {
    padding-top: 10.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .header.about .row.second {
    padding-top: 12.8472222222vw;
  }
}
@media (max-width: 767.98px) {
  .header.about .row.second {
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .header.about .row.second {
    padding-top: 13.3333333333vw;
  }
}
.header.about .text-block {
  position: relative;
}
.header.about .text-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(147, 177, 255);
  filter: blur(22px);
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
.header.about .text-block p {
  position: relative;
  z-index: 2;
}
.header.about video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 800px;
  margin-top: 100px;
}
@media (max-width: 1799.98px) {
  .header.about video {
    height: 44.4444444444vw;
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header.about video {
    height: 55.5555555556vw;
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .header.about video {
    height: auto;
    margin-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .header.about video {
    height: auto;
    margin-top: 9.3333333333vw;
  }
}
.header.story {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .header.story {
    padding-bottom: 3.3333333333vw;
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.story {
    padding-bottom: 4.1666666667vw;
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.story {
    padding-bottom: 7.8125vw;
    padding-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .header.story {
    padding-bottom: 16vw;
    padding-top: 16vw;
  }
}
.header.story .row .col-md-4:first-child {
  padding-bottom: 130px;
}
@media (max-width: 1799.98px) {
  .header.story .row .col-md-4:first-child {
    padding-bottom: 7.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header.story .row .col-md-4:first-child {
    padding-bottom: 9.0277777778vw;
  }
}
@media (max-width: 767.98px) {
  .header.story .row .col-md-4:first-child {
    padding-bottom: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .header.story .row .col-md-4:first-child {
    padding-bottom: 9.3333333333vw;
  }
}
.header.news {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .header.news {
    padding-bottom: 3.3333333333vw;
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.news {
    padding-bottom: 4.1666666667vw;
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.news {
    padding-bottom: 0;
    padding-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .header.news {
    padding-bottom: 0;
    padding-top: 16vw;
  }
}
.header.news.single {
  padding-bottom: 100px;
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .header.news.single {
    padding-bottom: 5.5555555556vw;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single {
    padding-bottom: 6.9444444444vw;
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single {
    padding-bottom: 3.2552083333vw;
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single {
    padding-bottom: 6.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.header.news.single .title-box {
  width: unset;
}
.header.news.single .read-time {
  display: inline-block;
  position: relative;
  width: 298px;
}
@media (max-width: 1799.98px) {
  .header.news.single .read-time {
    width: 16.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single .read-time {
    width: 20.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single .read-time {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .header.news.single .read-time {
    width: 100%;
  }
}
.header.news.single .read-time--inner {
  position: absolute;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
  gap: 20px;
  top: -35px;
  left: 15px;
}
@media (max-width: 1799.98px) {
  .header.news.single .read-time--inner {
    gap: 1.1111111111vw;
    top: -1.9444444444vw;
    left: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single .read-time--inner {
    gap: 1.3888888889vw;
    top: -2.4305555556vw;
    left: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single .read-time--inner {
    gap: 2.6041666667vw;
    top: -4.5572916667vw;
    left: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single .read-time--inner {
    gap: 5.3333333333vw;
    top: -9.3333333333vw;
    left: 4vw;
  }
}
.header.news.single .read-time svg {
  height: auto;
  width: 12px;
}
@media (max-width: 1799.98px) {
  .header.news.single .read-time svg {
    width: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single .read-time svg {
    width: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single .read-time svg {
    width: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single .read-time svg {
    width: 3.2vw;
  }
}
.header.news.single h1 {
  display: initial;
}
.header.news.single h1,
.header.news.single h1 em {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1799.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 4.4444444444vw;
    line-height: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 5.5555555556vw;
    line-height: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.header.news.single h1 em,
.header.news.single h1 em em {
  font-family: "Romie", sans-serif;
}
.header.ventures {
  position: relative;
  padding-bottom: 75px;
  padding-top: 162px;
}
@media (max-width: 1799.98px) {
  .header.ventures {
    padding-bottom: 4.1666666667vw;
    padding-top: 9vw;
  }
}
@media (max-width: 991.98px) {
  .header.ventures {
    padding-bottom: 5.2083333333vw;
    padding-top: 11.25vw;
  }
}
@media (max-width: 767.98px) {
  .header.ventures {
    padding-bottom: 9.765625vw;
    padding-top: 21.09375vw;
  }
}
@media (max-width: 575.98px) {
  .header.ventures {
    padding-bottom: 20vw;
    padding-top: 43.2vw;
  }
}
.header.ventures h1,
.header.ventures p {
  color: #fff;
}
.header.venture {
  position: relative;
}
.header.venture::before {
  background: rgb(208, 254, 245);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  filter: blur(22px);
  height: 102px;
  top: -102px;
}
@media (max-width: 1799.98px) {
  .header.venture::before {
    height: 5.6666666667vw;
    top: -5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture::before {
    height: 7.0833333333vw;
    top: -7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture::before {
    height: 13.28125vw;
    top: -13.28125vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture::before {
    height: 27.2vw;
    top: -27.2vw;
  }
}
.header.venture .background-shape {
  position: absolute;
  right: 45%;
  top: -102px;
}
@media (max-width: 1799.98px) {
  .header.venture .background-shape {
    top: -5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .background-shape {
    top: -7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .background-shape {
    top: -13.28125vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture .background-shape {
    top: -27.2vw;
  }
}
.header.venture .logo {
  padding-top: 250px;
  padding-bottom: 200px;
}
@media (max-width: 1799.98px) {
  .header.venture .logo {
    padding-top: 13.8888888889vw;
    padding-bottom: 11.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .logo {
    padding-top: 17.3611111111vw;
    padding-bottom: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .logo {
    padding-top: 6.5104166667vw;
    padding-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture .logo {
    padding-top: 13.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.header.venture .logo svg {
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media (max-width: 1799.98px) {
  .header.venture .logo svg {
    max-width: 27.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .logo svg {
    max-width: 34.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .logo svg {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .header.venture .logo svg {
    max-width: 80%;
  }
}
.header.venture .logo svg path {
  fill: #100D0A;
}
.header.venture .thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 963px;
}
@media (max-width: 1799.98px) {
  .header.venture .thumbnail {
    height: 53.5vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .thumbnail {
    height: 66.875vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .thumbnail {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture .thumbnail {
    height: 80vw;
  }
}
.header.job .title-box {
  width: -moz-max-content;
  width: max-content;
}
.header.job .title-box h1 {
  font-size: 180px;
  line-height: 144px;
}
@media (max-width: 1799.98px) {
  .header.job .title-box h1 {
    font-size: 10vw;
    line-height: 8vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .title-box h1 {
    font-size: 12.5vw;
    line-height: 10vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .title-box h1 {
    font-size: 10.4166666667vw;
    line-height: 7.2916666667vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .title-box h1 {
    font-size: 21.3333333333vw;
    line-height: 14.9333333333vw;
  }
}
.header.job .title-box svg {
  margin: 5px 0 0 58px;
}
@media (max-width: 1799.98px) {
  .header.job .title-box svg {
    margin: 0.2777777778vw 0 0 3.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .title-box svg {
    margin: 0.3472222222vw 0 0 4.0277777778vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .title-box svg {
    margin: 0.6510416667vw 0 0 7.5520833333vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .title-box svg {
    margin: 1.3333333333vw 0 0 15.4666666667vw;
  }
}
.header.job .details {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 30px;
}
@media (max-width: 1799.98px) {
  .header.job .details {
    margin-top: 0.8333333333vw;
    gap: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .details {
    margin-top: 1.0416666667vw;
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .details {
    margin-top: 1.953125vw;
    gap: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .details {
    margin-top: 4vw;
    gap: 8vw;
  }
}
.header.job .details p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 22.4px;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .header.job .details p {
    font-size: 0.8888888889vw;
    line-height: 1.2444444444vw;
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .details p {
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .details p {
    font-size: 1.8229166667vw;
    line-height: 2.9166666667vw;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .details p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    gap: 2.6666666667vw;
  }
}
.header.shop {
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .header.shop {
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.shop {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.shop {
    padding-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .header.shop {
    padding-top: 16vw;
  }
}
.header.shop .floating-products .col-md-3 {
  max-width: 100%;
  flex: 0 0 100%;
}
.header.shop .floating-products img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header.shop .floating-products .top-right {
  margin-top: 150px;
  max-width: 500px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 8.3333333333vw;
    max-width: 27.7777777778vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 10.4166666667vw;
    max-width: 34.7222222222vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 1.953125vw;
    max-width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 4vw;
    max-width: 100% !important;
  }
}
.header.shop .floating-products .top-right img {
  height: 665px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-right img {
    height: 36.9444444444vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-right img {
    height: 46.1805555556vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-right img {
    height: 52.0833333333vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-right img {
    height: 106.6666666667vw !important;
  }
}
.header.shop .floating-products .top-left {
  margin-left: auto;
  margin-top: -150px;
  max-width: 800px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-left {
    margin-top: -8.3333333333vw;
    max-width: 44.4444444444vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-left {
    margin-top: -10.4166666667vw;
    max-width: 55.5555555556vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-left {
    margin-top: 13.0208333333vw;
    max-width: 104.1666666667vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-left {
    margin-top: 26.6666666667vw;
    max-width: 213.3333333333vw !important;
  }
}
.header.shop .floating-products .top-left img {
  height: 900px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-left img {
    height: 50vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-left img {
    height: 62.5vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-left img {
    height: 117.1875vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-left img {
    height: 240vw !important;
  }
}
.header.shop .floating-products .bottom-right {
  margin-top: 75px;
  max-width: 500px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 4.1666666667vw;
    max-width: 27.7777777778vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 5.2083333333vw;
    max-width: 34.7222222222vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 9.765625vw;
    max-width: 65.1041666667vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 20vw;
    max-width: 133.3333333333vw !important;
  }
}
.header.shop .floating-products .bottom-right img {
  height: 750px;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 41.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 52.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 97.65625vw;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 200vw;
  }
}
.header.shop .text-section * {
  font-size: 56px;
  line-height: 68px;
}
@media (max-width: 1799.98px) {
  .header.shop .text-section * {
    font-size: 3.1111111111vw;
    line-height: 3.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .header.shop .text-section * {
    font-size: 3.8888888889vw;
    line-height: 4.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .header.shop .text-section * {
    font-size: 3.2552083333vw;
    line-height: 4.9479166667vw;
  }
}
@media (max-width: 575.98px) {
  .header.shop .text-section * {
    font-size: 6.6666666667vw;
    line-height: 10.1333333333vw;
  }
}

.header--idea {
  padding: 100px 0;
}
@media (max-width: 1799.98px) {
  .header--idea {
    padding: 5.5555555556vw 0;
  }
}
@media (max-width: 991.98px) {
  .header--idea {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 767.98px) {
  .header--idea {
    padding: 13.0208333333vw 0;
  }
}
@media (max-width: 575.98px) {
  .header--idea {
    padding: 26.6666666667vw 0;
  }
}
.header--idea input,
.header--idea textarea,
.header--idea select {
  background: none;
  border: 1px solid #100D0A;
  outline: none;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 15px;
}
@media (max-width: 1799.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 1vw;
    line-height: 1.6666666667vw;
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 2.34375vw;
    line-height: 3.90625vw;
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 2.6666666667vw 4vw;
  }
}
.header--idea input,
.header--idea textarea {
  border-radius: 40px;
}
@media (max-width: 1799.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 10.6666666667vw;
  }
}
.header--idea .wpforms-page-next,
.header--idea .wpforms-page-prev,
.header--idea .wpforms-submit {
  background: rgb(147, 177, 255);
  color: #100D0A;
  border: none;
  border-radius: 100px;
  padding: 10px 35px;
}
@media (max-width: 1799.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 5.5555555556vw;
    padding: 0.5555555556vw 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 6.9444444444vw;
    padding: 0.6944444444vw 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 13.0208333333vw;
    padding: 1.3020833333vw 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 26.6666666667vw;
    padding: 2.6666666667vw 9.3333333333vw;
  }
}
.header--idea .wpforms-page-next,
.header--idea .wpforms-submit {
  margin-left: auto;
  display: block;
}

@keyframes reduceWidth {
  0% {
    width: 100%;
  }
  30% {
    width: 80%;
  }
  100% {
    width: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.fullscreen-video {
  position: relative;
  cursor: none;
}
.fullscreen-video.home {
  transition: all 0.3s;
}
.fullscreen-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.3s;
  height: calc(100vh - 102px);
}
@media (max-width: 1799.98px) {
  .fullscreen-video video {
    height: calc(100vh - 102px);
  }
}
@media (max-width: 991.98px) {
  .fullscreen-video video {
    height: calc(100vh - 102px);
  }
}
@media (max-width: 767.98px) {
  .fullscreen-video video {
    height: calc(100vh - 102px);
  }
}
@media (max-width: 575.98px) {
  .fullscreen-video video {
    height: calc(100vh - 102px);
  }
}
@media (max-width: 768px) {
  .fullscreen-video video {
    height: 146.6666666667vw;
  }
}
.fullscreen-video .video-controls {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  bottom: 20px;
  right: 25px;
}
@media (max-width: 1799.98px) {
  .fullscreen-video .video-controls {
    bottom: 1.1111111111vw;
    right: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-video .video-controls {
    bottom: 1.3888888889vw;
    right: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-video .video-controls {
    bottom: 2.6041666667vw;
    right: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-video .video-controls {
    bottom: 5.3333333333vw;
    right: 6.6666666667vw;
  }
}
.fullscreen-video .video-controls svg {
  height: auto;
  width: 30px;
}
@media (max-width: 1799.98px) {
  .fullscreen-video .video-controls svg {
    width: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-video .video-controls svg {
    width: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-video .video-controls svg {
    width: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-video .video-controls svg {
    width: 4vw;
  }
}
.fullscreen-video .video-controls button {
  background: rgb(253, 250, 240);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1799.98px) {
  .fullscreen-video .video-controls button {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-video .video-controls button {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-video .video-controls button {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-video .video-controls button {
    width: 8vw;
    height: 8vw;
  }
}
.fullscreen-video .video-controls button:focus {
  outline: none;
}
@media (min-width: 768px) {
  .fullscreen-video.home {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .fullscreen-video.home {
    margin-bottom: 3.0555555556vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fullscreen-video.home {
    margin-bottom: 3.8194444444vw;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .fullscreen-video.home {
    margin-bottom: 7.1614583333vw;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .fullscreen-video.home {
    margin-bottom: 14.6666666667vw;
  }
}
@media (min-width: 768px) {
  .fullscreen-video.home video {
    width: 50vw;
    max-height: 647px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .fullscreen-video.home video {
    max-height: 35.9444444444vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fullscreen-video.home video {
    max-height: 44.9305555556vw;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .fullscreen-video.home video {
    max-height: 84.2447916667vw;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .fullscreen-video.home video {
    max-height: 172.5333333333vw;
  }
}
@media (min-width: 768px) {
  .fullscreen-video.home .video-controls {
    right: unset;
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .fullscreen-video.home .video-controls {
    bottom: 1.1111111111vw;
    left: 1.1111111111vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fullscreen-video.home .video-controls {
    bottom: 1.3888888889vw;
    left: 1.3888888889vw;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .fullscreen-video.home .video-controls {
    bottom: 2.6041666667vw;
    left: 2.6041666667vw;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .fullscreen-video.home .video-controls {
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}

.cursor-allowed {
  cursor: pointer;
}

.cursor {
  align-items: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1;
  transform: translate(-50%, -50%);
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .cursor {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .cursor {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .cursor {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .cursor {
    gap: 2.6666666667vw;
  }
}
.cursor--blend {
  mix-blend-mode: difference;
  border-radius: 50%;
  background-color: rgb(147, 177, 255);
  transition: transform 350ms ease;
  height: 80px;
  width: 80px;
}
@media (max-width: 1799.98px) {
  .cursor--blend {
    height: 4.4444444444vw;
    width: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .cursor--blend {
    height: 5.5555555556vw;
    width: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .cursor--blend {
    height: 10.4166666667vw;
    width: 10.4166666667vw;
  }
}
@media (max-width: 575.98px) {
  .cursor--blend {
    height: 21.3333333333vw;
    width: 21.3333333333vw;
  }
}
.cursor--text {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin-left: 80px;
}
@media (max-width: 1799.98px) {
  .cursor--text {
    margin-left: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .cursor--text {
    margin-left: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .cursor--text {
    margin-left: 10.4166666667vw;
  }
}
@media (max-width: 575.98px) {
  .cursor--text {
    margin-left: 21.3333333333vw;
  }
}
.cursor--text.drag {
  margin-left: 70px;
}
@media (max-width: 1799.98px) {
  .cursor--text.drag {
    margin-left: 3.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .cursor--text.drag {
    margin-left: 4.8611111111vw;
  }
}
@media (max-width: 767.98px) {
  .cursor--text.drag {
    margin-left: 9.1145833333vw;
  }
}
@media (max-width: 575.98px) {
  .cursor--text.drag {
    margin-left: 18.6666666667vw;
  }
}
.cursor.big {
  width: 200px;
  height: auto;
}
@media (max-width: 1799.98px) {
  .cursor.big {
    width: 11.1111111111vw;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .cursor.big {
    width: 13.8888888889vw;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .cursor.big {
    width: 26.0416666667vw;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .cursor.big {
    width: 53.3333333333vw;
    height: auto;
  }
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 80px 0 80px 0;
}
@media (max-width: 1799.98px) {
  .cta {
    padding: 4.4444444444vw 0 4.4444444444vw 0;
  }
}
@media (max-width: 991.98px) {
  .cta {
    padding: 5.5555555556vw 0 5.5555555556vw 0;
  }
}
@media (max-width: 767.98px) {
  .cta {
    padding: 7.1614583333vw 0 4.5572916667vw 0;
  }
}
@media (max-width: 575.98px) {
  .cta {
    padding: 14.6666666667vw 0 9.3333333333vw 0;
  }
}
.cta .text {
  color: #100D0A;
  position: relative;
  text-decoration: none;
  display: block;
}
.cta .text h3, .cta .text p, .cta .text i {
  text-transform: uppercase;
  font-size: 130px;
  line-height: 104px;
}
@media (max-width: 1799.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 7.2222222222vw;
    line-height: 5.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 9.0277777778vw;
    line-height: 7.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 4.6875vw;
    line-height: 3.3854166667vw;
  }
}
@media (max-width: 575.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 9.6vw;
    line-height: 6.9333333333vw;
  }
}
.cta .text i {
  font-family: "Romie", sans-serif;
}
.cta .text p, .cta .text h3 {
  transition: all 0.3s;
  font-family: "Haffer", sans-serif;
}
.cta .text p:first-child, .cta .text h3:first-child {
  margin-left: -5.3333333333vw;
}
.cta .text p:nth-child(2), .cta .text h3:nth-child(2) {
  margin-right: -4.8vw;
  text-align: right;
}
.cta.venture .text {
  color: rgb(253, 250, 240);
}
.cta.venture .text p {
  font-family: "Manuka", sans-serif;
  font-weight: 600;
  font-size: 260px;
  line-height: 208px;
}
@media (max-width: 1799.98px) {
  .cta.venture .text p {
    font-size: 14.4444444444vw;
    line-height: 11.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .cta.venture .text p {
    font-size: 18.0555555556vw;
    line-height: 14.4444444444vw;
  }
}
@media (max-width: 767.98px) {
  .cta.venture .text p {
    font-size: 6.7708333333vw;
    line-height: 4.4270833333vw;
  }
}
@media (max-width: 575.98px) {
  .cta.venture .text p {
    font-size: 13.8666666667vw;
    line-height: 9.0666666667vw;
  }
}
.cta.venture .text p:first-child {
  margin-left: -5.3333333333vw;
}
.cta.venture .text p:nth-child(2) {
  margin-right: -4.8vw;
  text-align: right;
}
.cta.venture.single .text {
  color: #100D0A;
}

.big-texts {
  position: relative;
}
.big-texts p {
  font-family: "Manuka", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 260px;
  line-height: 208px;
}
@media (max-width: 1799.98px) {
  .big-texts p {
    font-size: 14.4444444444vw;
    line-height: 11.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .big-texts p {
    font-size: 18.0555555556vw;
    line-height: 14.4444444444vw;
  }
}
@media (max-width: 767.98px) {
  .big-texts p {
    font-size: 8.0729166667vw;
    line-height: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .big-texts p {
    font-size: 16.5333333333vw;
    line-height: 13.3333333333vw;
  }
}
.big-texts p:first-child {
  margin-left: -5.3333333333vw;
}
.big-texts p:nth-child(2) {
  margin-right: -4.8vw;
  text-align: right;
}

.img-box {
  position: relative;
  text-align: center;
}
.img-box img {
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 565px;
  height: 763px;
  margin-bottom: 35px;
}
@media only screen and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 1799.98px) {
  .img-box img {
    width: 31.3888888889vw;
    height: 42.3888888889vw;
    margin-bottom: 1.9444444444vw;
  }
}
@media only screen and (max-width: 1799.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 991.98px) {
  .img-box img {
    width: 39.2361111111vw;
    height: 52.9861111111vw;
    margin-bottom: 2.4305555556vw;
  }
}
@media only screen and (max-width: 991.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 767.98px) {
  .img-box img {
    width: 73.5677083333vw;
    height: 52.0833333333vw;
    margin-bottom: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 575.98px) {
  .img-box img {
    width: 150.6666666667vw;
    height: 106.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media only screen and (max-width: 575.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
.img-box img.small {
  width: 453px;
  height: 608px;
}
@media only screen and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 1799.98px) {
  .img-box img.small {
    width: 25.1666666667vw;
    height: 33.7777777778vw;
  }
}
@media only screen and (max-width: 1799.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 991.98px) {
  .img-box img.small {
    width: 31.4583333333vw;
    height: 42.2222222222vw;
  }
}
@media only screen and (max-width: 991.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 767.98px) {
  .img-box img.small {
    width: 58.984375vw;
    height: 52.0833333333vw;
  }
}
@media only screen and (max-width: 767.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 575.98px) {
  .img-box img.small {
    width: 120.8vw;
    height: 106.6666666667vw;
  }
}
@media only screen and (max-width: 575.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
.img-box svg {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 325px;
}
@media (max-width: 1799.98px) {
  .img-box svg {
    width: 18.0555555556vw;
  }
}
@media (max-width: 991.98px) {
  .img-box svg {
    width: 22.5694444444vw;
  }
}
@media (max-width: 767.98px) {
  .img-box svg {
    width: 29.296875vw;
  }
}
@media (max-width: 575.98px) {
  .img-box svg {
    width: 60vw;
  }
}
.apply form .wpforms-label-hide {
  display: none;
}
.apply form label {
  display: block;
}
.apply form input, .apply form textarea, .apply form select {
  background: none;
  border: 1px solid #100D0A;
  outline: none;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 15px;
}
@media (max-width: 1799.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 1vw;
    line-height: 1.6666666667vw;
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 2.34375vw;
    line-height: 3.90625vw;
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 2.6666666667vw 4vw;
  }
}
.apply form input {
  border-radius: 40px;
}
@media (max-width: 1799.98px) {
  .apply form input {
    border-radius: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .apply form input {
    border-radius: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .apply form input {
    border-radius: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .apply form input {
    border-radius: 10.6666666667vw;
  }
}
.apply form select {
  border-radius: 40px;
  padding: 15px;
}
@media (max-width: 1799.98px) {
  .apply form select {
    border-radius: 2.2222222222vw;
    padding: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .apply form select {
    border-radius: 2.7777777778vw;
    padding: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .apply form select {
    border-radius: 5.2083333333vw;
    padding: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .apply form select {
    border-radius: 10.6666666667vw;
    padding: 4vw;
  }
}
.apply form textarea {
  border-radius: 15px;
  height: 200px;
}
@media (max-width: 1799.98px) {
  .apply form textarea {
    border-radius: 0.8333333333vw;
    height: 11.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .apply form textarea {
    border-radius: 1.0416666667vw;
    height: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .apply form textarea {
    border-radius: 1.953125vw;
    height: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .apply form textarea {
    border-radius: 4vw;
    height: 53.3333333333vw;
  }
}
.apply .wpforms-field .wpforms-field-label {
  text-transform: uppercase;
}
.apply .wpforms-field-layout-preset-50-50 {
  flex-wrap: wrap;
}
@media only screen and (width > 768px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child {
    margin: 0 -10px;
  }
}
.apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
  width: 100%;
  padding: 0 10px;
  line-height: unset;
  font-size: 0;
}
@media only screen and (width > 768px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    max-width: 50%;
    flex: 0 0 50%;
    float: left;
  }
}
.apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
  margin-bottom: 10px;
}
@media (max-width: 1799.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (width < 768px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:nth-child(2) {
    padding-right: 10px !important;
  }
}
.apply .wpforms-error {
  color: rgb(253, 250, 240);
}
.apply .wpforms-field-file-upload .btn {
  display: flex;
  border: 1px solid #100D0A;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  position: relative;
}
.apply .wpforms-field-file-upload .btn:hover svg {
  rotate: unset;
  transition: all 5s;
}
.apply .wpforms-field-file-upload .btn::before {
  content: "";
  background: rgb(253, 250, 240);
  height: 100%;
  width: 0;
  transition: all 5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.apply .wpforms-field-file-upload .btn .text {
  align-items: center;
  display: inline-flex;
  position: relative;
  z-index: 1;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 2.6666666667vw;
  }
}
.apply .wpforms-field-file-upload .btn svg {
  transition: all 5s;
}
.apply .wpforms-field-file-upload label.has-file .btn::before {
  width: 100%;
}
.apply .wpforms-field-file-upload label.has-file .btn svg {
  rotate: 180deg;
}
.apply .wpforms-field-file-upload input {
  display: none;
}
.apply .wpforms-submit {
  display: none;
}

.accordion .desc {
  cursor: pointer;
}
.accordion .desc--body {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.accordion .desc--footer {
  margin-top: 25px;
}
@media (max-width: 1799.98px) {
  .accordion .desc--footer {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .accordion .desc--footer {
    margin-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .accordion .desc--footer {
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .accordion .desc--footer {
    margin-top: 6.6666666667vw;
  }
}
.accordion .desc--footer button {
  align-items: center;
  background: none;
  border: 0;
  color: #100D0A;
  display: flex;
  justify-content: center;
  outline: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  gap: 10px;
  line-height: 15px;
}
@media (max-width: 1799.98px) {
  .accordion .desc--footer button {
    font-size: 0.8333333333vw;
    gap: 0.5555555556vw;
    line-height: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .accordion .desc--footer button {
    font-size: 1.0416666667vw;
    gap: 0.6944444444vw;
    line-height: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .accordion .desc--footer button {
    font-size: 1.953125vw;
    gap: 1.3020833333vw;
    line-height: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .accordion .desc--footer button {
    font-size: 4vw;
    gap: 2.6666666667vw;
    line-height: 4vw;
  }
}
.accordion .desc--footer .less {
  display: none;
}
.accordion.show .desc--footer .less {
  display: flex;
}
.accordion.show .desc--footer .more {
  display: none;
}

.process .accordion {
  border-bottom: 1px solid #100D0A;
}
.process .accordion .content {
  align-items: start;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  padding: 20px 0;
}
@media (max-width: 1799.98px) {
  .process .accordion .content {
    padding: 1.1111111111vw 0;
  }
}
@media (max-width: 991.98px) {
  .process .accordion .content {
    padding: 1.3888888889vw 0;
  }
}
@media (max-width: 767.98px) {
  .process .accordion .content {
    padding: 2.6041666667vw 0;
  }
}
@media (max-width: 575.98px) {
  .process .accordion .content {
    padding: 5.3333333333vw 0;
  }
}
.process .accordion .desc--body {
  max-height: 0;
}
.process .accordion .desc--body.initial {
  max-height: unset;
}
.process .accordion .inner-body {
  max-width: 420px;
}
@media (max-width: 1799.98px) {
  .process .accordion .inner-body {
    max-width: 23.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .process .accordion .inner-body {
    max-width: 29.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .process .accordion .inner-body {
    max-width: 54.6875vw;
  }
}
@media (max-width: 575.98px) {
  .process .accordion .inner-body {
    max-width: 112vw;
  }
}
.process .accordion .desc--footer {
  margin-top: -2px;
}
.process .accordion .number {
  margin-right: 10px;
}
@media (max-width: 1799.98px) {
  .process .accordion .number {
    margin-right: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .process .accordion .number {
    margin-right: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .process .accordion .number {
    margin-right: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .process .accordion .number {
    margin-right: 2.6666666667vw;
  }
}
.process .accordion:first-child {
  border-top: 1px solid #100D0A;
}
.process .accordion.show .desc--body {
  padding-top: 25px;
}
@media (max-width: 1799.98px) {
  .process .accordion.show .desc--body {
    padding-top: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .process .accordion.show .desc--body {
    padding-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .process .accordion.show .desc--body {
    padding-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .process .accordion.show .desc--body {
    padding-top: 6.6666666667vw;
  }
}

.post-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1799.98px) {
  .post-navigation ul {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .post-navigation ul {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .post-navigation ul {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .post-navigation ul {
    gap: 4vw;
  }
}
.post-navigation a {
  color: #100D0A;
  text-decoration: none;
  font-family: "Haffer", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1799.98px) {
  .post-navigation a {
    font-size: 0.8888888889vw;
    line-height: 1.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .post-navigation a {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }
}
@media (max-width: 767.98px) {
  .post-navigation a {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 575.98px) {
  .post-navigation a {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
}
.post-navigation li.active a {
  background: rgb(147, 177, 255);
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
@media (max-width: 1799.98px) {
  .post-navigation li.active a {
    height: 1.6666666667vw;
    width: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .post-navigation li.active a {
    height: 2.0833333333vw;
    width: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .post-navigation li.active a {
    height: 3.90625vw;
    width: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .post-navigation li.active a {
    height: 8vw;
    width: 8vw;
  }
}

.filter-form .filters {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 1799.98px) {
  .filter-form .filters {
    margin: 0 0 1.3888888889vw 0;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters {
    margin: 0 0 1.7361111111vw 0;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters {
    margin: 0 0 3.2552083333vw 0;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters {
    margin: 0 0 6.6666666667vw 0;
  }
}
.filter-form .filters input {
  display: none;
}
.filter-form .filters input:checked ~ label {
  color: #100D0A;
}
.filter-form .filters input:checked ~ label::before {
  background: rgb(147, 177, 255);
}
.filter-form .filters label {
  align-items: center;
  color: rgba(16, 13, 10, 0.3);
  cursor: pointer;
  display: flex;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  gap: 20px;
}
@media (max-width: 1799.98px) {
  .filter-form .filters label {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters label {
    gap: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters label {
    gap: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters label {
    gap: 5.3333333333vw;
  }
}
.filter-form .filters label::before {
  border-radius: 50%;
  content: "";
  transition: all 0.3s;
  height: 12px;
  width: 12px;
}
@media (max-width: 1799.98px) {
  .filter-form .filters label::before {
    height: 0.6666666667vw;
    width: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters label::before {
    height: 0.8333333333vw;
    width: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters label::before {
    height: 1.5625vw;
    width: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters label::before {
    height: 3.2vw;
    width: 3.2vw;
  }
}
.filter-form .filters label .count {
  margin-left: -15px;
}
@media (max-width: 1799.98px) {
  .filter-form .filters label .count {
    margin-left: -0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters label .count {
    margin-left: -1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters label .count {
    margin-left: -1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters label .count {
    margin-left: -4vw;
  }
}
.filter-form.ventures .filters input, .filter-form.shop .filters input {
  display: none;
}
.filter-form.ventures .filters input:checked ~ label, .filter-form.shop .filters input:checked ~ label {
  color: rgb(253, 250, 240);
}
.filter-form.ventures .filters label, .filter-form.shop .filters label {
  color: rgba(253, 250, 240, 0.3);
}
.filter-form.ventures.ventures-sub .filters input:checked ~ label, .filter-form.shop.ventures-sub .filters input:checked ~ label {
  color: #100D0A;
}
.filter-form.ventures.ventures-sub .filters label, .filter-form.shop.ventures-sub .filters label {
  color: rgba(16, 13, 10, 0.3);
}

.content ul:not(.filters, .menu) {
  list-style: none;
  padding: 0;
}
.content ul:not(.filters, .menu) li::before {
  content: "-";
  margin-right: 5px;
}
@media (max-width: 1799.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 0.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 0.3472222222vw;
  }
}
@media (max-width: 767.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 0.6510416667vw;
  }
}
@media (max-width: 575.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 1.3333333333vw;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  height: 380px;
}
@media (max-width: 1799.98px) {
  .video .embed-container {
    height: 21.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .video .embed-container {
    height: 26.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .video .embed-container {
    height: 49.4791666667vw;
  }
}
@media (max-width: 575.98px) {
  .video .embed-container {
    height: 101.3333333333vw;
  }
}
.video .embed-container iframe,
.video .embed-container object,
.video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .embed-container__small {
  height: 380px;
}
@media (max-width: 1799.98px) {
  .video .embed-container__small {
    height: 21.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .video .embed-container__small {
    height: 26.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .video .embed-container__small {
    height: 49.4791666667vw;
  }
}
@media (max-width: 575.98px) {
  .video .embed-container__small {
    height: 101.3333333333vw;
  }
}
.video svg * {
  transition: all 0.3s ease-in-out;
}
.video--container {
  position: relative;
  width: 100%;
  max-width: 100vw;
  cursor: pointer;
}
.video--container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 13, 10, 0.3);
  transition: all 0.3s ease-in-out;
}
.video--container:hover::after {
  opacity: 0;
}
.video--buttons {
  position: absolute;
  z-index: 2;
}
.video--buttons button {
  background: none;
  outline: none;
  border: none;
}
.video--buttons svg circle {
  fill: rgb(147, 177, 255);
  opacity: 1;
}
.video--buttons__left-bottom {
  bottom: 30px;
  left: 45px;
}
@media (max-width: 1799.98px) {
  .video--buttons__left-bottom {
    bottom: 1.6666666667vw;
    left: 2.5vw;
  }
}
@media (max-width: 991.98px) {
  .video--buttons__left-bottom {
    bottom: 2.0833333333vw;
    left: 3.125vw;
  }
}
@media (max-width: 767.98px) {
  .video--buttons__left-bottom {
    bottom: 3.2552083333vw;
    left: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .video--buttons__left-bottom {
    bottom: 6.6666666667vw;
    left: 2.6666666667vw;
  }
}
.video--buttons__left-bottom svg {
  height: auto;
  width: 72px;
}
@media (max-width: 1799.98px) {
  .video--buttons__left-bottom svg {
    width: 4vw;
  }
}
@media (max-width: 991.98px) {
  .video--buttons__left-bottom svg {
    width: 5vw;
  }
}
@media (max-width: 767.98px) {
  .video--buttons__left-bottom svg {
    width: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .video--buttons__left-bottom svg {
    width: 10.6666666667vw;
  }
}
.video--buttons__center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video--buttons__center svg {
  height: auto;
  width: 100px;
}
@media (max-width: 1799.98px) {
  .video--buttons__center svg {
    width: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .video--buttons__center svg {
    width: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .video--buttons__center svg {
    width: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .video--buttons__center svg {
    width: 13.3333333333vw;
  }
}
.video--buttons:hover svg circle {
  fill: rgba(147, 177, 255, 0.5);
}

.button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #100D0A;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .button {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .button {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .button {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .button {
    gap: 2.6666666667vw;
  }
}
.button:hover .button--icon {
  rotate: -25deg;
}
.button__primary svg circle {
  fill: #F9DE8E;
}
.button__secondary svg circle {
  fill: rgb(147, 177, 255);
}
.button--icon {
  transition: all 0.3s;
  width: 40px;
  height: 40px;
}
@media (max-width: 1799.98px) {
  .button--icon {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .button--icon {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .button--icon {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .button--icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.button--icon svg {
  width: 100%;
  height: auto;
}
.button--text {
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1799.98px) {
  .button--text {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .button--text {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .button--text {
    font-size: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .button--text {
    font-size: 4vw;
  }
}

.cta--open-positions {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1799.98px) {
  .cta--open-positions {
    padding-top: 5.5555555556vw;
    padding-bottom: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .cta--open-positions {
    padding-top: 6.9444444444vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .cta--open-positions {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .cta--open-positions {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.cta--open-positions__content {
  gap: 50px;
}
@media (max-width: 1799.98px) {
  .cta--open-positions__content {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .cta--open-positions__content {
    gap: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .cta--open-positions__content {
    gap: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .cta--open-positions__content {
    gap: 8vw;
  }
}
.cta--open-positions__content .h2 {
  font-weight: 400;
}
.cta--open-positions__content .h2, .cta--open-positions__content p {
  margin: 0;
}
.cta--open-positions__image {
  width: auto;
  height: 272px;
}
@media (max-width: 1799.98px) {
  .cta--open-positions__image {
    height: 15.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .cta--open-positions__image {
    height: 18.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .cta--open-positions__image {
    height: 13.0208333333vw;
  }
}
@media (max-width: 575.98px) {
  .cta--open-positions__image {
    height: 26.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .cta--open-positions__image {
    display: none;
  }
}

.page-intro {
  margin-top: 150px;
}
@media (max-width: 1799.98px) {
  .page-intro {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .page-intro {
    margin-top: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .page-intro {
    margin-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .page-intro {
    margin-top: 13.3333333333vw;
  }
}
.page-intro__heading {
  font-size: 200px;
  line-height: 160px;
}
@media (max-width: 1799.98px) {
  .page-intro__heading {
    font-size: 11.1111111111vw;
    line-height: 8.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .page-intro__heading {
    font-size: 13.8888888889vw;
    line-height: 11.1111111111vw;
  }
}
@media (max-width: 767.98px) {
  .page-intro__heading {
    font-size: 7.8125vw;
    line-height: 7.2916666667vw;
  }
}
@media (max-width: 575.98px) {
  .page-intro__heading {
    font-size: 16vw;
    line-height: 14.9333333333vw;
  }
}
@media (max-width: 767.98px) {
  .page-intro__heading br {
    display: none;
  }
}
.page-intro__content {
  margin-bottom: 50px;
}
@media (max-width: 1799.98px) {
  .page-intro__content {
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .page-intro__content {
    margin-bottom: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .page-intro__content {
    margin-bottom: 0vw;
  }
}
@media (max-width: 575.98px) {
  .page-intro__content {
    margin-bottom: 0vw;
  }
}
.page-intro__content p {
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 1799.98px) {
  .page-intro__content p {
    font-size: 1.3333333333vw;
    line-height: 2.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .page-intro__content p {
    font-size: 1.6666666667vw;
    line-height: 2.6388888889vw;
  }
}
@media (max-width: 767.98px) {
  .page-intro__content p {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .page-intro__content p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}

.post {
  margin-bottom: 50px;
}
@media (max-width: 1799.98px) {
  .post {
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .post {
    margin-bottom: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .post {
    margin-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .post {
    margin-bottom: 6.6666666667vw;
  }
}
.post a {
  color: #100D0A;
  text-decoration: none;
}
.post header {
  border-top: 1px solid #100D0A;
  padding: 15px 0;
}
@media (max-width: 1799.98px) {
  .post header {
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  .post header {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .post header {
    padding: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  .post header {
    padding: 4vw 0;
  }
}
.post header .category {
  align-items: center;
  display: flex;
  font-size: 20px;
  gap: 20px;
  line-height: 28px;
}
@media (max-width: 1799.98px) {
  .post header .category {
    font-size: 1.1111111111vw;
    gap: 1.1111111111vw;
    line-height: 1.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .post header .category {
    font-size: 1.3888888889vw;
    gap: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .post header .category {
    font-size: 2.0833333333vw;
    gap: 1.3020833333vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .post header .category {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
    line-height: 6.4vw;
  }
}
.post .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 380px;
}
@media (max-width: 1799.98px) {
  .post .thumbnail {
    height: 21.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .post .thumbnail {
    height: 26.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .post .thumbnail {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .post .thumbnail {
    height: 80vw;
  }
}
.post footer {
  margin-top: 15px;
}
@media (max-width: 1799.98px) {
  .post footer {
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .post footer {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .post footer {
    margin-top: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .post footer {
    margin-top: 4vw;
  }
}
.post footer .title, .post footer .title em {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 1799.98px) {
  .post footer .title, .post footer .title em {
    font-size: 1.5555555556vw;
    line-height: 1.5555555556vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .post footer .title, .post footer .title em {
    font-size: 1.9444444444vw;
    line-height: 1.9444444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .post footer .title, .post footer .title em {
    font-size: 2.6041666667vw;
    line-height: 2.6041666667vw;
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .post footer .title, .post footer .title em {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.post footer .title i, .post footer .title em i {
  font-family: "Romie", sans-serif;
}

.content.news .featured-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 932px;
}
@media (max-width: 1799.98px) {
  .content.news .featured-image {
    height: 51.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .featured-image {
    height: 64.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .featured-image {
    height: 52.0833333333vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .featured-image {
    height: 106.6666666667vw;
  }
}

.team-categories {
  margin-bottom: 30px;
}
.team-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team-categories ul li {
  border: 1px solid #100D0A;
  border-radius: 50px;
  padding: 0px 30px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
}

.col-team {
  padding: 0 15px;
  margin-bottom: 40px;
  width: 20%;
  cursor: pointer;
}
.col-team .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  aspect-ratio: 17/20;
}
.col-team .function {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 5px;
}
.col-team .desc {
  border-bottom: 1px solid #100D0A;
  padding: 15px 0;
}
@media (max-width: 1799.98px) {
  .col-team .desc {
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  .col-team .desc {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .col-team .desc {
    padding: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  .col-team .desc {
    padding: 4vw 0;
  }
}
.col-team .team-read-more {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
}
.col-team .name {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .col-team .name {
    font-size: 1.2222222222vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .col-team .name {
    font-size: 1.5277777778vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .col-team .name {
    font-size: 2.8645833333vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .col-team .name {
    font-size: 5.8666666667vw;
    line-height: 8vw;
  }
}

.team-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.team-popup .popup-background {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.team-popup .popup {
  max-width: 900px;
  background-color: #fff;
  padding: 25px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform: translateY(100px);
}
.team-popup .popup .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  background-color: #93b1ff;
  border-radius: 100%;
}
.team-popup .popup .popup-content .popup-header {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}
.team-popup .popup .popup-content .popup-header .function {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 5px;
}
.team-popup .popup .popup-content .popup-header .name {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 1.3333333333vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 3.125vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}
.team-popup .popup .popup-content .popup-image {
  min-width: 300px;
}
.team-popup.is-active {
  display: flex;
}
.team-popup.is-active .popup {
  transform: translateY(0);
}

@media screen and (max-width: 1350px) {
  .col-team {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .col-team {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .col-team {
    width: 50%;
  }
  .team-popup {
    overflow-y: scroll;
    align-items: start;
  }
  .team-popup .popup {
    padding: 15px;
  }
  .team-popup .popup .popup-content .popup-header {
    flex-direction: column;
  }
  .team-popup .popup .popup-content .popup-image {
    min-width: unset;
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 578px) {
  .col-team {
    width: 100%;
  }
}
.team {
  margin-bottom: 25px;
}
@media (max-width: 1799.98px) {
  .team {
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .team {
    margin-bottom: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .team {
    margin-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .team {
    margin-bottom: 6.6666666667vw;
  }
}
.team .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 384px;
}
@media (max-width: 1799.98px) {
  .team .thumbnail {
    height: 21.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .team .thumbnail {
    height: 26.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .team .thumbnail {
    height: 50vw;
  }
}
@media (max-width: 575.98px) {
  .team .thumbnail {
    height: 102.4vw;
  }
}
.team .function {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
}
@media (max-width: 1799.98px) {
  .team .function {
    font-size: 0.7777777778vw;
    line-height: 1.1111111111vw;
    min-height: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .team .function {
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    min-height: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .team .function {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    min-height: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .team .function {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    min-height: 10.6666666667vw;
  }
}
.team .team-read-more {
  border-top: 1px solid #100D0A;
  padding: 15px 0;
}
@media (max-width: 1799.98px) {
  .team .team-read-more {
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  .team .team-read-more {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .team .team-read-more {
    padding: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  .team .team-read-more {
    padding: 4vw 0;
  }
}
.team .name {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}
@media (max-width: 1799.98px) {
  .team .name {
    font-size: 1.2222222222vw;
    line-height: 1.6666666667vw;
    margin-bottom: 0.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .team .name {
    font-size: 1.5277777778vw;
    line-height: 2.0833333333vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .team .name {
    font-size: 2.8645833333vw;
    line-height: 3.90625vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .team .name {
    font-size: 5.8666666667vw;
    line-height: 8vw;
    margin-bottom: 2.1333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .col-md-2 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

.team-management-slider .slick-list,
#team-overview .slick-list {
  padding: 0 20% 0 0 !important;
}

.team-rows h3 {
  font-size: 65px;
  line-height: 70px;
}
@media (max-width: 1799.98px) {
  .team-rows h3 {
    font-size: 3.6111111111vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .team-rows h3 {
    font-size: 4.5138888889vw;
    line-height: 4.8611111111vw;
  }
}
@media (max-width: 767.98px) {
  .team-rows h3 {
    font-size: 8.4635416667vw;
    line-height: 9.1145833333vw;
  }
}
@media (max-width: 575.98px) {
  .team-rows h3 {
    font-size: 17.3333333333vw;
    line-height: 18.6666666667vw;
  }
}

.team--small .thumbnail {
  height: 271px;
}
@media (max-width: 1799.98px) {
  .team--small .thumbnail {
    height: 15.0555555556vw;
  }
}
@media (max-width: 991.98px) {
  .team--small .thumbnail {
    height: 18.8194444444vw;
  }
}
@media (max-width: 767.98px) {
  .team--small .thumbnail {
    height: 50vw;
  }
}
@media (max-width: 575.98px) {
  .team--small .thumbnail {
    height: 102.4vw;
  }
}

.team-filters {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .team-filters {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .team-filters {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .team-filters {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .team-filters {
    gap: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .team-filters {
    justify-content: center;
  }
}
.team-filters__item {
  border: 1px dashed rgb(147, 177, 255);
  text-align: center;
  color: rgb(147, 177, 255);
  font-family: "Haffer", sans-serif;
  text-decoration: none;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  transition: all 0.3s;
  background: transparent;
  padding: 5px 40px;
  font-size: 26px;
  line-height: 41.6px;
  border-radius: 100px;
}
@media (max-width: 1799.98px) {
  .team-filters__item {
    padding: 0.2777777778vw 2.2222222222vw;
    font-size: 1.4444444444vw;
    line-height: 2.3111111111vw;
    border-radius: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .team-filters__item {
    padding: 0.3472222222vw 2.7777777778vw;
    font-size: 1.8055555556vw;
    line-height: 2.8888888889vw;
    border-radius: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .team-filters__item {
    padding: 0.6510416667vw 3.90625vw;
    font-size: 2.6041666667vw;
    line-height: 4.1666666667vw;
    border-radius: 13.0208333333vw;
  }
}
@media (max-width: 575.98px) {
  .team-filters__item {
    padding: 1.3333333333vw 8vw;
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
    border-radius: 26.6666666667vw;
  }
}
.team-filters__item:focus {
  outline: none;
}
.team-filters__item--active {
  background: rgb(147, 177, 255);
  color: #100D0A;
}
.team-filters__item:hover {
  transform: scale(1.05);
}

.teams .category-content {
  display: none;
}
.teams--active .category-content {
  display: block;
}

.team--wrapper {
  border: 1px solid var(--team-color);
  padding: 10px;
}
@media (max-width: 1799.98px) {
  .team--wrapper {
    padding: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .team--wrapper {
    padding: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .team--wrapper {
    padding: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .team--wrapper {
    padding: 2.6666666667vw;
  }
}
.team--content {
  position: relative;
  background: var(--team-color);
  overflow: hidden;
  margin-bottom: 10px;
  height: 300px;
}
@media (max-width: 1799.98px) {
  .team--content {
    margin-bottom: 0.5555555556vw;
    height: 16.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .team--content {
    margin-bottom: 0.6944444444vw;
    height: 20.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .team--content {
    margin-bottom: 1.3020833333vw;
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .team--content {
    margin-bottom: 2.6666666667vw;
    height: 80vw;
  }
}
.team--content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(var(--team-color), 1));
  z-index: 2;
  height: 30px;
}
@media (max-width: 1799.98px) {
  .team--content::before {
    height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .team--content::before {
    height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .team--content::before {
    height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .team--content::before {
    height: 8vw;
  }
}
.team--content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(var(--team-color), 1));
  height: 50px;
}
@media (max-width: 1799.98px) {
  .team--content::after {
    height: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .team--content::after {
    height: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .team--content::after {
    height: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .team--content::after {
    height: 13.3333333333vw;
  }
}
.team--content__thumbnail {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.team--content__text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  padding: 20px;
}
@media (max-width: 1799.98px) {
  .team--content__text {
    padding: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .team--content__text {
    padding: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .team--content__text {
    padding: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .team--content__text {
    padding: 5.3333333333vw;
  }
}
.team--content__text p {
  color: var(--team-text-color);
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1799.98px) {
  .team--content__text p {
    font-size: 0.8888888889vw;
    line-height: 1.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .team--content__text p {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }
}
@media (max-width: 767.98px) {
  .team--content__text p {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 575.98px) {
  .team--content__text p {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
}
.team--body__name {
  margin-bottom: 0;
}
@media (max-width: 1799.98px) {
  .team--body__name {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .team--body__name {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .team--body__name {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .team--body__name {
    margin-bottom: 0;
  }
}
.team--body__function {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
}
@media (max-width: 1799.98px) {
  .team--body__function {
    font-size: 0.7777777778vw;
    line-height: 1.1111111111vw;
    min-height: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .team--body__function {
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    min-height: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .team--body__function {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    min-height: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .team--body__function {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    min-height: 10.6666666667vw;
  }
}
.team--body__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 1799.98px) {
  .team--body__actions {
    gap: 0.5555555556vw;
    margin-top: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .team--body__actions {
    gap: 0.6944444444vw;
    margin-top: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .team--body__actions {
    gap: 1.3020833333vw;
    margin-top: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .team--body__actions {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.team--body__actions__linkedin {
  height: auto;
  width: 35px;
}
@media (max-width: 1799.98px) {
  .team--body__actions__linkedin {
    width: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .team--body__actions__linkedin {
    width: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .team--body__actions__linkedin {
    width: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .team--body__actions__linkedin {
    width: 9.3333333333vw;
  }
}
.team--body__actions__linkedin path {
  fill: rgb(147, 177, 255);
}
.team--body__actions__read-more {
  border: none;
  background: none;
  display: flex;
  align-items: center;
}
.team--body__actions__read-more:focus {
  outline: none;
}
.team--body__actions__read-more {
  gap: 5px;
}
@media (max-width: 1799.98px) {
  .team--body__actions__read-more {
    gap: 0.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .team--body__actions__read-more {
    gap: 0.3472222222vw;
  }
}
@media (max-width: 767.98px) {
  .team--body__actions__read-more {
    gap: 0.6510416667vw;
  }
}
@media (max-width: 575.98px) {
  .team--body__actions__read-more {
    gap: 1.3333333333vw;
  }
}
.team--body__actions__read-more__icon {
  transition: all 0.3s ease-in-out;
}
.team--body__actions__read-more__icon--active {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .team--small {
    max-width: 16.6666666667%;
  }
}
.team--small .team--content {
  height: 225px;
}
@media (max-width: 1799.98px) {
  .team--small .team--content {
    height: 12.5vw;
  }
}
@media (max-width: 991.98px) {
  .team--small .team--content {
    height: 15.625vw;
  }
}
@media (max-width: 767.98px) {
  .team--small .team--content {
    height: 29.296875vw;
  }
}
@media (max-width: 575.98px) {
  .team--small .team--content {
    height: 60vw;
  }
}
.blogs.home {
  padding-top: 80px;
}
@media (max-width: 1799.98px) {
  .blogs.home {
    padding-top: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .blogs.home {
    padding-top: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .blogs.home {
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .blogs.home {
    padding-top: 13.3333333333vw;
  }
}
.blogs.home h2 {
  margin-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .blogs.home h2 {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .blogs.home h2 {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .blogs.home h2 {
    margin-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .blogs.home h2 {
    margin-bottom: 6.6666666667vw;
  }
}

.home--intro {
  margin-top: 100px;
}
@media (max-width: 1799.98px) {
  .home--intro {
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro {
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro {
    margin-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .home--intro {
    margin-top: 16vw;
  }
}
.home--intro__row {
  row-gap: 0px;
}
@media (max-width: 1799.98px) {
  .home--intro__row {
    row-gap: 0vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro__row {
    row-gap: 0vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro__row {
    row-gap: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .home--intro__row {
    row-gap: 8vw;
  }
}
.home--intro__content {
  gap: 42px;
}
@media (max-width: 1799.98px) {
  .home--intro__content {
    gap: 2.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro__content {
    gap: 2.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro__content {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .home--intro__content {
    gap: 4vw;
  }
}
.home--intro__content h1, .home--intro__content .h1 {
  font-size: 200px;
  line-height: 160px;
}
@media (max-width: 1799.98px) {
  .home--intro__content h1, .home--intro__content .h1 {
    font-size: 11.1111111111vw;
    line-height: 8.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro__content h1, .home--intro__content .h1 {
    font-size: 13.8888888889vw;
    line-height: 11.1111111111vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro__content h1, .home--intro__content .h1 {
    font-size: 13.0208333333vw;
    line-height: 10.4166666667vw;
  }
}
@media (max-width: 575.98px) {
  .home--intro__content h1, .home--intro__content .h1 {
    font-size: 26.6666666667vw;
    line-height: 21.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro__content h1 br, .home--intro__content .h1 br {
    display: none;
  }
}
.home--intro__content__illustration {
  bottom: 0;
  z-index: 2;
  width: 288px;
  height: auto;
  right: -100px;
}
@media (max-width: 1799.98px) {
  .home--intro__content__illustration {
    width: 16vw;
    height: auto;
    right: -5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro__content__illustration {
    width: 20vw;
    height: auto;
    right: -6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro__content__illustration {
    width: 13.0208333333vw;
    height: auto;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .home--intro__content__illustration {
    width: 26.6666666667vw;
    height: auto;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .home--intro__content__illustration {
    right: 50%;
    bottom: 13.3333333333vw;
    transform: translateY(50%);
    opacity: 0.5;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .home--intro__content__illustration {
    right: 0;
  }
}
.home--intro__content .text {
  max-width: 560px;
}
.home--intro__content .text p {
  margin: 0;
}
.home--intro .img-box {
  width: 440px;
  height: 660px;
}
@media (max-width: 1799.98px) {
  .home--intro .img-box {
    width: 24.4444444444vw;
    height: 36.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro .img-box {
    width: 30.5555555556vw;
    height: 45.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro .img-box {
    width: 57.2916666667vw;
    height: 52.0833333333vw;
  }
}
@media (max-width: 575.98px) {
  .home--intro .img-box {
    width: 117.3333333333vw;
    height: 106.6666666667vw;
  }
}
.home--intro__image {
  position: relative;
  z-index: 1;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.home--gallery {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1799.98px) {
  .home--gallery {
    margin-top: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .home--gallery {
    margin-top: 6.9444444444vw;
    margin-bottom: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .home--gallery {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .home--gallery {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.home--gallery__wrapper {
  width: 100%;
  max-width: 1800px;
  overflow: hidden;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .home--gallery__wrapper {
    gap: 8px;
  }
}
.home--gallery__item {
  height: 375px;
}
@media (max-width: 1799.98px) {
  .home--gallery__item {
    height: 20.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .home--gallery__item {
    height: 26.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .home--gallery__item {
    height: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .home--gallery__item {
    height: 53.3333333333vw;
  }
}
@media (max-width: 575.98px) {
  .home--gallery__item {
    height: 40vw;
  }
}
.home--gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home--gallery__item.item-1 {
  flex-basis: calc(20% - 15px);
}
@media (max-width: 767.98px) {
  .home--gallery__item.item-1 {
    flex-basis: calc(20% - 8px);
  }
}
.home--gallery__item.item-2, .home--gallery__item.item-3 {
  flex-basis: calc(40% - 8px);
}
@media (max-width: 767.98px) {
  .home--gallery__item.item-2, .home--gallery__item.item-3 {
    flex-basis: calc(40% - 4px);
  }
}
.home--gallery__item.item-5, .home--gallery__item.item-6 {
  flex-basis: calc(33.33% - 10px);
}
@media (max-width: 767.98px) {
  .home--gallery__item.item-5, .home--gallery__item.item-6 {
    flex-basis: calc(33.33% - 5px);
  }
}
.home--gallery__item.item-4 {
  flex-basis: calc(10% - 8px);
}
@media (max-width: 767.98px) {
  .home--gallery__item.item-4 {
    flex-basis: calc(10% - 4px);
  }
}
.home--gallery__item.item-7 {
  flex-basis: calc(23.33% - 17px);
}
@media (max-width: 767.98px) {
  .home--gallery__item.item-7 {
    flex-basis: calc(23.33% - 10px);
  }
}
@media (max-width: 575.98px) {
  .home--gallery__item.item-7 {
    flex-basis: 100%;
  }
}
@media (max-width: 575.98px) {
  .home--gallery__item.item-1, .home--gallery__item.item-2, .home--gallery__item.item-3, .home--gallery__item.item-4, .home--gallery__item.item-5, .home--gallery__item.item-6 {
    flex-basis: calc(50% - 4.5px);
  }
}
.home--about {
  margin-bottom: 100px;
}
@media (max-width: 1799.98px) {
  .home--about {
    margin-bottom: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .home--about {
    margin-bottom: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .home--about {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .home--about {
    margin-bottom: 8vw;
  }
}
.home--about__large-heading {
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .home--about__large-heading {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .home--about__large-heading {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .home--about__large-heading {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .home--about__large-heading {
    margin-bottom: 8vw;
  }
}
.home--about__row {
  row-gap: 30px;
}
@media (max-width: 1799.98px) {
  .home--about__row {
    row-gap: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .home--about__row {
    row-gap: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .home--about__row {
    row-gap: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .home--about__row {
    row-gap: 8vw;
  }
}
.home--about__content {
  gap: 42px;
}
@media (max-width: 1799.98px) {
  .home--about__content {
    gap: 2.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .home--about__content {
    gap: 2.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .home--about__content {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .home--about__content {
    gap: 4vw;
  }
}
.home--about__content .text {
  gap: 42px;
}
@media (max-width: 1799.98px) {
  .home--about__content .text {
    gap: 2.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .home--about__content .text {
    gap: 2.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .home--about__content .text {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .home--about__content .text {
    gap: 4vw;
  }
}
.home--about__content .text p {
  margin: 0;
}
.home--about .img-box {
  width: 417px;
  height: 475px;
}
@media (max-width: 1799.98px) {
  .home--about .img-box {
    width: 23.1666666667vw;
    height: 26.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .home--about .img-box {
    width: 28.9583333333vw;
    height: 32.9861111111vw;
  }
}
@media (max-width: 767.98px) {
  .home--about .img-box {
    width: 54.296875vw;
    height: 45.5729166667vw;
  }
}
@media (max-width: 575.98px) {
  .home--about .img-box {
    width: 111.2vw;
    height: 93.3333333333vw;
  }
}
.home--about__image {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

.blog .page-intro .col-12 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .blog .page-intro .col-12 {
    justify-content: flex-start;
  }
}
.blog .page-intro .col-12 {
  gap: 30px;
}
@media (max-width: 1799.98px) {
  .blog .page-intro .col-12 {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .blog .page-intro .col-12 {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .blog .page-intro .col-12 {
    gap: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .blog .page-intro .col-12 {
    gap: 8vw;
  }
}
.blog .page-intro .flower-illustration {
  width: auto;
  height: 230px;
}
@media (max-width: 1799.98px) {
  .blog .page-intro .flower-illustration {
    height: 12.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .blog .page-intro .flower-illustration {
    height: 15.9722222222vw;
  }
}
@media (max-width: 767.98px) {
  .blog .page-intro .flower-illustration {
    height: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .blog .page-intro .flower-illustration {
    height: 53.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .blog .page-intro .flower-illustration {
    position: absolute;
    z-index: -1;
    top: -5.3333333333vw;
    opacity: 0.5;
  }
}

.content.news .filters {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 1799.98px) {
  .content.news .filters {
    margin: 0 0 1.3888888889vw 0;
  }
}
@media (max-width: 991.98px) {
  .content.news .filters {
    margin: 0 0 1.7361111111vw 0;
  }
}
@media (max-width: 767.98px) {
  .content.news .filters {
    margin: 0 0 3.2552083333vw 0;
  }
}
@media (max-width: 575.98px) {
  .content.news .filters {
    margin: 0 0 6.6666666667vw 0;
  }
}
.content.news .filters input {
  display: none;
}
.content.news .filters input:checked ~ label {
  color: #100D0A;
}
.content.news .filters input:checked ~ label::before {
  background: rgb(147, 177, 255);
}
.content.news .filters label {
  align-items: center;
  color: rgba(16, 13, 10, 0.3);
  cursor: pointer;
  display: flex;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  gap: 20px;
}
@media (max-width: 1799.98px) {
  .content.news .filters label {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .filters label {
    gap: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .filters label {
    gap: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .filters label {
    gap: 5.3333333333vw;
  }
}
.content.news .filters label::before {
  border-radius: 50%;
  content: "";
  transition: all 0.3s;
  height: 12px;
  width: 12px;
}
@media (max-width: 1799.98px) {
  .content.news .filters label::before {
    height: 0.6666666667vw;
    width: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .filters label::before {
    height: 0.8333333333vw;
    width: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .filters label::before {
    height: 1.5625vw;
    width: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .filters label::before {
    height: 3.2vw;
    width: 3.2vw;
  }
}

.single-news--heading {
  margin-top: 150px;
}
@media (max-width: 1799.98px) {
  .single-news--heading {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--heading {
    margin-top: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--heading {
    margin-top: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--heading {
    margin-top: 8vw;
  }
}
.single-news--heading .heading {
  margin: 0;
  font-size: 110px;
  line-height: 110px;
  margin-bottom: 20px;
}
@media (max-width: 1799.98px) {
  .single-news--heading .heading {
    font-size: 6.1111111111vw;
    line-height: 6.1111111111vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--heading .heading {
    font-size: 7.6388888889vw;
    line-height: 7.6388888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--heading .heading {
    font-size: 7.8125vw;
    line-height: 7.8125vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--heading .heading {
    font-size: 16vw;
    line-height: 16vw;
    margin-bottom: 2.6666666667vw;
  }
}
.single-news--heading .date {
  margin: 0;
}
.single-news--featured-image {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .single-news--featured-image {
    margin-top: 2.2222222222vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--featured-image {
    margin-top: 2.7777777778vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--featured-image {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--featured-image {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.single-news--featured-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 563px;
}
@media (max-width: 1799.98px) {
  .single-news--featured-image img {
    height: 31.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--featured-image img {
    height: 39.0972222222vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--featured-image img {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--featured-image img {
    height: 80vw;
  }
}
.single-news--content {
  margin-bottom: 200px;
}
@media (max-width: 1799.98px) {
  .single-news--content {
    margin-bottom: 11.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--content {
    margin-bottom: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--content {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--content {
    margin-bottom: 8vw;
  }
}
.single-news--content__wrapper {
  gap: 50px;
}
@media (max-width: 1799.98px) {
  .single-news--content__wrapper {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--content__wrapper {
    gap: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--content__wrapper {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--content__wrapper {
    gap: 4vw;
  }
}
.single-news--content__wrapper blockquote {
  margin: 0;
}
.single-news--content__wrapper blockquote::before, .single-news--content__wrapper blockquote::after {
  display: inline;
}
.single-news--content__wrapper blockquote::before {
  content: "“";
}
.single-news--content__wrapper blockquote::after {
  content: "”";
}
.single-news--content__wrapper blockquote, .single-news--content__wrapper blockquote * {
  display: inline;
  font-size: 58px;
  line-height: 70px;
}
@media (max-width: 1799.98px) {
  .single-news--content__wrapper blockquote, .single-news--content__wrapper blockquote * {
    font-size: 3.2222222222vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--content__wrapper blockquote, .single-news--content__wrapper blockquote * {
    font-size: 4.0277777778vw;
    line-height: 4.8611111111vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--content__wrapper blockquote, .single-news--content__wrapper blockquote * {
    font-size: 3.6458333333vw;
    line-height: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--content__wrapper blockquote, .single-news--content__wrapper blockquote * {
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
  }
}
.single-news--content__wrapper blockquote a, .single-news--content__wrapper blockquote * a {
  color: inherit;
}
.single-news--content__wrapper p, .single-news--content__wrapper h2, .single-news--content__wrapper h3, .single-news--content__wrapper h4, .single-news--content__wrapper h5, .single-news--content__wrapper h6, .single-news--content__wrapper ul, .single-news--content__wrapper ol, .single-news--content__wrapper img, .single-news--content__wrapper figure, .single-news--content__wrapper blockquote {
  margin: 0;
}
.single-news--content .button {
  margin-top: 50px;
}
@media (max-width: 1799.98px) {
  .single-news--content .button {
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .single-news--content .button {
    margin-top: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .single-news--content .button {
    margin-top: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .single-news--content .button {
    margin-top: 8vw;
  }
}

.page-template-contact {
  background: #F9DE8E;
}
.page-template-contact #masthead {
  background: #F9DE8E;
}
.page-template-contact footer {
  display: none;
}

.contact {
  max-height: 100%;
  height: 100dvh;
}
@media (max-width: 1799.98px) {
  .contact {
    height: 100dvh;
  }
}
@media (max-width: 991.98px) {
  .contact {
    height: 100dvh;
  }
}
@media (max-width: 767.98px) {
  .contact {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .contact {
    height: auto;
  }
}
.contact--title {
  line-height: 80%;
  font-size: 260px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1799.98px) {
  .contact--title {
    font-size: 14.4444444444vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 991.98px) {
  .contact--title {
    font-size: 18.0555555556vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 767.98px) {
  .contact--title {
    font-size: 7.8125vw;
    margin-top: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .contact--title {
    font-size: 16vw;
    margin-top: 4vw;
    margin-bottom: 8vw;
  }
}
@media (max-width: 767.98px) {
  .contact--title br {
    display: none;
  }
}
.contact--image-container {
  width: 100%;
  height: 650px;
  margin-bottom: 0px;
}
@media (max-width: 1799.98px) {
  .contact--image-container {
    height: 36.1111111111vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 991.98px) {
  .contact--image-container {
    height: 45.1388888889vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 767.98px) {
  .contact--image-container {
    height: 39.0625vw;
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .contact--image-container {
    height: 80vw;
    margin-bottom: 8vw;
  }
}
.contact__blur-image {
  position: absolute;
  filter: blur(32px);
  height: 353px;
  width: 262px;
  bottom: 0px;
  left: 60px;
}
@media (max-width: 1799.98px) {
  .contact__blur-image {
    height: 19.6111111111vw;
    width: 14.5555555556vw;
    bottom: 0vw;
    left: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .contact__blur-image {
    height: 24.5138888889vw;
    width: 18.1944444444vw;
    bottom: 0vw;
    left: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .contact__blur-image {
    height: 100%;
    width: 100%;
    bottom: -2.6041666667vw;
    left: 0vw;
  }
}
@media (max-width: 575.98px) {
  .contact__blur-image {
    height: 100%;
    width: 100%;
    bottom: -5.3333333333vw;
    left: 0vw;
  }
}
.contact__image {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 563px;
}
@media (max-width: 1799.98px) {
  .contact__image {
    height: 31.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .contact__image {
    height: 39.0972222222vw;
  }
}
@media (max-width: 767.98px) {
  .contact__image {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .contact__image {
    height: 80vw;
  }
}
.contact--credentials p, .contact--credentials a {
  font-size: 20px;
}
@media (max-width: 1799.98px) {
  .contact--credentials p, .contact--credentials a {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .contact--credentials p, .contact--credentials a {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .contact--credentials p, .contact--credentials a {
    font-size: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .contact--credentials p, .contact--credentials a {
    font-size: 4vw;
  }
}
.contact--credentials a {
  text-decoration: none;
}
.contact--socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
@media (max-width: 1799.98px) {
  .contact--socials ul {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .contact--socials ul {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .contact--socials ul {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .contact--socials ul {
    gap: 4vw;
  }
}
.contact--socials ul li a {
  color: #100D0A;
  text-decoration: none;
  text-transform: uppercase;
}
.contact--external-links__title {
  font-weight: 400;
}
.contact--external-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact--external-links ul li a {
  color: #100D0A;
  text-decoration: none;
  font-size: 20px;
}
@media (max-width: 1799.98px) {
  .contact--external-links ul li a {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .contact--external-links ul li a {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .contact--external-links ul li a {
    font-size: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .contact--external-links ul li a {
    font-size: 4vw;
  }
}

.page-template-locations .page-intro .col-12 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-template-locations .page-intro .col-12 {
    justify-content: flex-start;
  }
}
.page-template-locations .page-intro .col-12 .bean-illustration {
  width: 261px;
}
@media (max-width: 1799.98px) {
  .page-template-locations .page-intro .col-12 .bean-illustration {
    width: 14.5vw;
  }
}
@media (max-width: 991.98px) {
  .page-template-locations .page-intro .col-12 .bean-illustration {
    width: 18.125vw;
  }
}
@media (max-width: 767.98px) {
  .page-template-locations .page-intro .col-12 .bean-illustration {
    width: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .page-template-locations .page-intro .col-12 .bean-illustration {
    width: 53.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .page-template-locations .page-intro .col-12 .bean-illustration {
    position: absolute;
    z-index: -1;
    top: -8vw;
    opacity: 0.5;
  }
}

.locations {
  margin-top: 100px;
  margin-bottom: 200px;
}
@media (max-width: 1799.98px) {
  .locations {
    margin-top: 5.5555555556vw;
    margin-bottom: 11.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .locations {
    margin-top: 6.9444444444vw;
    margin-bottom: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .locations {
    margin-top: 3.90625vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 575.98px) {
  .locations {
    margin-top: 8vw;
    margin-bottom: 0vw;
  }
}
.locations--map {
  height: 100%;
  margin-top: 0px;
}
@media (max-width: 1799.98px) {
  .locations--map {
    height: 100%;
    margin-top: 0vw;
  }
}
@media (max-width: 991.98px) {
  .locations--map {
    height: 100%;
    margin-top: 0vw;
  }
}
@media (max-width: 767.98px) {
  .locations--map {
    height: 58.59375vw;
    margin-top: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .locations--map {
    height: 120vw;
    margin-top: 8vw;
  }
}
.locations--map #map .map-marker {
  background-color: rgb(184, 143, 94);
}
.locations--content-col {
  gap: 30px;
}
@media (max-width: 1799.98px) {
  .locations--content-col {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .locations--content-col {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .locations--content-col {
    gap: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .locations--content-col {
    gap: 8vw;
  }
}
.locations--item {
  gap: 30px;
}
@media (max-width: 1799.98px) {
  .locations--item {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .locations--item {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .locations--item {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .locations--item {
    gap: 4vw;
  }
}
@media (max-width: 575.98px) {
  .locations--item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .locations--item__content {
    width: 100%;
  }
}
.locations--item__title {
  font-weight: 400;
}
.locations--item__thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 257px;
  height: auto;
}
@media (max-width: 1799.98px) {
  .locations--item__thumbnail {
    width: 14.2777777778vw;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .locations--item__thumbnail {
    width: 17.8472222222vw;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .locations--item__thumbnail {
    width: 39.0625vw;
    height: 32.5520833333vw;
  }
}
@media (max-width: 575.98px) {
  .locations--item__thumbnail {
    width: 80vw;
    height: 66.6666666667vw;
  }
}
@media (max-width: 575.98px) {
  .locations--item__thumbnail {
    width: 100%;
  }
}
.locations--item .address,
.locations--item .opening-hours {
  gap: 16px;
}
@media (max-width: 1799.98px) {
  .locations--item .address,
  .locations--item .opening-hours {
    gap: 0.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .locations--item .address,
  .locations--item .opening-hours {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 767.98px) {
  .locations--item .address,
  .locations--item .opening-hours {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .locations--item .address,
  .locations--item .opening-hours {
    gap: 2.1333333333vw;
  }
}

.team--overview__illustration {
  gap: 15px;
}
@media (max-width: 1799.98px) {
  .team--overview__illustration {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__illustration {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__illustration {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__illustration {
    gap: 4vw;
  }
}
.team--overview__illustration img {
  height: auto;
  width: 157px;
}
@media (max-width: 1799.98px) {
  .team--overview__illustration img {
    width: 8.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__illustration img {
    width: 10.9027777778vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__illustration img {
    width: 13.0208333333vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__illustration img {
    width: 26.6666666667vw;
  }
}
.team--overview__illustration p {
  font-family: "Golden Plains", sans-serif;
  text-transform: uppercase;
  color: rgb(184, 143, 94);
  transform: rotate(-3.271deg);
  font-size: 30px;
}
@media (max-width: 1799.98px) {
  .team--overview__illustration p {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__illustration p {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__illustration p {
    font-size: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__illustration p {
    font-size: 8vw;
  }
}
.team--overview__illustration svg {
  top: 40%;
  left: calc(100% + 20px);
}
@media (max-width: 767.98px) {
  .team--overview__illustration svg {
    display: none;
  }
}
.team--overview__row {
  margin-top: 50px;
}
@media (max-width: 1799.98px) {
  .team--overview__row {
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__row {
    margin-top: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__row {
    margin-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__row {
    margin-top: 13.3333333333vw;
  }
}
.team--overview__members_row {
  row-gap: 50px;
}
@media (max-width: 1799.98px) {
  .team--overview__members_row {
    row-gap: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__members_row {
    row-gap: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__members_row {
    row-gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__members_row {
    row-gap: 4vw;
  }
}
.team--overview__member__wrapper:nth-of-type(odd) .team--overview__member__image {
  transform: rotate(-3deg);
}
.team--overview__member__wrapper:nth-of-type(even) .team--overview__member__image {
  transform: rotate(3deg);
}
.team--overview__member__image {
  width: 300px;
  height: 350px;
}
@media (max-width: 1799.98px) {
  .team--overview__member__image {
    width: 16.6666666667vw;
    height: 19.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__member__image {
    width: 20.8333333333vw;
    height: 24.3055555556vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__member__image {
    width: 39.0625vw;
    height: 45.5729166667vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__member__image {
    width: 80vw;
    height: 93.3333333333vw;
  }
}
.team--overview__member__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team--overview__member__details {
  margin-top: 24px;
}
@media (max-width: 1799.98px) {
  .team--overview__member__details {
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__member__details {
    margin-top: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__member__details {
    margin-top: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__member__details {
    margin-top: 4vw;
  }
}
.team--overview__member__details p {
  margin: 0;
}
.team--overview__member__details__function {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1799.98px) {
  .team--overview__member__details__function {
    font-size: 0.8888888889vw;
    line-height: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__member__details__function {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__member__details__function {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__member__details__function {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.team--overview__member__details__name {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .team--overview__member__details__name {
    font-size: 1.3333333333vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .team--overview__member__details__name {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .team--overview__member__details__name {
    font-size: 3.125vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .team--overview__member__details__name {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}

.content-page--intro {
  margin-top: 100px;
}
@media (max-width: 1799.98px) {
  .content-page--intro {
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--intro {
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--intro {
    margin-top: 0vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--intro {
    margin-top: 0vw;
  }
}
.content-page--intro__content {
  gap: 42px;
}
@media (max-width: 1799.98px) {
  .content-page--intro__content {
    gap: 2.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--intro__content {
    gap: 2.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--intro__content {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--intro__content {
    gap: 4vw;
  }
}
.content-page--intro__content h1, .content-page--intro__content .h1 {
  font-size: 200px;
  line-height: 160px;
}
@media (max-width: 1799.98px) {
  .content-page--intro__content h1, .content-page--intro__content .h1 {
    font-size: 11.1111111111vw;
    line-height: 8.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--intro__content h1, .content-page--intro__content .h1 {
    font-size: 13.8888888889vw;
    line-height: 11.1111111111vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--intro__content h1, .content-page--intro__content .h1 {
    font-size: 7.8125vw;
    line-height: 7.2916666667vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--intro__content h1, .content-page--intro__content .h1 {
    font-size: 16vw;
    line-height: 14.9333333333vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--intro__content h1 br, .content-page--intro__content .h1 br {
    display: none;
  }
}
.content-page--intro__content .text {
  max-width: 660px;
}
.content-page--intro__content .text p {
  margin: 0;
}
.content-page--intro .img-box {
  height: 630px;
  margin-bottom: 0px;
}
@media (max-width: 1799.98px) {
  .content-page--intro .img-box {
    height: 35vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--intro .img-box {
    height: 43.75vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--intro .img-box {
    height: 65.1041666667vw;
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--intro .img-box {
    height: 133.3333333333vw;
    margin-bottom: 8vw;
  }
}
.content-page--intro__image {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.content-page--main {
  margin-top: 75px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1799.98px) {
  .content-page--main {
    margin-top: 4.1666666667vw;
    padding-top: 4.4444444444vw;
    padding-bottom: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--main {
    margin-top: 5.2083333333vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--main {
    margin-top: 3.90625vw;
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--main {
    margin-top: 8vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.content-page--main__large-heading {
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .content-page--main__large-heading {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--main__large-heading {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--main__large-heading {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--main__large-heading {
    margin-bottom: 8vw;
  }
}
.content-page--main__content {
  gap: 42px;
}
@media (max-width: 1799.98px) {
  .content-page--main__content {
    gap: 2.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--main__content {
    gap: 2.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--main__content {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--main__content {
    gap: 4vw;
  }
}
.content-page--main__content .text {
  gap: 42px;
}
@media (max-width: 1799.98px) {
  .content-page--main__content .text {
    gap: 2.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--main__content .text {
    gap: 2.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--main__content .text {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--main__content .text {
    gap: 4vw;
  }
}
.content-page--main__content .text p {
  margin: 0;
}
.content-page--main .img-box {
  width: 417px;
  height: 516px;
  margin-bottom: 0px;
}
@media (max-width: 1799.98px) {
  .content-page--main .img-box {
    width: 23.1666666667vw;
    height: 28.6666666667vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 991.98px) {
  .content-page--main .img-box {
    width: 28.9583333333vw;
    height: 35.8333333333vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 767.98px) {
  .content-page--main .img-box {
    width: 54.296875vw;
    height: 39.0625vw;
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .content-page--main .img-box {
    width: 111.2vw;
    height: 80vw;
    margin-bottom: 8vw;
  }
}
.content-page--main__image {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

/**
 * UI Initiative Carousel Slider
 *
 * Infinite 3D carousel slider
 *
 * https://uiinitiative.com
 *
 * Copyright 2024 UI Initiative
 *
 * Released under the UI Initiative Regular License
 *
 * September 12, 2024
 */
.swiper-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.swiper-carousel .swiper-slide,
.swiper-carousel swiper-slide {
  position: relative;
}

html {
  max-width: 100vw;
  scroll-padding-top: 102px;
}
@media (max-width: 1799.98px) {
  html {
    scroll-padding-top: 5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 13.28125vw;
  }
}
@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 27.2vw;
  }
}

p b,
p strong {
  font-weight: 700;
}
