/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ff8720;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #0a222e;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none !important;
}
.slick-track {
  display: flex;
  align-items: center;
}
.slick-track:before, .slick-track:after {
  content: none;
}

.slick-dots {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li.slick-active button:after {
  opacity: 1;
}
.slick-dots button {
  cursor: pointer;
  display: inline-block;
  border: none;
  background-color: transparent;
  user-select: none;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  position: relative;
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  transition: opacity 350ms ease-in-out;
}
.slick-dots button:hover {
  opacity: 1;
}
.slick-dots button:before, .slick-dots button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 350ms ease-in-out;
  border-radius: 9999px;
}
.slick-dots button:before {
  width: 17px;
  height: 17px;
  border: 1px solid #7f8e94;
}
.slick-dots button:after {
  width: 5px;
  height: 5px;
  background-color: #ff8720;
  opacity: 0;
}

html {
  width: 100%;
}

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

body {
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0a222e;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

h1,
.h1 {
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 1.4;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.1875rem;
  }
}

h2,
.h2 {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.4;
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.4;
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.8;
}

small,
.text-sm {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

::-moz-selection {
  color: white;
  background: #0a222e;
}

::selection {
  color: white;
  background: #0a222e;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 250ms ease-in-out;
}
a:hover {
  color: #0a222e;
}

ul,
ol {
  margin: 0;
}
ul:not([class]),
ol:not([class]) {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul:not([class]) li:not(:last-child),
ol:not([class]) li:not(:last-child) {
  margin-bottom: 5px;
}

hr {
  border: none;
  border-top: 1px solid rgba(127, 142, 148, 0.2);
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

address {
  font-style: inherit;
}

option {
  font-size: 1rem;
  font-weight: 400;
  color: #0a222e;
  line-height: 1.6;
}
option[disabled] {
  color: #7f8e94;
}

.bg-primary {
  background-color: #0a222e !important;
}

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

.bg-accent {
  background-color: #1b4461 !important;
}

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

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

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

.bg-neutral {
  background-color: #7f8e94 !important;
}

.bg-dark {
  background-color: #0a222e !important;
}

.bg-radial, .services__bg, #home-bg {
  background: radial-gradient(at top left, #12374d 0%, #0a212e 80%) !important;
}

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

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

.d-block {
  display: block !important;
  width: 100%;
}

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

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

@media (min-width: 576px) {
  .d-none\:sm {
    display: none !important;
    width: auto;
  }
  .d-inline-block\:sm {
    display: inline-block !important;
    width: auto;
  }
  .d-block\:sm {
    display: block !important;
    width: 100%;
  }
  .d-flex\:sm {
    display: flex !important;
    width: auto;
  }
  .d-inline-flex\:sm {
    display: inline-flex !important;
    width: auto;
  }
}
@media (min-width: 768px) {
  .d-none\:md {
    display: none !important;
    width: auto;
  }
  .d-inline-block\:md {
    display: inline-block !important;
    width: auto;
  }
  .d-block\:md {
    display: block !important;
    width: 100%;
  }
  .d-flex\:md {
    display: flex !important;
    width: auto;
  }
  .d-inline-flex\:md {
    display: inline-flex !important;
    width: auto;
  }
}
@media (min-width: 992px) {
  .d-none\:lg {
    display: none !important;
    width: auto;
  }
  .d-inline-block\:lg {
    display: inline-block !important;
    width: auto;
  }
  .d-block\:lg {
    display: block !important;
    width: 100%;
  }
  .d-flex\:lg {
    display: flex !important;
    width: auto;
  }
  .d-inline-flex\:lg {
    display: inline-flex !important;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .d-none\:xl {
    display: none !important;
    width: auto;
  }
  .d-inline-block\:xl {
    display: inline-block !important;
    width: auto;
  }
  .d-block\:xl {
    display: block !important;
    width: 100%;
  }
  .d-flex\:xl {
    display: flex !important;
    width: auto;
  }
  .d-inline-flex\:xl {
    display: inline-flex !important;
    width: auto;
  }
}
.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-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-row\:sm {
    flex-direction: row !important;
  }
  .flex-column\:sm {
    flex-direction: column !important;
  }
  .flex-row-reverse\:sm {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse\:sm {
    flex-direction: column-reverse !important;
  }
  .flex-wrap\:sm {
    flex-wrap: wrap !important;
  }
  .flex-nowrap\:sm {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse\:sm {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fill\:sm {
    flex: 1 1 auto !important;
  }
  .flex-grow-0\:sm {
    flex-grow: 0 !important;
  }
  .flex-grow-1\:sm {
    flex-grow: 1 !important;
  }
  .flex-shrink-0\:sm {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1\:sm {
    flex-shrink: 1 !important;
  }
  .justify-content-start\:sm {
    justify-content: flex-start !important;
  }
  .justify-content-end\:sm {
    justify-content: flex-end !important;
  }
  .justify-content-center\:sm {
    justify-content: center !important;
  }
  .justify-content-between\:sm {
    justify-content: space-between !important;
  }
  .justify-content-around\:sm {
    justify-content: space-around !important;
  }
  .align-items-start\:sm {
    align-items: flex-start !important;
  }
  .align-items-end\:sm {
    align-items: flex-end !important;
  }
  .align-items-center\:sm {
    align-items: center !important;
  }
  .align-items-baseline\:sm {
    align-items: baseline !important;
  }
  .align-items-stretch\:sm {
    align-items: stretch !important;
  }
  .align-self-auto\:sm {
    align-self: auto !important;
  }
  .align-self-start\:sm {
    align-self: flex-start !important;
  }
  .align-self-end\:sm {
    align-self: flex-end !important;
  }
  .align-self-center\:sm {
    align-self: center !important;
  }
  .align-self-baseline\:sm {
    align-self: baseline !important;
  }
  .align-self-stretch\:sm {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-row\:md {
    flex-direction: row !important;
  }
  .flex-column\:md {
    flex-direction: column !important;
  }
  .flex-row-reverse\:md {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse\:md {
    flex-direction: column-reverse !important;
  }
  .flex-wrap\:md {
    flex-wrap: wrap !important;
  }
  .flex-nowrap\:md {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse\:md {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fill\:md {
    flex: 1 1 auto !important;
  }
  .flex-grow-0\:md {
    flex-grow: 0 !important;
  }
  .flex-grow-1\:md {
    flex-grow: 1 !important;
  }
  .flex-shrink-0\:md {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1\:md {
    flex-shrink: 1 !important;
  }
  .justify-content-start\:md {
    justify-content: flex-start !important;
  }
  .justify-content-end\:md {
    justify-content: flex-end !important;
  }
  .justify-content-center\:md {
    justify-content: center !important;
  }
  .justify-content-between\:md {
    justify-content: space-between !important;
  }
  .justify-content-around\:md {
    justify-content: space-around !important;
  }
  .align-items-start\:md {
    align-items: flex-start !important;
  }
  .align-items-end\:md {
    align-items: flex-end !important;
  }
  .align-items-center\:md {
    align-items: center !important;
  }
  .align-items-baseline\:md {
    align-items: baseline !important;
  }
  .align-items-stretch\:md {
    align-items: stretch !important;
  }
  .align-self-auto\:md {
    align-self: auto !important;
  }
  .align-self-start\:md {
    align-self: flex-start !important;
  }
  .align-self-end\:md {
    align-self: flex-end !important;
  }
  .align-self-center\:md {
    align-self: center !important;
  }
  .align-self-baseline\:md {
    align-self: baseline !important;
  }
  .align-self-stretch\:md {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-row\:lg {
    flex-direction: row !important;
  }
  .flex-column\:lg {
    flex-direction: column !important;
  }
  .flex-row-reverse\:lg {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse\:lg {
    flex-direction: column-reverse !important;
  }
  .flex-wrap\:lg {
    flex-wrap: wrap !important;
  }
  .flex-nowrap\:lg {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse\:lg {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fill\:lg {
    flex: 1 1 auto !important;
  }
  .flex-grow-0\:lg {
    flex-grow: 0 !important;
  }
  .flex-grow-1\:lg {
    flex-grow: 1 !important;
  }
  .flex-shrink-0\:lg {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1\:lg {
    flex-shrink: 1 !important;
  }
  .justify-content-start\:lg {
    justify-content: flex-start !important;
  }
  .justify-content-end\:lg {
    justify-content: flex-end !important;
  }
  .justify-content-center\:lg {
    justify-content: center !important;
  }
  .justify-content-between\:lg {
    justify-content: space-between !important;
  }
  .justify-content-around\:lg {
    justify-content: space-around !important;
  }
  .align-items-start\:lg {
    align-items: flex-start !important;
  }
  .align-items-end\:lg {
    align-items: flex-end !important;
  }
  .align-items-center\:lg {
    align-items: center !important;
  }
  .align-items-baseline\:lg {
    align-items: baseline !important;
  }
  .align-items-stretch\:lg {
    align-items: stretch !important;
  }
  .align-self-auto\:lg {
    align-self: auto !important;
  }
  .align-self-start\:lg {
    align-self: flex-start !important;
  }
  .align-self-end\:lg {
    align-self: flex-end !important;
  }
  .align-self-center\:lg {
    align-self: center !important;
  }
  .align-self-baseline\:lg {
    align-self: baseline !important;
  }
  .align-self-stretch\:lg {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-row\:xl {
    flex-direction: row !important;
  }
  .flex-column\:xl {
    flex-direction: column !important;
  }
  .flex-row-reverse\:xl {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse\:xl {
    flex-direction: column-reverse !important;
  }
  .flex-wrap\:xl {
    flex-wrap: wrap !important;
  }
  .flex-nowrap\:xl {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse\:xl {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fill\:xl {
    flex: 1 1 auto !important;
  }
  .flex-grow-0\:xl {
    flex-grow: 0 !important;
  }
  .flex-grow-1\:xl {
    flex-grow: 1 !important;
  }
  .flex-shrink-0\:xl {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1\:xl {
    flex-shrink: 1 !important;
  }
  .justify-content-start\:xl {
    justify-content: flex-start !important;
  }
  .justify-content-end\:xl {
    justify-content: flex-end !important;
  }
  .justify-content-center\:xl {
    justify-content: center !important;
  }
  .justify-content-between\:xl {
    justify-content: space-between !important;
  }
  .justify-content-around\:xl {
    justify-content: space-around !important;
  }
  .align-items-start\:xl {
    align-items: flex-start !important;
  }
  .align-items-end\:xl {
    align-items: flex-end !important;
  }
  .align-items-center\:xl {
    align-items: center !important;
  }
  .align-items-baseline\:xl {
    align-items: baseline !important;
  }
  .align-items-stretch\:xl {
    align-items: stretch !important;
  }
  .align-self-auto\:xl {
    align-self: auto !important;
  }
  .align-self-start\:xl {
    align-self: flex-start !important;
  }
  .align-self-end\:xl {
    align-self: flex-end !important;
  }
  .align-self-center\:xl {
    align-self: center !important;
  }
  .align-self-baseline\:xl {
    align-self: baseline !important;
  }
  .align-self-stretch\:xl {
    align-self: stretch !important;
  }
}
.w-100 {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

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

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

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

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

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

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

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

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

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

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

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

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

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

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

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

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

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

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

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

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

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

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

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

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

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

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

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-0\:sm {
    margin: 0 !important;
  }
  .mt-0\:sm,
  .my-0\:sm {
    margin-top: 0 !important;
  }
  .mr-0\:sm,
  .mx-0\:sm {
    margin-right: 0 !important;
  }
  .mb-0\:sm,
  .my-0\:sm {
    margin-bottom: 0 !important;
  }
  .ml-0\:sm,
  .mx-0\:sm {
    margin-left: 0 !important;
  }
  .m-1\:sm {
    margin: 10px !important;
  }
  .mt-1\:sm,
  .my-1\:sm {
    margin-top: 10px !important;
  }
  .mr-1\:sm,
  .mx-1\:sm {
    margin-right: 10px !important;
  }
  .mb-1\:sm,
  .my-1\:sm {
    margin-bottom: 10px !important;
  }
  .ml-1\:sm,
  .mx-1\:sm {
    margin-left: 10px !important;
  }
  .m-2\:sm {
    margin: 20px !important;
  }
  .mt-2\:sm,
  .my-2\:sm {
    margin-top: 20px !important;
  }
  .mr-2\:sm,
  .mx-2\:sm {
    margin-right: 20px !important;
  }
  .mb-2\:sm,
  .my-2\:sm {
    margin-bottom: 20px !important;
  }
  .ml-2\:sm,
  .mx-2\:sm {
    margin-left: 20px !important;
  }
  .m-3\:sm {
    margin: 30px !important;
  }
  .mt-3\:sm,
  .my-3\:sm {
    margin-top: 30px !important;
  }
  .mr-3\:sm,
  .mx-3\:sm {
    margin-right: 30px !important;
  }
  .mb-3\:sm,
  .my-3\:sm {
    margin-bottom: 30px !important;
  }
  .ml-3\:sm,
  .mx-3\:sm {
    margin-left: 30px !important;
  }
  .m-4\:sm {
    margin: 40px !important;
  }
  .mt-4\:sm,
  .my-4\:sm {
    margin-top: 40px !important;
  }
  .mr-4\:sm,
  .mx-4\:sm {
    margin-right: 40px !important;
  }
  .mb-4\:sm,
  .my-4\:sm {
    margin-bottom: 40px !important;
  }
  .ml-4\:sm,
  .mx-4\:sm {
    margin-left: 40px !important;
  }
  .m-5\:sm {
    margin: 50px !important;
  }
  .mt-5\:sm,
  .my-5\:sm {
    margin-top: 50px !important;
  }
  .mr-5\:sm,
  .mx-5\:sm {
    margin-right: 50px !important;
  }
  .mb-5\:sm,
  .my-5\:sm {
    margin-bottom: 50px !important;
  }
  .ml-5\:sm,
  .mx-5\:sm {
    margin-left: 50px !important;
  }
  .m-10\:sm {
    margin: 100px !important;
  }
  .mt-10\:sm,
  .my-10\:sm {
    margin-top: 100px !important;
  }
  .mr-10\:sm,
  .mx-10\:sm {
    margin-right: 100px !important;
  }
  .mb-10\:sm,
  .my-10\:sm {
    margin-bottom: 100px !important;
  }
  .ml-10\:sm,
  .mx-10\:sm {
    margin-left: 100px !important;
  }
  .p-0\:sm {
    padding: 0 !important;
  }
  .pt-0\:sm,
  .py-0\:sm {
    padding-top: 0 !important;
  }
  .pr-0\:sm,
  .px-0\:sm {
    padding-right: 0 !important;
  }
  .pb-0\:sm,
  .py-0\:sm {
    padding-bottom: 0 !important;
  }
  .pl-0\:sm,
  .px-0\:sm {
    padding-left: 0 !important;
  }
  .p-1\:sm {
    padding: 10px !important;
  }
  .pt-1\:sm,
  .py-1\:sm {
    padding-top: 10px !important;
  }
  .pr-1\:sm,
  .px-1\:sm {
    padding-right: 10px !important;
  }
  .pb-1\:sm,
  .py-1\:sm {
    padding-bottom: 10px !important;
  }
  .pl-1\:sm,
  .px-1\:sm {
    padding-left: 10px !important;
  }
  .p-2\:sm {
    padding: 20px !important;
  }
  .pt-2\:sm,
  .py-2\:sm {
    padding-top: 20px !important;
  }
  .pr-2\:sm,
  .px-2\:sm {
    padding-right: 20px !important;
  }
  .pb-2\:sm,
  .py-2\:sm {
    padding-bottom: 20px !important;
  }
  .pl-2\:sm,
  .px-2\:sm {
    padding-left: 20px !important;
  }
  .p-3\:sm {
    padding: 30px !important;
  }
  .pt-3\:sm,
  .py-3\:sm {
    padding-top: 30px !important;
  }
  .pr-3\:sm,
  .px-3\:sm {
    padding-right: 30px !important;
  }
  .pb-3\:sm,
  .py-3\:sm {
    padding-bottom: 30px !important;
  }
  .pl-3\:sm,
  .px-3\:sm {
    padding-left: 30px !important;
  }
  .p-4\:sm {
    padding: 40px !important;
  }
  .pt-4\:sm,
  .py-4\:sm {
    padding-top: 40px !important;
  }
  .pr-4\:sm,
  .px-4\:sm {
    padding-right: 40px !important;
  }
  .pb-4\:sm,
  .py-4\:sm {
    padding-bottom: 40px !important;
  }
  .pl-4\:sm,
  .px-4\:sm {
    padding-left: 40px !important;
  }
  .p-5\:sm {
    padding: 50px !important;
  }
  .pt-5\:sm,
  .py-5\:sm {
    padding-top: 50px !important;
  }
  .pr-5\:sm,
  .px-5\:sm {
    padding-right: 50px !important;
  }
  .pb-5\:sm,
  .py-5\:sm {
    padding-bottom: 50px !important;
  }
  .pl-5\:sm,
  .px-5\:sm {
    padding-left: 50px !important;
  }
  .p-10\:sm {
    padding: 100px !important;
  }
  .pt-10\:sm,
  .py-10\:sm {
    padding-top: 100px !important;
  }
  .pr-10\:sm,
  .px-10\:sm {
    padding-right: 100px !important;
  }
  .pb-10\:sm,
  .py-10\:sm {
    padding-bottom: 100px !important;
  }
  .pl-10\:sm,
  .px-10\:sm {
    padding-left: 100px !important;
  }
  .m-auto\:sm {
    margin: auto !important;
  }
  .mt-auto\:sm,
  .my-auto\:sm {
    margin-top: auto !important;
  }
  .mr-auto\:sm,
  .mx-auto\:sm {
    margin-right: auto !important;
  }
  .mb-auto\:sm,
  .my-auto\:sm {
    margin-bottom: auto !important;
  }
  .ml-auto\:sm,
  .mx-auto\:sm {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-0\:md {
    margin: 0 !important;
  }
  .mt-0\:md,
  .my-0\:md {
    margin-top: 0 !important;
  }
  .mr-0\:md,
  .mx-0\:md {
    margin-right: 0 !important;
  }
  .mb-0\:md,
  .my-0\:md {
    margin-bottom: 0 !important;
  }
  .ml-0\:md,
  .mx-0\:md {
    margin-left: 0 !important;
  }
  .m-1\:md {
    margin: 10px !important;
  }
  .mt-1\:md,
  .my-1\:md {
    margin-top: 10px !important;
  }
  .mr-1\:md,
  .mx-1\:md {
    margin-right: 10px !important;
  }
  .mb-1\:md,
  .my-1\:md {
    margin-bottom: 10px !important;
  }
  .ml-1\:md,
  .mx-1\:md {
    margin-left: 10px !important;
  }
  .m-2\:md {
    margin: 20px !important;
  }
  .mt-2\:md,
  .my-2\:md {
    margin-top: 20px !important;
  }
  .mr-2\:md,
  .mx-2\:md {
    margin-right: 20px !important;
  }
  .mb-2\:md,
  .my-2\:md {
    margin-bottom: 20px !important;
  }
  .ml-2\:md,
  .mx-2\:md {
    margin-left: 20px !important;
  }
  .m-3\:md {
    margin: 30px !important;
  }
  .mt-3\:md,
  .my-3\:md {
    margin-top: 30px !important;
  }
  .mr-3\:md,
  .mx-3\:md {
    margin-right: 30px !important;
  }
  .mb-3\:md,
  .my-3\:md {
    margin-bottom: 30px !important;
  }
  .ml-3\:md,
  .mx-3\:md {
    margin-left: 30px !important;
  }
  .m-4\:md {
    margin: 40px !important;
  }
  .mt-4\:md,
  .my-4\:md {
    margin-top: 40px !important;
  }
  .mr-4\:md,
  .mx-4\:md {
    margin-right: 40px !important;
  }
  .mb-4\:md,
  .my-4\:md {
    margin-bottom: 40px !important;
  }
  .ml-4\:md,
  .mx-4\:md {
    margin-left: 40px !important;
  }
  .m-5\:md {
    margin: 50px !important;
  }
  .mt-5\:md,
  .my-5\:md {
    margin-top: 50px !important;
  }
  .mr-5\:md,
  .mx-5\:md {
    margin-right: 50px !important;
  }
  .mb-5\:md,
  .my-5\:md {
    margin-bottom: 50px !important;
  }
  .ml-5\:md,
  .mx-5\:md {
    margin-left: 50px !important;
  }
  .m-10\:md {
    margin: 100px !important;
  }
  .mt-10\:md,
  .my-10\:md {
    margin-top: 100px !important;
  }
  .mr-10\:md,
  .mx-10\:md {
    margin-right: 100px !important;
  }
  .mb-10\:md,
  .my-10\:md {
    margin-bottom: 100px !important;
  }
  .ml-10\:md,
  .mx-10\:md {
    margin-left: 100px !important;
  }
  .p-0\:md {
    padding: 0 !important;
  }
  .pt-0\:md,
  .py-0\:md {
    padding-top: 0 !important;
  }
  .pr-0\:md,
  .px-0\:md {
    padding-right: 0 !important;
  }
  .pb-0\:md,
  .py-0\:md {
    padding-bottom: 0 !important;
  }
  .pl-0\:md,
  .px-0\:md {
    padding-left: 0 !important;
  }
  .p-1\:md {
    padding: 10px !important;
  }
  .pt-1\:md,
  .py-1\:md {
    padding-top: 10px !important;
  }
  .pr-1\:md,
  .px-1\:md {
    padding-right: 10px !important;
  }
  .pb-1\:md,
  .py-1\:md {
    padding-bottom: 10px !important;
  }
  .pl-1\:md,
  .px-1\:md {
    padding-left: 10px !important;
  }
  .p-2\:md {
    padding: 20px !important;
  }
  .pt-2\:md,
  .py-2\:md {
    padding-top: 20px !important;
  }
  .pr-2\:md,
  .px-2\:md {
    padding-right: 20px !important;
  }
  .pb-2\:md,
  .py-2\:md {
    padding-bottom: 20px !important;
  }
  .pl-2\:md,
  .px-2\:md {
    padding-left: 20px !important;
  }
  .p-3\:md {
    padding: 30px !important;
  }
  .pt-3\:md,
  .py-3\:md {
    padding-top: 30px !important;
  }
  .pr-3\:md,
  .px-3\:md {
    padding-right: 30px !important;
  }
  .pb-3\:md,
  .py-3\:md {
    padding-bottom: 30px !important;
  }
  .pl-3\:md,
  .px-3\:md {
    padding-left: 30px !important;
  }
  .p-4\:md {
    padding: 40px !important;
  }
  .pt-4\:md,
  .py-4\:md {
    padding-top: 40px !important;
  }
  .pr-4\:md,
  .px-4\:md {
    padding-right: 40px !important;
  }
  .pb-4\:md,
  .py-4\:md {
    padding-bottom: 40px !important;
  }
  .pl-4\:md,
  .px-4\:md {
    padding-left: 40px !important;
  }
  .p-5\:md {
    padding: 50px !important;
  }
  .pt-5\:md,
  .py-5\:md {
    padding-top: 50px !important;
  }
  .pr-5\:md,
  .px-5\:md {
    padding-right: 50px !important;
  }
  .pb-5\:md,
  .py-5\:md {
    padding-bottom: 50px !important;
  }
  .pl-5\:md,
  .px-5\:md {
    padding-left: 50px !important;
  }
  .p-10\:md {
    padding: 100px !important;
  }
  .pt-10\:md,
  .py-10\:md {
    padding-top: 100px !important;
  }
  .pr-10\:md,
  .px-10\:md {
    padding-right: 100px !important;
  }
  .pb-10\:md,
  .py-10\:md {
    padding-bottom: 100px !important;
  }
  .pl-10\:md,
  .px-10\:md {
    padding-left: 100px !important;
  }
  .m-auto\:md {
    margin: auto !important;
  }
  .mt-auto\:md,
  .my-auto\:md {
    margin-top: auto !important;
  }
  .mr-auto\:md,
  .mx-auto\:md {
    margin-right: auto !important;
  }
  .mb-auto\:md,
  .my-auto\:md {
    margin-bottom: auto !important;
  }
  .ml-auto\:md,
  .mx-auto\:md {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-0\:lg {
    margin: 0 !important;
  }
  .mt-0\:lg,
  .my-0\:lg {
    margin-top: 0 !important;
  }
  .mr-0\:lg,
  .mx-0\:lg {
    margin-right: 0 !important;
  }
  .mb-0\:lg,
  .my-0\:lg {
    margin-bottom: 0 !important;
  }
  .ml-0\:lg,
  .mx-0\:lg {
    margin-left: 0 !important;
  }
  .m-1\:lg {
    margin: 10px !important;
  }
  .mt-1\:lg,
  .my-1\:lg {
    margin-top: 10px !important;
  }
  .mr-1\:lg,
  .mx-1\:lg {
    margin-right: 10px !important;
  }
  .mb-1\:lg,
  .my-1\:lg {
    margin-bottom: 10px !important;
  }
  .ml-1\:lg,
  .mx-1\:lg {
    margin-left: 10px !important;
  }
  .m-2\:lg {
    margin: 20px !important;
  }
  .mt-2\:lg,
  .my-2\:lg {
    margin-top: 20px !important;
  }
  .mr-2\:lg,
  .mx-2\:lg {
    margin-right: 20px !important;
  }
  .mb-2\:lg,
  .my-2\:lg {
    margin-bottom: 20px !important;
  }
  .ml-2\:lg,
  .mx-2\:lg {
    margin-left: 20px !important;
  }
  .m-3\:lg {
    margin: 30px !important;
  }
  .mt-3\:lg,
  .my-3\:lg {
    margin-top: 30px !important;
  }
  .mr-3\:lg,
  .mx-3\:lg {
    margin-right: 30px !important;
  }
  .mb-3\:lg,
  .my-3\:lg {
    margin-bottom: 30px !important;
  }
  .ml-3\:lg,
  .mx-3\:lg {
    margin-left: 30px !important;
  }
  .m-4\:lg {
    margin: 40px !important;
  }
  .mt-4\:lg,
  .my-4\:lg {
    margin-top: 40px !important;
  }
  .mr-4\:lg,
  .mx-4\:lg {
    margin-right: 40px !important;
  }
  .mb-4\:lg,
  .my-4\:lg {
    margin-bottom: 40px !important;
  }
  .ml-4\:lg,
  .mx-4\:lg {
    margin-left: 40px !important;
  }
  .m-5\:lg {
    margin: 50px !important;
  }
  .mt-5\:lg,
  .my-5\:lg {
    margin-top: 50px !important;
  }
  .mr-5\:lg,
  .mx-5\:lg {
    margin-right: 50px !important;
  }
  .mb-5\:lg,
  .my-5\:lg {
    margin-bottom: 50px !important;
  }
  .ml-5\:lg,
  .mx-5\:lg {
    margin-left: 50px !important;
  }
  .m-10\:lg {
    margin: 100px !important;
  }
  .mt-10\:lg,
  .my-10\:lg {
    margin-top: 100px !important;
  }
  .mr-10\:lg,
  .mx-10\:lg {
    margin-right: 100px !important;
  }
  .mb-10\:lg,
  .my-10\:lg {
    margin-bottom: 100px !important;
  }
  .ml-10\:lg,
  .mx-10\:lg {
    margin-left: 100px !important;
  }
  .p-0\:lg {
    padding: 0 !important;
  }
  .pt-0\:lg,
  .py-0\:lg {
    padding-top: 0 !important;
  }
  .pr-0\:lg,
  .px-0\:lg {
    padding-right: 0 !important;
  }
  .pb-0\:lg,
  .py-0\:lg {
    padding-bottom: 0 !important;
  }
  .pl-0\:lg,
  .px-0\:lg {
    padding-left: 0 !important;
  }
  .p-1\:lg {
    padding: 10px !important;
  }
  .pt-1\:lg,
  .py-1\:lg {
    padding-top: 10px !important;
  }
  .pr-1\:lg,
  .px-1\:lg {
    padding-right: 10px !important;
  }
  .pb-1\:lg,
  .py-1\:lg {
    padding-bottom: 10px !important;
  }
  .pl-1\:lg,
  .px-1\:lg {
    padding-left: 10px !important;
  }
  .p-2\:lg {
    padding: 20px !important;
  }
  .pt-2\:lg,
  .py-2\:lg {
    padding-top: 20px !important;
  }
  .pr-2\:lg,
  .px-2\:lg {
    padding-right: 20px !important;
  }
  .pb-2\:lg,
  .py-2\:lg {
    padding-bottom: 20px !important;
  }
  .pl-2\:lg,
  .px-2\:lg {
    padding-left: 20px !important;
  }
  .p-3\:lg {
    padding: 30px !important;
  }
  .pt-3\:lg,
  .py-3\:lg {
    padding-top: 30px !important;
  }
  .pr-3\:lg,
  .px-3\:lg {
    padding-right: 30px !important;
  }
  .pb-3\:lg,
  .py-3\:lg {
    padding-bottom: 30px !important;
  }
  .pl-3\:lg,
  .px-3\:lg {
    padding-left: 30px !important;
  }
  .p-4\:lg {
    padding: 40px !important;
  }
  .pt-4\:lg,
  .py-4\:lg {
    padding-top: 40px !important;
  }
  .pr-4\:lg,
  .px-4\:lg {
    padding-right: 40px !important;
  }
  .pb-4\:lg,
  .py-4\:lg {
    padding-bottom: 40px !important;
  }
  .pl-4\:lg,
  .px-4\:lg {
    padding-left: 40px !important;
  }
  .p-5\:lg {
    padding: 50px !important;
  }
  .pt-5\:lg,
  .py-5\:lg {
    padding-top: 50px !important;
  }
  .pr-5\:lg,
  .px-5\:lg {
    padding-right: 50px !important;
  }
  .pb-5\:lg,
  .py-5\:lg {
    padding-bottom: 50px !important;
  }
  .pl-5\:lg,
  .px-5\:lg {
    padding-left: 50px !important;
  }
  .p-10\:lg {
    padding: 100px !important;
  }
  .pt-10\:lg,
  .py-10\:lg {
    padding-top: 100px !important;
  }
  .pr-10\:lg,
  .px-10\:lg {
    padding-right: 100px !important;
  }
  .pb-10\:lg,
  .py-10\:lg {
    padding-bottom: 100px !important;
  }
  .pl-10\:lg,
  .px-10\:lg {
    padding-left: 100px !important;
  }
  .m-auto\:lg {
    margin: auto !important;
  }
  .mt-auto\:lg,
  .my-auto\:lg {
    margin-top: auto !important;
  }
  .mr-auto\:lg,
  .mx-auto\:lg {
    margin-right: auto !important;
  }
  .mb-auto\:lg,
  .my-auto\:lg {
    margin-bottom: auto !important;
  }
  .ml-auto\:lg,
  .mx-auto\:lg {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-0\:xl {
    margin: 0 !important;
  }
  .mt-0\:xl,
  .my-0\:xl {
    margin-top: 0 !important;
  }
  .mr-0\:xl,
  .mx-0\:xl {
    margin-right: 0 !important;
  }
  .mb-0\:xl,
  .my-0\:xl {
    margin-bottom: 0 !important;
  }
  .ml-0\:xl,
  .mx-0\:xl {
    margin-left: 0 !important;
  }
  .m-1\:xl {
    margin: 10px !important;
  }
  .mt-1\:xl,
  .my-1\:xl {
    margin-top: 10px !important;
  }
  .mr-1\:xl,
  .mx-1\:xl {
    margin-right: 10px !important;
  }
  .mb-1\:xl,
  .my-1\:xl {
    margin-bottom: 10px !important;
  }
  .ml-1\:xl,
  .mx-1\:xl {
    margin-left: 10px !important;
  }
  .m-2\:xl {
    margin: 20px !important;
  }
  .mt-2\:xl,
  .my-2\:xl {
    margin-top: 20px !important;
  }
  .mr-2\:xl,
  .mx-2\:xl {
    margin-right: 20px !important;
  }
  .mb-2\:xl,
  .my-2\:xl {
    margin-bottom: 20px !important;
  }
  .ml-2\:xl,
  .mx-2\:xl {
    margin-left: 20px !important;
  }
  .m-3\:xl {
    margin: 30px !important;
  }
  .mt-3\:xl,
  .my-3\:xl {
    margin-top: 30px !important;
  }
  .mr-3\:xl,
  .mx-3\:xl {
    margin-right: 30px !important;
  }
  .mb-3\:xl,
  .my-3\:xl {
    margin-bottom: 30px !important;
  }
  .ml-3\:xl,
  .mx-3\:xl {
    margin-left: 30px !important;
  }
  .m-4\:xl {
    margin: 40px !important;
  }
  .mt-4\:xl,
  .my-4\:xl {
    margin-top: 40px !important;
  }
  .mr-4\:xl,
  .mx-4\:xl {
    margin-right: 40px !important;
  }
  .mb-4\:xl,
  .my-4\:xl {
    margin-bottom: 40px !important;
  }
  .ml-4\:xl,
  .mx-4\:xl {
    margin-left: 40px !important;
  }
  .m-5\:xl {
    margin: 50px !important;
  }
  .mt-5\:xl,
  .my-5\:xl {
    margin-top: 50px !important;
  }
  .mr-5\:xl,
  .mx-5\:xl {
    margin-right: 50px !important;
  }
  .mb-5\:xl,
  .my-5\:xl {
    margin-bottom: 50px !important;
  }
  .ml-5\:xl,
  .mx-5\:xl {
    margin-left: 50px !important;
  }
  .m-10\:xl {
    margin: 100px !important;
  }
  .mt-10\:xl,
  .my-10\:xl {
    margin-top: 100px !important;
  }
  .mr-10\:xl,
  .mx-10\:xl {
    margin-right: 100px !important;
  }
  .mb-10\:xl,
  .my-10\:xl {
    margin-bottom: 100px !important;
  }
  .ml-10\:xl,
  .mx-10\:xl {
    margin-left: 100px !important;
  }
  .p-0\:xl {
    padding: 0 !important;
  }
  .pt-0\:xl,
  .py-0\:xl {
    padding-top: 0 !important;
  }
  .pr-0\:xl,
  .px-0\:xl {
    padding-right: 0 !important;
  }
  .pb-0\:xl,
  .py-0\:xl {
    padding-bottom: 0 !important;
  }
  .pl-0\:xl,
  .px-0\:xl {
    padding-left: 0 !important;
  }
  .p-1\:xl {
    padding: 10px !important;
  }
  .pt-1\:xl,
  .py-1\:xl {
    padding-top: 10px !important;
  }
  .pr-1\:xl,
  .px-1\:xl {
    padding-right: 10px !important;
  }
  .pb-1\:xl,
  .py-1\:xl {
    padding-bottom: 10px !important;
  }
  .pl-1\:xl,
  .px-1\:xl {
    padding-left: 10px !important;
  }
  .p-2\:xl {
    padding: 20px !important;
  }
  .pt-2\:xl,
  .py-2\:xl {
    padding-top: 20px !important;
  }
  .pr-2\:xl,
  .px-2\:xl {
    padding-right: 20px !important;
  }
  .pb-2\:xl,
  .py-2\:xl {
    padding-bottom: 20px !important;
  }
  .pl-2\:xl,
  .px-2\:xl {
    padding-left: 20px !important;
  }
  .p-3\:xl {
    padding: 30px !important;
  }
  .pt-3\:xl,
  .py-3\:xl {
    padding-top: 30px !important;
  }
  .pr-3\:xl,
  .px-3\:xl {
    padding-right: 30px !important;
  }
  .pb-3\:xl,
  .py-3\:xl {
    padding-bottom: 30px !important;
  }
  .pl-3\:xl,
  .px-3\:xl {
    padding-left: 30px !important;
  }
  .p-4\:xl {
    padding: 40px !important;
  }
  .pt-4\:xl,
  .py-4\:xl {
    padding-top: 40px !important;
  }
  .pr-4\:xl,
  .px-4\:xl {
    padding-right: 40px !important;
  }
  .pb-4\:xl,
  .py-4\:xl {
    padding-bottom: 40px !important;
  }
  .pl-4\:xl,
  .px-4\:xl {
    padding-left: 40px !important;
  }
  .p-5\:xl {
    padding: 50px !important;
  }
  .pt-5\:xl,
  .py-5\:xl {
    padding-top: 50px !important;
  }
  .pr-5\:xl,
  .px-5\:xl {
    padding-right: 50px !important;
  }
  .pb-5\:xl,
  .py-5\:xl {
    padding-bottom: 50px !important;
  }
  .pl-5\:xl,
  .px-5\:xl {
    padding-left: 50px !important;
  }
  .p-10\:xl {
    padding: 100px !important;
  }
  .pt-10\:xl,
  .py-10\:xl {
    padding-top: 100px !important;
  }
  .pr-10\:xl,
  .px-10\:xl {
    padding-right: 100px !important;
  }
  .pb-10\:xl,
  .py-10\:xl {
    padding-bottom: 100px !important;
  }
  .pl-10\:xl,
  .px-10\:xl {
    padding-left: 100px !important;
  }
  .m-auto\:xl {
    margin: auto !important;
  }
  .mt-auto\:xl,
  .my-auto\:xl {
    margin-top: auto !important;
  }
  .mr-auto\:xl,
  .mx-auto\:xl {
    margin-right: auto !important;
  }
  .mb-auto\:xl,
  .my-auto\:xl {
    margin-bottom: auto !important;
  }
  .ml-auto\:xl,
  .mx-auto\:xl {
    margin-left: auto !important;
  }
}
.text-content > :first-child {
  margin-top: 0 !important;
}
.text-content > :last-child {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-black {
  color: black !important;
}

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

.text-color {
  color: #0a222e !important;
}

.text-muted {
  color: #7f8e94 !important;
}

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

.text-primary {
  color: #0a222e !important;
}

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

.text-accent {
  color: #1b4461 !important;
}

.body-text > :first-child {
  margin-top: 0 !important;
}
.body-text > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .body-text p,
  .body-text ul,
  .body-text ol {
    margin-bottom: 30px;
  }
}
.body-text a {
  color: #0a222e;
}
.body-text a:hover {
  color: #134158;
  text-decoration: underline;
}
.body-text img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .body-text img {
    margin-bottom: 30px;
  }
}

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

.o-visible {
  overflow: visible !important;
}

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

@media (max-width: 575.98px) {
  .p-section,
  .pt-section {
    padding-top: 100px;
  }
  .p-section,
  .pb-section {
    padding-bottom: 100px;
  }
  .m-section,
  .mt-section {
    margin-top: 100px;
  }
  .m-section,
  .mb-section {
    margin-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .p-section,
  .pt-section {
    padding-top: 150px;
  }
  .p-section,
  .pb-section {
    padding-bottom: 150px;
  }
  .m-section,
  .mt-section {
    margin-top: 150px;
  }
  .m-section,
  .mb-section {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .p-section,
  .pt-section {
    padding-top: 175px;
  }
  .p-section,
  .pb-section {
    padding-bottom: 175px;
  }
  .m-section,
  .mt-section {
    margin-top: 175px;
  }
  .m-section,
  .mb-section {
    margin-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .p-section,
  .pt-section {
    padding-top: 200px;
  }
  .p-section,
  .pb-section {
    padding-bottom: 200px;
  }
  .m-section,
  .mt-section {
    margin-top: 200px;
  }
  .m-section,
  .mb-section {
    margin-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .p-section,
  .pt-section {
    padding-top: 200px;
  }
  .p-section,
  .pb-section {
    padding-bottom: 200px;
  }
  .m-section,
  .mt-section {
    margin-top: 200px;
  }
  .m-section,
  .mb-section {
    margin-bottom: 200px;
  }
}
.content {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-xs {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.container-sm {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

.container-lg {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
}

.container-xl {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
}

#page-wipe {
  position: fixed;
  bottom: 100vh;
  left: 0;
  width: 10000px;
  height: 200vh;
  background-color: transparent;
  pointer-events: none;
  z-index: 1;
  transform: rotate(-18deg);
  transform-origin: bottom left;
  z-index: 999999;
}
#page-wipe.-is-visible {
  background-color: #0a222e;
}
#page-wipe.-is-visible.-menu-open {
  background-color: #0c2836;
}

#page-loading {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  z-index: 9999999;
}

#page-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

#page-content {
  background-image: url("../images/bg-pattern.gif");
  background-color: #f5f5f5;
  background-size: 255px 255px;
  background-position: top left;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}
#page-content.has-footer {
  margin-bottom: 175px;
}

body.index-page #page-back-to-top {
  display: none;
}

#page-back-to-top {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #ff8720;
  opacity: 0;
  border-radius: 9999px;
  transition: opacity 250ms ease-in-out;
  z-index: 999;
}
@media (min-width: 992px) {
  #page-back-to-top {
    right: 40px;
    bottom: 20px;
    width: 35px;
    height: 35px;
  }
}
#page-back-to-top.-is-in {
  opacity: 1;
}
#page-back-to-top.-is-bottom {
  position: absolute;
}
#page-back-to-top svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-90deg);
  fill: #ff8720;
}
@media (min-width: 992px) {
  #page-back-to-top svg {
    width: 11px;
    height: 11px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  z-index: 9999;
  /*
  &__angle {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 125px;
  	clip-path: polygon(375px 0, 0 0, 0 100%);
  	background-color: $primary;
  	z-index: 0;
  	pointer-events: none;

  	@include media-breakpoint-up('lg') {
  		height: 140px;
  		clip-path: polygon(455px 0, 0 0, 0 100%);
  	}
  }
  */
}
.header__brand {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-left: -20px;
}
.header__brand svg {
  display: block;
  width: 135px;
  height: 28px;
  fill: white;
}
@media (min-width: 576px) {
  .header__brand svg {
    width: 140px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .header__brand svg {
    width: 175px;
    height: 35px;
  }
}
.header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  outline: none;
  padding: 20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    padding: 40px 10px;
    overflow: auto;
  }
  .header__nav.-show {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .header__nav {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    column-gap: 5px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .header__nav {
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    column-gap: 60px;
  }
}
.header__link {
  display: block;
  color: #0a222e;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .header__link {
    padding: 20px 10px;
    border-top: 1px solid rgba(127, 142, 148, 0.2);
    opacity: 0;
    color: white;
  }
  .header__link:last-child {
    border-bottom: 1px solid rgba(127, 142, 148, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header__link {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .header__link {
    padding: 10px 20px;
  }
}
.header__link:hover, .header__link.-active {
  color: #ff8720;
}

#header-bg {
  position: absolute;
  top: calc(-200vh + 108px);
  left: 0;
  width: 10000px;
  height: 200vh;
  background-color: #0a222e;
  pointer-events: none;
  z-index: 1;
  transform: rotate(-18deg);
  transform-origin: bottom left;
  z-index: 3;
  /*
  @include media-breakpoint-up('sm') {
  	top: calc(-200vh + 120px);
  }
  */
}
@media (min-width: 375px) {
  #header-bg {
    top: calc(-200vh + 120px);
  }
}
@media (min-width: 992px) {
  #header-bg {
    top: calc(-200vh + 140px);
  }
}

@media (min-width: 768px) {
  body.index-page #header-bg,
  body.index-page .header {
    position: fixed;
  }
}

body.index-page .header__brand svg,
body.expertise-page .header__brand svg {
  fill: #0a222e;
}
body.index-page .header__link,
body.expertise-page .header__link {
  color: #0a222e;
}
@media (min-width: 768px) {
  body.index-page .header__link,
  body.expertise-page .header__link {
    color: white;
  }
}
body.index-page .header__link:hover, body.index-page .header__link.-active,
body.expertise-page .header__link:hover,
body.expertise-page .header__link.-active {
  color: #ff8720;
}
body.index-page .header .hamburger:not(.is-active) .hamburger-inner,
body.index-page .header .hamburger:not(.is-active) .hamburger-inner:before,
body.index-page .header .hamburger:not(.is-active) .hamburger-inner:after,
body.expertise-page .header .hamburger:not(.is-active) .hamburger-inner,
body.expertise-page .header .hamburger:not(.is-active) .hamburger-inner:before,
body.expertise-page .header .hamburger:not(.is-active) .hamburger-inner:after {
  background-color: white;
}
body.index-page #header-bg,
body.expertise-page #header-bg {
  background-color: white;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  color: white;
  font-size: 15px;
  background-color: #ff8720;
  z-index: 0;
}
.footer__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 375px) {
  .footer__container {
    flex-direction: row;
  }
}
.footer__col, .footer__link {
  flex-basis: 0;
  flex-grow: 1;
  padding: 20px;
}
@media (max-width: 374px) {
  .footer__col, .footer__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__col, .footer__link {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .footer__col, .footer__link {
    padding: 40px;
  }
}
@media (max-width: 374px) {
  .footer__col:not(:last-child), .footer__link:not(:last-child) {
    border-bottom: 1px solid white;
  }
}
@media (min-width: 375px) {
  .footer__col:not(:last-child), .footer__link:not(:last-child) {
    border-right: 1px solid white;
  }
}
.footer__link {
  color: inherit;
  line-height: 20px;
  font-weight: 700;
}
.footer__link:hover {
  color: inherit;
}
.footer__link:hover .footer__link__inner svg {
  transform: translateX(5px);
}
.footer__link__inner {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.footer__link__inner svg {
  position: absolute;
  top: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  fill: white;
  transition: fill 250ms ease-in-out, transform 250ms ease-in-out;
}
.footer__text a {
  font-weight: 700;
}
.footer__text a:hover {
  color: white;
}

.header .backlink {
  margin-top: auto;
  justify-content: flex-end;
  transform: translateY(28px);
  padding: 0 10px;
}
@media (min-width: 768px) {
  .header .backlink {
    display: none;
  }
}

body.index-page .header .backlink,
body.expertise-page .header .backlink {
  color: #0a222e;
}
body.index-page .header .backlink svg,
body.expertise-page .header .backlink svg {
  fill: #0a222e;
}

.footer .backlink {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media (max-width: 767.98px) {
  .footer .backlink {
    display: none;
  }
}

.backlink {
  height: 20px;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 300ms ease-out;
}
.backlink:hover {
  opacity: 1;
}
.backlink a {
  position: relative;
  display: block;
  width: 41px;
  border: none;
  overflow: hidden;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  transition: width 60ms ease-out;
}
.backlink a:hover {
  width: 150px;
}
.backlink svg {
  width: 41px;
  height: 8px;
  fill: white;
}
.backlink span {
  display: block;
  font: inherit;
  position: absolute;
  top: 0;
  left: 55px;
}
.backlink i {
  display: inline-block;
  font: inherit;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .block {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .block.-media-left, .block:not(.-media-right) {
    flex-direction: row;
  }
}
.block.-media-left .block__media, .block:not(.-media-right) .block__media {
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 30px) 100%, 0 100%, 0 50px);
}
@media (min-width: 992px) {
  .block.-media-left .block__media, .block:not(.-media-right) .block__media {
    margin-right: -25%;
  }
}
@media (min-width: 992px) {
  .block.-media-left .block__media:before, .block:not(.-media-right) .block__media:before {
    right: 0;
  }
}
@media (min-width: 992px) {
  .block.-media-right {
    flex-direction: row-reverse;
  }
}
.block.-media-right .block__media {
  clip-path: polygon(calc(100% - 30px) 0, 100% 50px, 100% 100%, 30px 100%, 0 calc(100% - 50px), 0 0);
}
@media (max-width: 991.98px) {
  .block.-media-right .block__media {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .block.-media-right .block__media {
    margin-left: -25%;
  }
}
@media (min-width: 992px) {
  .block.-media-right .block__media:before {
    left: 0;
  }
}
.block__media {
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .block__media {
    margin-bottom: -50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block__media {
    margin-bottom: -37.5%;
  }
}
@media (min-width: 768px) {
  .block__media {
    width: 75%;
  }
}
.block__media:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(245, 245, 245, 0.9);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .block__media:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }
}
@media (min-width: 992px) {
  .block__media:before {
    top: 0;
    width: 50%;
    height: 100%;
  }
}
.block__img {
  width: 100%;
}
.block__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__content {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  padding-top: 30px;
  margin: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .block__content {
    margin: -100px auto 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block__content {
    margin: -150px auto 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block__content {
    margin: -200px auto 0 auto;
  }
}
@media (max-width: 991.98px) {
  .block__content {
    max-width: 680px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .block__content {
    width: 50%;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .block__content {
    padding-top: 100px;
  }
}

.embed {
  position: relative;
  display: block;
  width: 100%;
}
.embed:before {
  content: "";
  display: block;
}
.embed img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
.filter {
	position: relative;
	display: block;

	&:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	&__img {
		position: relative;
		z-index: 0;
	}
}

html.backgroundblendmode {
	.filter:after {
		@include noisy-bg();
		mix-blend-mode: multiply;
	}

	.block &__img img {
		mix-blend-mode: multiply;
	}
}
*/
@media (max-width: 991.98px) {
  .card-interlock:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .card-interlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.card-interlock .card {
  min-height: 300px;
}
@media (max-width: 767.98px) {
  .card-interlock .card:first-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .card-interlock .card {
    min-height: 400px;
  }
  .card-interlock .card:first-child {
    margin-bottom: 50px;
  }
  .card-interlock .card:last-child {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .card-interlock .card {
    min-height: 500px;
  }
}

.card {
  position: relative;
  color: white;
  background-color: #0a222e;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  opacity: 0.4;
  fill: white;
  flex: 0 0 auto;
}

.intro {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*
  @each $breakpoint in map-keys($breakpoints) {
  	@include media-breakpoint-only($breakpoint) {
  		padding-top: map-get($sections, $breakpoint);
  		padding-bottom: map-get($sections, $breakpoint);
  	}
  }
  */
}
@media (min-width: 992px) {
  .intro {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .intro {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .intro {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .intro {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .intro {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.intro__container {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-right: 25px;
}
.intro__text {
  position: relative;
  font-size: calc(1.53125rem + 3.375vw);
  font-family: operetta-18, serif;
  font-weight: 400;
  line-height: 1.25;
  color: #0a222e;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 640px;
}
@media (min-width: 1200px) {
  .intro__text {
    font-size: 4.0625rem;
  }
}
@media (max-width: 991.98px) {
  .intro__text {
    margin: 0 auto;
  }
}
.intro__text > * {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.intro__text strong {
  font-weight: 400;
}
.intro__text .char {
  display: inline-block;
  opacity: 0;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
.intro__chevron-top, .intro__chevron-bottom {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
}
.intro__chevron-top svg, .intro__chevron-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ff8720;
}
.intro__chevron-top {
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
}
.intro__chevron-top svg {
  transform: rotate(135deg);
}
.intro__chevron-bottom {
  top: 100%;
  right: 100%;
}
.intro__chevron-bottom svg {
  transform: rotate(-45deg);
}

.scroll {
  position: fixed;
  top: 100vh;
  top: 100vh;
  top: calc(var(--vh, 1vh) * 100);
  right: 20px;
  width: 25px;
  transform: translateY(-100%);
  transform-origin: bottom right;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 992px) {
  .scroll {
    right: 40px;
  }
}
.scroll__line {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  margin-top: 10px;
  background-color: #ff8720;
}
.scroll__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: top left;
}
.scroll__label:before {
  content: "scroll";
  display: block;
  color: #ff8720;
  font-size: 14px;
  font-weight: 700;
}
@media (hover: none) and (pointer: coarse) {
  .scroll__label:before {
    content: "swipe";
  }
}
@media (min-width: 768px) {
  .scroll__label:before {
    font-size: 16px;
  }
}

body.index-page .scroll {
  opacity: 0;
}

.sidebar-grid {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1340px;
}
@media (min-width: 992px) {
  .sidebar-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    grid-template-areas: "sidebar content";
    column-gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1420px;
  }
}
.sidebar-grid__aside {
  position: relative;
  grid-area: sidebar;
}
@media (max-width: 991.98px) {
  .sidebar-grid__aside {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
.sidebar-grid .sidebar {
  width: 100%;
  z-index: 999;
}
@media (min-width: 992px) {
  .sidebar-grid .sidebar {
    width: 250px;
  }
}
.sidebar-grid__main {
  grid-area: content;
}
@media (max-width: 991.98px) {
  .sidebar-grid__main {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sidebar {
  display: flex;
  flex-wrap: wrap;
  max-height: 100vh;
  overflow: auto;
  color: #7f8e94;
  font-weight: 700;
  background-color: white;
}
@media (min-width: 992px) {
  .sidebar {
    background-color: transparent;
  }
}
.sidebar__header {
  padding: 15px 20px;
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 575.98px) {
  .sidebar__header {
    border-bottom: 1px solid rgba(127, 142, 148, 0.2);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .sidebar__header {
    flex: 0 0 auto;
    border-right: 1px solid rgba(127, 142, 148, 0.2);
  }
}
@media (min-width: 992px) {
  .sidebar__header {
    padding: 20px;
  }
}
.sidebar__link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(127, 142, 148, 0.2);
  text-transform: uppercase;
  font-size: 13px;
  transition: color 250ms ease-in-out;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) and (min-height: 768px) {
  .sidebar__link {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sidebar__link:hover, .sidebar__link.-link-active {
  color: #ff8720;
}
.sidebar__link:hover:before, .sidebar__link.-link-active:before {
  width: 30px;
}
.sidebar__link:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #ff8720;
  transition: width 250ms ease-in-out;
}
.sidebar__link__text {
  display: block;
  width: calc(100% - 30px);
  padding-left: 8px;
  padding-right: 8px;
}
.sidebar__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/chevron-down.svg");
  background-size: 10px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  display: block;
  width: 50%;
  flex: 1 0 50%;
  border: none;
  border-radius: 0;
  padding: 15px 30px 15px 20px;
  background-color: transparent;
  color: #ff8720;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .sidebar__select {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sidebar__select:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .sidebar__select:nth-child(even) {
    border-right: 1px solid rgba(127, 142, 148, 0.2);
  }
}
@media (min-width: 992px) {
  .sidebar__select {
    border-bottom: 1px solid rgba(127, 142, 148, 0.2);
    font-size: 14px;
    width: 100%;
    flex: 0 0 100%;
  }
}

.lead {
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 2.1875rem;
  }
}
.lead p {
  margin-top: 0;
  margin-bottom: 0;
}
.lead p:not(:first-child) {
  margin-top: 25px;
}
.lead.-underline {
  position: relative;
  padding-bottom: 40px;
}
.lead.-underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #0a222e;
}

.title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff8720;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.zoom {
  overflow: hidden;
}
.zoom.-in-view .zoom__img {
  transform: scale(1);
}
.zoom__img {
  transform: scale(1.2);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 100ms;
  will-change: transform;
  will-change: transform;
}

#home-bg,
#home-anim {
  width: 100%;
  height: 100vh;
}

#home-bg,
#home-anim {
  position: fixed;
}

#home-bg {
  z-index: 0;
}

#home-anim {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#home-content {
  position: relative;
  padding-bottom: 50vh;
  z-index: 2;
}

#home-landing {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  #home-landing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #home-landing {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #home-landing {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #home-landing {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  #home-landing {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
#home-landing .home-section__inner {
  padding: 0;
}

.home-section {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
@media (min-width: 992px) {
  .home-section.-align-right .home-section__inner {
    margin-right: 0;
    text-align: right;
  }
  .home-section.-align-left .home-section__inner {
    margin-left: 0;
  }
}
.home-section__inner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-section__text > * {
  font-size: calc(1.53125rem + 3.375vw);
  font-family: operetta-18, serif;
  font-weight: 400;
  line-height: 1.25;
  color: #7f8e94;
  margin: 0;
}
@media (min-width: 1200px) {
  .home-section__text > * {
    font-size: 4.0625rem;
  }
}
.home-section__text strong {
  color: white;
  font-weight: 400;
}
.home-section__link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 40px;
  color: #ff8720;
  opacity: 0;
}
.home-section__link:before, .home-section__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ff8720;
  transition: transform 175ms ease-in-out;
}
.home-section__link:before {
  transform-origin: right;
  transition-delay: 175ms;
}
.home-section__link:after {
  transform: scaleX(0);
  transform-origin: left;
}
.home-section__link:hover {
  color: #ff8720;
}
.home-section__link:hover:before {
  transform: scaleX(0);
  transition-delay: 0ms;
}
.home-section__link:hover:after {
  transform: scaleX(1);
  transition-delay: 175ms;
}

#center {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  background-color: red;
  border-radius: 99999px;
  z-index: 99999;
}

#container {
  position: relative;
  width: calc(100% - 20px);
  transform: rotate(35deg);
}
#container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 576px) {
  #container {
    width: 480px;
    height: 480px;
  }
}

#circle {
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 9999px;
  background-color: #113448;
  opacity: 0.7;
  filter: blur(10px);
  transform: scale(0.8);
}

#arrow-4, #arrow-3, #arrow-2, #arrow-1 {
  position: absolute;
  width: 10px;
  height: 10px;
  fill: #ff8720;
}
#arrow-4 svg, #arrow-3 svg, #arrow-2 svg, #arrow-1 svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: inherit;
  transform-origin: center;
}

#arrow-1 {
  bottom: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
#arrow-1 svg {
  transform: rotate(90deg);
}

#arrow-2 {
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
#arrow-2 svg {
  transform: rotate(-90deg);
}

#arrow-3 {
  top: 50%;
  right: calc(50% - 3.5px);
  transform: translateY(-50%);
  opacity: 0;
}

#arrow-4 {
  top: 50%;
  left: calc(50% - 3.5px);
  transform: translateY(-50%);
  opacity: 0;
}
#arrow-4 svg {
  transform: rotate(-180deg);
}

#dot-path {
  position: absolute;
  top: calc(2% + 40px);
  left: calc(2% + 40px);
  width: calc(96% - 80px);
  height: calc(96% - 80px);
}

#path-1,
#path-2 {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
}

#dot {
  fill: #ff8720;
  transform: scale(0);
}

#joystick-center {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #ff8720;
  border-radius: 99999px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

#tetris {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

#tetris-block-3, #tetris-block-2, #tetris-block-1 {
  position: absolute;
  top: 0%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  opacity: 0;
  fill: #ff8720;
}
#tetris-block-3 svg, #tetris-block-2 svg, #tetris-block-1 svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-135deg);
  transform-origin: center;
  fill: inherit;
}

#tetris-block-1 {
  left: calc(50% - 7px);
}

#tetris-block-2 {
  left: 50%;
}

#tetris-block-3 {
  left: calc(50% + 7px);
}

.trigger {
  position: relative;
  display: block;
  width: 100%;
  visibility: hidden;
  height: 50vh;
  min-height: 540px;
}

#trigger-tetris {
  padding-top: 50vh;
}

.indicator {
  right: 0;
  width: 75px;
  height: 2px;
  background-color: #3f51b5;
  transform: translateY(-50%);
  z-index: 9999999;
}
.indicator.-start {
  background-color: #4caf50;
}
.indicator.-end {
  background-color: #ff5722;
}
.indicator__label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  color: #3f51b5;
  padding-right: 10px;
}

@media (min-width: 992px) {
  #team-block .block__img:before {
    padding-top: 65%;
  }
}

#communities {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 576px) {
  #communities {
    grid-template-columns: repeat(3, 1fr);
  }
}

