@charset "UTF-8";
@font-face {
  font-family: Outfit;
  src: url(https://youagency.wpengine.com/wp-content/themes/you-digital/fonts/Outfit-VariableFont_wght.ttf);
  font-weight: Black;
}
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Outfit", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: #636363;
  text-align: left;
  background-color: #fff;
}
body.mobile-nav-active {
  overflow: hidden;
}

[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;
  color: #f3ca3a;
  line-height: 135%;
}

h1 {
  font-size: 63px;
}
@media screen and (max-width: 740px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 740px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 26px;
}
@media screen and (max-width: 740px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #000000;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

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

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

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[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-cancel-button,
[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;
}


/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 1200px) {
  .row {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .custom-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.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: 992px) {
  .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 (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
  }
}
.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;
  }
}

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

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

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

.push-left {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.push-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.spacer-0 {
  height: 0px;
}

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

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

.padding-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.padding-h-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.margin-h-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.spacer-10 {
  height: 10px;
}

.padding-10 {
  padding: 10px !important;
}

.margin-10 {
  margin: 10px !important;
}

.padding-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.padding-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.margin-h-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.spacer-20 {
  height: 20px;
}

.padding-20 {
  padding: 20px !important;
}

.margin-20 {
  margin: 20px !important;
}

.padding-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.padding-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.margin-h-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.spacer-30 {
  height: 30px;
}

.padding-30 {
  padding: 30px !important;
}

.margin-30 {
  margin: 30px !important;
}

.padding-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.padding-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.margin-h-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.spacer-40 {
  height: 40px;
}

.padding-40 {
  padding: 40px !important;
}

.margin-40 {
  margin: 40px !important;
}

.padding-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.margin-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.padding-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.margin-h-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.spacer-50 {
  height: 50px;
}

.padding-50 {
  padding: 50px !important;
}

.margin-50 {
  margin: 50px !important;
}

.padding-v-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-v-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.padding-h-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.margin-h-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.spacer-60 {
  height: 60px;
}

.padding-60 {
  padding: 60px !important;
}

.margin-60 {
  margin: 60px !important;
}

.padding-v-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.margin-v-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.padding-h-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.margin-h-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.spacer-70 {
  height: 70px;
}

.padding-70 {
  padding: 70px !important;
}

.margin-70 {
  margin: 70px !important;
}

.padding-v-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.margin-v-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.padding-h-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.margin-h-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.spacer-80 {
  height: 80px;
}

.padding-80 {
  padding: 80px !important;
}

.margin-80 {
  margin: 80px !important;
}

.padding-v-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.margin-v-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.padding-h-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.margin-h-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.spacer-90 {
  height: 90px;
}

.padding-90 {
  padding: 90px !important;
}

.margin-90 {
  margin: 90px !important;
}

.padding-v-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.margin-v-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.padding-h-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.margin-h-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.spacer-100 {
  height: 100px;
}

.padding-100 {
  padding: 100px !important;
}

.margin-100 {
  margin: 100px !important;
}

.padding-v-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.margin-v-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.padding-h-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.margin-h-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

@media (min-width: 576px) {
  .push-sm-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .push-sm-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .spacer-sm-0 {
    height: 0px;
  }
  .padding-sm-0 {
    padding: 0px !important;
  }
  .margin-sm-0 {
    margin: 0px !important;
  }
  .padding-sm-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .margin-sm-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padding-sm-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .margin-sm-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .padding-sm-left-0 {
    padding-left: 0px !important;
  }
  .padding-sm-right-0 {
    padding-right: 0px !important;
  }
  .margin-sm-left-0 {
    margin-left: 0px !important;
  }
  .margin-sm-right-0 {
    margin-right: 0px !important;
  }
  .margin-sm-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-sm-top-0 {
    margin-top: 0px !important;
  }
  .spacer-sm-10 {
    height: 10px;
  }
  .padding-sm-10 {
    padding: 10px !important;
  }
  .margin-sm-10 {
    margin: 10px !important;
  }
  .padding-sm-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .margin-sm-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .padding-sm-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .margin-sm-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .padding-sm-left-10 {
    padding-left: 10px !important;
  }
  .padding-sm-right-10 {
    padding-right: 10px !important;
  }
  .margin-sm-left-10 {
    margin-left: 10px !important;
  }
  .margin-sm-right-10 {
    margin-right: 10px !important;
  }
  .margin-sm-bottom-10 {
    margin-bottom: 10px !important;
  }
  .margin-sm-top-10 {
    margin-top: 10px !important;
  }
  .spacer-sm-20 {
    height: 20px;
  }
  .padding-sm-20 {
    padding: 20px !important;
  }
  .margin-sm-20 {
    margin: 20px !important;
  }
  .padding-sm-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .margin-sm-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .padding-sm-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .margin-sm-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .padding-sm-left-20 {
    padding-left: 20px !important;
  }
  .padding-sm-right-20 {
    padding-right: 20px !important;
  }
  .margin-sm-left-20 {
    margin-left: 20px !important;
  }
  .margin-sm-right-20 {
    margin-right: 20px !important;
  }
  .margin-sm-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-sm-top-20 {
    margin-top: 20px !important;
  }
  .spacer-sm-30 {
    height: 30px;
  }
  .padding-sm-30 {
    padding: 30px !important;
  }
  .margin-sm-30 {
    margin: 30px !important;
  }
  .padding-sm-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .margin-sm-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .padding-sm-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .margin-sm-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .padding-sm-left-30 {
    padding-left: 30px !important;
  }
  .padding-sm-right-30 {
    padding-right: 30px !important;
  }
  .margin-sm-left-30 {
    margin-left: 30px !important;
  }
  .margin-sm-right-30 {
    margin-right: 30px !important;
  }
  .margin-sm-bottom-30 {
    margin-bottom: 30px !important;
  }
  .margin-sm-top-30 {
    margin-top: 30px !important;
  }
  .spacer-sm-40 {
    height: 40px;
  }
  .padding-sm-40 {
    padding: 40px !important;
  }
  .margin-sm-40 {
    margin: 40px !important;
  }
  .padding-sm-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .margin-sm-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .padding-sm-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .margin-sm-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .padding-sm-left-40 {
    padding-left: 40px !important;
  }
  .padding-sm-right-40 {
    padding-right: 40px !important;
  }
  .margin-sm-left-40 {
    margin-left: 40px !important;
  }
  .margin-sm-right-40 {
    margin-right: 40px !important;
  }
  .margin-sm-bottom-40 {
    margin-bottom: 40px !important;
  }
  .margin-sm-top-40 {
    margin-top: 40px !important;
  }
  .spacer-sm-50 {
    height: 50px;
  }
  .padding-sm-50 {
    padding: 50px !important;
  }
  .margin-sm-50 {
    margin: 50px !important;
  }
  .padding-sm-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .margin-sm-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .padding-sm-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .margin-sm-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .padding-sm-left-50 {
    padding-left: 50px !important;
  }
  .padding-sm-right-50 {
    padding-right: 50px !important;
  }
  .margin-sm-left-50 {
    margin-left: 50px !important;
  }
  .margin-sm-right-50 {
    margin-right: 50px !important;
  }
  .margin-sm-bottom-50 {
    margin-bottom: 50px !important;
  }
  .margin-sm-top-50 {
    margin-top: 50px !important;
  }
  .spacer-sm-60 {
    height: 60px;
  }
  .padding-sm-60 {
    padding: 60px !important;
  }
  .margin-sm-60 {
    margin: 60px !important;
  }
  .padding-sm-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .margin-sm-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .padding-sm-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .margin-sm-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .padding-sm-left-60 {
    padding-left: 60px !important;
  }
  .padding-sm-right-60 {
    padding-right: 60px !important;
  }
  .margin-sm-left-60 {
    margin-left: 60px !important;
  }
  .margin-sm-right-60 {
    margin-right: 60px !important;
  }
  .margin-sm-bottom-60 {
    margin-bottom: 60px !important;
  }
  .margin-sm-top-60 {
    margin-top: 60px !important;
  }
  .spacer-sm-70 {
    height: 70px;
  }
  .padding-sm-70 {
    padding: 70px !important;
  }
  .margin-sm-70 {
    margin: 70px !important;
  }
  .padding-sm-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .margin-sm-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .padding-sm-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .margin-sm-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .padding-sm-left-70 {
    padding-left: 70px !important;
  }
  .padding-sm-right-70 {
    padding-right: 70px !important;
  }
  .margin-sm-left-70 {
    margin-left: 70px !important;
  }
  .margin-sm-right-70 {
    margin-right: 70px !important;
  }
  .margin-sm-bottom-70 {
    margin-bottom: 70px !important;
  }
  .margin-sm-top-70 {
    margin-top: 70px !important;
  }
  .spacer-sm-80 {
    height: 80px;
  }
  .padding-sm-80 {
    padding: 80px !important;
  }
  .margin-sm-80 {
    margin: 80px !important;
  }
  .padding-sm-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .margin-sm-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .padding-sm-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .margin-sm-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .padding-sm-left-80 {
    padding-left: 80px !important;
  }
  .padding-sm-right-80 {
    padding-right: 80px !important;
  }
  .margin-sm-left-80 {
    margin-left: 80px !important;
  }
  .margin-sm-right-80 {
    margin-right: 80px !important;
  }
  .margin-sm-bottom-80 {
    margin-bottom: 80px !important;
  }
  .margin-sm-top-80 {
    margin-top: 80px !important;
  }
  .spacer-sm-90 {
    height: 90px;
  }
  .padding-sm-90 {
    padding: 90px !important;
  }
  .margin-sm-90 {
    margin: 90px !important;
  }
  .padding-sm-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .margin-sm-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .padding-sm-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .margin-sm-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .padding-sm-left-90 {
    padding-left: 90px !important;
  }
  .padding-sm-right-90 {
    padding-right: 90px !important;
  }
  .margin-sm-left-90 {
    margin-left: 90px !important;
  }
  .margin-sm-right-90 {
    margin-right: 90px !important;
  }
  .margin-sm-bottom-90 {
    margin-bottom: 90px !important;
  }
  .margin-sm-top-90 {
    margin-top: 90px !important;
  }
  .spacer-sm-100 {
    height: 100px;
  }
  .padding-sm-100 {
    padding: 100px !important;
  }
  .margin-sm-100 {
    margin: 100px !important;
  }
  .padding-sm-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .margin-sm-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .padding-sm-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .margin-sm-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .padding-sm-left-100 {
    padding-left: 100px !important;
  }
  .padding-sm-right-100 {
    padding-right: 100px !important;
  }
  .margin-sm-left-100 {
    margin-left: 100px !important;
  }
  .margin-sm-right-100 {
    margin-right: 100px !important;
  }
  .margin-sm-bottom-100 {
    margin-bottom: 100px !important;
  }
  .margin-sm-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .push-md-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .push-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .spacer-md-0 {
    height: 0px;
  }
  .padding-md-0 {
    padding: 0px !important;
  }
  .margin-md-0 {
    margin: 0px !important;
  }
  .padding-md-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .margin-md-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padding-md-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .margin-md-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .padding-md-left-0 {
    padding-left: 0px !important;
  }
  .padding-md-right-0 {
    padding-right: 0px !important;
  }
  .margin-md-left-0 {
    margin-left: 0px !important;
  }
  .margin-md-right-0 {
    margin-right: 0px !important;
  }
  .margin-md-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-md-top-0 {
    margin-top: 0px !important;
  }
  .spacer-md-10 {
    height: 10px;
  }
  .padding-md-10 {
    padding: 10px !important;
  }
  .margin-md-10 {
    margin: 10px !important;
  }
  .padding-md-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .margin-md-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .padding-md-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .margin-md-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .padding-md-left-10 {
    padding-left: 10px !important;
  }
  .padding-md-right-10 {
    padding-right: 10px !important;
  }
  .margin-md-left-10 {
    margin-left: 10px !important;
  }
  .margin-md-right-10 {
    margin-right: 10px !important;
  }
  .margin-md-bottom-10 {
    margin-bottom: 10px !important;
  }
  .margin-md-top-10 {
    margin-top: 10px !important;
  }
  .spacer-md-20 {
    height: 20px;
  }
  .padding-md-20 {
    padding: 20px !important;
  }
  .margin-md-20 {
    margin: 20px !important;
  }
  .padding-md-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .margin-md-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .padding-md-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .margin-md-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .padding-md-left-20 {
    padding-left: 20px !important;
  }
  .padding-md-right-20 {
    padding-right: 20px !important;
  }
  .margin-md-left-20 {
    margin-left: 20px !important;
  }
  .margin-md-right-20 {
    margin-right: 20px !important;
  }
  .margin-md-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-md-top-20 {
    margin-top: 20px !important;
  }
  .spacer-md-30 {
    height: 30px;
  }
  .padding-md-30 {
    padding: 30px !important;
  }
  .margin-md-30 {
    margin: 30px !important;
  }
  .padding-md-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .margin-md-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .padding-md-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .margin-md-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .padding-md-left-30 {
    padding-left: 30px !important;
  }
  .padding-md-right-30 {
    padding-right: 30px !important;
  }
  .margin-md-left-30 {
    margin-left: 30px !important;
  }
  .margin-md-right-30 {
    margin-right: 30px !important;
  }
  .margin-md-bottom-30 {
    margin-bottom: 30px !important;
  }
  .margin-md-top-30 {
    margin-top: 30px !important;
  }
  .spacer-md-40 {
    height: 40px;
  }
  .padding-md-40 {
    padding: 40px !important;
  }
  .margin-md-40 {
    margin: 40px !important;
  }
  .padding-md-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .margin-md-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .padding-md-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .margin-md-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .padding-md-left-40 {
    padding-left: 40px !important;
  }
  .padding-md-right-40 {
    padding-right: 40px !important;
  }
  .margin-md-left-40 {
    margin-left: 40px !important;
  }
  .margin-md-right-40 {
    margin-right: 40px !important;
  }
  .margin-md-bottom-40 {
    margin-bottom: 40px !important;
  }
  .margin-md-top-40 {
    margin-top: 40px !important;
  }
  .spacer-md-50 {
    height: 50px;
  }
  .padding-md-50 {
    padding: 50px !important;
  }
  .margin-md-50 {
    margin: 50px !important;
  }
  .padding-md-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .margin-md-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .padding-md-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .margin-md-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .padding-md-left-50 {
    padding-left: 50px !important;
  }
  .padding-md-right-50 {
    padding-right: 50px !important;
  }
  .margin-md-left-50 {
    margin-left: 50px !important;
  }
  .margin-md-right-50 {
    margin-right: 50px !important;
  }
  .margin-md-bottom-50 {
    margin-bottom: 50px !important;
  }
  .margin-md-top-50 {
    margin-top: 50px !important;
  }
  .spacer-md-60 {
    height: 60px;
  }
  .padding-md-60 {
    padding: 60px !important;
  }
  .margin-md-60 {
    margin: 60px !important;
  }
  .padding-md-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .margin-md-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .padding-md-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .margin-md-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .padding-md-left-60 {
    padding-left: 60px !important;
  }
  .padding-md-right-60 {
    padding-right: 60px !important;
  }
  .margin-md-left-60 {
    margin-left: 60px !important;
  }
  .margin-md-right-60 {
    margin-right: 60px !important;
  }
  .margin-md-bottom-60 {
    margin-bottom: 60px !important;
  }
  .margin-md-top-60 {
    margin-top: 60px !important;
  }
  .spacer-md-70 {
    height: 70px;
  }
  .padding-md-70 {
    padding: 70px !important;
  }
  .margin-md-70 {
    margin: 70px !important;
  }
  .padding-md-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .margin-md-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .padding-md-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .margin-md-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .padding-md-left-70 {
    padding-left: 70px !important;
  }
  .padding-md-right-70 {
    padding-right: 70px !important;
  }
  .margin-md-left-70 {
    margin-left: 70px !important;
  }
  .margin-md-right-70 {
    margin-right: 70px !important;
  }
  .margin-md-bottom-70 {
    margin-bottom: 70px !important;
  }
  .margin-md-top-70 {
    margin-top: 70px !important;
  }
  .spacer-md-80 {
    height: 80px;
  }
  .padding-md-80 {
    padding: 80px !important;
  }
  .margin-md-80 {
    margin: 80px !important;
  }
  .padding-md-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .margin-md-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .padding-md-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .margin-md-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .padding-md-left-80 {
    padding-left: 80px !important;
  }
  .padding-md-right-80 {
    padding-right: 80px !important;
  }
  .margin-md-left-80 {
    margin-left: 80px !important;
  }
  .margin-md-right-80 {
    margin-right: 80px !important;
  }
  .margin-md-bottom-80 {
    margin-bottom: 80px !important;
  }
  .margin-md-top-80 {
    margin-top: 80px !important;
  }
  .spacer-md-90 {
    height: 90px;
  }
  .padding-md-90 {
    padding: 90px !important;
  }
  .margin-md-90 {
    margin: 90px !important;
  }
  .padding-md-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .margin-md-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .padding-md-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .margin-md-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .padding-md-left-90 {
    padding-left: 90px !important;
  }
  .padding-md-right-90 {
    padding-right: 90px !important;
  }
  .margin-md-left-90 {
    margin-left: 90px !important;
  }
  .margin-md-right-90 {
    margin-right: 90px !important;
  }
  .margin-md-bottom-90 {
    margin-bottom: 90px !important;
  }
  .margin-md-top-90 {
    margin-top: 90px !important;
  }
  .spacer-md-100 {
    height: 100px;
  }
  .padding-md-100 {
    padding: 100px !important;
  }
  .margin-md-100 {
    margin: 100px !important;
  }
  .padding-md-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .margin-md-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .padding-md-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .margin-md-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .padding-md-left-100 {
    padding-left: 100px !important;
  }
  .padding-md-right-100 {
    padding-right: 100px !important;
  }
  .margin-md-left-100 {
    margin-left: 100px !important;
  }
  .margin-md-right-100 {
    margin-right: 100px !important;
  }
  .margin-md-bottom-100 {
    margin-bottom: 100px !important;
  }
  .margin-md-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .push-lg-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .push-lg-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .spacer-lg-0 {
    height: 0px;
  }
  .padding-lg-0 {
    padding: 0px !important;
  }
  .margin-lg-0 {
    margin: 0px !important;
  }
  .padding-lg-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .margin-lg-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padding-lg-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .margin-lg-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .padding-lg-left-0 {
    padding-left: 0px !important;
  }
  .padding-lg-right-0 {
    padding-right: 0px !important;
  }
  .margin-lg-left-0 {
    margin-left: 0px !important;
  }
  .margin-lg-right-0 {
    margin-right: 0px !important;
  }
  .margin-lg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-lg-top-0 {
    margin-top: 0px !important;
  }
  .spacer-lg-10 {
    height: 10px;
  }
  .padding-lg-10 {
    padding: 10px !important;
  }
  .margin-lg-10 {
    margin: 10px !important;
  }
  .padding-lg-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .margin-lg-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .padding-lg-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .margin-lg-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .padding-lg-left-10 {
    padding-left: 10px !important;
  }
  .padding-lg-right-10 {
    padding-right: 10px !important;
  }
  .margin-lg-left-10 {
    margin-left: 10px !important;
  }
  .margin-lg-right-10 {
    margin-right: 10px !important;
  }
  .margin-lg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .margin-lg-top-10 {
    margin-top: 10px !important;
  }
  .spacer-lg-20 {
    height: 20px;
  }
  .padding-lg-20 {
    padding: 20px !important;
  }
  .margin-lg-20 {
    margin: 20px !important;
  }
  .padding-lg-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .margin-lg-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .padding-lg-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .margin-lg-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .padding-lg-left-20 {
    padding-left: 20px !important;
  }
  .padding-lg-right-20 {
    padding-right: 20px !important;
  }
  .margin-lg-left-20 {
    margin-left: 20px !important;
  }
  .margin-lg-right-20 {
    margin-right: 20px !important;
  }
  .margin-lg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-lg-top-20 {
    margin-top: 20px !important;
  }
  .spacer-lg-30 {
    height: 30px;
  }
  .padding-lg-30 {
    padding: 30px !important;
  }
  .margin-lg-30 {
    margin: 30px !important;
  }
  .padding-lg-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .margin-lg-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .padding-lg-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .margin-lg-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .padding-lg-left-30 {
    padding-left: 30px !important;
  }
  .padding-lg-right-30 {
    padding-right: 30px !important;
  }
  .margin-lg-left-30 {
    margin-left: 30px !important;
  }
  .margin-lg-right-30 {
    margin-right: 30px !important;
  }
  .margin-lg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .margin-lg-top-30 {
    margin-top: 30px !important;
  }
  .spacer-lg-40 {
    height: 40px;
  }
  .padding-lg-40 {
    padding: 40px !important;
  }
  .margin-lg-40 {
    margin: 40px !important;
  }
  .padding-lg-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .margin-lg-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .padding-lg-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .margin-lg-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .padding-lg-left-40 {
    padding-left: 40px !important;
  }
  .padding-lg-right-40 {
    padding-right: 40px !important;
  }
  .margin-lg-left-40 {
    margin-left: 40px !important;
  }
  .margin-lg-right-40 {
    margin-right: 40px !important;
  }
  .margin-lg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .margin-lg-top-40 {
    margin-top: 40px !important;
  }
  .spacer-lg-50 {
    height: 50px;
  }
  .padding-lg-50 {
    padding: 50px !important;
  }
  .margin-lg-50 {
    margin: 50px !important;
  }
  .padding-lg-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .margin-lg-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .padding-lg-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .margin-lg-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .padding-lg-left-50 {
    padding-left: 50px !important;
  }
  .padding-lg-right-50 {
    padding-right: 50px !important;
  }
  .margin-lg-left-50 {
    margin-left: 50px !important;
  }
  .margin-lg-right-50 {
    margin-right: 50px !important;
  }
  .margin-lg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .margin-lg-top-50 {
    margin-top: 50px !important;
  }
  .spacer-lg-60 {
    height: 60px;
  }
  .padding-lg-60 {
    padding: 60px !important;
  }
  .margin-lg-60 {
    margin: 60px !important;
  }
  .padding-lg-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .margin-lg-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .padding-lg-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .margin-lg-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .padding-lg-left-60 {
    padding-left: 60px !important;
  }
  .padding-lg-right-60 {
    padding-right: 60px !important;
  }
  .margin-lg-left-60 {
    margin-left: 60px !important;
  }
  .margin-lg-right-60 {
    margin-right: 60px !important;
  }
  .margin-lg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .margin-lg-top-60 {
    margin-top: 60px !important;
  }
  .spacer-lg-70 {
    height: 70px;
  }
  .padding-lg-70 {
    padding: 70px !important;
  }
  .margin-lg-70 {
    margin: 70px !important;
  }
  .padding-lg-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .margin-lg-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .padding-lg-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .margin-lg-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .padding-lg-left-70 {
    padding-left: 70px !important;
  }
  .padding-lg-right-70 {
    padding-right: 70px !important;
  }
  .margin-lg-left-70 {
    margin-left: 70px !important;
  }
  .margin-lg-right-70 {
    margin-right: 70px !important;
  }
  .margin-lg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .margin-lg-top-70 {
    margin-top: 70px !important;
  }
  .spacer-lg-80 {
    height: 80px;
  }
  .padding-lg-80 {
    padding: 80px !important;
  }
  .margin-lg-80 {
    margin: 80px !important;
  }
  .padding-lg-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .margin-lg-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .padding-lg-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .margin-lg-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .padding-lg-left-80 {
    padding-left: 80px !important;
  }
  .padding-lg-right-80 {
    padding-right: 80px !important;
  }
  .margin-lg-left-80 {
    margin-left: 80px !important;
  }
  .margin-lg-right-80 {
    margin-right: 80px !important;
  }
  .margin-lg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .margin-lg-top-80 {
    margin-top: 80px !important;
  }
  .spacer-lg-90 {
    height: 90px;
  }
  .padding-lg-90 {
    padding: 90px !important;
  }
  .margin-lg-90 {
    margin: 90px !important;
  }
  .padding-lg-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .margin-lg-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .padding-lg-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .margin-lg-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .padding-lg-left-90 {
    padding-left: 90px !important;
  }
  .padding-lg-right-90 {
    padding-right: 90px !important;
  }
  .margin-lg-left-90 {
    margin-left: 90px !important;
  }
  .margin-lg-right-90 {
    margin-right: 90px !important;
  }
  .margin-lg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .margin-lg-top-90 {
    margin-top: 90px !important;
  }
  .spacer-lg-100 {
    height: 100px;
  }
  .padding-lg-100 {
    padding: 100px !important;
  }
  .margin-lg-100 {
    margin: 100px !important;
  }
  .padding-lg-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .margin-lg-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .padding-lg-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .margin-lg-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .padding-lg-left-100 {
    padding-left: 100px !important;
  }
  .padding-lg-right-100 {
    padding-right: 100px !important;
  }
  .margin-lg-left-100 {
    margin-left: 100px !important;
  }
  .margin-lg-right-100 {
    margin-right: 100px !important;
  }
  .margin-lg-bottom-100 {
    margin-bottom: 100px !important;
  }
  .margin-lg-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .push-xl-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .push-xl-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .spacer-xl-0 {
    height: 0px;
  }
  .padding-xl-0 {
    padding: 0px !important;
  }
  .margin-xl-0 {
    margin: 0px !important;
  }
  .padding-xl-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .margin-xl-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padding-xl-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .margin-xl-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .padding-xl-left-0 {
    padding-left: 0px !important;
  }
  .padding-xl-right-0 {
    padding-right: 0px !important;
  }
  .margin-xl-left-0 {
    margin-left: 0px !important;
  }
  .margin-xl-right-0 {
    margin-right: 0px !important;
  }
  .margin-xl-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-xl-top-0 {
    margin-top: 0px !important;
  }
  .spacer-xl-10 {
    height: 10px;
  }
  .padding-xl-10 {
    padding: 10px !important;
  }
  .margin-xl-10 {
    margin: 10px !important;
  }
  .padding-xl-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .margin-xl-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .padding-xl-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .margin-xl-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .padding-xl-left-10 {
    padding-left: 10px !important;
  }
  .padding-xl-right-10 {
    padding-right: 10px !important;
  }
  .margin-xl-left-10 {
    margin-left: 10px !important;
  }
  .margin-xl-right-10 {
    margin-right: 10px !important;
  }
  .margin-xl-bottom-10 {
    margin-bottom: 10px !important;
  }
  .margin-xl-top-10 {
    margin-top: 10px !important;
  }
  .spacer-xl-20 {
    height: 20px;
  }
  .padding-xl-20 {
    padding: 20px !important;
  }
  .margin-xl-20 {
    margin: 20px !important;
  }
  .padding-xl-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .margin-xl-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .padding-xl-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .margin-xl-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .padding-xl-left-20 {
    padding-left: 20px !important;
  }
  .padding-xl-right-20 {
    padding-right: 20px !important;
  }
  .margin-xl-left-20 {
    margin-left: 20px !important;
  }
  .margin-xl-right-20 {
    margin-right: 20px !important;
  }
  .margin-xl-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-xl-top-20 {
    margin-top: 20px !important;
  }
  .spacer-xl-30 {
    height: 30px;
  }
  .padding-xl-30 {
    padding: 30px !important;
  }
  .margin-xl-30 {
    margin: 30px !important;
  }
  .padding-xl-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .margin-xl-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .padding-xl-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .margin-xl-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .padding-xl-left-30 {
    padding-left: 30px !important;
  }
  .padding-xl-right-30 {
    padding-right: 30px !important;
  }
  .margin-xl-left-30 {
    margin-left: 30px !important;
  }
  .margin-xl-right-30 {
    margin-right: 30px !important;
  }
  .margin-xl-bottom-30 {
    margin-bottom: 30px !important;
  }
  .margin-xl-top-30 {
    margin-top: 30px !important;
  }
  .spacer-xl-40 {
    height: 40px;
  }
  .padding-xl-40 {
    padding: 40px !important;
  }
  .margin-xl-40 {
    margin: 40px !important;
  }
  .padding-xl-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .margin-xl-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .padding-xl-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .margin-xl-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .padding-xl-left-40 {
    padding-left: 40px !important;
  }
  .padding-xl-right-40 {
    padding-right: 40px !important;
  }
  .margin-xl-left-40 {
    margin-left: 40px !important;
  }
  .margin-xl-right-40 {
    margin-right: 40px !important;
  }
  .margin-xl-bottom-40 {
    margin-bottom: 40px !important;
  }
  .margin-xl-top-40 {
    margin-top: 40px !important;
  }
  .spacer-xl-50 {
    height: 50px;
  }
  .padding-xl-50 {
    padding: 50px !important;
  }
  .margin-xl-50 {
    margin: 50px !important;
  }
  .padding-xl-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .margin-xl-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .padding-xl-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .margin-xl-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .padding-xl-left-50 {
    padding-left: 50px !important;
  }
  .padding-xl-right-50 {
    padding-right: 50px !important;
  }
  .margin-xl-left-50 {
    margin-left: 50px !important;
  }
  .margin-xl-right-50 {
    margin-right: 50px !important;
  }
  .margin-xl-bottom-50 {
    margin-bottom: 50px !important;
  }
  .margin-xl-top-50 {
    margin-top: 50px !important;
  }
  .spacer-xl-60 {
    height: 60px;
  }
  .padding-xl-60 {
    padding: 60px !important;
  }
  .margin-xl-60 {
    margin: 60px !important;
  }
  .padding-xl-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .margin-xl-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .padding-xl-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .margin-xl-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .padding-xl-left-60 {
    padding-left: 60px !important;
  }
  .padding-xl-right-60 {
    padding-right: 60px !important;
  }
  .margin-xl-left-60 {
    margin-left: 60px !important;
  }
  .margin-xl-right-60 {
    margin-right: 60px !important;
  }
  .margin-xl-bottom-60 {
    margin-bottom: 60px !important;
  }
  .margin-xl-top-60 {
    margin-top: 60px !important;
  }
  .spacer-xl-70 {
    height: 70px;
  }
  .padding-xl-70 {
    padding: 70px !important;
  }
  .margin-xl-70 {
    margin: 70px !important;
  }
  .padding-xl-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .margin-xl-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .padding-xl-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .margin-xl-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .padding-xl-left-70 {
    padding-left: 70px !important;
  }
  .padding-xl-right-70 {
    padding-right: 70px !important;
  }
  .margin-xl-left-70 {
    margin-left: 70px !important;
  }
  .margin-xl-right-70 {
    margin-right: 70px !important;
  }
  .margin-xl-bottom-70 {
    margin-bottom: 70px !important;
  }
  .margin-xl-top-70 {
    margin-top: 70px !important;
  }
  .spacer-xl-80 {
    height: 80px;
  }
  .padding-xl-80 {
    padding: 80px !important;
  }
  .margin-xl-80 {
    margin: 80px !important;
  }
  .padding-xl-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .margin-xl-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .padding-xl-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .margin-xl-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .padding-xl-left-80 {
    padding-left: 80px !important;
  }
  .padding-xl-right-80 {
    padding-right: 80px !important;
  }
  .margin-xl-left-80 {
    margin-left: 80px !important;
  }
  .margin-xl-right-80 {
    margin-right: 80px !important;
  }
  .margin-xl-bottom-80 {
    margin-bottom: 80px !important;
  }
  .margin-xl-top-80 {
    margin-top: 80px !important;
  }
  .spacer-xl-90 {
    height: 90px;
  }
  .padding-xl-90 {
    padding: 90px !important;
  }
  .margin-xl-90 {
    margin: 90px !important;
  }
  .padding-xl-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .margin-xl-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .padding-xl-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .margin-xl-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .padding-xl-left-90 {
    padding-left: 90px !important;
  }
  .padding-xl-right-90 {
    padding-right: 90px !important;
  }
  .margin-xl-left-90 {
    margin-left: 90px !important;
  }
  .margin-xl-right-90 {
    margin-right: 90px !important;
  }
  .margin-xl-bottom-90 {
    margin-bottom: 90px !important;
  }
  .margin-xl-top-90 {
    margin-top: 90px !important;
  }
  .spacer-xl-100 {
    height: 100px;
  }
  .padding-xl-100 {
    padding: 100px !important;
  }
  .margin-xl-100 {
    margin: 100px !important;
  }
  .padding-xl-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .margin-xl-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .padding-xl-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .margin-xl-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .padding-xl-left-100 {
    padding-left: 100px !important;
  }
  .padding-xl-right-100 {
    padding-right: 100px !important;
  }
  .margin-xl-left-100 {
    margin-left: 100px !important;
  }
  .margin-xl-right-100 {
    margin-right: 100px !important;
  }
  .margin-xl-bottom-100 {
    margin-bottom: 100px !important;
  }
  .margin-xl-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 1600px) {
  .push-xxl-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .push-xxl-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .spacer-xxl-0 {
    height: 0px;
  }
  .padding-xxl-0 {
    padding: 0px !important;
  }
  .margin-xxl-0 {
    margin: 0px !important;
  }
  .padding-xxl-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .margin-xxl-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padding-xxl-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .margin-xxl-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .padding-xxl-left-0 {
    padding-left: 0px !important;
  }
  .padding-xxl-right-0 {
    padding-right: 0px !important;
  }
  .margin-xxl-left-0 {
    margin-left: 0px !important;
  }
  .margin-xxl-right-0 {
    margin-right: 0px !important;
  }
  .margin-xxl-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-xxl-top-0 {
    margin-top: 0px !important;
  }
  .spacer-xxl-10 {
    height: 10px;
  }
  .padding-xxl-10 {
    padding: 10px !important;
  }
  .margin-xxl-10 {
    margin: 10px !important;
  }
  .padding-xxl-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .margin-xxl-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .padding-xxl-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .margin-xxl-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .padding-xxl-left-10 {
    padding-left: 10px !important;
  }
  .padding-xxl-right-10 {
    padding-right: 10px !important;
  }
  .margin-xxl-left-10 {
    margin-left: 10px !important;
  }
  .margin-xxl-right-10 {
    margin-right: 10px !important;
  }
  .margin-xxl-bottom-10 {
    margin-bottom: 10px !important;
  }
  .margin-xxl-top-10 {
    margin-top: 10px !important;
  }
  .spacer-xxl-20 {
    height: 20px;
  }
  .padding-xxl-20 {
    padding: 20px !important;
  }
  .margin-xxl-20 {
    margin: 20px !important;
  }
  .padding-xxl-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .margin-xxl-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .padding-xxl-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .margin-xxl-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .padding-xxl-left-20 {
    padding-left: 20px !important;
  }
  .padding-xxl-right-20 {
    padding-right: 20px !important;
  }
  .margin-xxl-left-20 {
    margin-left: 20px !important;
  }
  .margin-xxl-right-20 {
    margin-right: 20px !important;
  }
  .margin-xxl-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-xxl-top-20 {
    margin-top: 20px !important;
  }
  .spacer-xxl-30 {
    height: 30px;
  }
  .padding-xxl-30 {
    padding: 30px !important;
  }
  .margin-xxl-30 {
    margin: 30px !important;
  }
  .padding-xxl-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .margin-xxl-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .padding-xxl-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .margin-xxl-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .padding-xxl-left-30 {
    padding-left: 30px !important;
  }
  .padding-xxl-right-30 {
    padding-right: 30px !important;
  }
  .margin-xxl-left-30 {
    margin-left: 30px !important;
  }
  .margin-xxl-right-30 {
    margin-right: 30px !important;
  }
  .margin-xxl-bottom-30 {
    margin-bottom: 30px !important;
  }
  .margin-xxl-top-30 {
    margin-top: 30px !important;
  }
  .spacer-xxl-40 {
    height: 40px;
  }
  .padding-xxl-40 {
    padding: 40px !important;
  }
  .margin-xxl-40 {
    margin: 40px !important;
  }
  .padding-xxl-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .margin-xxl-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .padding-xxl-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .margin-xxl-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .padding-xxl-left-40 {
    padding-left: 40px !important;
  }
  .padding-xxl-right-40 {
    padding-right: 40px !important;
  }
  .margin-xxl-left-40 {
    margin-left: 40px !important;
  }
  .margin-xxl-right-40 {
    margin-right: 40px !important;
  }
  .margin-xxl-bottom-40 {
    margin-bottom: 40px !important;
  }
  .margin-xxl-top-40 {
    margin-top: 40px !important;
  }
  .spacer-xxl-50 {
    height: 50px;
  }
  .padding-xxl-50 {
    padding: 50px !important;
  }
  .margin-xxl-50 {
    margin: 50px !important;
  }
  .padding-xxl-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .margin-xxl-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .padding-xxl-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .margin-xxl-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .padding-xxl-left-50 {
    padding-left: 50px !important;
  }
  .padding-xxl-right-50 {
    padding-right: 50px !important;
  }
  .margin-xxl-left-50 {
    margin-left: 50px !important;
  }
  .margin-xxl-right-50 {
    margin-right: 50px !important;
  }
  .margin-xxl-bottom-50 {
    margin-bottom: 50px !important;
  }
  .margin-xxl-top-50 {
    margin-top: 50px !important;
  }
  .spacer-xxl-60 {
    height: 60px;
  }
  .padding-xxl-60 {
    padding: 60px !important;
  }
  .margin-xxl-60 {
    margin: 60px !important;
  }
  .padding-xxl-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .margin-xxl-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .padding-xxl-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .margin-xxl-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .padding-xxl-left-60 {
    padding-left: 60px !important;
  }
  .padding-xxl-right-60 {
    padding-right: 60px !important;
  }
  .margin-xxl-left-60 {
    margin-left: 60px !important;
  }
  .margin-xxl-right-60 {
    margin-right: 60px !important;
  }
  .margin-xxl-bottom-60 {
    margin-bottom: 60px !important;
  }
  .margin-xxl-top-60 {
    margin-top: 60px !important;
  }
  .spacer-xxl-70 {
    height: 70px;
  }
  .padding-xxl-70 {
    padding: 70px !important;
  }
  .margin-xxl-70 {
    margin: 70px !important;
  }
  .padding-xxl-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .margin-xxl-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .padding-xxl-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .margin-xxl-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .padding-xxl-left-70 {
    padding-left: 70px !important;
  }
  .padding-xxl-right-70 {
    padding-right: 70px !important;
  }
  .margin-xxl-left-70 {
    margin-left: 70px !important;
  }
  .margin-xxl-right-70 {
    margin-right: 70px !important;
  }
  .margin-xxl-bottom-70 {
    margin-bottom: 70px !important;
  }
  .margin-xxl-top-70 {
    margin-top: 70px !important;
  }
  .spacer-xxl-80 {
    height: 80px;
  }
  .padding-xxl-80 {
    padding: 80px !important;
  }
  .margin-xxl-80 {
    margin: 80px !important;
  }
  .padding-xxl-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .margin-xxl-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .padding-xxl-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .margin-xxl-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .padding-xxl-left-80 {
    padding-left: 80px !important;
  }
  .padding-xxl-right-80 {
    padding-right: 80px !important;
  }
  .margin-xxl-left-80 {
    margin-left: 80px !important;
  }
  .margin-xxl-right-80 {
    margin-right: 80px !important;
  }
  .margin-xxl-bottom-80 {
    margin-bottom: 80px !important;
  }
  .margin-xxl-top-80 {
    margin-top: 80px !important;
  }
  .spacer-xxl-90 {
    height: 90px;
  }
  .padding-xxl-90 {
    padding: 90px !important;
  }
  .margin-xxl-90 {
    margin: 90px !important;
  }
  .padding-xxl-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .margin-xxl-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .padding-xxl-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .margin-xxl-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .padding-xxl-left-90 {
    padding-left: 90px !important;
  }
  .padding-xxl-right-90 {
    padding-right: 90px !important;
  }
  .margin-xxl-left-90 {
    margin-left: 90px !important;
  }
  .margin-xxl-right-90 {
    margin-right: 90px !important;
  }
  .margin-xxl-bottom-90 {
    margin-bottom: 90px !important;
  }
  .margin-xxl-top-90 {
    margin-top: 90px !important;
  }
  .spacer-xxl-100 {
    height: 100px;
  }
  .padding-xxl-100 {
    padding: 100px !important;
  }
  .margin-xxl-100 {
    margin: 100px !important;
  }
  .padding-xxl-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .margin-xxl-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .padding-xxl-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .margin-xxl-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .padding-xxl-left-100 {
    padding-left: 100px !important;
  }
  .padding-xxl-right-100 {
    padding-right: 100px !important;
  }
  .margin-xxl-left-100 {
    margin-left: 100px !important;
  }
  .margin-xxl-right-100 {
    margin-right: 100px !important;
  }
  .margin-xxl-bottom-100 {
    margin-bottom: 100px !important;
  }
  .margin-xxl-top-100 {
    margin-top: 100px !important;
  }
}
a {
  position: relative;
}

/* VIRTUALLY CENTER CONTENT */
.xs-middle {
  align-items: center;
  display: flex;
}
.xs-middle p:last-of-type {
  margin-bottom: 0;
}

/* VIRTUALLY ALIGN BOTTOM CONTENT */
.xs-bottom {
  align-items: flex-end;
  display: flex;
}
.xs-bottom p:last-of-type {
  margin-bottom: 0;
}

/* WORDPRESS IMAGE ALIGNMENT CLASSES */
img.aligncenter {
  display: block;
  margin: auto;
}
img.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

/* AUTOFILL HACK TO REMOVE YELLOW INPUT BACKGROUND */
input:-webkit-autofill {
  box-shadow: inset 10px 40px #fff;
}

/* MAKE WHOLE BLOCK ELEMENT CLICKABLE - PARENT MUST BE position:relative/absoluate/fixed */
a.block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-break {
  width: min-intrinsic;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}

/**
 * Swiper 6.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 9, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.white-slide {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  z-index: 2001;
}
.white-slide a.skip-video {
  position: absolute;
  top: 25px;
  right: 15px;
  color: white;
}
@media only screen and (min-width: 1200px) {
  .white-slide a.skip-video {
    display: none;
  }
}
.white-slide.light-video-intro {
  background-color: #f6dd10;
}
.white-slide.dark-video-intro {
  background-color: rgb(0, 0, 0);
}

.black-slide {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1000px;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: rgb(0, 0, 0);
  z-index: 2002;
  opacity: 1;
  pointer-events: none;
  transform: scale(0);
  border-radius: 51% 49% 38% 62%/35% 43% 57% 65%;
  transition: 3s;
}
.black-slide.black-slide-active {
  transform: scale(10);
}
@media only screen and (max-width: 1000px) and (min-width: 600px) {
  .black-slide {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .black-slide {
    width: 320px;
    height: 320px;
  }
}

.slide-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: 1s !important;
}

.title-logo {
  position: absolute;
  top: 40px;
  left: 80px;
  display: flex;
  opacity: 0;
  transition: 1s;
}
.title-logo span {
  font-size: 30px;
  color: #f6363e;
  transition: 0.5s;
  overflow: hidden;
  display: block;
  width: 70px;
}
.title-logo span.d {
  width: auto;
}
.title-logo span.underscore {
  position: absolute;
  left: 100%;
  bottom: 15px;
  width: 19px;
  height: 5px;
  background-color: #f6363e;
}
.title-logo svg {
  transition: 0.5s;
}
.title-logo path {
  transition: fill 1s;
}
@media only screen and (max-width: 768px) {
  .title-logo {
    top: 5px;
    left: 15px;
  }
}

.page-transition-white {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1000px;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: rgb(255, 255, 255);
  z-index: 2002;
  opacity: 1;
  pointer-events: none;
  transform: scale(0);
  border-radius: 51% 49% 38% 62%/35% 43% 57% 65%;
  transition: transform 3s;
}
.page-transition-white.page-transition-active {
  transform: scale(10);
}
@media only screen and (max-width: 1000px) and (min-width: 600px) {
  .page-transition-white {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .page-transition-white {
    width: 320px;
    height: 320px;
  }
}

.page-transition-title {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  z-index: 2003;
}
.page-transition-title p {
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-transition-title p span.overflow-animation {
  display: block;
  overflow: hidden;
}
.page-transition-title p span.overflow-animation span {
  display: block;
  transform: translateY(150px);
  transition: 1s;
}
@media only screen and (max-width: 680px) {
  .page-transition-title p {
    font-size: 18px;
  }
}
.page-transition-title.page-transition-active {
  opacity: 1;
}
.page-transition-title.page-transition-active span.overflow-animation span {
  transform: translateY(0);
}

.page-transition-black {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1000px;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: rgb(0, 0, 0);
  z-index: 2004;
  opacity: 1;
  pointer-events: none;
  transform: scale(0);
  border-radius: 51% 49% 38% 62%/35% 43% 57% 65%;
  transition: transform 3s, opacity 0.5s;
}
.page-transition-black.page-transition-active {
  transform: scale(10);
}
@media only screen and (max-width: 1000px) and (min-width: 600px) {
  .page-transition-black {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .page-transition-black {
    width: 320px;
    height: 320px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 1s;
}
header .logo {
  position: absolute;
  top: 40px;
  left: 80px;
  display: flex;
  z-index: 1000;
}
header .logo img {
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  header .logo img {
    width: 95px;
    height: 50px;
  }
}
header .logo svg path {
  fill: rgb(255, 29, 0);
}
header .logo svg path.svg-active[data-color="0"] {
  fill: rgb(255, 148, 223);
}
header .logo svg path.svg-active[data-color="1"] {
  fill: rgb(255, 29, 0);
}
header .logo svg path.svg-active[data-color="2"] {
  fill: rgb(255, 29, 0);
}
header .logo svg:hover path {
  fill: rgb(255, 255, 255) !important;
}
@media only screen and (max-width: 992px) {
  header .logo svg {
    width: 90px;
    height: 41px;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    top: 15px;
    left: 15px;
  }
}
header .get-started {
  position: absolute;
  top: 30px;
  right: 200px;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  header .get-started {
    display: none;
  }
}
header .menu-icon {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 20px;
  height: 20px;
  border: solid 5px rgb(255, 29, 0);
  border-radius: 50%;
  margin-left: 10%;
  cursor: pointer;
  z-index: 1000;
}
header .menu-icon.menu-icon-active {
  border: none !important;
  transition: 0.5s;
  width: 15px !important;
  height: 15px;
  right: 82px;
  top: 42px;
}
header .menu-icon.menu-icon-active[data-color="0"] {
  background-color: rgb(255, 148, 223) !important;
}
header .menu-icon.menu-icon-active[data-color="1"] {
  background-color: rgb(255, 29, 0) !important;
}
header .menu-icon.menu-icon-active[data-color="2"] {
  background-color: rgb(255, 29, 0) !important;
}
@media only screen and (max-width: 768px) {
  header .menu-icon {
    top: 15px;
    right: 15px;
  }
  header .menu-icon.menu-icon-active {
    top: 17px;
    right: 17px;
  }
}
@media (pointer: fine) {
  header:hover span {
    transition: 0.5s;
  }
  header:hover span:nth-of-type(1) {
    transform: translateX(25px);
  }
  header:hover span:nth-of-type(3) {
    transform: translateX(-25px);
  }
}
header .menu-cta {
  display: none;
}
header.white-header {
  background-color: rgba(0, 0, 0, 0);
}
.header-space {
  position: absolute;
  width: 100%;
  height: 88px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-space {
    height: 70px;
  }
}

.menu {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6dd10;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.5s, top 0s 0.5s;
}
.menu.menu-active {
  top: 0;
  opacity: 1;
  transition: opacity 0.5s 1s;
  z-index: 999;
}
.menu > .row {
  height: 100vh;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .menu > .row {
    align-items: center;
  }
}
.menu .menu-col {
  max-height: 700px;
}
.menu .d-flex, .menu .d-xl-flex {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100vh;
  /*@media only screen and (min-width: 991px) and (min-height: 800px) {
      height: calc(100vh - 250px);
  }

  @media only screen and (max-width: 992px) {
      justify-content: center;
      height: calc(100vh - 150px);
  }

  @media only screen and (max-height: 800px) and (min-width: 576px) {
      align-items: flex-end;
  }*/
}
.menu .menu-items {
  width: 70%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .menu-items li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu .menu-items li a {
  position: relative;
  display: inline;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  transition: color 0.3s;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .menu .menu-items li a {
    font-size: 50px;
  }
}
.menu .menu-items li a:hover {
  color: rgb(255, 255, 255);
}
.menu .menu-items li a:hover span {
  animation-name: caret;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.menu .menu-icon-animation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .menu-details {
  margin-top: 2.25rem;
}
.menu .menu-details a {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.menu .menu-details a:hover[data-color="0"]:hover {
  color: rgb(255, 148, 223);
}
.menu .menu-details a:hover[data-color="1"]:hover {
  color: rgb(255, 29, 0);
}
.menu .menu-details a:hover[data-color="2"]:hover {
  color: rgb(255, 29, 0);
}
.menu .menu-details a:first-child {
  margin-bottom: 0;
}
.menu .menu-details a:nth-child(2) {
  margin-bottom: 2.5rem;
}
.menu .menu-details p {
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .menu .menu-details {
    text-align: center;
    margin-bottom: auto;
  }
}
.menu .menu-social {
  height: 60px;
  text-align: right;
}
.menu .menu-social p {
  color: rgb(0, 0, 0);
  margin-top: 7px;
}
.menu .menu-social a {
  font-size: 14px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}
.menu .menu-social a:hover {
  color: #f6363e;
}
@media only screen and (max-width: 992px) {
  .menu .menu-social {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .menu .menu-social a, .menu .menu-social p {
    font-size: 12px;
  }
}

.menu-transition-white {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1000px;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 998;
  opacity: 1;
  pointer-events: none;
  transform: scale(0);
  border-radius: 51% 49% 38% 62%/35% 43% 57% 65%;
  transition: transform 2s;
}
.menu-transition-white[data-color="0"] {
  background-color: rgb(255, 29, 0);
}
.menu-transition-white[data-color="1"] {
  background-color: rgb(255, 148, 223);
}
.menu-transition-white[data-color="2"] {
  background-color: rgb(101, 57, 158);
}
.menu-transition-white.menu-transition-active {
  transform: scale(10);
  transition: transform 3s;
}
@media only screen and (max-width: 1000px) and (min-width: 600px) {
  .menu-transition-white {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-transition-white {
    width: 320px;
    height: 320px;
  }
}

.canvas-vid {
  position: relative;
}
.canvas-vid video {
  opacity: 0;
}
.canvas-vid canvas {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer {
  background-color: rgb(255, 29, 0);
}
@media only screen and (max-width: 768px) {
  .footer .inner-footer {
    padding-bottom: 0 !important;
  }
}
.footer h1 {
  font-size: 45px;
  color: rgb(255, 255, 255) !important;
  font-weight: 900;
}
@media only screen and (max-width: 992px) {
  .footer h1 {
    font-size: 30px;
  }
}
.footer h2 {
  font-size: 37px;
  color: rgb(255, 255, 255) !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .footer h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.footer h3 {
  font-size: 30px;
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .footer h3 {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer h3 {
    display: none;
  }
}
.footer a {
  font-size: 30px;
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .footer a {
    font-size: 20px;
  }
}
.footer a:hover {
  color: rgb(0, 0, 0) !important;
}
.footer .office-address {
  font-size: 25px;
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
  font-family: "Outfit", sans-serif !important;
}
@media only screen and (max-width: 992px) {
  .footer .office-address {
    font-size: 15px;
  }
}
.footer .s-statement p {
  font-size: 15px;
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .footer .s-statement p {
    font-size: 12px;
  }
}
.footer svg {
  filter: invert(100%);
}
.footer svg path {
  transition: 0.5s;
}
.footer svg:hover path {
  fill: #f6363e;
}
.footer .footer-contact h3 {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 992px) {
  .footer .footer-contact h3 {
    margin-bottom: 0;
  }
}
.footer .footer-contact h3.contact-footer-tik-tok-underline {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .footer img {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 992px) {
  .footer .bottom-footer {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .bottom-footer {
    margin-bottom: 2rem;
  }
}
.footer .bottom-footer .pp, .footer .bottom-footer .mss {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .footer .bottom-footer .pp, .footer .bottom-footer .mss {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer .row.bottom-footer-contact-address {
    justify-content: space-evenly;
  }
  .footer .row.bottom-footer-contact-address div.office-address.london {
    display: flex;
    justify-content: right;
  }
}

.contact-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-footer .contact-cta {
  font-size: 45px;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  padding: 15px 40px;
  background-color: #f6363e;
}
@media only screen and (min-width: 1200px) {
  .contact-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .contact-footer .contact-cta, .contact-footer h2 {
    font-size: 30px;
  }
}

.home-pagination, .single-service-pagination {
  position: fixed;
  right: 3%;
  top: calc(50% - 87px);
  transition: opacity 0.4s;
  z-index: 2;
}
.home-pagination.pagination-inactive, .single-service-pagination.pagination-inactive {
  opacity: 0;
  pointer-events: none;
}
.home-pagination ul, .single-service-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-pagination ul li, .single-service-pagination ul li {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
  text-align: right;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-pagination ul li.pagination-active, .single-service-pagination ul li.pagination-active {
  color: #f6363e;
}
@media only screen and (max-width: 1200px) {
  .home-pagination, .single-service-pagination {
    display: none;
  }
}

.landing-title {
  position: relative;
  min-height: calc(100vh - 88px);
}
.landing-title .d-flex {
  align-items: center;
}
.landing-title .d-flex > div {
  position: relative;
  margin-top: -88px;
}
.landing-title .d-flex h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  max-width: 1030px;
  margin: 0;
  margin-bottom: 4%;
}
@media only screen and (max-width: 1500px) {
  .landing-title .d-flex h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .landing-title .d-flex h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .landing-title .d-flex h1 {
    font-size: 30px;
  }
}
.landing-title .d-flex h1 span.overflow-animation {
  display: block;
  overflow: hidden;
}
.landing-title .d-flex h1 span.overflow-animation span {
  display: block;
  transform: translateY(150px);
  transition: 1s;
}
.landing-title .d-flex h1.landing-title-active span.overflow-animation span {
  transform: translateY(0);
}
.landing-title .d-flex h2 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 130%;
}
.landing-title .d-flex h2 strong {
  color: #f6363e;
}
.landing-title .d-flex h2 span.title-wipe {
  position: relative;
  display: inline-block;
  color: rgb(0, 0, 0);
  transform: translateY(13px);
  overflow: hidden;
  transition: 0s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 992px) {
  .landing-title .d-flex h2 span.title-wipe {
    transform: translateY(8px);
  }
}
.landing-title .d-flex h2 span.title-wipe:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f6363e;
  transition: 1s;
}
.landing-title .d-flex h2 span.title-wipe.title-wipe-play {
  color: #f6363e;
}
.landing-title .d-flex h2 span.title-wipe.title-wipe-play:before {
  left: 100%;
}
@media only screen and (max-width: 1500px) {
  .landing-title .d-flex h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .landing-title .d-flex h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 576px) {
  .landing-title .d-flex h2 {
    font-size: 20px;
  }
}
.landing-title .d-flex a {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  color: rgb(255, 255, 255);
  text-transform: lowercase;
}
@media only screen and (max-width: 576px) {
  .landing-title .d-flex a {
    font-size: 22px;
  }
}
.landing-title .d-flex a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #f6363e;
  transition: 0.3s;
}
.landing-title .d-flex a:hover:before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .landing-title {
    min-height: calc(100vh - 70px);
  }
}

.theme-toggle {
  position: absolute;
  bottom: 5%;
  right: 78px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #f6dd10 !important;
  transform: rotate(-15deg);
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .theme-toggle {
    bottom: -40px;
    right: 15px;
  }
}
.theme-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border: 4px solid #f6dd10;
  border-radius: 70px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 37%, 0 37%);
          clip-path: polygon(0 0, 100% 0, 100% 37%, 0 37%);
  transition: 0.3s;
}
.theme-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border: 4px solid #f6dd10;
  border-radius: 70px;
  -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 100%, 0 100%);
          clip-path: polygon(0 63%, 100% 63%, 100% 100%, 0 100%);
  transition: 0.3s;
}
.theme-toggle:active {
  transform: rotate(-15deg) scale(0.9);
}

.social-media-pullout {
  display: flex;
  align-items: end;
}
.social-media-pullout .pullout {
  z-index: 1;
  cursor: pointer;
  transition: 0.8s;
}
.social-media-pullout a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.8s;
}
.social-media-pullout a:nth-of-type(1) {
  transform: translateX(-58px);
  transition-delay: 0;
}
.social-media-pullout a:nth-of-type(2) {
  transform: translateX(-110px);
  transition-delay: 0.2s;
}
.social-media-pullout a:nth-of-type(3) {
  transform: translateX(-165px);
  transition-delay: 0.4s;
}
.social-media-pullout a:nth-of-type(4) {
  transform: translateX(-217px);
  transition-delay: 0.8s;
}
.social-media-pullout svg path {
  fill: #f6dd10;
  transition: 0.3s;
}
.social-media-pullout svg:hover path {
  fill: rgb(255, 255, 255);
}
.social-media-pullout.social-media-pullout-active .pullout {
  transform: rotate(-180deg);
}
.social-media-pullout.social-media-pullout-active a {
  opacity: 1;
  transform: translateX(0) !important;
}
@media only screen and (max-width: 768px) {
  .social-media-pullout {
    bottom: 10%;
    left: 15px;
  }
}

.home-video {
  position: relative;
  overflow-x: initial;
}
.home-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
}
.home-video .video-overlay span {
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.home-video .row {
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .home-video .row {
    height: 50vh;
  }
}
.home-video.home-video-active .video-overlay {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .medium-small-screen-video {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .medium-small-screen-video {
    display: none;
  }
}

.video-mute-btn .mute-btn {
  position: absolute;
  bottom: 30px;
  right: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: white;
  transition: opacity 0.2s;
  z-index: 999999999;
  z-index: 1;
}
.video-mute-btn .mute-btn svg {
  width: 25px;
  height: 25px;
}

.video-mute-btn.sound-on .mute-btn {
  opacity: 0;
}

.projects {
  position: relative;
  z-index: 0;
}
.projects .project {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.projects .project .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.projects .project .row {
  height: 100%;
  padding: 0;
}
.projects .project .row .col-12 {
  height: 33.3333%;
}
.projects .project .project-title {
  padding-top: 10%;
  text-align: center;
}
.projects .project .project-title p {
  font-size: 16px;
}
@media only screen and (max-width: 992px) and (min-width: 600px) {
  .projects .project .project-title {
    padding-top: 20px;
  }
  .projects .project .project-title p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .projects .project .project-title {
    padding-top: 10px;
  }
  .projects .project .project-title p {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.projects .project .project-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects .project .project-logo img {
  max-width: 400px;
  max-height: 400px;
}
@media only screen and (max-width: 992px) and (min-width: 600px) {
  .projects .project .project-logo img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .projects .project .project-logo img {
    max-width: 150px;
    max-height: 150px;
  }
}
.projects .project .project-button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.home-services {
  min-height: 100vh;
}
.home-services .d-flex {
  align-items: center;
}
.home-services .service-bg span {
  font-size: calc(1vh + 10vw);
  display: inline-block;
  opacity: 0;
  transform: translateY(75px);
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  .home-services .service-bg span {
    font-size: calc(1vh + 8vw);
  }
}
.home-services .service-bg span:nth-of-type(1) {
  transition-delay: 0ms;
}
.home-services .service-bg span:nth-of-type(2) {
  transition-delay: 100ms;
}
.home-services .service-bg span:nth-of-type(3) {
  transition-delay: 200ms;
}
.home-services .service-bg span:nth-of-type(4) {
  transition-delay: 300ms;
}
.home-services .service-bg span:nth-of-type(5) {
  transition-delay: 400ms;
}
.home-services .service-bg span:nth-of-type(6) {
  transition-delay: 500ms;
}
.home-services .service-bg span:nth-of-type(7) {
  transition-delay: 600ms;
}
.home-services .service-bg span:nth-of-type(8) {
  transition-delay: 700ms;
}
.home-services .service-bg span:nth-of-type(9) {
  transition-delay: 800ms;
}
.home-services .service-bg span:nth-of-type(10) {
  transition-delay: 900ms;
}
.home-services .service-bg span:nth-of-type(11) {
  transition-delay: 1000ms;
}
.home-services .service-bg span:nth-of-type(12) {
  transition-delay: 1100ms;
}
.home-services .service-bg span:nth-of-type(13) {
  transition-delay: 1200ms;
}
.home-services .service-bg span:nth-of-type(14) {
  transition-delay: 1300ms;
}
.home-services .service-bg span:nth-of-type(15) {
  transition-delay: 1400ms;
}
.home-services .service-bg span:nth-of-type(16) {
  transition-delay: 1500ms;
}
.home-services .service-bg span:nth-of-type(17) {
  transition-delay: 1600ms;
}
.home-services .service-bg span:nth-of-type(18) {
  transition-delay: 1700ms;
}
.home-services .service-bg span:nth-of-type(19) {
  transition-delay: 1800ms;
}
.home-services .service-bg span:nth-of-type(20) {
  transition-delay: 1900ms;
}
.home-services .service-bg.letteringIn {
  opacity: 1;
}
.home-services .service-bg.letteringIn span {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (min-width: 768px) {
  .home-services .service-bg {
    transform: translateY(40px);
  }
}
.home-services .service-titles, .home-services .service-titles-2 {
  position: relative;
}
.home-services .service-titles .service-title, .home-services .service-titles .service-title-2, .home-services .service-titles-2 .service-title, .home-services .service-titles-2 .service-title-2 {
  margin-bottom: 20px;
  transition: 1s;
}
.home-services .service-titles .service-title h3, .home-services .service-titles .service-title-2 h3, .home-services .service-titles-2 .service-title h3, .home-services .service-titles-2 .service-title-2 h3 {
  font-weight: 700;
  color: #f6363e;
  line-height: 46px;
}
.home-services .service-titles .service-title p, .home-services .service-titles .service-title-2 p, .home-services .service-titles-2 .service-title p, .home-services .service-titles-2 .service-title-2 p {
  margin: 0;
  overflow: hidden;
  transition: max-height 1s, opacity 0.5s;
}
.home-services .service-titles .service-title-disabled, .home-services .service-titles .service-title-disabled-2, .home-services .service-titles-2 .service-title-disabled, .home-services .service-titles-2 .service-title-disabled-2 {
  cursor: pointer;
}
.home-services .service-titles .service-title-disabled p, .home-services .service-titles .service-title-disabled-2 p, .home-services .service-titles-2 .service-title-disabled p, .home-services .service-titles-2 .service-title-disabled-2 p {
  max-height: 0 !important;
  opacity: 0;
}
.home-services .service-titles .service-title-disabled h3, .home-services .service-titles .service-title-disabled-2 h3, .home-services .service-titles-2 .service-title-disabled h3, .home-services .service-titles-2 .service-title-disabled-2 h3 {
  font-weight: 400;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .home-services .service-titles[data-label=digital] .service-title, .home-services .service-titles[data-label=digital] .service-title-2, .home-services .service-titles-2[data-label=digital] .service-title, .home-services .service-titles-2[data-label=digital] .service-title-2 {
    transform: translateY(0);
  }
  .home-services .service-titles[data-label=creative] .service-title, .home-services .service-titles[data-label=creative] .service-title-2, .home-services .service-titles-2[data-label=creative] .service-title, .home-services .service-titles-2[data-label=creative] .service-title-2 {
    transform: translateY(-70px);
  }
  .home-services .service-titles[data-label=marketing] .service-title, .home-services .service-titles[data-label=marketing] .service-title-2, .home-services .service-titles-2[data-label=marketing] .service-title, .home-services .service-titles-2[data-label=marketing] .service-title-2 {
    transform: translateY(-155px);
  }
}
.home-services .service-icon, .home-services .service-icon-2 {
  text-align: center;
}
.home-services .service-icon svg, .home-services .service-icon-2 svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.home-services .service-icon svg .cls-1, .home-services .service-icon-2 svg .cls-1 {
  stroke: rgb(255, 255, 255);
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.home-services .service-icon svg .box-0 path, .home-services .service-icon-2 svg .box-0 path {
  transform: translateY(-100px);
  opacity: 0;
}
.home-services .service-icon svg .box-1 path, .home-services .service-icon-2 svg .box-1 path {
  transform: translateY(-100px);
  opacity: 0;
}
.home-services .service-icon svg .box-2 path, .home-services .service-icon-2 svg .box-2 path {
  transform: translateY(-100px);
  opacity: 0;
}
.home-services .service-icon svg .box-3 path, .home-services .service-icon-2 svg .box-3 path {
  transform: translateY(-100px);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .home-services .service-icon svg, .home-services .service-icon-2 svg {
    max-width: 100px;
  }
}
.home-services .service-icon .box-out g path, .home-services .service-icon-2 .box-out g path {
  transform: translateY(100px) !important;
  opacity: 0 !important;
}
.home-services .service-icon .box-in path, .home-services .service-icon-2 .box-in path {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.home-services .service-icon .box-delay-in .box-0 path, .home-services .service-icon-2 .box-delay-in .box-0 path {
  transition: transform 0.5s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
}
.home-services .service-icon .box-delay-in .box-1 path, .home-services .service-icon-2 .box-delay-in .box-1 path {
  transition: transform 0.5s ease-in-out 0s, opacity 0.15s ease-in-out 0s;
}
.home-services .service-icon .box-delay-in .box-2 path, .home-services .service-icon-2 .box-delay-in .box-2 path {
  transition: transform 0.5s ease-in-out 0.75s, opacity 0.15s ease-in-out 0.75s;
}
.home-services .service-icon .box-delay-in .box-3 path, .home-services .service-icon-2 .box-delay-in .box-3 path {
  transition: transform 0.5s ease-in-out 0.25s, opacity 0.15s ease-in-out 0.25s;
}
.home-services .service-icon .box-delay-out .box-0 path, .home-services .service-icon-2 .box-delay-out .box-0 path {
  transition: transform 0.5s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.85s;
}
.home-services .service-icon .box-delay-out .box-1 path, .home-services .service-icon-2 .box-delay-out .box-1 path {
  transition: transform 0.5s ease-in-out 0s, opacity 0.15s ease-in-out 0.35s;
}
.home-services .service-icon .box-delay-out .box-2 path, .home-services .service-icon-2 .box-delay-out .box-2 path {
  transition: transform 0.5s ease-in-out 0.75s, opacity 0.15s ease-in-out 1.1s;
}
.home-services .service-icon .box-delay-out .box-3 path, .home-services .service-icon-2 .box-delay-out .box-3 path {
  transition: transform 0.5s ease-in-out 0.25s, opacity 0.15s ease-in-out 0.6s;
}
@media only screen and (max-width: 768px) {
  .home-services .service-icon, .home-services .service-icon-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .home-services .service-icon, .home-services .service-icon-2 {
    padding-bottom: 10px !important;
  }
}
.home-services .service-prev, .home-services .service-next, .home-services .service-prev-2, .home-services .service-next-2 {
  position: absolute;
  top: 30px;
  right: 5px;
  left: auto;
  width: 30px;
  height: 30px;
  background-image: none !important;
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 1;
}
.home-services .service-next, .home-services .service-next-2 {
  right: 60px;
}

.home-locations {
  min-height: 100vh;
  padding: 0;
}
.home-locations .col-12 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home-locations .col-12 .location-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (pointer: fine) {
  .home-locations .col-12 .location-link:hover + div .project-cta {
    max-width: 300px;
    transition-delay: 0s;
  }
  .home-locations .col-12 .location-link:hover + div .project-cta span {
    opacity: 1;
    width: auto;
    transition-delay: 0.4s;
  }
}
.home-locations .col-12 div {
  max-width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-locations .col-12 div h2 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .home-locations .col-12 div h2 {
    font-size: 32px;
  }
}
.home-locations .col-12 div hr {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  max-width: 320px;
  text-align: left;
}
.home-locations .col-12 div p {
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.home-locations .col-12 div address {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 768px) {
  .home-locations .col-12 div address {
    font-size: 16px;
  }
}
.home-locations .col-12 div .project-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .home-locations .col-12 div {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 992px) {
  .read-more-arrow {
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .read-more-arrow {
    height: 13px;
  }
}

.work-banner, .text-block-1-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.projects .work-banner {
  background-color: rgb(254, 232, 247) !important;
  height: 40vh;
}
@media only screen and (max-width: 992px) {
  .projects .work-banner {
    height: 30vh;
  }
}
.projects .work-banner-filters.ajax-filters {
  background-color: rgb(254, 198, 235) !important;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .projects .work-banner-filters.ajax-filters {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .projects .work-banner-filters.ajax-filters h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .projects .work-banner-filters.ajax-filters h2 {
    display: none;
  }
}
.projects .work-banner-filters.ajax-filters ul {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .projects .work-banner-filters.ajax-filters ul {
    padding: 0;
  }
}
.projects .work-banner-filters.ajax-filters ul label.checkbox-filter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 768px) {
  .projects .work-banner-filters.ajax-filters ul label.checkbox-filter-label:nth-of-type(1) {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .projects .work-banner-filters.ajax-filters ul label.checkbox-filter-label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  .projects .work-banner-filters.ajax-filters ul label.checkbox-filter-label {
    font-size: 14px;
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .projects .work-banner-filters.ajax-filters ul label.checkbox-filter-label {
    font-size: 14px;
    margin-left: 13px !important;
  }
}
@media only screen and (max-width: 992px) {
  .projects .work-banner-filters.ajax-filters ul label.single-project-label.checkbox-filter-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .projects .work-banner-filters.ajax-filters ul label.single-project-label.checkbox-filter-label {
    font-size: 18px;
  }
}
.projects .work-banner-filters.ajax-filters ul label.checkbox-filter-label.active {
  color: rgb(255, 255, 255) !important;
}
.projects h1 {
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: rgb(38, 38, 38);
  margin: 0;
  line-height: 90%;
}
@media only screen and (max-width: 992px) {
  .projects h1 {
    font-size: 30px;
  }
}
.projects h3 {
  max-width: 700px;
  display: block;
  font-weight: 900;
  font-size: 60px;
  line-height: 110%;
}
@media only screen and (min-width: 1600px) {
  .projects h3 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .projects h3 {
    font-size: 30px;
  }
}
.sticky-project-bar {
  position: sticky;
  top: 0;
  padding-top: 120px !important;
  background-image: linear-gradient(rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0));
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .sticky-project-bar {
    position: static;
  }
}

.project-filter {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  z-index: 5;
}
.project-filter:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: rgb(255, 255, 255);
}
@media only screen and (max-width: 595px) {
  .project-filter:after {
    display: none;
  }
}
.project-filter p {
  font-size: 30px;
  margin: 0;
}
.project-filter ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 5%;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .project-filter ul {
    display: none;
  }
}
.project-filter ul li {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-left: 4%;
  margin-right: 4%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.project-filter ul li.filter-active {
  color: #f6363e;
}
@media only screen and (min-width: 1280px) {
  .project-filter select, .project-filter .choices {
    display: none;
  }
}
.project-filter .choices {
  width: 300px;
  margin-left: 3%;
}
@media only screen and (max-width: 595px) {
  .project-filter .choices {
    width: 100%;
    margin-left: 0;
  }
}
.project-filter .choices .choices__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.project-filter .choices .choices__inner input {
  width: 100% !important;
  color: rgb(255, 255, 255);
  font-weight: 600;
  order: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.project-filter .choices .choices__inner .choices__list {
  order: 2;
}
.project-filter .choices .choices__inner .choices__list .choices__item {
  font-weight: 600;
  color: #f6363e;
  background-color: rgb(0, 0, 0);
  border-radius: 0;
  border: none;
}
.project-filter .choices .choices__inner .choices__list .choices__item button.choices__button {
  border-left: 1px solid #f6363e;
}
.project-filter .choices .choices__list {
  background-color: rgb(0, 0, 0);
  border: 0;
}
.project-filter .choices .choices__list div.choices__item--selectable {
  color: rgb(255, 255, 255);
}
.project-filter .choices .choices__list div.choices__item--selectable.is-highlighted {
  background-color: #f6363e;
}

#projects-list-hp {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  #projects-list-hp {
    grid-template-columns: 1fr;
  }
}

.projects-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects-list:after {
  content: "";
  display: block;
  clear: both;
}
.projects-list .project-sizer {
  position: relative;
  width: calc(25% - 10px);
}
.projects-list .project-tile {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 200px;
  padding-top: 10px;
  float: left;
}
@media only screen and (max-width: 992px) {
  .projects-list .project-tile {
    min-height: unset;
  }
}
.projects-list .project-tile .project {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.projects-list .project-tile .project .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.projects-list .project-tile .project .project-bg-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  z-index: 0;
}
.projects-list .project-tile .project .project-cta {
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: 0.3s;
}
.projects-list .project-tile .project .project-cta img {
  position: static;
}
.projects-list .project-tile .project .project-cta span {
  width: auto;
  margin-right: 15px;
  opacity: 1;
}
.projects-list .project-tile .project .project-cta span.arrow-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50px;
  background-color: #f6363e;
}
.projects-list .project-tile .project .row {
  height: 100%;
  padding: 0;
}
.projects-list .project-tile .project .row .col-12 {
  height: 33.3333%;
}
.projects-list .project-tile .project .project-title {
  padding-top: 10%;
  text-align: center;
}
.projects-list .project-tile .project .project-title p {
  font-size: 16px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 992px) and (min-width: 600px) {
  .projects-list .project-tile .project .project-title {
    padding-top: 20px;
  }
  .projects-list .project-tile .project .project-title p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .projects-list .project-tile .project .project-title {
    padding-top: 10px;
  }
  .projects-list .project-tile .project .project-title p {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.projects-list .project-tile .project .project-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 40vh;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  transform: translateY(20vh);
  transition: opacity 2s, 1.5s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .projects-list .project-tile .project .project-logo {
    height: 25vh;
  }
}
.projects-list .project-tile .project .project-logo img {
  max-width: 200px;
  max-height: 200px;
}
@media only screen and (max-width: 600px) {
  .projects-list .project-tile .project .project-logo img {
    max-width: 150px;
    max-height: 150px;
  }
}
.projects-list .project-tile .project .project-logo.project-logo-show {
  width: 100%;
  opacity: 1;
  transform: translateY(0);
}
.projects-list .project-tile .project .project-info h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0.75rem;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
  .projects-list .project-tile .project .project-info h3 {
    font-size: 20px;
  }
}
.projects-list .project-tile .project .project-info p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  .projects-list .project-tile .project .project-info p {
    font-size: 16px;
  }
}
.projects-list .project-tile .project .project-info.project-info-show {
  opacity: 1;
  transform: translateY(0);
}
.projects-list .project-tile .project .project-button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.projects-list .project-tile:hover .project-cta {
  opacity: 1;
}
.projects-list .project-tile:hover .project-bg-filter {
  background-color: rgba(0, 0, 0, 0.8);
}
.arrow {
  position: relative;
  width: 3px;
  height: 95px;
  margin-left: 15px;
}
.arrow .line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 3px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6363e;
  border-radius: 3px;
  animation-name: line;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.arrow .line .point1 {
  position: absolute;
  bottom: 3px;
  left: -7px;
  width: 10px;
  height: 3px;
  background-color: #f6363e;
  border-radius: 3px;
  transform: rotate(45deg);
}
.arrow .line .point2 {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 10px;
  height: 3px;
  background-color: #f6363e;
  border-radius: 3px;
  transform: rotate(-45deg);
}
@keyframes line {
  0% {
    height: 20px;
  }
  50% {
    height: 90px;
  }
  100% {
    height: 20px;
  }
}

.slash:last-child {
  display: none;
}

.next-project p {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
}
@media only screen and (max-width: 600px) {
  .next-project p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .next-project p {
    font-size: 15px;
  }
}

.single-project {
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .single-project .break-1 br {
    display: none;
  }
}
@media only screen and (max-width: 470px) {
  .single-project .break-2 br {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .single-project .break-3 br {
    display: none;
  }
}
.single-project h1.project-title-intro.title p {
  font-weight: 900 !important;
}
.single-project strong {
  font-weight: 900 !important;
}
.single-project h1.project-title {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-size: 60px;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1600px) {
  .single-project h1.project-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .single-project h1.project-title {
    font-size: 30px;
  }
}
.single-project h1.project-title-intro {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-size: 45px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1600px) {
  .single-project h1.project-title-intro {
    font-size: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .single-project h1.project-title-intro {
    font-size: 30px;
  }
}
.single-project h1.project-title-intro p {
  font-size: 45px;
}
@media only screen and (min-width: 1600px) {
  .single-project h1.project-title-intro p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .single-project h1.project-title-intro p {
    font-size: 30px;
  }
}
.single-project a {
  font-size: 20px;
  font-weight: 400;
}
.single-project p.p1 {
  font-weight: 200;
}
@media screen and (max-width: 992px) {
  .single-project p.p1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .single-project p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .single-project p span {
    font-size: 16px;
  }
}
.single-project .project-header img {
  max-width: 800px;
}
.single-project .project-intro {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .single-project .extra-asset {
    transform: translateX(130px);
  }
}
.single-project .project-intro {
  display: flex;
  align-items: center;
}
.single-project .our-approach {
  background: linear-gradient(rgb(0, 0, 0) 20%, rgb(203, 203, 203) 20%, rgb(203, 203, 203) 80%, rgb(0, 0, 0) 80%);
}
.single-project .our-approach .approach-wrap {
  padding: 60px 15px;
  border-radius: 5px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
.single-project .our-approach .approach-wrap .row {
  margin: 0;
}
.single-project .our-approach .approach-wrap p, .single-project .our-approach .approach-wrap h2 {
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 479px) {
  .single-project .our-approach .approach-wrap {
    padding: 60px 0;
  }
}
.single-project .template-1 div, .single-project .template-2 div, .single-project .template-3 div, .single-project .template-4 div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-project .quote-box {
  background: linear-gradient(rgb(0, 0, 0) 20%, rgb(203, 203, 203) 20%, rgb(203, 203, 203) 80%, rgb(0, 0, 0) 80%);
}
.single-project .quote-box .quote-wrap {
  position: relative;
  padding: 60px 15px;
  border-radius: 5px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.single-project .quote-box .quote-wrap .row {
  margin: 0;
}
.single-project .quote-box .quote-wrap p, .single-project .quote-box .quote-wrap h2 {
  color: rgb(0, 0, 0);
}
.single-project .quote-box .quote-wrap p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.single-project .quote-box .quote-wrap:before {
  content: "“";
  position: absolute;
  top: 40px;
  left: 10%;
  font-size: 140px;
  font-weight: 500;
  color: #f6363e;
  line-height: 0;
}
.single-project .quote-box .quote-wrap:after {
  content: "”";
  position: absolute;
  bottom: -20px;
  right: 10%;
  font-size: 140px;
  font-weight: 500;
  color: #f6363e;
  line-height: 0;
}
.single-project .results-block h2 {
  font-family: "Outfit", sans-serif;
  font-size: 90px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 111%;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .single-project .results-block h2 {
    font-size: 60px;
  }
}
.single-project .results-block h3 {
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 1600px) {
  .single-project .results-block h3 {
    font-size: 75px;
  }
}
@media only screen and (max-width: 992px) {
  .single-project .results-block h3 {
    max-width: unset;
  }
}
@media only screen and (max-width: 992px) {
  .single-project .results-block h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .single-project .results-block p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single-project .results-block .result-y-borders {
  position: relative;
}
.single-project .results-block .result-y-borders:before {
  content: "";
  border-left: #f6dd10 2px solid;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .single-project .results-block .result-y-borders:before {
    border-left: unset;
  }
}
.single-project .results-block .result-y-borders:after {
  content: "";
  border-left: #f6dd10 2px solid;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 100;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .single-project .results-block .result-y-borders:after {
    border-left: unset;
  }
}
.single-project .single-project-gallery div div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  min-height: 300px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 2s, 1.5s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-project .single-project-gallery div div {
    height: 30vh !important;
  }
}
@media only screen and (max-width: 992px) {
  .single-project .single-project-gallery div div {
    height: 25vh !important;
  }
}
@media only screen and (max-width: 768px) {
  .single-project .single-project-gallery div div {
    height: 15vh !important;
  }
}

.home-projects {
  position: relative;
}
.home-projects .work-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 5;
}

.project-video {
  position: relative;
}
.project-video .yd-mute-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 60px;
  width: 60px;
  background-image: url(/images/projects/unmute-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.project-video .yd-mute-button.sound-active {
  background-image: url(/images/projects/mute-b.png);
}
@media only screen and (min-width: 1200px) and (pointer: fine) {
  .project-height {
    min-height: calc(100vh - 88px);
  }
}

.navigation-trio {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.navigation-trio .swiper-container {
  height: 33.333vh;
}
@media only screen and (min-width: 1199px) {
  .navigation-trio .swiper-container {
    height: 100vh;
  }
}
.navigation-trio .navigation-1 {
  padding: 0;
  transition: transform 1s;
}
.navigation-trio .navigation-1 .swiper-slide {
  background-color: rgb(0, 0, 0);
}
@media only screen and (min-width: 1199px) {
  .navigation-trio .navigation-1 {
    transform: translateY(-100vh);
  }
}
.navigation-trio .navigation-2 {
  padding: 0;
  transition: transform 1s;
}
.navigation-trio .navigation-2 .swiper-slide {
  background-color: rgb(0, 0, 0);
}
.navigation-trio .navigation-2 .swiper-slide.extra-slide {
  display: flex;
  align-items: flex-start;
  padding-top: 33.33%;
  justify-content: center;
}
.navigation-trio .navigation-2 .swiper-slide.extra-slide > div {
  text-align: left;
}
.navigation-trio .navigation-2 .swiper-slide.extra-slide > div h2 {
  position: absolute;
  font-size: 7vw;
  transform: translate(-100px, -80px);
  z-index: 0;
}
@media only screen and (max-width: 1600px) {
  .navigation-trio .navigation-2 .swiper-slide.extra-slide > div h2 {
    font-size: 5vw;
    transform: translate(-60px, -40px);
  }
}
@media only screen and (max-width: 1250px) {
  .navigation-trio .navigation-2 .swiper-slide.extra-slide > div h2 {
    font-size: 5vw;
    transform: translate(-20px, -30px);
  }
}
@media only screen and (max-width: 1200px) {
  .navigation-trio .navigation-2 .swiper-slide.extra-slide > div h2 {
    position: relative;
    font-size: 40px;
    transform: translate(0, 0);
  }
}
.navigation-trio .navigation-2 .swiper-slide.extra-slide > div h3 {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .navigation-trio .navigation-2 .swiper-slide.extra-slide {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
  }
}
@media only screen and (min-width: 1199px) {
  .navigation-trio .navigation-2 {
    transform: translateY(100vh);
  }
}
.navigation-trio .navigation-3 {
  padding: 0;
  transition: transform 1s;
}
.navigation-trio .navigation-3 .swiper-slide {
  background-color: rgb(0, 0, 0);
}
.navigation-trio .navigation-3 .swiper-slide.extra-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 66.66%;
}
.navigation-trio .navigation-3 .swiper-slide.extra-slide > div {
  text-align: left;
}
.navigation-trio .navigation-3 .swiper-slide.extra-slide > div h2 {
  position: absolute;
  font-size: 7vw;
  transform: translate(-100px, -80px);
  z-index: 0;
}
@media only screen and (max-width: 1600px) {
  .navigation-trio .navigation-3 .swiper-slide.extra-slide > div h2 {
    font-size: 5vw;
    transform: translate(-60px, -40px);
  }
}
@media only screen and (max-width: 1250px) {
  .navigation-trio .navigation-3 .swiper-slide.extra-slide > div h2 {
    font-size: 5vw;
    transform: translate(-20px, -30px);
  }
}
@media only screen and (max-width: 1200px) {
  .navigation-trio .navigation-3 .swiper-slide.extra-slide > div h2 {
    position: relative;
    font-size: 40px !important;
    transform: translate(0, 0);
  }
}
.navigation-trio .navigation-3 .swiper-slide.extra-slide > div h3 {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
.navigation-trio .navigation-3 .swiper-slide.extra-slide.follow-slide h2 {
  font-size: 5vw;
}
@media only screen and (max-width: 1200px) {
  .navigation-trio .navigation-3 .swiper-slide.extra-slide {
    justify-content: flex-start;
    padding-top: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1199px) {
  .navigation-trio .navigation-3 {
    transform: translateY(-100vh);
  }
}
.navigation-trio .project {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.navigation-trio .project .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (pointer: fine) {
  .navigation-trio .project .project-link:hover + .row .project-cta {
    max-width: 300px;
    transition-delay: 0s;
  }
  .navigation-trio .project .project-link:hover + .row .project-cta span {
    opacity: 1;
    width: auto;
    transition-delay: 0.4s;
  }
}
.navigation-trio .project .row {
  height: 100%;
  padding: 0;
}
.navigation-trio .project .row .col-12 {
  height: 33.33333%;
  padding: 0;
}
.navigation-trio .project .project-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.navigation-trio .project .project-title p {
  font-size: 16px;
}
@media only screen and (max-width: 992px) and (min-width: 600px) {
  .navigation-trio .project .project-title {
    padding-top: 20px;
  }
  .navigation-trio .project .project-title p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .navigation-trio .project .project-title {
    padding-top: 10px;
  }
  .navigation-trio .project .project-title p {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.navigation-trio .project .project-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-trio .project .project-logo img {
  max-width: 400px;
  max-height: 400px;
}
@media only screen and (max-width: 1200px) and (min-width: 600px) {
  .navigation-trio .project .project-logo img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .navigation-trio .project .project-logo img {
    max-width: 150px;
    max-height: 150px;
  }
}
.navigation-trio .project .project-button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.navigation-trio.navigation-trio-active {
  pointer-events: all;
}
.navigation-trio.navigation-trio-active .navigation-1, .navigation-trio.navigation-trio-active .navigation-2, .navigation-trio.navigation-trio-active .navigation-3 {
  transform: translateY(0);
}
@media only screen and (min-width: 1200px) and (pointer: fine) {
  .navigation-trio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
    pointer-events: none;
  }
}

.services {
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Fading animation */
  /* On smaller screens, decrease text size */
}
.services .work-banner {
  background-color: rgb(254, 232, 247) !important;
  height: 40vh;
}
@media only screen and (max-width: 992px) {
  .services .work-banner {
    height: 30vh;
  }
}
.services .title {
  font-weight: 900;
  font-size: 60px;
  line-height: 110%;
}
@media only screen and (min-width: 1600px) {
  .services .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .services .title {
    font-size: 30px;
  }
}
.services .project-intro h3 {
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 992px) {
  .services .project-intro h3 {
    font-size: 30px;
  }
}
.services .project-intro p {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .services .project-intro p {
    font-size: 18px;
  }
}
.services .service-text h1 {
  font-size: 40px !important;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .services .service-text h1 {
    font-size: 30px !important;
  }
}
.services .service-text p {
  font-size: 20px !important;
  font-weight: 200;
  text-align: center;
}
.services .next-project p {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .services .next-project p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .services .next-project p {
    font-size: 15px;
  }
}
.services .service-swiper {
  align-content: center;
}
.services .service-swiper .service-pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  transition: 2s;
}
@media only screen and (min-width: 992px) {
  .services .service-swiper .service-pagination:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(-90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    z-index: 2;
  }
}
.services .service-swiper .service-pagination .swiper-wrapper .swiper-slide {
  width: auto;
  opacity: 1;
}
.services .service-swiper .service-pagination .swiper-wrapper .swiper-slide.swiper-slide-active span.swiper-pagination-bullet {
  color: #f6363e;
}
.services .service-swiper .service-pagination span.swiper-pagination-bullet {
  width: auto;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: rgb(89, 89, 89);
  display: block;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 1s;
}
@media only screen and (max-width: 1525px) and (min-width: 973px) {
  .services .service-swiper .service-pagination span.swiper-pagination-bullet {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .services .service-swiper .service-pagination span.swiper-pagination-bullet {
    font-size: 30px;
    text-align: center;
  }
}
.services .service-swiper .service-pagination span.swiper-pagination-bullet-active {
  color: #f6363e;
}
.services .service-swiper .service-pagination[data-offset=digital] {
  transform: translateX(0);
}
.services .service-swiper .service-pagination[data-offset=creative] {
  transform: translateX(-108px);
}
.services .service-swiper .service-pagination[data-offset=marketing] {
  transform: translateX(-240px);
}
.services .service-swiper .service-pagination[data-offset=branding] {
  transform: translateX(-401px);
}
.services .service-swiper .service-swiper-wrap .swiper-slide {
  opacity: 0;
  transition: 1s;
}
.services .service-swiper .service-swiper-wrap .swiper-slide-active {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .services .service-swiper .service-swiper-wrap {
    margin-left: 5%;
  }
}
.services .service-swiper .service-next, .services .service-swiper .service-prev {
  top: 40px;
  left: -50px;
  right: auto;
  background-image: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 1s;
}
@media only screen and (max-width: 992px) {
  .services .service-swiper .service-next, .services .service-swiper .service-prev {
    top: 30px;
    left: 10%;
    right: auto;
  }
}
.services .service-swiper .service-next {
  left: auto;
  right: -75px;
}
@media only screen and (max-width: 992px) {
  .services .service-swiper .service-next {
    left: auto;
    right: 10%;
  }
}
.services .service-swiper .service-list h4 {
  font-weight: 600;
  color: #f6363e;
}
.services .service-swiper .service-list ul {
  list-style: none;
  padding-left: 15px;
}
.services .service-swiper .service-list ul li {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.services .service-swiper .service-list ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #f6363e;
}
.services .service-swiper .service-title-wrap {
  transform: translateY(0px);
}
@media only screen and (min-width: 767px) {
  .services .service-swiper .service-title-wrap {
    transform: translateY(40px);
  }
}
.services .service-swiper .service-title span {
  font-size: calc(1vh + 10vw);
  display: inline-block;
  opacity: 0;
  transform: translateY(75px);
  transition: 0.2s;
}
.services .service-swiper .service-title span:nth-of-type(1) {
  transition-delay: 0ms;
}
.services .service-swiper .service-title span:nth-of-type(2) {
  transition-delay: 100ms;
}
.services .service-swiper .service-title span:nth-of-type(3) {
  transition-delay: 200ms;
}
.services .service-swiper .service-title span:nth-of-type(4) {
  transition-delay: 300ms;
}
.services .service-swiper .service-title span:nth-of-type(5) {
  transition-delay: 400ms;
}
.services .service-swiper .service-title span:nth-of-type(6) {
  transition-delay: 500ms;
}
.services .service-swiper .service-title span:nth-of-type(7) {
  transition-delay: 600ms;
}
.services .service-swiper .service-title span:nth-of-type(8) {
  transition-delay: 700ms;
}
.services .service-swiper .service-title span:nth-of-type(9) {
  transition-delay: 800ms;
}
.services .service-swiper .service-title span:nth-of-type(10) {
  transition-delay: 900ms;
}
.services .service-swiper .service-title span:nth-of-type(11) {
  transition-delay: 1000ms;
}
.services .service-swiper .service-title span:nth-of-type(12) {
  transition-delay: 1100ms;
}
.services .service-swiper .service-title span:nth-of-type(13) {
  transition-delay: 1200ms;
}
.services .service-swiper .service-title span:nth-of-type(14) {
  transition-delay: 1300ms;
}
.services .service-swiper .service-title span:nth-of-type(15) {
  transition-delay: 1400ms;
}
.services .service-swiper .service-title.letteringIn {
  opacity: 1;
}
.services .service-swiper .service-title.letteringIn span {
  opacity: 1;
  transform: translateY(0px);
}
.services .service-swiper .down-arrow {
  position: relative;
  height: 67px;
  width: 14px;
  margin-left: auto;
  margin-right: auto;
}
.services .service-swiper .down-arrow .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 3px;
  height: 20px;
  background-color: #f6363e;
  border-radius: 3px;
  animation-name: arrow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes arrow {
  0% {
    height: 20px;
  }
  70% {
    height: 60px;
  }
  100% {
    height: 20px;
  }
}
.services .service-swiper .down-arrow .arrow {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 11px;
  height: 11px;
  border-bottom: 3px solid #f6363e;
  border-left: 3px solid #f6363e;
  border-radius: 1.5px;
  transform: rotate(-45deg);
  animation-name: arrow-tip;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes arrow-tip {
  0% {
    top: 10px;
  }
  70% {
    top: 50px;
  }
  100% {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .services .service-swiper {
    min-height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .services .service-swiper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.services .client-logo-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services .client-logo-board .client-logo {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1300px) {
  .services .client-logo-board .client-logo {
    width: 25%;
  }
}
@media only screen and (max-width: 576px) {
  .services .client-logo-board .client-logo {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 350px) {
  .services .client-logo-board .client-logo {
    width: 50%;
  }
}
.services .client-logo-board .client-logo div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20%;
}
@media only screen and (max-width: 1200px) {
  .services .client-logo-board .client-logo div {
    padding: 15%;
  }
}
.services .client-logo-board .client-logo p {
  text-align: center;
}
.services .work-banner {
  background-color: #f6363e;
}
.services .work-banner h2 {
  color: rgb(0, 0, 0) !important;
}
.services .work-banner a {
  color: rgb(255, 255, 255);
}
.services .work-banner a:hover {
  color: rgb(0, 0, 0);
}
.services .service-intro h1 {
  font-size: calc(1vh + 8vw);
  transform: translateY(20%);
}
@media only screen and (max-width: 991px) {
  .services .service-intro h1 {
    margin-bottom: 20px;
  }
}
.services .service-team h3 {
  max-width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .services .service-team .col-12 .spacer-20 {
    display: none;
  }
}
.services body.light-theme .service-team h2 {
  color: rgb(201, 168, 53);
}
.services .service-team .col-12 {
  justify-content: center !important;
}
.services .service-team h2 {
  position: relative;
  font-size: calc(1vh + 8vw);
  transform: translateY(20%);
  z-index: -1;
}
.services .service-page-listing h3 {
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.services .service-page-listing ul li {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 1540px) {
  .services .service-page-listing ul li {
    font-size: 14px;
  }
}
.services .service-page-listing .service-listing {
  opacity: 0.3;
  transition: 0.4s;
}
.services .service-page-listing .service-listing .service-content {
  overflow: hidden;
  transition: 0.4s;
}
@media only screen and (max-width: 991px) {
  .services .service-page-listing .service-listing .service-content a.cta-underline {
    font-size: 20px;
  }
}
.services .service-page-listing .service-listing.service-listing-active {
  opacity: 1;
}
.services .service-projects .projects-list .project-tile:nth-of-type(3), .services .service-projects .projects-list .project-tile:nth-of-type(4), .services .service-projects .projects-list .project-tile:nth-of-type(5) {
  padding-top: 15px !important;
}
.services .service-landing {
  min-height: calc(100vh - 150px);
}
@media only screen and (min-width: 1200px) {
  .services .service-landing {
    min-height: calc(100vh - 88px);
  }
}
@media only screen and (max-width: 1200px) {
  .services .service-landing .theme-toggle {
    bottom: 10px;
  }
}
.services .single-title-animation span {
  display: inline-block;
  min-width: 3%;
  opacity: 0;
  transform: translateY(75px);
  transition: opacity 0.2s, transform 0.2s;
}
.services .single-title-animation span:nth-of-type(1) {
  transition-delay: 0ms;
}
.services .single-title-animation span:nth-of-type(2) {
  transition-delay: 100ms;
}
.services .single-title-animation span:nth-of-type(3) {
  transition-delay: 200ms;
}
.services .single-title-animation span:nth-of-type(4) {
  transition-delay: 300ms;
}
.services .single-title-animation span:nth-of-type(5) {
  transition-delay: 400ms;
}
.services .single-title-animation span:nth-of-type(6) {
  transition-delay: 500ms;
}
.services .single-title-animation span:nth-of-type(7) {
  transition-delay: 600ms;
}
.services .single-title-animation span:nth-of-type(8) {
  transition-delay: 700ms;
}
.services .single-title-animation span:nth-of-type(9) {
  transition-delay: 800ms;
}
.services .single-title-animation span:nth-of-type(10) {
  transition-delay: 900ms;
}
.services .single-title-animation span:nth-of-type(11) {
  transition-delay: 1000ms;
}
.services .single-title-animation span:nth-of-type(12) {
  transition-delay: 1100ms;
}
.services .single-title-animation span:nth-of-type(13) {
  transition-delay: 1200ms;
}
.services .single-title-animation span:nth-of-type(14) {
  transition-delay: 1300ms;
}
.services .single-title-animation span:nth-of-type(15) {
  transition-delay: 1400ms;
}
.services .single-title-animation.single-title-animation-active {
  opacity: 1;
}
.services .single-title-animation.single-title-animation-active span {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (min-width: 992px) {
  .services .single-title-animation.single-title-animation-active span {
    transform: translateY(15px);
  }
}
@media only screen and (min-width: 992px) {
  .services .service-contact {
    align-items: center;
  }
}
.services .service-contact h1 {
  display: none;
}
.services .service-contact h2.single-title-animation {
  position: relative;
  font-size: calc(1vh + 8vw);
  z-index: -1;
}
.services .service-contact .address {
  cursor: default;
  pointer-events: none;
}
.services .service-contact form {
  display: block;
}
.services .service-contact form input {
  width: 100%;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 3px 8px;
  border-radius: 0;
  outline: 0;
  background-color: rgb(0, 0, 0);
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: 0.3s;
}
.services .service-contact form label {
  width: 100%;
  cursor: pointer;
}
.services .service-contact form label div.cta-underline {
  font-size: 20px;
  display: inline-block;
}
.services .service-contact form label:not([for=submit]) {
  display: flex;
  align-items: center;
}
.services .service-contact form label:not([for=submit]) input[type=checkbox] {
  display: none;
}
.services .service-contact form label:not([for=submit]) input[type=checkbox]:checked + .tick-box {
  background-color: #f6dd10;
}
.services .service-contact form label:not([for=submit]) .tick-box {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #f6dd10;
  border-radius: 4px;
}
.services .service-contact form label:not([for=submit]) span {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.services .service-contact form label:not([for=submit]) span a {
  font-size: 18px;
  color: #f6dd10;
  text-decoration: underline;
}
.services .service-contact form label:not([for=submit]) span a:hover {
  text-decoration: none;
}
.services .service-contact form input[type=submit] {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
}
.services .service-contact form .cta {
  font-size: 17px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  display: inline-block;
  padding: 10px 40px;
  width: auto;
  height: auto;
  transition: 0.3s;
  background-color: #f6dd10 !important;
}
.services .service-contact form .cta:hover {
  background-color: rgb(255, 255, 255) !important;
}
.services .service-contact form .hf-message {
  font-size: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 420px) {
  .services .service-contact form .hf-message {
    font-size: 18px;
  }
}
.services .service-landing-image {
  position: relative;
  min-height: 100vh;
  padding-bottom: 50px;
}
.services .service-landing-image .title-right {
  position: absolute;
  top: 17vh;
  left: 2%;
  font-size: calc(1vh + 10vw);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  animation-name: title_right;
  animation-duration: 16s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes title_right {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(20%);
  }
}
.services .service-landing-image .title-left {
  position: absolute;
  top: 44vh;
  right: 2%;
  font-size: calc(1vh + 10vw);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  animation-name: title_left;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
@keyframes title_left {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(-20%);
  }
}
.services .service-landing-image h2 {
  font-size: calc(1vh + 5vw);
  color: rgb(255, 255, 255) !important;
  line-height: 120%;
}
.services .service-landing-image h2 span {
  color: #f6dd10;
}
.services .service-landing-image a.cta {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  display: inline-block;
  padding: 10px 50px;
  width: auto;
  height: auto;
  transition: 0.3s;
  background-color: #f6dd10 !important;
}
.services .service-landing-image a.cta:hover {
  background-color: rgb(255, 255, 255) !important;
}
.services .service-landing-image a:not(.cta) {
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1200px) {
  .services .service-landing-image .spacer-50 {
    height: 22vh;
  }
}
.services .service-landing-image .col-12 {
  min-height: 60vh;
}
.services .menu-cta {
  position: absolute;
  top: 0;
  right: 80px;
  width: 160px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-left: 10%;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #f6dd10;
  transition: 0.4s;
  cursor: pointer;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .services .menu-cta {
    top: 10px;
    right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.services .menu-cta:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.services .service-contact a:hover {
  color: rgb(255, 255, 255);
}
.services * {
  box-sizing: border-box;
}
.services .mySlides {
  display: none;
}
.services img {
  vertical-align: middle;
}
.services .single-case-study .single-case-study-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  min-height: 300px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 2s, 1.5s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .services .single-case-study .single-case-study-inner {
    height: 30vh;
  }
}
@media only screen and (max-width: 992px) {
  .services .single-case-study .single-case-study-inner {
    height: 25vh;
  }
}
@media only screen and (max-width: 992px) {
  .services .single-case-study .single-case-study-inner {
    height: 20vh;
  }
}
.services .prev, .services .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.services .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.services .prev:hover, .services .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.services .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.services .dot {
  text-transform: uppercase;
}
.services .dot.active {
  cursor: pointer;
  background-color: rgb(254, 232, 247);
  border-radius: 50px;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
}
.services .dot:hover {
  background-color: rgb(254, 232, 247);
  border-radius: 50px;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
}
.services .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 300px) {
  .services .prev, .services .next, .services .text {
    font-size: 11px;
  }
}

.about-team .work-banner {
  background-color: rgb(254, 232, 247) !important;
  height: 40vh;
}
@media only screen and (max-width: 992px) {
  .about-team .work-banner {
    height: 30vh;
  }
}
.about-team .title {
  font-weight: 900;
  font-size: 60px;
  line-height: 110%;
}
@media only screen and (min-width: 1600px) {
  .about-team .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .about-team .title {
    font-size: 30px;
  }
}
.about-team .project-intro {
  padding-top: 50px;
}
.about-team .project-intro h3 {
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}
.about-team .col-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about-team .col-12 .team-card {
  position: relative;
  width: calc(20% - 10px);
  max-width: calc(20% - 10px);
  height: 444px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  transition: transform 1s;
  cursor: pointer;
}
@media only screen and (min-width: 700px) and (max-width: 800px) {
  .about-team .col-12 .team-card {
    height: 500px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 992px) {
  .about-team .col-12 .team-card {
    height: 580px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-team .col-12 .team-card {
    height: 600px;
  }
}
@media only screen and (max-width: 1450px) {
  .about-team .col-12 .team-card {
    width: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 1200px) {
  .about-team .col-12 .team-card {
    width: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
  }
}
@media only screen and (max-width: 992px) {
  .about-team .col-12 .team-card {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 576px) {
  .about-team .col-12 .team-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.about-team .col-12 .team-card .card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  backface-visibility: hidden;
}
@media only screen and (max-width: 576px) {
  .about-team .col-12 .team-card .card-front {
    background-position: 50% 0%;
  }
}
.about-team .col-12 .team-card img {
  opacity: 1;
}
.about-team .col-12 .team-card .card-back {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: calc(100% - 20px);
  height: auto;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  background-color: transparent;
  overflow: hidden;
  transition: 0.5s;
  transition-delay: 0.3s;
  z-index: 1;
}
.about-team .col-12 .team-card .card-back * {
  width: 100%;
}
.about-team .col-12 .team-card .card-back div {
  flex-grow: 1;
}
.about-team .col-12 .team-card .card-back h3 {
  font-size: 30px;
  font-weight: 900;
  color: rgb(255, 255, 255) !important;
  margin: 0;
}
.about-team .col-12 .team-card .card-back h3 span {
  color: rgb(255, 255, 255) !important;
}
.about-team .col-12 .team-card .card-back h4 {
  font-size: 16px;
  font-weight: 900;
  color: rgb(255, 255, 255) !important;
}
.about-team .col-12 .team-card .card-back p {
  color: rgb(0, 0, 0);
  max-height: 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}
.about-team .col-12 .team-card {
  position: relative;
}
.about-team .col-12 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
.about-team .col-12 .team-card:hover .overlay {
  opacity: 1;
}
.about-team .col-12 .professional-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-team .col-12 .personal-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .about-team .partner-content:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}
.about-team .partner-content .partner-content-inner p {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 3rem;
}
.about-team .partner-content .partner-content-inner h2 {
  font-size: 20px;
}

.partner-intro h2 {
  font-size: calc(1vh + 10vw);
}
.partner-intro h3 {
  max-width: 100%;
}

.modal .modal-content .btn-close-modal {
  position: absolute;
  top: -50px;
  right: -70px;
  z-index: 9999;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .btn-close-modal {
    left: 0;
    top: 0;
    font-size: 25px;
    width: 60px;
  }
}
.modal .modal-content .modal-body .partner-bio {
  font-size: 20px;
  font-weight: 200;
  font-family: "Outfit";
}
@media screen and (max-width: 992px) {
  .modal .modal-content .modal-body .partner-bio {
    margin-bottom: 1.5rem;
  }
}
.modal .modal-content .modal-body .partner-bio a.cta-underline {
  font-size: 20px;
}
.modal .modal-content .modal-body .partner-bio a.cta-underline:hover {
  color: rgb(255, 255, 255);
}

.contact .work-banner {
  background-color: rgb(254, 232, 247) !important;
  height: 40vh;
}
@media only screen and (max-width: 992px) {
  .contact .work-banner {
    height: 30vh;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.contact .title {
  font-weight: 900;
  font-size: 60px;
  line-height: 110%;
}
@media only screen and (min-width: 1600px) {
  .contact .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .contact .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .contact .row.main-contact-intro {
    justify-content: left !important;
  }
}
@media only screen and (max-width: 576px) {
  .contact .row.main-contact-intro .project-intro.partner-intro .d-flex.flex-column {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .contact .row.main-contact-intro .project-intro.partner-intro .d-flex.flex-column p {
    justify-content: center !important;
    text-align: center !important;
  }
}
.contact .contact-page {
  position: relative;
}
.contact .contact-page h1 {
  color: rgb(89, 89, 89);
  line-height: 100%;
  transform: translate(-50px, 45px);
  z-index: -1;
}
@media only screen and (max-width: 992px) and (min-width: 575px) {
  .contact .contact-page h1 {
    font-size: 100px;
    transform: translate(-45px, 40px);
  }
}
@media only screen and (max-width: 576px) {
  .contact .contact-page h1 {
    font-size: 70px;
    transform: translate(0);
  }
}
.contact .contact-page h2 {
  position: relative;
  font-size: 35px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  z-index: 1;
}
@media only screen and (max-width: 1388px) {
  .contact .contact-page h2 {
    font-size: 28px;
  }
}
.contact .contact-page h3 {
  font-size: 18px;
  font-weight: 600;
}
.contact .contact-page h3:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-color: #f6363e;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.contact .contact-page .contact-info a {
  font-weight: 400;
  font-size: 21px;
}
.contact .contact-page .contact-info a:hover {
  color: rgb(255, 29, 0);
}
.contact .contact-page div.address-active {
  opacity: 1;
  cursor: default;
}
.contact .contact-page div.address-active h3:before {
  opacity: 1;
}
.contact .contact-page .address {
  opacity: 0.6;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contact .contact-page p.p1 {
    font-size: 18px;
  }
}
.contact .contact-page .col-12 {
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .contact .contact-page .col-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    padding-bottom: 0 !important;
  }
  .contact .contact-page .col-12 .social-media-pullout.social-media-pullout-active.d-flex.flex-column {
    flex-direction: row !important;
    margin-bottom: 50px;
  }
}
.contact .contact-page #map {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 0;
  opacity: 1;
}
.contact .contact-page #map > div {
  background-color: rgb(0, 0, 0) !important;
}
.contact .contact-page .map-filter {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 68%);
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .contact .contact-page #map {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .contact .contact-page .map-filter {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 300px;
  }
}
.contact .map-container {
  padding-bottom: 5rem;
}

.news-archive {
  position: relative;
}
.news-archive h1 {
  color: rgb(89, 89, 89);
  transform: translateY(50px);
}
@media only screen and (max-width: 650px) {
  .news-archive h1 {
    font-size: 40px;
    transform: translateY(0);
  }
}
.news-archive .featured-news .featured-image {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.news-archive .featured-news .swiper-slide {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: 1s;
}
.news-archive .featured-news .swiper-slide-active {
  opacity: 1;
}
.news-archive .featured-news .swiper-slide-active .featured-text {
  opacity: 1;
}
@media only screen and (min-width: 1400px) {
  .news-archive .featured-news {
    max-height: 700px;
  }
}
.news-archive .blog-featured-text {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 40px 30px;
  transform: translateY(-100px);
  background-color: rgb(0, 0, 0);
  transition: 0.5s;
  z-index: 1;
}
.news-archive .blog-featured-text h2 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  line-height: 125%;
}
@media only screen and (max-width: 1270px) {
  .news-archive .blog-featured-text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1270px) {
  .news-archive .blog-featured-text {
    max-width: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .news-archive .blog-featured-text {
    max-width: 100%;
    transform: translateY(0);
  }
}
.news-archive .featured-next, .news-archive .featured-prev {
  top: calc(50% - 37px);
  left: 0;
  width: 37px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  background-color: #f6363e;
  transition: opacity 1s;
}
.news-archive .featured-next {
  left: auto;
  right: 0;
}
.news-archive .news-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(255, 255, 255);
  overflow: hidden;
}
.news-archive .news-item .news-title {
  width: 75%;
}
.news-archive .news-item .news-title h2 {
  font-size: 60px;
  color: rgb(89, 89, 89);
  transform: translateY(12px);
  z-index: -1;
}
.news-archive .news-item .news-title p {
  position: relative;
  font-size: 20px;
  max-width: 400px;
  margin-left: 50px;
  z-index: 1;
}
.news-archive .news-item .news-date {
  width: 25%;
  text-align: right;
}
.news-archive .news-item .news-date h2 {
  font-size: 60px;
}
.news-archive .news-item .news-image {
  width: 100%;
  max-height: 0;
  transition: 0.5s;
}
.news-archive .news-item .news-image img {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.news-archive .news-item .news-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  max-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
  overflow: hidden;
}
.news-archive .news-item .news-cta span {
  font-size: 15px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  margin-right: 30px;
  opacity: 0;
  transition: 0.5s;
}
.news-archive .news-item .news-cta img {
  position: absolute;
  top: 15px;
  right: 10px;
}
.news-archive .news-item .news-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (pointer: fine) {
  .news-archive .news-item:hover .news-image {
    max-height: 315px;
  }
  .news-archive .news-item:hover .news-cta {
    height: 75px;
    background-color: #f6363e;
    max-width: 150px;
  }
  .news-archive .news-item:hover .news-cta img {
    top: 33px;
  }
  .news-archive .news-item:hover .news-cta span {
    opacity: 1;
  }
}
.news-archive .newsletter-form .form-wrap {
  position: relative;
  padding: 30px 15px;
}
.news-archive .newsletter-form h2 {
  font-size: calc(1vh + 8vw);
}
.news-archive .newsletter-form h3 {
  font-weight: 600;
  color: #f6363e;
}
.news-archive .newsletter-form p {
  max-width: 840px;
}
.news-archive .newsletter-form input[type=email] {
  width: 90%;
  max-width: 850px;
  font-family: "Outfit", sans-serif;
  font-size: calc(1vh + 4vw);
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 2px solid rgb(255, 255, 255);
}
@media only screen and (min-width: 992px) {
  .news-archive .newsletter-form input[type=email] {
    margin-left: 10%;
  }
}
.news-archive .newsletter-form input[type=email]::-moz-placeholder {
  opacity: 0.2;
}
.news-archive .newsletter-form input[type=email]::placeholder {
  opacity: 0.2;
}
.news-archive .newsletter-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.news-archive .newsletter-form input[type=checkbox]:checked + label .tick-box {
  background-color: rgb(255, 255, 255);
}
.news-archive .newsletter-form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .news-archive .newsletter-form label {
    margin-left: 10%;
  }
}
.news-archive .newsletter-form label .tick-box {
  width: 20px;
  height: 20px;
  border: 2px solid rgb(255, 255, 255);
  margin-right: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  transition: 1s;
}
.news-archive .newsletter-form input[type=submit] {
  display: block;
  width: 200px;
  height: 50px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: #f6363e;
  border: 3px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: 0.1s;
  line-height: 34px;
}
@media only screen and (min-width: 992px) {
  .news-archive .newsletter-form input[type=submit] {
    margin-left: 10%;
  }
}
.news-archive .newsletter-form input[type=submit]:active {
  font-size: 14px;
  box-shadow: inset 0px 0px 10px rgb(226, 175, 55);
  border: 5px solid rgb(226, 175, 55) !important;
}

.single-news h1 {
  font-size: 28px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.single-news hr {
  width: 200px;
  margin: 30px auto;
  color: #f6363e;
  background-color: #f6363e;
  height: 3px;
  border: 0;
}
.single-news h3 {
  font-size: 28px;
  font-weight: 600;
}
.single-news .blog-content {
  padding: 40px 30px;
  background-color: rgb(0, 0, 0);
  transform: translateY(-50px);
}
.single-news .blog-content img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.single-news .blog-content h2 {
  font-size: 70px;
}
@media only screen and (max-width: 767px) {
  .single-news .blog-content h2 {
    font-size: 35px;
  }
}
.single-news .share, .single-news .date {
  position: sticky;
  top: 100px;
  margin-top: 20px;
}
.single-news .share svg path, .single-news .date svg path {
  transition: 0.5s;
}
.single-news .share svg:hover path, .single-news .date svg:hover path {
  fill: #f6363e;
}
.single-news .date {
  text-align: right;
}

.glossary h1 {
  font-size: 194px;
  color: rgb(38, 38, 38);
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  .glossary h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .glossary h1 {
    font-size: 70px;
  }
}
.glossary .alphabet {
  transform: translateY(-50px);
}
.glossary .alphabet span {
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  color: rgb(89, 89, 89);
  font-weight: 600;
  margin-left: 0.5%;
  margin-right: 0.5%;
  cursor: pointer;
  transition: 1s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glossary .alphabet span.letter-active {
  color: #f6363e;
}
.glossary .alphabet span.letter-disable {
  opacity: 0.6;
  pointer-events: none;
}
@media only screen and (max-width: 1430px) and (min-width: 1039px) {
  .glossary .alphabet span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
  .glossary .alphabet span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .glossary .alphabet span {
    display: block;
    font-size: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 767px) {
  .glossary .alphabet {
    transform: translateY(-30px);
  }
}
@media only screen and (max-width: 767px) {
  .glossary .alphabet {
    transform: translateY(0px);
    padding: 0;
    margin-left: 10px;
  }
  .glossary .alphabet span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .glossary .alphabet .alphabet-next {
    transform: rotate(90deg);
  }
  .glossary .alphabet .alphabet-prev {
    transform: rotate(90deg);
  }
}
.glossary .glossary-letter {
  position: relative;
}
.glossary .glossary-letter span {
  position: absolute;
  left: -100px;
  top: -30px;
  font-family: "Outfit", sans-serif;
  font-size: 194px;
  font-weight: 700;
  color: rgb(38, 38, 38);
  line-height: 50%;
  z-index: -1;
}
@media only screen and (max-width: 850px) {
  .glossary .glossary-letter span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .glossary .glossary-letter span {
    position: relative;
    top: auto;
    left: auto;
  }
}
.glossary .glossary-letter h3 {
  font-size: 28px;
  font-weight: 600;
}
.glossary .glossary-letter .glossary-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  .glossary .glossary-letter {
    margin-left: 100px;
  }
}
.glossary [data-simplebar] {
  height: 900px;
}
.glossary [data-simplebar] .simplebar-wrapper {
  overflow: auto !important;
}
.glossary [data-simplebar] .simplebar-content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .glossary [data-simplebar] {
    height: 1200px;
  }
}

.glossary-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 88px;
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(0, 0, 0);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .glossary-nav {
    padding-top: 77px;
    background-color: rgba(0, 0, 0, 0);
  }
  .glossary-nav .col-12.col-lg-11.offset-lg-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70px;
    background-color: rgb(0, 0, 0);
  }
  .glossary-nav .alphabet {
    padding-top: 100px;
    height: calc(100vh - 120px);
    overflow: auto;
  }
}

.glossary-social .social-media-pullout {
  position: sticky;
  top: 150px;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.single-page h1 {
  font-size: 28px;
}
.single-page hr {
  color: rgb(254, 198, 235);
  background-color: rgb(254, 198, 235);
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
}
.single-page h3 {
  font-size: 16px;
  font-weight: 600;
}

.error-404 h1 {
  font-size: 125px;
  color: rgb(89, 89, 89);
}
@media only screen and (max-width: 620px) {
  .error-404 h1 {
    font-size: 65px;
  }
}
.error-404 h2 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  transform: translate(40px, -40px);
}
@media only screen and (max-width: 620px) {
  .error-404 h2 {
    font-size: 25px;
    transform: translate(0);
  }
}
.error-404 .choices {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .error-404 .choices {
    justify-content: flex-start;
  }
}
.error-404 .choice-text {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 90px;
}
.error-404 input[type=text] {
  display: none;
}
.error-404 input[type=submit] {
  width: 100%;
  max-width: 160px;
  height: 43px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding: 3px 30px;
  background-color: #f6363e;
  border: 5px solid rgba(0, 0, 0, 0);
  transition: 0.1s;
  cursor: pointer;
}
.error-404 input[type=submit]:active {
  font-size: 14px;
  box-shadow: inset 0px 0px 10px rgb(168, 15, 22);
  border: 5px solid rgb(168, 15, 22) !important;
}
.error-404 form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus, .choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  background-color: rgb(0, 0, 0);
  transition: 0.3s;
}

* {
  outline: 0;
}
*::-moz-selection {
  background: #f6363e; /* WebKit/Blink Browsers */
}
*::selection {
  background: #f6363e; /* WebKit/Blink Browsers */
}
*::-moz-selection {
  background: #f6363e; /* Gecko Browsers */
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 130%;
}

h2 {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: rgb(38, 38, 38);
  margin: 0;
  line-height: 120%;
}
h2.plain-h2 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 130%;
}
@media only screen and (max-width: 1500px) {
  h2.plain-h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  h2.plain-h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 576px) {
  h2.plain-h2 {
    font-size: 20px;
  }
}
h2.plain-h2 strong {
  color: #f6363e;
}

h3 {
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
h3 span {
  font-family: "Outfit", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: #f6363e;
}

h4 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 1540px) {
  h4 {
    font-size: 20px;
  }
}

#HomepageVideoMobile {
  display: none;
}
@media screen and (max-width: 992px) {
  #HomepageVideoMobile {
    display: block !important;
  }
}

#homePageVideoSoundMobile {
  display: none;
}
@media screen and (max-width: 992px) {
  #homePageVideoSoundMobile {
    display: block !important;
  }
}

.video-btn-full-screen {
  z-index: 9;
}
@media screen and (max-width: 992px) {
  #homePageVideoNoSound {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  #homePageVideoSound {
    display: none !important;
  }
}

.work-banner-next-project {
  background-color: rgb(254, 198, 235) !important;
}

.homepage-box-container .btn-close-modal {
  position: absolute;
  color: white;
  z-index: 1000000000000000000;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}
.homepage-box-container .btn-close-modal:hover {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .homepage-box-container .btn-close-modal {
    left: 0;
    width: 60px;
    font-size: 25px;
    top: 10px;
    right: 10px;
  }
}

.single-page ul,
p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
a {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none !important;
}

a.project-cta {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
  display: flex;
  align-items: center;
  width: auto;
  height: 80px;
  max-width: 80px;
  padding: 30px;
  background-color: #f6363e;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s;
  transition-delay: 0.3s;
}
a.project-cta span {
  margin-right: 60px;
  opacity: 0;
  transition: 0.3s;
}
a.project-cta img {
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
}
a.project-cta:hover {
  max-width: 300px;
  transition-delay: 0s;
}
a.project-cta:hover span {
  opacity: 1;
  width: auto;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 992px) and (min-width: 600px) {
  a.project-cta {
    height: 60px;
    max-width: 60px;
    padding: 15px;
  }
  a.project-cta img {
    right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  a.project-cta {
    height: 50px;
    max-width: 50px;
    padding: 10px 15px;
  }
  a.project-cta img {
    right: 15px;
  }
}

.full-screen-btn {
  border: none;
  background-color: transparent;
  position: absolute;
  bottom: 20%;
}
.full-screen-btn h2 {
  color: white !important;
  font-weight: 900;
}
div.cta-underline, a.cta-underline {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s;
}
div.cta-underline:after, a.cta-underline:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  height: 2px;
  width: 50%;
  transition: 0.3s;
}
div.cta-underline:hover, a.cta-underline:hover {
  color: #f6363e;
}
div.cta-underline:hover:after, a.cta-underline:hover:after {
  width: 100%;
}

a.cta {
  display: block;
  width: 138px;
  height: 41px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-color: #f6363e;
  border: 3px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: 0.1s;
  line-height: 34px;
}
a.cta:active {
  font-size: 14px;
  box-shadow: inset 0px 0px 10px rgb(226, 175, 55);
  border: 5px solid rgb(226, 175, 55) !important;
}

body.light-theme {
  background-color: rgb(255, 255, 255);
}
body.light-theme .menu-cta {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
body.light-theme .menu-cta:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
body.light-theme .theme-toggle {
  color: rgb(0, 0, 0) !important;
}
body.light-theme .theme-toggle:before, body.light-theme .theme-toggle:after {
  border: 4px solid rgb(0, 0, 0);
}
body.light-theme header .menu-icon span {
  background-color: rgb(255, 255, 255);
}
body.light-theme .sticky-project-bar {
  background-image: linear-gradient(#f6dd10 90%, rgba(0, 0, 0, 0));
}
body.light-theme .single-page ul,
body.light-theme h1, body.light-theme h2, body.light-theme h2 strong, body.light-theme h3, body.light-theme h4, body.light-theme p, body.light-theme a {
  color: rgb(0, 0, 0);
}
body.light-theme a.cta {
  background-color: rgb(0, 0, 0);
}
body.light-theme .landing-title .d-flex a {
  color: rgb(0, 0, 0);
}
body.light-theme .landing-title .d-flex a:before {
  background-color: rgb(255, 255, 255);
}
body.light-theme .social-media-pullout svg path {
  fill: rgb(0, 0, 0);
}
body.light-theme .social-media-pullout svg:hover path {
  fill: rgb(255, 255, 255);
}
body.light-theme .contact-footer .contact-cta {
  background-color: rgb(0, 0, 0);
}
body.light-theme .home-pagination ul li, body.light-theme .single-service-pagination ul li {
  color: rgb(0, 0, 0);
}
body.light-theme .home-pagination ul li.pagination-active, body.light-theme .single-service-pagination ul li.pagination-active {
  color: rgb(255, 255, 255);
}
body.light-theme header .menu-icon span {
  background-color: rgb(0, 0, 0);
}
body.light-theme header .menu-icon.menu-icon-active span {
  background-color: rgb(255, 255, 255);
}
body.light-theme .landing-title .d-flex h2 {
  color: rgb(0, 0, 0);
}
body.light-theme .landing-title .d-flex h2 strong {
  color: rgb(0, 0, 0);
}
body.light-theme .landing-title .d-flex h2 span.title-wipe::before {
  background-color: rgb(255, 255, 255);
}
body.light-theme .landing-title .d-flex h2 span.title-wipe {
  color: #f6dd10;
}
body.light-theme .landing-title .d-flex h2 span.title-wipe.title-wipe-play {
  color: rgb(255, 255, 255);
}
body.light-theme .work-banner {
  background-color: rgb(0, 0, 0);
}
body.light-theme .work-banner h2.plain-h2 {
  color: #f6dd10 !important;
}
body.light-theme .work-banner a {
  color: rgb(255, 255, 255);
}
body.light-theme .work-banner a:hover {
  color: #f6dd10;
}
body.light-theme .projects-list .project-tile .project .project-cta span.arrow-button {
  background-color: #f6dd10;
}
body.light-theme .service-bg {
  color: rgb(201, 168, 53);
}
body.light-theme .service-prev path, body.light-theme .service-next path {
  fill: rgb(0, 0, 0);
}
body.light-theme .home-locations a.project-cta {
  background-color: #f6dd10;
}
body.light-theme .home-locations a.project-cta span {
  color: rgb(0, 0, 0);
}
body.light-theme .home-locations a.project-cta img {
  filter: invert(100%);
}
body.light-theme .footer p, body.light-theme .footer a {
  color: rgb(255, 255, 255);
}
body.light-theme .footer a:hover {
  color: rgb(255, 255, 255);
}
body.light-theme .footer svg:hover {
  fill: rgb(255, 255, 255) !important;
}
body.light-theme .menu[data-color="0"] {
  background-color: rgb(255, 29, 0);
}
body.light-theme .menu[data-color="1"] {
  background-color: rgb(255, 148, 223);
}
body.light-theme .menu[data-color="2"] {
  background-color: rgb(101, 57, 158);
}
body.light-theme .menu .menu-items li a[data-color="0"], body.light-theme .menu .menu-details a[data-color="0"] {
  color: rgb(255, 255, 255);
}
body.light-theme .menu .menu-items li a[data-color="1"], body.light-theme .menu .menu-details a[data-color="1"] {
  color: rgb(255, 255, 255);
}
body.light-theme .menu .menu-items li a[data-color="2"], body.light-theme .menu .menu-details a[data-color="2"] {
  color: rgb(255, 255, 255);
}
body.light-theme .menu .menu-items li a[data-color="0"]:hover, body.light-theme .menu .menu-details a[data-color="0"]:hover {
  color: rgb(255, 148, 223);
}
body.light-theme .menu .menu-items li a[data-color="1"]:hover, body.light-theme .menu .menu-details a[data-color="1"]:hover {
  color: rgb(255, 29, 0);
}
body.light-theme .menu .menu-items li a[data-color="2"]:hover, body.light-theme .menu .menu-details a[data-color="2"]:hover {
  color: rgb(255, 29, 0);
}
body.light-theme .project-intro h1 {
  color: rgb(201, 168, 53);
}
body.light-theme .project-intro h2:not(.plain-h2) {
  color: rgb(201, 168, 53);
}
body.light-theme .project-intro h2.plain-h2 strong {
  color: rgb(255, 255, 255);
}
body.light-theme .project-intro h3 strong {
  color: rgb(0, 0, 0);
}
body.light-theme .project-intro h3 span {
  color: rgb(255, 255, 255);
}
body.light-theme .project-filter:after {
  background-color: rgb(0, 0, 0);
}
body.light-theme .project-filter ul li {
  color: rgb(0, 0, 0);
}
body.light-theme .project-filter ul li.filter-active {
  color: rgb(255, 255, 255);
}
body.light-theme .project-filter .choices .choices__inner {
  background-color: #f6dd10;
  border: none;
}
body.light-theme .project-filter .choices .choices__inner input {
  background-color: #f6dd10;
  border-bottom: none;
}
body.light-theme h2.service-title {
  color: rgb(201, 168, 53);
}
@media only screen and (min-width: 992px) {
  body.light-theme .service-swiper .service-pagination:before {
    background-image: linear-gradient(-90deg, #f6dd10, rgba(0, 0, 0, 0));
  }
}
body.light-theme .service-swiper .service-pagination .swiper-wrapper .swiper-slide span.swiper-pagination-bullet {
  color: rgb(0, 0, 0);
}
body.light-theme .service-swiper .service-pagination .swiper-wrapper .swiper-slide.swiper-slide-active span.swiper-pagination-bullet {
  color: rgb(255, 255, 255);
}
body.light-theme .service-swiper .service-list h4, body.light-theme .service-swiper .service-list ul li {
  color: rgb(0, 0, 0);
}
body.light-theme .service-swiper .service-list ul li:before {
  background-color: rgb(255, 255, 255);
}
body.light-theme .client-logo img {
  filter: invert(100%);
}
body.light-theme .about-team .col-12 .team-card .card-back h3 {
  color: rgb(0, 0, 0);
}
body.light-theme .about-team .col-12 .team-card .card-back h3 span {
  color: rgb(0, 0, 0);
}
body.light-theme .about-team .col-12 .team-card .card-back h4 {
  color: rgb(0, 0, 0);
}
body.light-theme .about-team .col-12 .team-card .card-back p {
  color: rgb(0, 0, 0);
}
body.light-theme .partner-content img {
  filter: invert(100%);
}
body.light-theme .blog-featured-text {
  background-color: #f6dd10;
}
body.light-theme .blog-featured-text h2 {
  color: rgb(0, 0, 0);
}
body.light-theme .featured-prev, body.light-theme .featured-next {
  background-color: rgb(0, 0, 0);
}
body.light-theme .featured-prev path, body.light-theme .featured-next path {
  fill: #f6dd10 !important;
}
body.light-theme .news-archive .news-item .news-title h2 {
  color: rgb(0, 0, 0);
  opacity: 0.2;
}
body.light-theme .news-archive .news-item .news-title p {
  font-weight: 600;
}
body.light-theme .news-archive .news-item .news-cta span {
  color: rgb(0, 0, 0);
}
body.light-theme .news-archive .news-item .news-cta img {
  filter: invert(100%);
  transition: 0.4s;
}
body.light-theme .news-archive .news-item:hover .news-cta {
  background-color: rgb(0, 0, 0);
}
body.light-theme .news-archive .news-item:hover .news-cta span {
  color: rgb(255, 255, 255);
}
body.light-theme .news-archive .news-item:hover .news-cta img {
  filter: invert(0%);
}
body.light-theme .form-wrap h3 {
  color: rgb(0, 0, 0);
}
body.light-theme .form-wrap input[type=email] {
  color: rgb(0, 0, 0);
  border-bottom: 2px solid rgb(0, 0, 0);
}
body.light-theme .form-wrap input[type=submit] {
  color: #f6dd10;
  background-color: rgb(0, 0, 0);
}
body.light-theme .form-wrap input[type=submit]:active {
  box-shadow: inset 0px 0px 10px rgb(89, 89, 89);
  border: 5px solid rgb(89, 89, 89) !important;
}
body.light-theme .single-news .blog-content {
  background-color: #f6dd10;
}
body.light-theme .single-news hr {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
body.light-theme .contact-page h1 {
  opacity: 0.2;
}
body.light-theme .contact-page h3::before {
  background-color: rgb(255, 255, 255);
}
body.light-theme .contact-page .map-filter {
  background: radial-gradient(rgba(243, 202, 58, 0) 0%, #f6dd10 68%);
}
body.light-theme .contact-page #map > div {
  background-color: #f6dd10 !important;
}
body.light-theme .service-contact h2.single-title-animation {
  color: rgb(201, 168, 53);
}
body.light-theme .service-contact form input {
  color: rgb(0, 0, 0);
  background-color: #f6dd10;
  border-bottom: 1px solid rgb(0, 0, 0);
}
body.light-theme .service-contact form input::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
body.light-theme .service-contact form input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
body.light-theme .service-contact form label:not([for=submit]) input[type=checkbox]:checked + .tick-box {
  background-color: rgb(0, 0, 0);
}
body.light-theme .service-contact form label:not([for=submit]) .tick-box {
  border: 1px solid rgb(0, 0, 0);
}
body.light-theme .service-contact form label:not([for=submit]) span {
  color: black;
}
body.light-theme .service-contact form div.cta-underline {
  color: rgb(0, 0, 0);
}
body.light-theme .service-contact form div.cta-underline:after {
  background-color: rgb(0, 0, 0);
}
body.light-theme .service-contact form .cta {
  color: #f6dd10;
  background-color: rgb(0, 0, 0) !important;
}
body.light-theme .service-contact form .cta:hover {
  background-color: rgb(255, 255, 255) !important;
}
body.light-theme .service-page-listing ul li {
  color: rgb(0, 0, 0);
}
body.light-theme .campaignpage .service-intro h1, body.light-theme .campaignpage .service-intro h2, body.light-theme .campaignpage .service-page-listing h1, body.light-theme .campaignpage .service-page-listing h2, body.light-theme .campaignpage .service-team h1, body.light-theme .campaignpage .service-team h2 {
  color: rgba(255, 255, 255, 0.2);
}
body.light-theme .campaignpage .service-contact .col-12:not(.contact-page) h1, body.light-theme .campaignpage .service-contact .col-12:not(.contact-page) h2 {
  color: rgba(255, 255, 255, 0.2);
}
body.light-theme .service-contact form label:not([for=submit]) span a {
  color: rgb(255, 255, 255);
}

.fade-left {
  transform: translateX(-100px);
  opacity: 0;
  transition: 1s;
}

.show-left {
  transform: translateX(0);
  opacity: 1;
}

.fade-right {
  transform: translateX(100px);
  opacity: 0;
  transition: 1s;
}

.show-right {
  transform: translateX(0);
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: 1s;
}

.show-in {
  opacity: 1;
}

.delay-1 {
  transition-delay: 0.2s;
}
@media only screen and (max-width: 768px) {
  .delay-1 {
    transition-delay: 0.1s;
  }
}

.delay-2 {
  transition-delay: 0.4s;
}
@media only screen and (max-width: 768px) {
  .delay-2 {
    transition-delay: 0.2s;
  }
}

.delay-3 {
  transition-delay: 0.6s;
}
@media only screen and (max-width: 768px) {
  .delay-3 {
    transition-delay: 0.3s;
  }
}

.delay-4 {
  transition-delay: 0.8s;
}
@media only screen and (max-width: 768px) {
  .delay-4 {
    transition-delay: 0.4s;
  }
}

.delay-5 {
  transition-delay: 1s;
}
@media only screen and (max-width: 768px) {
  .delay-5 {
    transition-delay: 0.5s;
  }
}

.view-more-btn a h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
}
@media only screen and (max-width: 992px) {
  .view-more-btn a h3 {
    font-size: 20px;
  }
}

.custom-col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 992px) {
  .custom-col-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 700px) {
  .custom-col-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media only screen and (max-width: 550px) {
  .custom-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1300px) {
  .custom-col-2 img {
    width: 150px;
  }
}

@media only screen and (max-width: 1150px) {
  .client-logo-section {
    height: 400px;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 520px) {
  br.break-4 {
    display: block !important;
  }
}

.hp-text-block p {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0;
}
@media only screen and (max-width: 440px) {
  .hp-text-block p br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .hp-text-block p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hp-text-block p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 530px) {
  .hp-text-block p {
    font-size: 20px;
  }
}

.text-block-1 p {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .text-block-1 p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .text-block-1 p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 530px) {
  .text-block-1 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .text-block-1 p {
    font-size: 15px;
  }
}

.text-block-3 p {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .text-block-3 p {
    font-size: 16px;
  }
}

.full-screen-btn {
  position: absolute;
  cursor: pointer;
}
.full-screen-btn .play-btn {
  position: absolute;
  top: 20px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .full-screen-btn .play-btn {
    top: 16px;
    left: 24px;
    width: 41px;
  }
}

@media screen and (max-width: 768px) {
  .homepage-box-container {
    padding: 0 30px;
  }
  .homepage-box-container h1 {
    font-size: 45px;
  }
  .homepage-box-container h2 {
    font-size: 25px;
  }
}/*# sourceMappingURL=site.css.map */