@charset "UTF-8";
/* ---------- BASE ---------- */
/*
 * Normalize - CSS resets
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

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

@font-face {
  font-family: "examplefont";
  src: url("../../assets/fonts/examplefont.eot");
  src: url("../../assets/fonts/examplefont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/examplefont-WebXL.otf") format("otf"), url("../../assets/fonts/examplefont.svg") format("svg"), url("../../assets/fonts/examplefont.woff2") format("woff2"), url("../../assets/fonts/examplefont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   COLORS
   ========================================================================== */
.white {
  color: #fff;
}

.smoke {
  color: #DBD8D8;
}

.grey {
  color: #8a909f;
}

.charcoal {
  color: #13394C;
}

.black {
  color: #00222A;
}

.primary {
  color: #00748f;
}

.secondary {
  color: #3abeae;
}

.tertiary {
  color: #65a943;
}

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

.bg-smoke {
  background-color: #DBD8D8 !important;
}

.bg-grey {
  background-color: #8a909f !important;
}

.bg-charcoal {
  background-color: #13394C !important;
}

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

.bg-primary {
  background-color: #00748f !important;
}

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

.bg-tertiary {
  background-color: #65a943 !important;
}

/* ==========================================================================
   MIX-INS
   ========================================================================== */
.center-middle-child {
  display: flex;
}
.center-middle-child * {
  flex: 1;
  display: flex;
  justify-content: center;
}
.center-middle-child *:first-child {
  justify-content: flex-start;
}
.center-middle-child *:last-child {
  justify-content: flex-end;
}

/* ==========================================================================
   GLOBAL
   ========================================================================== */
:root {
  --base: 18;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

pre {
  position: relative;
  padding: 1rem;
  margin: 1rem;
  border-radius: 0.5rem;
  background-color: #DBD8D8;
  z-index: 99999;
}

body {
  color: #13394C;
  font-size: 18px;
  scroll-behavior: smooth !important;
}
body:not(.wp-admin, .acf_content) {
  background-color: #13394C;
}

body {
  margin: 0;
  padding: 0;
}
body li {
  background: none;
  margin: 0;
  padding: 0;
}
body.nav-open {
  overflow: hidden !important;
}

::selection {
  background: rgba(0, 116, 143, 0.65);
}

::-moz-selection {
  background: rgba(0, 116, 143, 0.65);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover select:-webkit-autofill,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: green;
  transition: background-color 5000s ease-in-out 0s;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.grecaptcha-badge {
  display: none !important;
}

/* ---------- UTILITIES ---------- */
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   CONTAINERS
   ========================================================================== */
.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1111111111rem;
  width: 100%;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 660px) {
  .container {
    gap: 0.8888888889rem;
    padding-left: calc(1.1111111111rem / 2);
    padding-right: calc(1.1111111111rem / 2);
  }
}

#columns-overlay {
  pointer-events: none;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1111111111rem;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 660px) {
  #columns-overlay {
    gap: 0.8888888889rem;
    padding-left: calc(1.1111111111rem / 2);
    padding-right: calc(1.1111111111rem / 2);
  }
}
#columns-overlay .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  padding-top: 1rem;
  background: rgba(220, 53, 69, 0.15);
}
#columns-overlay .col span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.3333333333rem;
  width: 1.3333333333rem;
  border-radius: 0.2222222222rem;
  background: #fff;
}
#columns-overlay.active {
  display: grid;
}

/* ==========================================================================
   COLUMNS
   ========================================================================== */
.col-1 {
  grid-column-end: span 1;
}

.col-2 {
  grid-column-end: span 2;
}

.col-3 {
  grid-column-end: span 3;
}

.col-4 {
  grid-column-end: span 4;
}

.col-5 {
  grid-column-end: span 5;
}

.col-6 {
  grid-column-end: span 6;
}

.col-7 {
  grid-column-end: span 7;
}

.col-8 {
  grid-column-end: span 8;
}

.col-9 {
  grid-column-end: span 9;
}

.col-10 {
  grid-column-end: span 10;
}

.col-11 {
  grid-column-end: span 11;
}

.col-12 {
  grid-column-end: span 12;
  grid-column-start: 1;
}

.offset-1 {
  grid-column-start: 2;
}

.offset-2 {
  grid-column-start: 3;
}

.offset-3 {
  grid-column-start: 4;
}

.offset-4 {
  grid-column-start: 5;
}

.offset-5 {
  grid-column-start: 6;
}

.offset-6 {
  grid-column-start: 7;
}

.offset-7 {
  grid-column-start: 8;
}

.offset-8 {
  grid-column-start: 9;
}

.offset-9 {
  grid-column-start: 10;
}

.offset-10 {
  grid-column-start: 11;
}

.offset-11 {
  grid-column-start: 12;
}

.offset-12 {
  grid-column-start: 13;
}