.community {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: auto;
  border-radius: 9999px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.community:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.community img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.services {
  position: relative;
  min-height: 100vh;
  text-align: center;
}
.services__spacer {
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  z-index: -1;
  /*
  &:first-child {
  	height: calc(50vh - 40px);
  }

  &:last-child {
  	height: calc(50vh - 40px);
  }
  */
}
.services__bg {
  position: absolute;
  will-change: position;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.services__bg:not(.js-is-stuck) {
  top: 0;
}
.services__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 100px;
}
.services__title .title {
  line-height: 25px;
}
.services__indicators {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .services__indicators {
    display: none;
  }
}
.services__indicators > .container-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
}
.services__indicators > .container-lg:before, .services__indicators > .container-lg:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #7f8e94;
}
.services__list {
  position: relative;
  z-index: 1;
}
.services__item {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 300;
  color: white;
  margin: 0;
  opacity: 0;
}
@media (min-width: 1200px) {
  .services__item {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .services__item {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.services__item:not(:last-child) {
  margin-bottom: 100px;
}

.marker {
  width: 100%;
  left: 0;
  pointer-events: none;
  user-select: none;
  z-index: 100;
}

.timeline-trigger {
  position: fixed;
  border: 1px solid blue;
  z-index: 90;
}

.start-trigger {
  border: 1px solid orange;
  position: absolute;
}

.end-trigger {
  border: 1px solid red;
  position: absolute;
}

#quote {
  position: relative;
  min-height: 60vh;
}
#quote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background: radial-gradient(at top left, #12374d 0%, #0a212e 80%);
  z-index: 0;
}

#quote-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  #vacancies {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #vacancies {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #vacancies {
    padding-top: 155px;
    padding-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #vacancies {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  #vacancies {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}

.vacancy {
  position: relative;
}
@media (max-width: 575.98px) {
  .vacancy:not(:last-child) {
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vacancy:not(:last-child) {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vacancy:not(:last-child) {
    padding-bottom: 87.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vacancy:not(:last-child) {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .vacancy:not(:last-child) {
    padding-bottom: 100px;
  }
}
.vacancy__title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.75rem;
  line-height: 25px;
}

#careers-reasons {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  #careers-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  #careers-reasons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#careers-cta {
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  background: radial-gradient(at top left, #12374d 0%, #0a212e 80%);
}

#careers-cta-copy,
#careers-cta-box {
  margin-left: auto;
}
@media (min-width: 992px) {
  #careers-cta-copy,
  #careers-cta-box {
    max-width: 700px;
  }
}

#careers-cta-box {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #0a222e;
  font-weight: bold;
  background-color: #ff8720;
  margin-top: 40px;
}
#careers-cta-box > :last-child {
  margin-bottom: 0;
}