@media (max-width: 1700px) {
  .col-xxl-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 1700px) {
  .col-xxl-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 1700px) {
  .col-xxl-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 1700px) {
  .col-xxl-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 1700px) {
  .col-xxl-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 1700px) {
  .col-xxl-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 1700px) {
  .col-xxl-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 1700px) {
  .col-xxl-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 1700px) {
  .col-xxl-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 1700px) {
  .col-xxl-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 1700px) {
  .col-xxl-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 1700px) {
  .col-xxl-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 1480px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 1480px) {
  .col-xl-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 1480px) {
  .col-xl-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 1480px) {
  .col-xl-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 1480px) {
  .col-xl-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 1480px) {
  .col-xl-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 1480px) {
  .col-xl-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 1480px) {
  .col-xl-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 1480px) {
  .col-xl-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 1480px) {
  .col-xl-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 1480px) {
  .col-xl-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 1480px) {
  .col-xl-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 1480px) {
  .offset-xl-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 1480px) {
  .offset-xl-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 1480px) {
  .offset-xl-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 1480px) {
  .offset-xl-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 1480px) {
  .offset-xl-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 1480px) {
  .offset-xl-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 1480px) {
  .offset-xl-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 1480px) {
  .offset-xl-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 1480px) {
  .offset-xl-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 1480px) {
  .offset-xl-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 1480px) {
  .offset-xl-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 1480px) {
  .offset-xl-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 1480px) {
  .offset-xl-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 1240px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 1240px) {
  .col-lg-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 1240px) {
  .col-lg-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 1240px) {
  .col-lg-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 1240px) {
  .col-lg-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 1240px) {
  .col-lg-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 1240px) {
  .col-lg-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 1240px) {
  .col-lg-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 1240px) {
  .col-lg-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 1240px) {
  .col-lg-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 1240px) {
  .col-lg-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 1240px) {
  .col-lg-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 1240px) {
  .offset-lg-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 1240px) {
  .offset-lg-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 1240px) {
  .offset-lg-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 1240px) {
  .offset-lg-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 1240px) {
  .offset-lg-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 1240px) {
  .offset-lg-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 1240px) {
  .offset-lg-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 1240px) {
  .offset-lg-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 1240px) {
  .offset-lg-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 1240px) {
  .offset-lg-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 1240px) {
  .offset-lg-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 1240px) {
  .offset-lg-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 1240px) {
  .offset-lg-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 980px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 980px) {
  .col-md-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 980px) {
  .col-md-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 980px) {
  .col-md-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 980px) {
  .col-md-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 980px) {
  .col-md-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 980px) {
  .col-md-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 980px) {
  .col-md-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 980px) {
  .col-md-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 980px) {
  .col-md-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 980px) {
  .col-md-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 980px) {
  .col-md-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 980px) {
  .offset-md-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 980px) {
  .offset-md-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 980px) {
  .offset-md-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 980px) {
  .offset-md-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 980px) {
  .offset-md-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 980px) {
  .offset-md-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 980px) {
  .offset-md-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 980px) {
  .offset-md-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 980px) {
  .offset-md-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 980px) {
  .offset-md-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 980px) {
  .offset-md-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 980px) {
  .offset-md-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 980px) {
  .offset-md-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 660px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 660px) {
  .col-sm-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 660px) {
  .col-sm-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 660px) {
  .col-sm-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 660px) {
  .col-sm-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 660px) {
  .col-sm-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 660px) {
  .col-sm-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 660px) {
  .col-sm-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 660px) {
  .col-sm-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 660px) {
  .col-sm-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 660px) {
  .col-sm-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 660px) {
  .col-sm-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 660px) {
  .offset-sm-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 660px) {
  .offset-sm-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 660px) {
  .offset-sm-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 660px) {
  .offset-sm-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 660px) {
  .offset-sm-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 660px) {
  .offset-sm-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 660px) {
  .offset-sm-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 660px) {
  .offset-sm-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 660px) {
  .offset-sm-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 660px) {
  .offset-sm-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 660px) {
  .offset-sm-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 660px) {
  .offset-sm-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 660px) {
  .offset-sm-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 380px) {
  .col-xs-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 380px) {
  .col-xs-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 380px) {
  .col-xs-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 380px) {
  .col-xs-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 380px) {
  .col-xs-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 380px) {
  .col-xs-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 380px) {
  .col-xs-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 380px) {
  .col-xs-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 380px) {
  .col-xs-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 380px) {
  .col-xs-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 380px) {
  .col-xs-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 380px) {
  .col-xs-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 380px) {
  .offset-xs-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 380px) {
  .offset-xs-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 380px) {
  .offset-xs-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 380px) {
  .offset-xs-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 380px) {
  .offset-xs-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 380px) {
  .offset-xs-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 380px) {
  .offset-xs-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 380px) {
  .offset-xs-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 380px) {
  .offset-xs-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 380px) {
  .offset-xs-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 380px) {
  .offset-xs-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 380px) {
  .offset-xs-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 380px) {
  .offset-xs-12 {
    grid-column-start: 13;
  }
}

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

@media (max-width: 1700px) {
  .order-xxl-1 {
    order: 1;
  }
}

@media (max-width: 1700px) {
  .order-xxl-2 {
    order: 2;
  }
}

@media (max-width: 1700px) {
  .order-xxl-3 {
    order: 3;
  }
}

@media (max-width: 1700px) {
  .order-xxl-4 {
    order: 4;
  }
}

@media (max-width: 1700px) {
  .order-xxl-5 {
    order: 5;
  }
}

@media (max-width: 1700px) {
  .order-xxl-6 {
    order: 6;
  }
}

@media (max-width: 1700px) {
  .order-xxl-7 {
    order: 7;
  }
}

@media (max-width: 1700px) {
  .order-xxl-8 {
    order: 8;
  }
}

@media (max-width: 1700px) {
  .order-xxl-9 {
    order: 9;
  }
}

@media (max-width: 1700px) {
  .order-xxl-10 {
    order: 10;
  }
}

@media (max-width: 1700px) {
  .order-xxl-11 {
    order: 11;
  }
}

@media (max-width: 1700px) {
  .order-xxl-12 {
    order: 12;
  }
}

@media (max-width: 1480px) {
  .order-xl-1 {
    order: 1;
  }
}

@media (max-width: 1480px) {
  .order-xl-2 {
    order: 2;
  }
}

@media (max-width: 1480px) {
  .order-xl-3 {
    order: 3;
  }
}

@media (max-width: 1480px) {
  .order-xl-4 {
    order: 4;
  }
}

@media (max-width: 1480px) {
  .order-xl-5 {
    order: 5;
  }
}

@media (max-width: 1480px) {
  .order-xl-6 {
    order: 6;
  }
}

@media (max-width: 1480px) {
  .order-xl-7 {
    order: 7;
  }
}

@media (max-width: 1480px) {
  .order-xl-8 {
    order: 8;
  }
}

@media (max-width: 1480px) {
  .order-xl-9 {
    order: 9;
  }
}

@media (max-width: 1480px) {
  .order-xl-10 {
    order: 10;
  }
}

@media (max-width: 1480px) {
  .order-xl-11 {
    order: 11;
  }
}

@media (max-width: 1480px) {
  .order-xl-12 {
    order: 12;
  }
}