#offices-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0a222e;
  color: white;
}

#offices {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px;
  row-gap: 80px;
}
@media (min-width: 576px) {
  #offices {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  #offices {
    grid-template-columns: repeat(4, 1fr);
  }
}

.office {
  font-size: 14px;
}
.office__body {
  padding: 40px 20px 0 20px;
}
.office__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #ff8720;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7f8e94;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #7f8e94;
}
.office__detail {
  margin: 0;
}
.office__detail:not(:last-child) {
  margin-bottom: 20px;
}
.office__detail strong {
  display: block;
  color: #7f8e94;
}
.office__detail p {
  margin: 0;
}
.office__detail a {
  color: white;
}
.office__detail a:hover {
  color: #ff8720;
}

#expertise-intro {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
#expertise-intro .intro__text,
#expertise-intro strong {
  color: white !important;
}

@media (min-width: 992px) {
  #sectors {
    padding-top: 75px;
  }
}

@media (max-width: 575.98px) {
  .sector:not(:last-child) {
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sector:not(:last-child) {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sector:not(:last-child) {
    padding-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sector:not(:last-child) {
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .sector:not(:last-child) {
    padding-bottom: 200px;
  }
}

#people-section {
  min-height: 100vh;
}

#people {
  display: grid;
  gap: 60px 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #people {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  #people {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.person {
  position: relative;
  overflow: hidden;
  user-select: none;
  clip-path: polygon(0 0, 100% 0, 100% 50px, 100% 100%, 30px 100%, 0 calc(100% - 50px));
}
.person.-overlay-active:after {
  opacity: 1;
}
.person.-overlay-active .person__overlay {
  transform: translateY(0);
}
.person:before, .person:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.person:before {
  background: linear-gradient(to bottom, transparent 60%, #0a222e 100%);
  z-index: 1;
}
.person:after {
  background-color: #0a222e;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  z-index: 2;
}
.person:hover .person__photo img {
  transform: scale(1.05);
}
.person__photo {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  z-index: 0;
}
.person__photo:before {
  content: "";
  display: block;
  padding-top: 140%;
}
.person__photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out;
  will-change: transform;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .person__photo img {
    object-position: center -40px;
  }
}
.person__click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
.person__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 14px;
  line-height: 1.4;
  transition: transform 500ms ease-in-out;
  transform: translateY(calc(100% - 100px));
  z-index: 4;
}
.person__header {
  cursor: pointer;
  position: relative;
  margin-bottom: auto;
  padding: 15px 50px 15px 20px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.person__btn {
  cursor: pointer;
  display: inline-block;
  border: none;
  background-color: transparent;
  user-select: none;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.person__btn:before, .person__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 150ms ease-in-out;
  background-color: #ff8720;
}
.person__btn:before {
  width: 18px;
  height: 4px;
}
.person__btn:after {
  width: 4px;
  height: 18px;
}
.person.-overlay-active .person__btn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.person__name {
  font-size: 1rem;
  line-height: 20px;
  margin: 0;
}
.person__title {
  line-height: 20px;
  margin: 0;
}
.person__body {
  padding: 0 20px 30px 20px;
}
.person__detail {
  margin: 0;
}
.person__detail:not(:last-child) {
  margin-bottom: 15px;
}
.person__detail strong {
  display: block;
  color: #7f8e94;
}
.person__detail a {
  display: block;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.person__detail a:hover {
  color: #ff8720;
}