@media (max-width: 1240px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (max-width: 1240px) {
  .order-lg-2 {
    order: 2;
  }
}

@media (max-width: 1240px) {
  .order-lg-3 {
    order: 3;
  }
}

@media (max-width: 1240px) {
  .order-lg-4 {
    order: 4;
  }
}

@media (max-width: 1240px) {
  .order-lg-5 {
    order: 5;
  }
}

@media (max-width: 1240px) {
  .order-lg-6 {
    order: 6;
  }
}

@media (max-width: 1240px) {
  .order-lg-7 {
    order: 7;
  }
}

@media (max-width: 1240px) {
  .order-lg-8 {
    order: 8;
  }
}

@media (max-width: 1240px) {
  .order-lg-9 {
    order: 9;
  }
}

@media (max-width: 1240px) {
  .order-lg-10 {
    order: 10;
  }
}

@media (max-width: 1240px) {
  .order-lg-11 {
    order: 11;
  }
}

@media (max-width: 1240px) {
  .order-lg-12 {
    order: 12;
  }
}

@media (max-width: 980px) {
  .order-md-1 {
    order: 1;
  }
}

@media (max-width: 980px) {
  .order-md-2 {
    order: 2;
  }
}

@media (max-width: 980px) {
  .order-md-3 {
    order: 3;
  }
}

@media (max-width: 980px) {
  .order-md-4 {
    order: 4;
  }
}

@media (max-width: 980px) {
  .order-md-5 {
    order: 5;
  }
}

@media (max-width: 980px) {
  .order-md-6 {
    order: 6;
  }
}

@media (max-width: 980px) {
  .order-md-7 {
    order: 7;
  }
}

@media (max-width: 980px) {
  .order-md-8 {
    order: 8;
  }
}

@media (max-width: 980px) {
  .order-md-9 {
    order: 9;
  }
}

@media (max-width: 980px) {
  .order-md-10 {
    order: 10;
  }
}

@media (max-width: 980px) {
  .order-md-11 {
    order: 11;
  }
}

@media (max-width: 980px) {
  .order-md-12 {
    order: 12;
  }
}

@media (max-width: 660px) {
  .order-sm-1 {
    order: 1;
  }
}

@media (max-width: 660px) {
  .order-sm-2 {
    order: 2;
  }
}

@media (max-width: 660px) {
  .order-sm-3 {
    order: 3;
  }
}

@media (max-width: 660px) {
  .order-sm-4 {
    order: 4;
  }
}

@media (max-width: 660px) {
  .order-sm-5 {
    order: 5;
  }
}

@media (max-width: 660px) {
  .order-sm-6 {
    order: 6;
  }
}

@media (max-width: 660px) {
  .order-sm-7 {
    order: 7;
  }
}

@media (max-width: 660px) {
  .order-sm-8 {
    order: 8;
  }
}

@media (max-width: 660px) {
  .order-sm-9 {
    order: 9;
  }
}

@media (max-width: 660px) {
  .order-sm-10 {
    order: 10;
  }
}

@media (max-width: 660px) {
  .order-sm-11 {
    order: 11;
  }
}

@media (max-width: 660px) {
  .order-sm-12 {
    order: 12;
  }
}

@media (max-width: 380px) {
  .order-xs-1 {
    order: 1;
  }
}

@media (max-width: 380px) {
  .order-xs-2 {
    order: 2;
  }
}

@media (max-width: 380px) {
  .order-xs-3 {
    order: 3;
  }
}

@media (max-width: 380px) {
  .order-xs-4 {
    order: 4;
  }
}

@media (max-width: 380px) {
  .order-xs-5 {
    order: 5;
  }
}

@media (max-width: 380px) {
  .order-xs-6 {
    order: 6;
  }
}

@media (max-width: 380px) {
  .order-xs-7 {
    order: 7;
  }
}

@media (max-width: 380px) {
  .order-xs-8 {
    order: 8;
  }
}

@media (max-width: 380px) {
  .order-xs-9 {
    order: 9;
  }
}

@media (max-width: 380px) {
  .order-xs-10 {
    order: 10;
  }
}

@media (max-width: 380px) {
  .order-xs-11 {
    order: 11;
  }
}

@media (max-width: 380px) {
  .order-xs-12 {
    order: 12;
  }
}

/* ==========================================================================
   DISPLAY
   ========================================================================== */
.position-relative {
  position: relative !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1700px) {
  .d-xxl-inline {
    display: inline !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media (max-width: 980px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media (max-width: 660px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media (max-width: 380px) {
  .d-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 980px) {
  .d-md-block {
    display: block !important;
  }
}
@media (max-width: 660px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 380px) {
  .d-xs-block {
    display: block !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 980px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 660px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 380px) {
  .d-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-flex {
    display: flex !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-flex {
    display: flex !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@media (max-width: 980px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media (max-width: 660px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media (max-width: 380px) {
  .d-xs-flex {
    display: flex !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-grid {
    display: grid !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-grid {
    display: grid !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-grid {
    display: grid !important;
  }
}
@media (max-width: 980px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media (max-width: 660px) {
  .d-sm-grid {
    display: grid !important;
  }
}
@media (max-width: 380px) {
  .d-xs-grid {
    display: grid !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 660px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .d-xs-none {
    display: none !important;
  }
}
/* ==========================================================================
   ALIGNMENT
   ========================================================================== */
.flex-equal > * {
  flex: 1 0 0;
}

.grid-equal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-between {
  justify-items: space-between;
}

.justify-content-start {
  justify-content: start;
}

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

.justify-content-end {
  justify-content: end;
}

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

.align-items-start {
  align-items: start;
}

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

.align-items-end {
  align-items: end;
}

.align-items-between {
  align-items: space-between;
}

.align-content-start {
  align-content: start;
}

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

.align-content-end {
  align-content: end;
}

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

@media (max-width: 1700px) {
  .justify-items-xxl-start {
    justify-items: start;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-start {
    justify-items: start;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-start {
    justify-items: start;
  }
}
@media (max-width: 980px) {
  .justify-items-md-start {
    justify-items: start;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-start {
    justify-items: start;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-start {
    justify-items: start;
  }
}
@media (max-width: 1700px) {
  .justify-items-xxl-center {
    justify-items: center;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-center {
    justify-items: center;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-center {
    justify-items: center;
  }
}
@media (max-width: 980px) {
  .justify-items-md-center {
    justify-items: center;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-center {
    justify-items: center;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-center {
    justify-items: center;
  }
}
@media (max-width: 1700px) {
  .justify-items-xxl-end {
    justify-items: end;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-end {
    justify-items: end;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-end {
    justify-items: end;
  }
}
@media (max-width: 980px) {
  .justify-items-md-end {
    justify-items: end;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-end {
    justify-items: end;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-end {
    justify-items: end;
  }
}
@media (max-width: 1700px) {
  .justify-items-xxl-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 980px) {
  .justify-items-md-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-start {
    justify-content: start;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-start {
    justify-content: start;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-start {
    justify-content: start;
  }
}
@media (max-width: 980px) {
  .justify-content-md-start {
    justify-content: start;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-start {
    justify-content: start;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-start {
    justify-content: start;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-center {
    justify-content: center;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-center {
    justify-content: center;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-center {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .justify-content-md-center {
    justify-content: center;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-center {
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-center {
    justify-content: center;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-end {
    justify-content: end;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-end {
    justify-content: end;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-end {
    justify-content: end;
  }
}
@media (max-width: 980px) {
  .justify-content-md-end {
    justify-content: end;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-end {
    justify-content: end;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-end {
    justify-content: end;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .justify-content-md-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-start {
    align-items: start;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-start {
    align-items: start;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-start {
    align-items: start;
  }
}
@media (max-width: 980px) {
  .align-items-md-start {
    align-items: start;
  }
}
@media (max-width: 660px) {
  .align-items-sm-start {
    align-items: start;
  }
}
@media (max-width: 380px) {
  .align-items-xs-start {
    align-items: start;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-center {
    align-items: center;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-center {
    align-items: center;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-center {
    align-items: center;
  }
}
@media (max-width: 980px) {
  .align-items-md-center {
    align-items: center;
  }
}
@media (max-width: 660px) {
  .align-items-sm-center {
    align-items: center;
  }
}
@media (max-width: 380px) {
  .align-items-xs-center {
    align-items: center;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-end {
    align-items: end;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-end {
    align-items: end;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-end {
    align-items: end;
  }
}
@media (max-width: 980px) {
  .align-items-md-end {
    align-items: end;
  }
}
@media (max-width: 660px) {
  .align-items-sm-end {
    align-items: end;
  }
}
@media (max-width: 380px) {
  .align-items-xs-end {
    align-items: end;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-space-between {
    align-items: space-between;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-space-between {
    align-items: space-between;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-space-between {
    align-items: space-between;
  }
}
@media (max-width: 980px) {
  .align-items-md-space-between {
    align-items: space-between;
  }
}
@media (max-width: 660px) {
  .align-items-sm-space-between {
    align-items: space-between;
  }
}
@media (max-width: 380px) {
  .align-items-xs-space-between {
    align-items: space-between;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-start {
    align-content: start;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-start {
    align-content: start;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-start {
    align-content: start;
  }
}
@media (max-width: 980px) {
  .align-content-md-start {
    align-content: start;
  }
}
@media (max-width: 660px) {
  .align-content-sm-start {
    align-content: start;
  }
}
@media (max-width: 380px) {
  .align-content-xs-start {
    align-content: start;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-center {
    align-content: center;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-center {
    align-content: center;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-center {
    align-content: center;
  }
}
@media (max-width: 980px) {
  .align-content-md-center {
    align-content: center;
  }
}
@media (max-width: 660px) {
  .align-content-sm-center {
    align-content: center;
  }
}
@media (max-width: 380px) {
  .align-content-xs-center {
    align-content: center;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-end {
    align-content: end;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-end {
    align-content: end;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-end {
    align-content: end;
  }
}
@media (max-width: 980px) {
  .align-content-md-end {
    align-content: end;
  }
}
@media (max-width: 660px) {
  .align-content-sm-end {
    align-content: end;
  }
}
@media (max-width: 380px) {
  .align-content-xs-end {
    align-content: end;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-space-between {
    align-content: space-between;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-space-between {
    align-content: space-between;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-space-between {
    align-content: space-between;
  }
}
@media (max-width: 980px) {
  .align-content-md-space-between {
    align-content: space-between;
  }
}
@media (max-width: 660px) {
  .align-content-sm-space-between {
    align-content: space-between;
  }
}
@media (max-width: 380px) {
  .align-content-xs-space-between {
    align-content: space-between;
  }
}
.flex-column {
  flex-direction: column;
}

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

@media (max-width: 1700px) {
  .flex-xxl-column {
    flex-direction: column;
  }
}
@media (max-width: 1480px) {
  .flex-xl-column {
    flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .flex-lg-column {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .flex-md-column {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  .flex-sm-column {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  .flex-xs-column {
    flex-direction: column;
  }
}
@media (max-width: 1700px) {
  .flex-xxl-row {
    flex-direction: row;
  }
}
@media (max-width: 1480px) {
  .flex-xl-row {
    flex-direction: row;
  }
}
@media (max-width: 1240px) {
  .flex-lg-row {
    flex-direction: row;
  }
}
@media (max-width: 980px) {
  .flex-md-row {
    flex-direction: row;
  }
}
@media (max-width: 660px) {
  .flex-sm-row {
    flex-direction: row;
  }
}
@media (max-width: 380px) {
  .flex-xs-row {
    flex-direction: row;
  }
}
/* ==========================================================================
   SPACING
   ========================================================================== */
.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

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

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

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

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

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

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

@media (max-width: 1700px) {
  .m-xxl-auto {
    margin: auto !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-auto {
    margin: auto !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-auto {
    margin: auto !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-auto {
    margin: auto !important;
  }
}
@media (max-width: 980px) {
  .m-md-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-auto {
    margin: auto !important;
  }
}
@media (max-width: 660px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-auto {
    margin: auto !important;
  }
}
@media (max-width: 380px) {
  .m-xs-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-10 {
    padding: 10rem !important;
  }
}
.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

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

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

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.me-0 {
  margin-right: 0rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

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

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

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

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

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

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

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

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

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

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

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

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

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

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

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

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.ps-0 {
  padding-left: 0rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

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

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

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

@media (max-width: 1700px) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 980px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 980px) {
  .me-md-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 660px) {
  .me-sm-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 380px) {
  .me-xs-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 980px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 980px) {
  .ms-md-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 980px) {
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 660px) {
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 380px) {
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 980px) {
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
/* ==========================================================================
   SIZING
   ========================================================================== */
.h-vh {
  height: 100vh !important;
}

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

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

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

/* ==========================================================================
   TEXT
   ========================================================================== */
.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-unset {
  text-transform: unset;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.d-1 {
  transition-delay: 0.18s !important;
}
@media (max-width: 660px) {
  .d-1 {
    transition-delay: 0.117s !important;
  }
}

.d-2 {
  transition-delay: 0.36s !important;
}
@media (max-width: 660px) {
  .d-2 {
    transition-delay: 0.234s !important;
  }
}

.d-3 {
  transition-delay: 0.54s !important;
}
@media (max-width: 660px) {
  .d-3 {
    transition-delay: 0.351s !important;
  }
}

.d-4 {
  transition-delay: 0.72s !important;
}
@media (max-width: 660px) {
  .d-4 {
    transition-delay: 0.468s !important;
  }
}

.d-5 {
  transition-delay: 0.9s !important;
}
@media (max-width: 660px) {
  .d-5 {
    transition-delay: 0.585s !important;
  }
}

.d-6 {
  transition-delay: 1.08s !important;
}
@media (max-width: 660px) {
  .d-6 {
    transition-delay: 0.702s !important;
  }
}

.d-7 {
  transition-delay: 1.26s !important;
}
@media (max-width: 660px) {
  .d-7 {
    transition-delay: 0.819s !important;
  }
}

.d-8 {
  transition-delay: 1.44s !important;
}
@media (max-width: 660px) {
  .d-8 {
    transition-delay: 0.936s !important;
  }
}

.d-9 {
  transition-delay: 1.62s !important;
}
@media (max-width: 660px) {
  .d-9 {
    transition-delay: 1.053s !important;
  }
}

.d-10 {
  transition-delay: 1.8s !important;
}
@media (max-width: 660px) {
  .d-10 {
    transition-delay: 1.17s !important;
  }
}

.d-11 {
  transition-delay: 1.98s !important;
}
@media (max-width: 660px) {
  .d-11 {
    transition-delay: 1.287s !important;
  }
}

.d-12 {
  transition-delay: 2.16s !important;
}
@media (max-width: 660px) {
  .d-12 {
    transition-delay: 1.404s !important;
  }
}

.in-view {
  opacity: 0;
}

/* ==========================================================================
   ACCORDIONS
   ========================================================================== */
.accordion-wrap {
  background-color: #13394C;
  overflow: hidden;
}
.acc-grey .accordion-wrap {
  background-color: #DBD8D8;
}
.block-accordion-split .accordion-wrap {
  min-height: 60vh;
  padding: 2rem;
  border-radius: 0.5555555556rem;
}

.accordion {
  color: #fff;
}
.accordion .accordion-item {
  position: relative;
}
.accordion .accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #DBD8D8;
}
.accordion .accordion-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #DBD8D8;
}
.accordion .accordion-item .accordion-title {
  padding: 1.1111111111rem 0;
  color: #3abeae;
}
.accordion .accordion-item .accordion-title .accordion-icon {
  position: relative;
  height: 2rem;
  width: 2rem;
}
.accordion .accordion-item .accordion-title .accordion-icon::before, .accordion .accordion-item .accordion-title .accordion-icon::after {
  content: "";
  transition: all 0.36s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 2rem;
  background-color: #DBD8D8;
  transform: translate(-50%, -50%);
}
@media (max-width: 660px) {
  .accordion .accordion-item .accordion-title .accordion-icon::before, .accordion .accordion-item .accordion-title .accordion-icon::after {
    transition-duration: 0.234s !important;
  }
}
.accordion .accordion-item .accordion-title .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion .accordion-item .accordion-title:hover {
  cursor: pointer;
}
.accordion .accordion-item .accordion-content {
  height: 0px;
  max-width: 53.3333333333rem;
  padding-right: 7rem;
  overflow: hidden;
}
@media (max-width: 660px) {
  .accordion .accordion-item .accordion-content {
    padding-right: 2rem;
  }
}
@media (max-width: 380px) {
  .accordion .accordion-item .accordion-content {
    padding-right: 0rem;
  }
}
@media (max-width: 980px) {
  .block-accordion-full .accordion .accordion-item .accordion-content {
    padding-right: 2rem;
  }
}
.accordion .accordion-item .accordion-content .accordion-content-wrap {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}
.accordion .accordion-item.active .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.accordion .accordion-item.active .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.accordion .accordion-item.active .accordion-content-wrap {
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.35, 0.35, 0.1, 1) 0.15s;
}
.accordion .accordion-item:first-child::before {
  display: none;
}
.accordion .accordion-item:first-child .accordion-title {
  padding-top: 0;
}
.acc-grey .accordion {
  color: #00222A;
}
.acc-grey .accordion .accordion-item::before {
  background-color: #00222A;
}
.acc-grey .accordion .accordion-item:last-child::after {
  background-color: #00222A;
}
.acc-grey .accordion .accordion-title {
  color: #00222A;
}
.acc-grey .accordion .accordion-title .accordion-icon::before, .acc-grey .accordion .accordion-title .accordion-icon::after {
  background-color: #00222A;
}

/* ==========================================================================
   ICONS (FOR USE WHEN ADDING AS CONTENT IN A PSEUDO ELEMENT
   ========================================================================== */
/* ==========================================================================
   SPACING
   ========================================================================== */
.text-start {
  text-align: left;
}

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

.text-end {
  text-align: right;
}

a, input, button, select, textarea, .btn {
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}
@media (max-width: 660px) {
  a, input, button, select, textarea, .btn {
    transition-duration: 0.117s !important;
  }
}
a:hover, a:focus, a:active, input:hover, input:focus, input:active, button:hover, button:focus, button:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active, .btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: 0 !important;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child, p:first-child, .p:first-child, a:first-child, .a:first-child, span:first-child, li:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, p:last-child, .p:last-child, a:last-child, .a:last-child, span:last-child, li:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .p {
  margin: 1em 0;
}

/* ==========================================================================
   FORMATS
   ========================================================================== */
body {
  font-family: "Inter", sans-serif;
}

p, .p {
  font-family: "Inter", sans-serif;
  line-height: 1.55;
  letter-spacing: 0em;
}

.tag {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.8888888889rem;
  line-height: 1;
  padding: 0.2777777778rem 0.5555555556rem;
  border-radius: 555.5rem;
  background-color: #fff;
  color: #3abeae;
}

.text-caption {
  font-family: "Inter", sans-serif;
  font-size: 0.7777777778rem;
  line-height: 1;
  letter-spacing: 0em;
}

.text-body-sm, form .wpcf7-response-output, form .wpcf7-not-valid-tip {
  font-family: "Inter", sans-serif;
  font-size: 0.8888888889rem;
  line-height: 1.45;
  letter-spacing: 0em;
}

.text-body-md {
  font-family: "Inter", sans-serif;
  font-size: 1.2222222222rem;
  line-height: 1.45;
  letter-spacing: 0em;
}
@media (max-width: 980px) {
  .text-body-md {
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 660px) {
  .text-body-md {
    font-size: 1rem;
  }
}

.text-body-lg {
  font-family: "Inter", sans-serif;
  font-size: 1.3888888889rem;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 980px) {
  .text-body-lg {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 660px) {
  .text-body-lg {
    font-size: 1.1111111111rem;
  }
}

.text-heading-sm {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.5555555556rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 660px) {
  .text-heading-sm {
    font-size: 1.3333333333rem;
  }
}
.text-heading-sm strong, .text-heading-sm b {
  color: #3abeae;
  font-weight: inherit;
}

.text-heading-base {
  font-family: "Ubuntu", sans-serif;
  font-size: 2rem;
  line-height: 1.11;
  letter-spacing: 0em;
}
.text-heading-base strong, .text-heading-base b {
  color: #3abeae;
  font-weight: inherit;
}

.text-heading-lg {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.3333333333rem;
  line-height: 1.16;
  letter-spacing: 0em;
}
@media (max-width: 660px) {
  .text-heading-lg {
    font-size: 2.4444444444rem;
  }
}
.text-heading-lg strong, .text-heading-lg b {
  color: #3abeae;
  font-weight: inherit;
}

.text-heading-xl {
  font-family: "Ubuntu", sans-serif;
  font-size: 4.2222222222rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 660px) {
  .text-heading-xl {
    font-size: 3rem;
  }
}
.content .text-heading-xl:not(:last-child) {
  margin-bottom: 2rem;
}
.text-heading-xl strong, .text-heading-xl b {
  color: #3abeae;
  font-weight: inherit;
}

/* ==========================================================================
	ELEMENTS
	========================================================================== */
a, .a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none !important;
}
a:hover, .a:hover {
  color: #00748f;
}

ol li {
  margin: 0.8333333333rem 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  list-style: none;
}
.block ul {
  padding-left: 1.3888888889rem;
  margin: 0;
}
.block ul li {
  position: relative;
  margin: 0.8333333333rem 0;
  list-style: none;
}
.block ul li::before {
  content: "—";
  position: absolute;
  top: 0;
  left: -0.5555555556rem;
  transform: translateX(-100%);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5555555556rem;
}

.links-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1111111111rem;
}

.btn {
  transition: all 0.36s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: relative;
  padding: 0.5555555556rem 1rem;
  border-radius: 55.5rem;
  font-size: 0.7777777778rem;
  line-height: 1;
  color: #13394C;
}
@media (max-width: 660px) {
  .btn {
    transition-duration: 0.234s !important;
  }
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-primary {
  background-color: #fff;
}
.btn.btn-secondary {
  background-color: #3abeae;
  color: #fff;
}
.btn.btn-secondary:hover {
  color: #00748f;
}
.btn.btn-tertiary {
  font-size: 0.8888888889rem;
  background-color: #eeeeee;
}
.btn.btn-submit {
  border: none;
}
.btn.btn-submit:hover {
  background-color: #3abeae;
  color: #fff;
}
.btn.btn-svg {
  min-height: 2rem;
  font-size: 0;
}
.btn.btn-svg svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1rem;
}
.btn.btn-svg svg * {
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  fill: #fff;
}
@media (max-width: 660px) {
  .btn.btn-svg svg * {
    transition-duration: 0.117s !important;
  }
}
.btn.btn-svg:hover svg * {
  fill: #00748f;
}

.btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 2rem;
  width: 2rem;
}
.btn-close::before, .btn-close::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  height: 2px;
  width: 100%;
  background-color: #00222A;
  transform: rotate(0deg);
}
.btn-close::before {
  transform: rotate(45deg);
}
.btn-close::after {
  transform: rotate(-45deg);
}
.btn-close:hover {
  cursor: pointer;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 1.1111111111rem;
  z-index: 9;
}
#header .header-inner {
  padding: 0.6111111111rem 1.3888888889rem 0.6111111111rem 0.7777777778rem;
  border: 1px solid #DBD8D8;
  border-radius: 0.5555555556rem;
  background-color: #fff;
}
#header .logo-link {
  display: inline-block;
  font-size: 0px;
}
#header .logo {
  width: 8.6111111111rem;
  aspect-ratio: 155/68;
}
@media (max-width: 1240px) {
  #header .logo {
    width: 6.6666666667rem;
  }
}
.nav-toggle {
  position: relative;
  height: 20px;
  width: 20px;
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  height: 2px;
  width: 100%;
  background-color: #00222A;
  transform: rotate(0deg);
}
.nav-toggle::after {
  top: calc(50% + 3px);
}
.nav-open .nav-toggle::before, .nav-open .nav-toggle::after {
  top: calc(50% - 0px);
}
.nav-open .nav-toggle::before {
  transform: rotate(45deg);
}
.nav-open .nav-toggle::after {
  transform: rotate(-45deg);
}

nav.nav-main ul {
  gap: 1rem;
}
@media (max-width: 1240px) {
  nav.nav-main ul {
    gap: 0.5rem;
  }
}
nav.nav-main ul li {
  position: relative;
  padding: 0.2222222222rem 0;
  line-height: 1;
}
nav.nav-main ul li::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #007590;
}
nav.nav-main ul li.active {
  pointer-events: none;
  color: #007590;
}
nav.nav-main ul li.active::after {
  display: block;
}

nav.nav-mobile li {
  transform: translateX(20px);
  opacity: 0;
}
.nav-open nav.nav-mobile li {
  transform: translateX(0px);
  opacity: 1;
}
nav.nav-mobile li:hover, nav.nav-mobile li.active {
  color: #00222A;
}
nav.nav-mobile a {
  display: block;
  line-height: 1;
  text-decoration: none !important;
}

/* ==========================================================================
   POPOUTS
   ========================================================================== */
.popout {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: #8a909f;
}
.popout-nav {
  transition: all 0.36s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  padding: 8.3333333333rem 0;
  background-color: #DBD8D8;
  opacity: 1;
  transform: translateX(100%);
  z-index: 8;
}
@media (max-width: 660px) {
  .popout-nav {
    transition-duration: 0.234s !important;
  }
}
.nav-open .popout-nav {
  transform: translateX(0%);
}

.popup-team {
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  opacity: 0;
  z-index: -1;
  transition: z-index 0.1s linear 0.5s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 660px) {
  .popup-team {
    transition-duration: 0.117s !important;
  }
}
@media (max-width: 980px) {
  .popup-team {
    flex-direction: column;
    overflow: scroll;
  }
}
.popup-team > * {
  flex: 1 0 50%;
  padding: 2.7777777778rem;
}
.popup-team .popup-img {
  background-color: rgba(0, 117, 144, 0.95);
}
.popup-team .popup-img .img {
  border-radius: 1.1111111111rem;
  max-width: 80vh;
  background-position: 36% center;
}
@media (max-width: 980px) {
  .popup-team .popup-img .img {
    max-width: 13.3333333333rem;
  }
}
.popup-team .popup-content {
  background-color: #fff;
}
.popup-team .popup-content .content {
  max-width: 26.9444444444rem;
}
.popup-team .popup-content .content .text-heading-base {
  color: #007590;
}
.popup-team .team-footer {
  width: 100%;
  max-width: 26.9444444444rem;
  padding: 0.6666666667rem 0 0.7777777778rem;
  border-top: 1px solid #DBD8D8;
  border-bottom: 1px solid #DBD8D8;
}
@media (max-width: 980px) {
  .popup-team .btn-close {
    transform: translate(50%, -50%);
  }
  .popup-team .btn-close::before, .popup-team .btn-close::after {
    background-color: #fff;
  }
}
.popup-team.active {
  opacity: 1;
  z-index: 199;
  transition: z-index 0.1s linear 0s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}

/* ==========================================================================
   PAGE FX
   ========================================================================== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  background: rgba(0, 116, 143, 0.25);
  mix-blend-mode: multiply;
  opacity: 0;
}
@media (max-width: 660px) {
  .overlay {
    transition-duration: 0.117s !important;
  }
}

.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #00222A;
  opacity: 1;
  z-index: 199;
  transition: z-index 0.1s linear 0s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}
.loaded .page-overlay {
  opacity: 0;
  z-index: -1;
  transition: z-index 0.1s linear 0.5s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}

.divider {
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  width: 100%;
  height: 1px;
  background: #00748f;
  transform: scaleX(0);
}
@media (max-width: 660px) {
  .divider {
    transition-duration: 0.117s !important;
  }
}
.divider.fade-active {
  transform: scaleX(1);
}

/* ==========================================================================
   CSS ANIMATION
   ========================================================================== */
@keyframes scroll-arrow {
  0% {
    transform: translateY(-1.9444444444rem);
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateY(0rem);
    opacity: 0;
  }
}
.scroll-arrow {
  animation-name: scroll-arrow;
  animation-duration: 3000ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.55, 1);
  animation-iteration-count: infinite;
}

/* ==========================================================================
   SWIPER
   ========================================================================== */
.swiper-free-mode, .swiper-free-mode .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container.swiper-free-mode .logo {
  max-height: 5.5555555556rem;
  width: 9.7222222222rem;
  filter: brightness(0.5) saturate(0) invert(0);
}
.swiper-container.swiper-free-mode::before, .swiper-container.swiper-free-mode::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 11.1111111111rem;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.swiper-container.swiper-free-mode::before {
  left: 0;
}
.swiper-container.swiper-free-mode::after {
  right: 0;
  transform: rotate(180deg);
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
img {
  height: auto;
  max-width: 100%;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  border-radius: 0.5555555556rem;
}
.img.no-br {
  border-radius: 0rem;
}

/* ==========================================================================
   IFRAMES
   ========================================================================== */
.bg-iframe iframe {
  transition: all 0.72s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  aspect-ratio: 16/9;
  position: absolute;
  height: 100%;
  min-height: 56.25vw;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 660px) {
  .bg-iframe iframe {
    transition-duration: 0.468s !important;
  }
}
.bg-iframe iframe.active {
  opacity: 1;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
  position: relative;
}
#footer .logo {
  max-width: 18.3333333333rem;
}
@media (max-width: 980px) {
  #footer .logo {
    max-width: 12.2222222222rem;
  }
}
#footer .logo .tagline * {
  fill: #fff;
}

/* ==========================================================================
   POSTS
   ========================================================================== */
/* ==========================================================================
   BLOCKS
   ========================================================================== */
.block {
  position: relative;
  background-color: #DBD8D8;
}

.block-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80vh;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.block-hero .logo-icon {
  animation: rotating 120s linear infinite;
  position: absolute;
  top: 20vh;
  left: 30vw;
  width: 130vw;
  z-index: 0;
}
.block-hero .container * {
  position: relative;
}
.block-hero.block-hero-home {
  height: 90vh;
}
.block-hero.block-hero-home + .spacer {
  height: 90vh;
}
@media (max-width: 980px) {
  .block-content .img {
    aspect-ratio: 16/9;
  }
}
.block-content .content-wrap {
  min-height: 55vh;
  border-radius: 0.5555555556rem;
  background: linear-gradient(0deg, #00748f 2.01%, #00222A 66.75%);
}
.block-content.content-light .content-wrap {
  min-height: 55vh;
  background: linear-gradient(0deg, #099DC9 2.01%, #00748f 66.75%);
}
.block-content.no-img .content-wrap {
  min-height: unset;
  background: none;
}

.block-testies {
  min-height: 80vh;
  overflow: hidden;
}
@media (max-width: 660px) {
  .block-testies {
    min-height: 70vh;
  }
}
.block-testies .logo-icon {
  position: absolute;
  top: 10vh;
  left: -60%;
  width: 130vw;
  z-index: 0;
}
.block-testies .swiper-container .swiper-slide {
  transition: all 0.36s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  border-radius: 0.5555555556rem;
  background-color: #DBD8D8;
}
@media (max-width: 660px) {
  .block-testies .swiper-container .swiper-slide {
    transition-duration: 0.234s !important;
  }
}
.block-testies .swiper-container .swiper-slide.swiper-slide-active {
  background-color: #fff;
}
.block-testies .swiper-container:hover {
  cursor: pointer;
}
.block-testies .testi-swiper-pagination .swiper-pagination-bullet {
  transition: all 0.72s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  height: 1.1111111111rem;
  width: 1.1111111111rem;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1 !important;
}
@media (max-width: 660px) {
  .block-testies .testi-swiper-pagination .swiper-pagination-bullet {
    transition-duration: 0.468s !important;
  }
}
.block-testies .testi-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

@media (max-width: 980px) {
  .block-casestudy .img {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 980px) {
  .block-accordion.block-accordion-split .img {
    aspect-ratio: 16/9;
    background-position: center 15%;
  }
}
.block-accordion.block-accordion-full {
  background-color: #13394C;
}
.block-accordion.block-accordion-full .img {
  aspect-ratio: 16/9;
  max-height: 75vh;
}
.block-accordion.acc-blue {
  background-color: #13394C;
  color: #fff;
}
.block-accordion.acc-grey {
  background-color: #DBD8D8;
  color: #00222A;
}

.block-team .team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1111111111rem;
}
@media (max-width: 660px) {
  .block-team .team {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-team .team .teammember {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 324/400;
  border-radius: 1.1111111111rem;
  overflow: hidden;
}
.block-team .team .teammember::before {
  content: "";
  transition: all 0.36s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1950;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 660px) {
  .block-team .team .teammember::before {
    transition-duration: 0.234s !important;
  }
}
.block-team .team .teammember .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 36% center;
}
.block-team .team .teammember .team-footer {
  position: relative;
  padding: 0rem 1.9444444444rem 1.6666666667rem;
  background: linear-gradient(180deg, rgba(0, 34, 42, 0), #00222A 100%);
  color: #fff;
  z-index: 5;
}
@media (max-width: 980px) {
  .block-team .team .teammember .team-footer {
    padding: 0rem 1.1111111111rem 0.8888888889rem;
  }
}
.block-team .team .teammember:hover {
  cursor: pointer;
}
.block-team .team .teammember:hover::before {
  opacity: 0.5;
}

.block-swiper .swiper-container {
  width: 30%;
}
@media (max-width: 1240px) {
  .block-swiper .swiper-container {
    width: 40%;
  }
}
@media (max-width: 980px) {
  .block-swiper .swiper-container {
    width: 60%;
  }
}
@media (max-width: 660px) {
  .block-swiper .swiper-container {
    width: 80%;
  }
}
@media (max-width: 380px) {
  .block-swiper .swiper-container {
    width: 100%;
  }
}
.block-swiper .swiper-container .swiper-slide {
  transition: all 0.36s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  border: 1px solid #8a909f;
  border-radius: 0.5555555556rem;
  background-color: #fff;
  color: #8a909f;
}
@media (max-width: 660px) {
  .block-swiper .swiper-container .swiper-slide {
    transition-duration: 0.234s !important;
  }
}
.block-swiper .swiper-container .swiper-slide .slide-id {
  transition: all 0.36s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  display: inline-block;
  height: 3.3333333333rem;
  width: 3.3333333333rem;
  border-radius: 55.5rem;
  background-color: #8a909f;
  color: #fff;
}
@media (max-width: 660px) {
  .block-swiper .swiper-container .swiper-slide .slide-id {
    transition-duration: 0.234s !important;
  }
}
.block-swiper .swiper-container .swiper-slide.swiper-slide-active {
  background-color: #13394C;
  color: #fff;
}
.block-swiper .swiper-container .swiper-slide.swiper-slide-active .slide-id {
  background-color: #fff;
  color: #007590;
}
.block-swiper .swiper-container:hover {
  cursor: pointer;
}
.block-swiper .base-swiper-pagination {
  width: auto !important;
}
.block-swiper .base-swiper-pagination .swiper-pagination-bullet {
  transition: all 0.72s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  height: 1.1111111111rem;
  width: 1.1111111111rem;
  border: 1px solid #007590;
  background: transparent;
  opacity: 1 !important;
}
@media (max-width: 660px) {
  .block-swiper .base-swiper-pagination .swiper-pagination-bullet {
    transition-duration: 0.468s !important;
  }
}
.block-swiper .base-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007590;
}

.block-img .content-wrap {
  position: absolute;
  top: 4.4444444444rem;
  left: 4.4444444444rem;
  max-width: 27.7777777778rem;
  border-radius: 0.5555555556rem;
  background-color: #007590;
  color: #fff;
}
@media (max-width: 1240px) {
  .block-img .content-wrap {
    top: 1.1111111111rem;
    left: 1.1111111111rem;
    max-width: 16.6666666667rem;
  }
}
@media (max-width: 660px) {
  .block-img .content-wrap {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 100%;
    max-width: calc(100% - 1.1111111111rem * 2);
  }
}

/* ==========================================================================
  Custom checkboxes using css
  ========================================================================== */
.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
}
[type=checkbox]:not(:checked):hover,
[type=checkbox]:checked:hover {
  cursor: pointer;
}

[type=checkbox]:not(:checked) + :is(label, span),
[type=checkbox]:checked + :is(label, span) {
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: relative;
  padding-left: 1.7777777778rem;
  cursor: pointer;
}
@media (max-width: 660px) {
  [type=checkbox]:not(:checked) + :is(label, span),
  [type=checkbox]:checked + :is(label, span) {
    transition-duration: 0.117s !important;
  }
}

[type=checkbox]:not(:checked) + :is(label, span):before,
[type=checkbox]:checked + :is(label, span):before {
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  border: 1px solid #099DC9;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 660px) {
  [type=checkbox]:not(:checked) + :is(label, span):before,
  [type=checkbox]:checked + :is(label, span):before {
    transition-duration: 0.117s !important;
  }
}

[type=checkbox]:not(:checked) + :is(label, span):after,
[type=checkbox]:checked + :is(label, span):after {
  content: "";
  display: block;
  width: 0.5555555556rem;
  height: 0.5555555556rem;
  position: absolute;
  top: 50%;
  left: 0.2777777778rem;
  background: #099DC9;
  transition: all 0.2s;
  transform-origin: top;
}

[type=checkbox]:not(:checked) + :is(label, span):after {
  opacity: 0;
  transform: scale(0, 0) translateY(-50%);
}

[type=checkbox]:checked + :is(label, span):after {
  opacity: 1;
  transform: scale(1, 1) translateY(-50%);
}

[type=checkbox]:disabled:not(:checked) + :is(label, span):before,
[type=checkbox]:disabled:checked + :is(label, span):before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + :is(label, span):after {
  color: #8a909f;
}

[type=checkbox]:disabled + :is(label, span) {
  color: #8a909f;
}

input[type=checkbox]:hover + :is(label, span):before {
  border: 2px solid #099DC9 !important;
}

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
form {
  display: flex;
  flex-direction: column;
  gap: 0.2222222222rem;
}
form .form-group {
  position: relative;
}
form .form-group br, form .form-group label {
  display: none;
}
form .form-group .wpcf7-form-control-wrap {
  line-height: 1;
}
form .form-group .form-control {
  position: relative;
  appearance: none;
  width: 100%;
  padding: 0.2222222222rem 0.4444444444rem;
  border: 1px solid #00748f;
  border-radius: 0.2222222222rem;
  background-color: #fff;
}
form .form-group .select-element-parent::after {
  content: "\f078";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300 !important;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  right: 0.4444444444rem;
  transform: translateY(-50%);
}
form .form-group ::-webkit-input-placeholder {
  font-size: 0.8888888889rem;
  line-height: 1;
  color: #8a909f;
}
form .form-group :-moz-placeholder {
  font-size: 0.8888888889rem;
  line-height: 1;
  color: #8a909f;
}
form .form-group ::-moz-placeholder {
  font-size: 0.8888888889rem;
  line-height: 1;
  color: #8a909f;
}
form .form-group :-ms-input-placeholder {
  font-size: 0.8888888889rem;
  line-height: 1;
  color: #8a909f;
}
form .form-group .placeholder {
  font-size: 0.8888888889rem;
  line-height: 1;
  color: #8a909f;
}
form .form-group.focused * {
  border-color: #00222A !important;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0.4444444444rem;
  right: 0.4444444444rem;
  font-size: 0.6666666667rem;
  color: #00222A;
}
form .wpcf7-response-output {
  transition: all 0.18s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  color: #fff;
}
@media (max-width: 660px) {
  form .wpcf7-response-output {
    transition-duration: 0.117s !important;
  }
}

.wpcf7-spinner {
  position: absolute;
}

form.subscribe-form input[type=text] {
  border: 0;
  border-bottom: 1px solid #00222A;
  border-radius: 0px;
  background-color: transparent;
}

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