@charset "UTF-8";
/* Abstracts */
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-SemiBold.woff2") format("woff2"), url("fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("fonts/fontello.woff2") format("woff2"), url("fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-size-xs {
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}

.font-size-sm {
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
}

.font-size-lg {
  font-size: 2.4rem !important;
  line-height: 3.6rem !important;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #220d4e !important;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?94904384#fontello') format('svg');
  }
}
*/
i.icon, [class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-globe:before {
  content: "\e800";
} /* '' */
.icon-left:before {
  content: "\e801";
} /* '' */
.icon-github:before {
  content: "\e802";
} /* '' */
.icon-arrow-down-thin:before {
  content: "\e803";
} /* '' */
.icon-star:before {
  content: "\e804";
} /* '' */
.icon-play-circled2:before {
  content: "\e805";
} /* '' */
.icon-search:before {
  content: "\e806";
} /* '' */
.icon-arrow-right:before {
  content: "\e807";
} /* '' */
.icon-clock:before {
  content: "\e808";
} /* '' */
.icon-ok-1:before {
  content: "\e809";
} /* '' */
.icon-cancel:before {
  content: "\e80a";
} /* '' */
.icon-minus:before {
  content: "\e80b";
} /* '' */
.icon-ok-2:before {
  content: "\e80c";
} /* '' */
.icon-eye-1:before {
  content: "\e80d";
} /* '' */
.icon-play:before {
  content: "\e80e";
} /* '' */
.icon-eye-off:before {
  content: "\e80f";
} /* '' */
.icon-link:before {
  content: "\e810";
} /* '' */
.icon-attach:before {
  content: "\e811";
} /* '' */
.icon-login:before {
  content: "\e812";
} /* '' */
.icon-play-outline:before {
  content: "\e813";
} /* '' */
.icon-appsflyer:before {
  content: "\e814";
} /* '' */
.icon-company:before {
  content: "\e815";
} /* '' */
.icon-lightning:before {
  content: "\e816";
} /* '' */
.icon-pin:before {
  content: "\e817";
} /* '' */
.icon-right-open:before {
  content: "\e818";
} /* '' */
.icon-down-open:before {
  content: "\e819";
} /* '' */
.icon-cancel-1:before {
  content: "\e81a";
} /* '' */
.icon-down-open-mini:before {
  content: "\e81b";
} /* '' */
.icon-info-circled-alt:before {
  content: "\f086";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-youtube:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-medium:before {
  content: "\f23a";
} /* '' */
.icon-slack:before {
  content: "\f198";
} /* '' */
.icon-facebook-official:before {
  content: "\f230";
} /* '' */
.icon-facebook:before {
  content: "\f30c";
} /* '' */
.icon-volume-off:before {
  content: "\e81c";
} /* '' */
.icon-volume-low:before {
  content: "\e81d";
} /* '' */
/* Custom */
.ico-close:before {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url("../images/ico-close.svg") no-repeat center/cover;
}

.ico-filter:before {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url("../images/ico-filter.svg") no-repeat center/cover;
}

.ico-video:before {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url("../images/ico-video.svg") no-repeat center/cover;
}

.ico-podcast:before {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url("../images/ico-podcast.svg") no-repeat center/cover;
}

.ico-play-2:before {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url("../images/ico-play-2.svg") no-repeat center/cover;
}

/* Vendor */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #9b6bff;
  --pink: #e83e8c;
  --red: #ff6e6e;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1EFFAE;
  --teal: #1effae;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #f7f7f7;
  --gray-dark: #e3e1e8;
  --blue-1: #00c2ff;
  --blue-2: #00b2eb;
  --blue-3: #03a0d2;
  --blue-4: #3a86ff;
  --blue-light-1: #f4fcff;
  --blue-light-2: #f0f8ff;
  --blue-dark-1: #220d4e;
  --blue-dark-2: #000744;
  --purple-2: #7177ff;
  --purple-light-1: #f5f1fc;
  --teal-light-1: #e8fff8;
  --turq: #2ec2d3;
  --black: #000000;
  --primary: #514b5f;
  --secondary: #220d4e;
  --success: #1EFFAE;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff6e6e;
  --light: #ffffff;
  --dark: #220d4e;
  --dark-blue: #000744;
  --approve: #1EFFAE;
  --active: #00c2ff;
  --error: red;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 1025px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1481px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.68;
  color: #79718b;
  text-align: left;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #514b5f;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2d2934;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.235;
  color: #220d4e;
}

h1, .h1 {
  font-size: 5.6rem;
}

h2, .h2 {
  font-size: 4rem;
}

h3, .h3 {
  font-size: 3.4rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

.lead {
  font-size: 2rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #f7f7f7;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #706a80;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #f7f7f7;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #79718b;
  border-radius: 0.5rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #79718b;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 574px;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 690px;
  }
}
@media (min-width: 1025px) {
  .container-md, .container-sm, .container {
    max-width: 994px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1260px;
  }
}
@media (min-width: 1481px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1452px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1025px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1481px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #79718b;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #514b5f;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #514b5f;
}
.table tbody + tbody {
  border-top: 2px solid #514b5f;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #514b5f;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #514b5f;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #79718b;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cecdd2;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a5a1ac;
}

.table-hover .table-primary:hover {
  background-color: #c1c0c6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c1c0c6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c1bbcd;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8c81a3;
}

.table-hover .table-secondary:hover {
  background-color: #b4acc2;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b4acc2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0ffe8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8affd5;
}

.table-hover .table-success:hover {
  background-color: #a7ffdf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a7ffdf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffd6d6;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffb4b4;
}

.table-hover .table-danger:hover {
  background-color: #ffbdbd;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffbdbd;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1bbcd;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c81a3;
}

.table-hover .table-dark:hover {
  background-color: #b4acc2;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4acc2;
}

.table-dark-blue,
.table-dark-blue > th,
.table-dark-blue > td {
  background-color: #b8bacb;
}
.table-dark-blue th,
.table-dark-blue td,
.table-dark-blue thead th,
.table-dark-blue tbody + tbody {
  border-color: #7a7e9e;
}

.table-hover .table-dark-blue:hover {
  background-color: #a9acc0;
}
.table-hover .table-dark-blue:hover > td,
.table-hover .table-dark-blue:hover > th {
  background-color: #a9acc0;
}

.table-approve,
.table-approve > th,
.table-approve > td {
  background-color: #c0ffe8;
}
.table-approve th,
.table-approve td,
.table-approve thead th,
.table-approve tbody + tbody {
  border-color: #8affd5;
}

.table-hover .table-approve:hover {
  background-color: #a7ffdf;
}
.table-hover .table-approve:hover > td,
.table-hover .table-approve:hover > th {
  background-color: #a7ffdf;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #b8eeff;
}
.table-active th,
.table-active td,
.table-active thead th,
.table-active tbody + tbody {
  border-color: #7adfff;
}

.table-hover .table-active:hover {
  background-color: #9fe8ff;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #9fe8ff;
}

.table-error,
.table-error > th,
.table-error > td {
  background-color: #ffb8b8;
}
.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: #ff7a7a;
}

.table-hover .table-error:hover {
  background-color: #ff9f9f;
}
.table-hover .table-error:hover > td,
.table-hover .table-error:hover > th {
  background-color: #ff9f9f;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #e3e1e8;
  border-color: #f7f7f9;
}
.table .thead-light th {
  color: #514b5f;
  background-color: #c6c1d2;
  border-color: #514b5f;
}

.table-dark {
  color: #ffffff;
  background-color: #e3e1e8;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #f7f7f9;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1480.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.68em + 2.6rem + 2px);
  padding: 1.3rem 3.85rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.68;
  color: #514b5f;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #a4a0ab;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #514b5f;
  background-color: #ffffff;
  border-color: #9088a1;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #f7f7f7;
  opacity: 1;
}
.form-control::placeholder {
  color: #f7f7f7;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #c6c1d2;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #514b5f;
}
select.form-control:focus::-ms-value {
  color: #514b5f;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(1.3rem + 1px);
  padding-bottom: calc(1.3rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.68;
}

.col-form-label-lg {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  font-size: 1.6rem;
  line-height: 2.1;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.3rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.68;
  color: #79718b;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.form-control-lg {
  height: calc(2.1em + 1.2rem + 2px);
  padding: 0.6rem 4rem;
  font-size: 1.6rem;
  line-height: 2.1;
  border-radius: 0.5rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #f7f7f7;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #1EFFAE;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.68;
  color: #79718b;
  background-color: rgba(30, 255, 174, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1EFFAE;
  padding-right: calc(1.68em + 2.6rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231EFFAE' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.42em + 0.65rem) center;
  background-size: calc(0.84em + 1.3rem) calc(0.84em + 1.3rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1EFFAE;
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 15.4rem !important;
  background-position: right 7.7rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.68em + 2.6rem);
  background-position: top calc(0.42em + 0.65rem) right calc(0.42em + 0.65rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1EFFAE;
  padding-right: calc(0.75em + 6.8rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23e3e1e8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 3.85rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231EFFAE' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 4.85rem/calc(0.84em + 1.3rem) calc(0.84em + 1.3rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1EFFAE;
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1EFFAE;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1EFFAE;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1EFFAE;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #51ffc0;
  background-color: #51ffc0;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1EFFAE;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1EFFAE;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1EFFAE;
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff6e6e;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.68;
  color: #79718b;
  background-color: rgba(255, 110, 110, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff6e6e;
  padding-right: calc(1.68em + 2.6rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff6e6e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff6e6e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.42em + 0.65rem) center;
  background-size: calc(0.84em + 1.3rem) calc(0.84em + 1.3rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff6e6e;
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 110, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 15.4rem !important;
  background-position: right 7.7rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.68em + 2.6rem);
  background-position: top calc(0.42em + 0.65rem) right calc(0.42em + 0.65rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff6e6e;
  padding-right: calc(0.75em + 6.8rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23e3e1e8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 3.85rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff6e6e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff6e6e' stroke='none'/%3e%3c/svg%3e") center right 4.85rem/calc(0.84em + 1.3rem) calc(0.84em + 1.3rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff6e6e;
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 110, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff6e6e;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff6e6e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff6e6e;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ffa1a1;
  background-color: #ffa1a1;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 110, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff6e6e;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff6e6e;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff6e6e;
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 110, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  color: #79718b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 1.4rem 3.066rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border-radius: 0.8rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #79718b;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #514b5f;
  border-color: #514b5f;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3f3a4a;
  border-color: #393543;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #3f3a4a;
  border-color: #393543;
  box-shadow: 0 0 0 0.2rem rgba(107, 102, 119, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #514b5f;
  border-color: #514b5f;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #393543;
  border-color: #332f3b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 102, 119, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #14082d;
  border-color: #0f0622;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #14082d;
  border-color: #0f0622;
  box-shadow: 0 0 0 0.2rem rgba(67, 49, 105, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #0f0622;
  border-color: #0a0417;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 49, 105, 0.5);
}

.btn-success {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-success:hover {
  color: #79718b;
  background-color: #00f79e;
  border-color: #00ea96;
}
.btn-success:focus, .btn-success.focus {
  color: #79718b;
  background-color: #00f79e;
  border-color: #00ea96;
  box-shadow: 0 0 0 0.2rem rgba(44, 234, 169, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #79718b;
  background-color: #00ea96;
  border-color: #00dd8e;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 234, 169, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #79718b;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #79718b;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #79718b;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(235, 181, 27, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #79718b;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #79718b;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 181, 27, 0.5);
}

.btn-danger {
  color: #79718b;
  background-color: #ff6e6e;
  border-color: #ff6e6e;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ff4848;
  border-color: #ff3b3b;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #ff4848;
  border-color: #ff3b3b;
  box-shadow: 0 0 0 0.2rem rgba(235, 110, 114, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #79718b;
  background-color: #ff6e6e;
  border-color: #ff6e6e;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff3b3b;
  border-color: #ff2e2e;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 110, 114, 0.5);
}

.btn-light {
  color: #79718b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  color: #79718b;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  color: #79718b;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(235, 234, 238, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #79718b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #79718b;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 234, 238, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #14082d;
  border-color: #0f0622;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #14082d;
  border-color: #0f0622;
  box-shadow: 0 0 0 0.2rem rgba(67, 49, 105, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #0f0622;
  border-color: #0a0417;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 49, 105, 0.5);
}

.btn-dark-blue {
  color: #ffffff;
  background-color: #000744;
  border-color: #000744;
}
.btn-dark-blue:hover {
  color: #ffffff;
  background-color: #00031e;
  border-color: #000211;
}
.btn-dark-blue:focus, .btn-dark-blue.focus {
  color: #ffffff;
  background-color: #00031e;
  border-color: #000211;
  box-shadow: 0 0 0 0.2rem rgba(38, 44, 96, 0.5);
}
.btn-dark-blue.disabled, .btn-dark-blue:disabled {
  color: #ffffff;
  background-color: #000744;
  border-color: #000744;
}
.btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active, .show > .btn-dark-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #000211;
  border-color: #000004;
}
.btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 44, 96, 0.5);
}

.btn-approve {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-approve:hover {
  color: #79718b;
  background-color: #00f79e;
  border-color: #00ea96;
}
.btn-approve:focus, .btn-approve.focus {
  color: #79718b;
  background-color: #00f79e;
  border-color: #00ea96;
  box-shadow: 0 0 0 0.2rem rgba(44, 234, 169, 0.5);
}
.btn-approve.disabled, .btn-approve:disabled {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-approve:not(:disabled):not(.disabled):active, .btn-approve:not(:disabled):not(.disabled).active, .show > .btn-approve.dropdown-toggle {
  color: #79718b;
  background-color: #00ea96;
  border-color: #00dd8e;
}
.btn-approve:not(:disabled):not(.disabled):active:focus, .btn-approve:not(:disabled):not(.disabled).active:focus, .show > .btn-approve.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 234, 169, 0.5);
}

.btn-active {
  color: #ffffff;
  background-color: #00c2ff;
  border-color: #00c2ff;
}
.btn-active:hover {
  color: #ffffff;
  background-color: #00a5d9;
  border-color: #009bcc;
}
.btn-active:focus, .btn-active.focus {
  color: #ffffff;
  background-color: #00a5d9;
  border-color: #009bcc;
  box-shadow: 0 0 0 0.2rem rgba(38, 203, 255, 0.5);
}
.btn-active.disabled, .btn-active:disabled {
  color: #ffffff;
  background-color: #00c2ff;
  border-color: #00c2ff;
}
.btn-active:not(:disabled):not(.disabled):active, .btn-active:not(:disabled):not(.disabled).active, .show > .btn-active.dropdown-toggle {
  color: #ffffff;
  background-color: #009bcc;
  border-color: #0092bf;
}
.btn-active:not(:disabled):not(.disabled):active:focus, .btn-active:not(:disabled):not(.disabled).active:focus, .show > .btn-active.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 203, 255, 0.5);
}

.btn-error {
  color: #ffffff;
  background-color: red;
  border-color: red;
}
.btn-error:hover {
  color: #ffffff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-error:focus, .btn-error.focus {
  color: #ffffff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #ffffff;
  background-color: red;
  border-color: red;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #514b5f;
  border-color: #514b5f;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #514b5f;
  border-color: #514b5f;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 75, 95, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #514b5f;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #514b5f;
  border-color: #514b5f;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 75, 95, 0.5);
}

.btn-outline-secondary {
  color: #220d4e;
  border-color: #220d4e;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 13, 78, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #220d4e;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 13, 78, 0.5);
}

.btn-outline-success {
  color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-outline-success:hover {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1EFFAE;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #79718b;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #79718b;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff6e6e;
  border-color: #ff6e6e;
}
.btn-outline-danger:hover {
  color: #79718b;
  background-color: #ff6e6e;
  border-color: #ff6e6e;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 110, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff6e6e;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #79718b;
  background-color: #ff6e6e;
  border-color: #ff6e6e;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 110, 0.5);
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #79718b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #79718b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #220d4e;
  border-color: #220d4e;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 13, 78, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #220d4e;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #220d4e;
  border-color: #220d4e;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 13, 78, 0.5);
}

.btn-outline-dark-blue {
  color: #000744;
  border-color: #000744;
}
.btn-outline-dark-blue:hover {
  color: #ffffff;
  background-color: #000744;
  border-color: #000744;
}
.btn-outline-dark-blue:focus, .btn-outline-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 7, 68, 0.5);
}
.btn-outline-dark-blue.disabled, .btn-outline-dark-blue:disabled {
  color: #000744;
  background-color: transparent;
}
.btn-outline-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-dark-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #000744;
  border-color: #000744;
}
.btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 7, 68, 0.5);
}

.btn-outline-approve {
  color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-outline-approve:hover {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-outline-approve:focus, .btn-outline-approve.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.5);
}
.btn-outline-approve.disabled, .btn-outline-approve:disabled {
  color: #1EFFAE;
  background-color: transparent;
}
.btn-outline-approve:not(:disabled):not(.disabled):active, .btn-outline-approve:not(:disabled):not(.disabled).active, .show > .btn-outline-approve.dropdown-toggle {
  color: #79718b;
  background-color: #1EFFAE;
  border-color: #1EFFAE;
}
.btn-outline-approve:not(:disabled):not(.disabled):active:focus, .btn-outline-approve:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-approve.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.5);
}

.btn-outline-active {
  color: #00c2ff;
  border-color: #00c2ff;
}
.btn-outline-active:hover {
  color: #ffffff;
  background-color: #00c2ff;
  border-color: #00c2ff;
}
.btn-outline-active:focus, .btn-outline-active.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 194, 255, 0.5);
}
.btn-outline-active.disabled, .btn-outline-active:disabled {
  color: #00c2ff;
  background-color: transparent;
}
.btn-outline-active:not(:disabled):not(.disabled):active, .btn-outline-active:not(:disabled):not(.disabled).active, .show > .btn-outline-active.dropdown-toggle {
  color: #ffffff;
  background-color: #00c2ff;
  border-color: #00c2ff;
}
.btn-outline-active:not(:disabled):not(.disabled):active:focus, .btn-outline-active:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-active.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 194, 255, 0.5);
}

.btn-outline-error {
  color: red;
  border-color: red;
}
.btn-outline-error:hover {
  color: #ffffff;
  background-color: red;
  border-color: red;
}
.btn-outline-error:focus, .btn-outline-error.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-error.disabled, .btn-outline-error:disabled {
  color: red;
  background-color: transparent;
}
.btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active, .show > .btn-outline-error.dropdown-toggle {
  color: #ffffff;
  background-color: red;
  border-color: red;
}
.btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #514b5f;
  text-decoration: none;
}
.btn-link:hover {
  color: #2d2934;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #f7f7f7;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 2.1rem 3.87rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 1rem 2.3rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #79718b;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1481px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #c6c1d2;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #79718b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #6d667d;
  text-decoration: none;
  background-color: #c6c1d2;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #514b5f;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a4a0ab;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #f7f7f7;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #79718b;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 2.2995rem;
  padding-left: 2.2995rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.725rem;
  padding-left: 1.725rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.9025rem;
  padding-left: 2.9025rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1.3rem 3.85rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.68;
  color: #514b5f;
  text-align: center;
  white-space: nowrap;
  background-color: #c6c1d2;
  border: 1px solid #a4a0ab;
  border-radius: 0.5rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.1em + 1.2rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.6rem 4rem;
  font-size: 1.6rem;
  line-height: 2.1;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 4.85rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.688rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.844rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #514b5f;
  background-color: #514b5f;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9088a1;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #aaa5b8;
  border-color: #aaa5b8;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #f7f7f7;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #c6c1d2;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.844rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #a4a0ab;
}
.custom-control-label::after {
  position: absolute;
  top: 0.844rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.5rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #514b5f;
  background-color: #514b5f;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(81, 75, 95, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(81, 75, 95, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(81, 75, 95, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.844rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #a4a0ab;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(81, 75, 95, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.68em + 2.6rem + 2px);
  padding: 1.3rem 4.85rem 1.3rem 3.85rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.68;
  color: #514b5f;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23e3e1e8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 3.85rem center/8px 10px no-repeat;
  border: 1px solid #a4a0ab;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #9088a1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 75, 95, 0.25);
}
.custom-select:focus::-ms-value {
  color: #514b5f;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 3.85rem;
  background-image: none;
}
.custom-select:disabled {
  color: #f7f7f7;
  background-color: #c6c1d2;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #514b5f;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: calc(2.1em + 1.2rem + 2px);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 4rem;
  font-size: 1.6rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.68em + 2.6rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.68em + 2.6rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #9088a1;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #c6c1d2;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.68em + 2.6rem + 2px);
  padding: 1.3rem 3.85rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.68;
  color: #514b5f;
  background-color: #ffffff;
  border: 1px solid #a4a0ab;
  border-radius: 0.5rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.68em + 2.6rem);
  padding: 1.3rem 3.85rem;
  line-height: 1.68;
  color: #514b5f;
  content: "Browse";
  background-color: #c6c1d2;
  border-left: inherit;
  border-radius: 0 0.5rem 0.5rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #514b5f;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #aaa5b8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #706a80;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #514b5f;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #aaa5b8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #706a80;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #514b5f;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #aaa5b8;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #706a80;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #706a80;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a4a0ab;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #a4a0ab;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #a4a0ab;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 1rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #f7f7f7;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #706a80;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #c6c1d2 #c6c1d2 #706a80;
}
.nav-tabs .nav-link.disabled {
  color: #f7f7f7;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #514b5f;
  background-color: #ffffff;
  border-color: #706a80 #706a80 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #514b5f;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xs,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
  font-size: 1.6rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.8rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1480.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1481px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #220d4e;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #220d4e;
}
.navbar-light .navbar-nav .nav-link {
  color: #220d4e;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #00c2ff;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #220d4e;
}
.navbar-light .navbar-toggler {
  color: #220d4e;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23220d4e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #220d4e;
}
.navbar-light .navbar-text a {
  color: #220d4e;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #220d4e;
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #220d4e;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: #220d4e;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23220d4e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #220d4e;
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #c6c1d2;
  border-radius: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #f7f7f7;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #f7f7f7;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #514b5f;
  background-color: #ffffff;
  border: 1px solid #706a80;
}
.page-link:hover {
  z-index: 2;
  color: #2d2934;
  text-decoration: none;
  background-color: #c6c1d2;
  border-color: #706a80;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #514b5f;
  border-color: #514b5f;
}
.page-item.disabled .page-link {
  color: #f7f7f7;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #706a80;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #514b5f;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #393543;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 75, 95, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #220d4e;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #0f0622;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 13, 78, 0.5);
}

.badge-success {
  color: #79718b;
  background-color: #1EFFAE;
}
a.badge-success:hover, a.badge-success:focus {
  color: #79718b;
  background-color: #00ea96;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #79718b;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #79718b;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #79718b;
  background-color: #ff6e6e;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #79718b;
  background-color: #ff3b3b;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 110, 110, 0.5);
}

.badge-light {
  color: #79718b;
  background-color: #ffffff;
}
a.badge-light:hover, a.badge-light:focus {
  color: #79718b;
  background-color: #e6e6e6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #220d4e;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #0f0622;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 13, 78, 0.5);
}

.badge-dark-blue {
  color: #ffffff;
  background-color: #000744;
}
a.badge-dark-blue:hover, a.badge-dark-blue:focus {
  color: #ffffff;
  background-color: #000211;
}
a.badge-dark-blue:focus, a.badge-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 7, 68, 0.5);
}

.badge-approve {
  color: #79718b;
  background-color: #1EFFAE;
}
a.badge-approve:hover, a.badge-approve:focus {
  color: #79718b;
  background-color: #00ea96;
}
a.badge-approve:focus, a.badge-approve.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 255, 174, 0.5);
}

.badge-active {
  color: #ffffff;
  background-color: #00c2ff;
}
a.badge-active:hover, a.badge-active:focus {
  color: #ffffff;
  background-color: #009bcc;
}
a.badge-active:focus, a.badge-active.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 194, 255, 0.5);
}

.badge-error {
  color: #ffffff;
  background-color: red;
}
a.badge-error:hover, a.badge-error:focus {
  color: #ffffff;
  background-color: #cc0000;
}
a.badge-error:focus, a.badge-error.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #c6c1d2;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 4.9rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #2a2731;
  background-color: #dcdbdf;
  border-color: #cecdd2;
}
.alert-primary hr {
  border-top-color: #c1c0c6;
}
.alert-primary .alert-link {
  color: #121015;
}

.alert-secondary {
  color: #120729;
  background-color: #d3cfdc;
  border-color: #c1bbcd;
}
.alert-secondary hr {
  border-top-color: #b4acc2;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #10855a;
  background-color: #d2ffef;
  border-color: #c0ffe8;
}
.alert-success hr {
  border-top-color: #a7ffdf;
}
.alert-success .alert-link {
  color: #0b573b;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #853939;
  background-color: #ffe2e2;
  border-color: #ffd6d6;
}
.alert-danger hr {
  border-top-color: #ffbdbd;
}
.alert-danger .alert-link {
  color: #612a2a;
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: #120729;
  background-color: #d3cfdc;
  border-color: #c1bbcd;
}
.alert-dark hr {
  border-top-color: #b4acc2;
}
.alert-dark .alert-link {
  color: black;
}

.alert-dark-blue {
  color: #000423;
  background-color: #cccdda;
  border-color: #b8bacb;
}
.alert-dark-blue hr {
  border-top-color: #a9acc0;
}
.alert-dark-blue .alert-link {
  color: black;
}

.alert-approve {
  color: #10855a;
  background-color: #d2ffef;
  border-color: #c0ffe8;
}
.alert-approve hr {
  border-top-color: #a7ffdf;
}
.alert-approve .alert-link {
  color: #0b573b;
}

.alert-active {
  color: #006585;
  background-color: #ccf3ff;
  border-color: #b8eeff;
}
.alert-active hr {
  border-top-color: #9fe8ff;
}
.alert-active .alert-link {
  color: #003e52;
}

.alert-error {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-error hr {
  border-top-color: #ff9f9f;
}
.alert-error .alert-link {
  color: #520000;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.2rem;
  background-color: #c6c1d2;
  border-radius: 0.5rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #514b5f;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}

.list-group-item-action {
  width: 100%;
  color: #514b5f;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #514b5f;
  text-decoration: none;
  background-color: #e5e6ec;
}
.list-group-item-action:active {
  color: #79718b;
  background-color: #c6c1d2;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #f7f7f7;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #514b5f;
  border-color: #514b5f;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1025px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1481px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #2a2731;
  background-color: #cecdd2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2a2731;
  background-color: #c1c0c6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #2a2731;
  border-color: #2a2731;
}

.list-group-item-secondary {
  color: #120729;
  background-color: #c1bbcd;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #120729;
  background-color: #b4acc2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #120729;
  border-color: #120729;
}

.list-group-item-success {
  color: #10855a;
  background-color: #c0ffe8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #10855a;
  background-color: #a7ffdf;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #10855a;
  border-color: #10855a;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #853939;
  background-color: #ffd6d6;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #853939;
  background-color: #ffbdbd;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #853939;
  border-color: #853939;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #120729;
  background-color: #c1bbcd;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #120729;
  background-color: #b4acc2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #120729;
  border-color: #120729;
}

.list-group-item-dark-blue {
  color: #000423;
  background-color: #b8bacb;
}
.list-group-item-dark-blue.list-group-item-action:hover, .list-group-item-dark-blue.list-group-item-action:focus {
  color: #000423;
  background-color: #a9acc0;
}
.list-group-item-dark-blue.list-group-item-action.active {
  color: #ffffff;
  background-color: #000423;
  border-color: #000423;
}

.list-group-item-approve {
  color: #10855a;
  background-color: #c0ffe8;
}
.list-group-item-approve.list-group-item-action:hover, .list-group-item-approve.list-group-item-action:focus {
  color: #10855a;
  background-color: #a7ffdf;
}
.list-group-item-approve.list-group-item-action.active {
  color: #ffffff;
  background-color: #10855a;
  border-color: #10855a;
}

.list-group-item-active {
  color: #006585;
  background-color: #b8eeff;
}
.list-group-item-active.list-group-item-action:hover, .list-group-item-active.list-group-item-action:focus {
  color: #006585;
  background-color: #9fe8ff;
}
.list-group-item-active.list-group-item-action.active {
  color: #ffffff;
  background-color: #006585;
  border-color: #006585;
}

.list-group-item-error {
  color: #850000;
  background-color: #ffb8b8;
}
.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}
.list-group-item-error.list-group-item-action.active {
  color: #ffffff;
  background-color: #850000;
  border-color: #850000;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #514b5f;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.68;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #514b5f;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1481px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.68;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.68;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #220d4e;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #79718b;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #514b5f !important;
}

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

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

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

.bg-success {
  background-color: #1EFFAE !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #220d4e !important;
}

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

.bg-dark-blue {
  background-color: #000744 !important;
}

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

.bg-approve {
  background-color: #1EFFAE !important;
}

a.bg-approve:hover, a.bg-approve:focus,
button.bg-approve:hover,
button.bg-approve:focus {
  background-color: #00ea96 !important;
}

.bg-active {
  background-color: #00c2ff !important;
}

a.bg-active:hover, a.bg-active:focus,
button.bg-active:hover,
button.bg-active:focus {
  background-color: #009bcc !important;
}

.bg-error {
  background-color: red !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #514b5f !important;
}

.border-secondary {
  border-color: #220d4e !important;
}

.border-success {
  border-color: #1EFFAE !important;
}

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

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

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

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

.border-dark {
  border-color: #220d4e !important;
}

.border-dark-blue {
  border-color: #000744 !important;
}

.border-approve {
  border-color: #1EFFAE !important;
}

.border-active {
  border-color: #00c2ff !important;
}

.border-error {
  border-color: red !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1481px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1025px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1481px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15) !important;
}

.shadow {
  box-shadow: 0 50px 90px rgba(25, 20, 51, 0.1) !important;
}

.shadow-lg {
  box-shadow: none !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-25 {
  margin: 2.5rem !important;
}

.mt-25,
.my-25 {
  margin-top: 2.5rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 2.5rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 2.5rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 2.5rem !important;
}

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

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

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

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

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

.m-35 {
  margin: 3.5rem !important;
}

.mt-35,
.my-35 {
  margin-top: 3.5rem !important;
}

.mr-35,
.mx-35 {
  margin-right: 3.5rem !important;
}

.mb-35,
.my-35 {
  margin-bottom: 3.5rem !important;
}

.ml-35,
.mx-35 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

.m-45 {
  margin: 4.5rem !important;
}

.mt-45,
.my-45 {
  margin-top: 4.5rem !important;
}

.mr-45,
.mx-45 {
  margin-right: 4.5rem !important;
}

.mb-45,
.my-45 {
  margin-bottom: 4.5rem !important;
}

.ml-45,
.mx-45 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

.m-55 {
  margin: 5.5rem !important;
}

.mt-55,
.my-55 {
  margin-top: 5.5rem !important;
}

.mr-55,
.mx-55 {
  margin-right: 5.5rem !important;
}

.mb-55,
.my-55 {
  margin-bottom: 5.5rem !important;
}

.ml-55,
.mx-55 {
  margin-left: 5.5rem !important;
}

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

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

.mr-60,
.mx-60 {
  margin-right: 6rem !important;
}

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

.ml-60,
.mx-60 {
  margin-left: 6rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.mt-65,
.my-65 {
  margin-top: 6.5rem !important;
}

.mr-65,
.mx-65 {
  margin-right: 6.5rem !important;
}

.mb-65,
.my-65 {
  margin-bottom: 6.5rem !important;
}

.ml-65,
.mx-65 {
  margin-left: 6.5rem !important;
}

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

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

.mr-70,
.mx-70 {
  margin-right: 7rem !important;
}

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

.ml-70,
.mx-70 {
  margin-left: 7rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.mt-75,
.my-75 {
  margin-top: 7.5rem !important;
}

.mr-75,
.mx-75 {
  margin-right: 7.5rem !important;
}

.mb-75,
.my-75 {
  margin-bottom: 7.5rem !important;
}

.ml-75,
.mx-75 {
  margin-left: 7.5rem !important;
}

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

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

.mr-80,
.mx-80 {
  margin-right: 8rem !important;
}

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

.ml-80,
.mx-80 {
  margin-left: 8rem !important;
}

.m-85 {
  margin: 8.5rem !important;
}

.mt-85,
.my-85 {
  margin-top: 8.5rem !important;
}

.mr-85,
.mx-85 {
  margin-right: 8.5rem !important;
}

.mb-85,
.my-85 {
  margin-bottom: 8.5rem !important;
}

.ml-85,
.mx-85 {
  margin-left: 8.5rem !important;
}

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

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

.mr-90,
.mx-90 {
  margin-right: 9rem !important;
}

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

.ml-90,
.mx-90 {
  margin-left: 9rem !important;
}

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

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

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

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

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

.m-110 {
  margin: 11rem !important;
}

.mt-110,
.my-110 {
  margin-top: 11rem !important;
}

.mr-110,
.mx-110 {
  margin-right: 11rem !important;
}

.mb-110,
.my-110 {
  margin-bottom: 11rem !important;
}

.ml-110,
.mx-110 {
  margin-left: 11rem !important;
}

.m-120 {
  margin: 12rem !important;
}

.mt-120,
.my-120 {
  margin-top: 12rem !important;
}

.mr-120,
.mx-120 {
  margin-right: 12rem !important;
}

.mb-120,
.my-120 {
  margin-bottom: 12rem !important;
}

.ml-120,
.mx-120 {
  margin-left: 12rem !important;
}

.m-130 {
  margin: 13rem !important;
}

.mt-130,
.my-130 {
  margin-top: 13rem !important;
}

.mr-130,
.mx-130 {
  margin-right: 13rem !important;
}

.mb-130,
.my-130 {
  margin-bottom: 13rem !important;
}

.ml-130,
.mx-130 {
  margin-left: 13rem !important;
}

.m-140 {
  margin: 14rem !important;
}

.mt-140,
.my-140 {
  margin-top: 14rem !important;
}

.mr-140,
.mx-140 {
  margin-right: 14rem !important;
}

.mb-140,
.my-140 {
  margin-bottom: 14rem !important;
}

.ml-140,
.mx-140 {
  margin-left: 14rem !important;
}

.m-150 {
  margin: 15rem !important;
}

.mt-150,
.my-150 {
  margin-top: 15rem !important;
}

.mr-150,
.mx-150 {
  margin-right: 15rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 15rem !important;
}

.ml-150,
.mx-150 {
  margin-left: 15rem !important;
}

.m-160 {
  margin: 16rem !important;
}

.mt-160,
.my-160 {
  margin-top: 16rem !important;
}

.mr-160,
.mx-160 {
  margin-right: 16rem !important;
}

.mb-160,
.my-160 {
  margin-bottom: 16rem !important;
}

.ml-160,
.mx-160 {
  margin-left: 16rem !important;
}

.m-170 {
  margin: 17rem !important;
}

.mt-170,
.my-170 {
  margin-top: 17rem !important;
}

.mr-170,
.mx-170 {
  margin-right: 17rem !important;
}

.mb-170,
.my-170 {
  margin-bottom: 17rem !important;
}

.ml-170,
.mx-170 {
  margin-left: 17rem !important;
}

.m-180 {
  margin: 18rem !important;
}

.mt-180,
.my-180 {
  margin-top: 18rem !important;
}

.mr-180,
.mx-180 {
  margin-right: 18rem !important;
}

.mb-180,
.my-180 {
  margin-bottom: 18rem !important;
}

.ml-180,
.mx-180 {
  margin-left: 18rem !important;
}

.m-190 {
  margin: 19rem !important;
}

.mt-190,
.my-190 {
  margin-top: 19rem !important;
}

.mr-190,
.mx-190 {
  margin-right: 19rem !important;
}

.mb-190,
.my-190 {
  margin-bottom: 19rem !important;
}

.ml-190,
.mx-190 {
  margin-left: 19rem !important;
}

.m-200 {
  margin: 20rem !important;
}

.mt-200,
.my-200 {
  margin-top: 20rem !important;
}

.mr-200,
.mx-200 {
  margin-right: 20rem !important;
}

.mb-200,
.my-200 {
  margin-bottom: 20rem !important;
}

.ml-200,
.mx-200 {
  margin-left: 20rem !important;
}

.m-210 {
  margin: 21rem !important;
}

.mt-210,
.my-210 {
  margin-top: 21rem !important;
}

.mr-210,
.mx-210 {
  margin-right: 21rem !important;
}

.mb-210,
.my-210 {
  margin-bottom: 21rem !important;
}

.ml-210,
.mx-210 {
  margin-left: 21rem !important;
}

.m-220 {
  margin: 22rem !important;
}

.mt-220,
.my-220 {
  margin-top: 22rem !important;
}

.mr-220,
.mx-220 {
  margin-right: 22rem !important;
}

.mb-220,
.my-220 {
  margin-bottom: 22rem !important;
}

.ml-220,
.mx-220 {
  margin-left: 22rem !important;
}

.m-240 {
  margin: 24rem !important;
}

.mt-240,
.my-240 {
  margin-top: 24rem !important;
}

.mr-240,
.mx-240 {
  margin-right: 24rem !important;
}

.mb-240,
.my-240 {
  margin-bottom: 24rem !important;
}

.ml-240,
.mx-240 {
  margin-left: 24rem !important;
}

.m-280 {
  margin: 28rem !important;
}

.mt-280,
.my-280 {
  margin-top: 28rem !important;
}

.mr-280,
.mx-280 {
  margin-right: 28rem !important;
}

.mb-280,
.my-280 {
  margin-bottom: 28rem !important;
}

.ml-280,
.mx-280 {
  margin-left: 28rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-25 {
  padding: 2.5rem !important;
}

.pt-25,
.py-25 {
  padding-top: 2.5rem !important;
}

.pr-25,
.px-25 {
  padding-right: 2.5rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 2.5rem !important;
}

.pl-25,
.px-25 {
  padding-left: 2.5rem !important;
}

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

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

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

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

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

.p-35 {
  padding: 3.5rem !important;
}

.pt-35,
.py-35 {
  padding-top: 3.5rem !important;
}

.pr-35,
.px-35 {
  padding-right: 3.5rem !important;
}

.pb-35,
.py-35 {
  padding-bottom: 3.5rem !important;
}

.pl-35,
.px-35 {
  padding-left: 3.5rem !important;
}

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

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

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

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

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

.p-45 {
  padding: 4.5rem !important;
}

.pt-45,
.py-45 {
  padding-top: 4.5rem !important;
}

.pr-45,
.px-45 {
  padding-right: 4.5rem !important;
}

.pb-45,
.py-45 {
  padding-bottom: 4.5rem !important;
}

.pl-45,
.px-45 {
  padding-left: 4.5rem !important;
}

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

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

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

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

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

.p-55 {
  padding: 5.5rem !important;
}

.pt-55,
.py-55 {
  padding-top: 5.5rem !important;
}

.pr-55,
.px-55 {
  padding-right: 5.5rem !important;
}

.pb-55,
.py-55 {
  padding-bottom: 5.5rem !important;
}

.pl-55,
.px-55 {
  padding-left: 5.5rem !important;
}

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

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

.pr-60,
.px-60 {
  padding-right: 6rem !important;
}

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

.pl-60,
.px-60 {
  padding-left: 6rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

.pt-65,
.py-65 {
  padding-top: 6.5rem !important;
}

.pr-65,
.px-65 {
  padding-right: 6.5rem !important;
}

.pb-65,
.py-65 {
  padding-bottom: 6.5rem !important;
}

.pl-65,
.px-65 {
  padding-left: 6.5rem !important;
}

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

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

.pr-70,
.px-70 {
  padding-right: 7rem !important;
}

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

.pl-70,
.px-70 {
  padding-left: 7rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

.pt-75,
.py-75 {
  padding-top: 7.5rem !important;
}

.pr-75,
.px-75 {
  padding-right: 7.5rem !important;
}

.pb-75,
.py-75 {
  padding-bottom: 7.5rem !important;
}

.pl-75,
.px-75 {
  padding-left: 7.5rem !important;
}

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

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

.pr-80,
.px-80 {
  padding-right: 8rem !important;
}

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

.pl-80,
.px-80 {
  padding-left: 8rem !important;
}

.p-85 {
  padding: 8.5rem !important;
}

.pt-85,
.py-85 {
  padding-top: 8.5rem !important;
}

.pr-85,
.px-85 {
  padding-right: 8.5rem !important;
}

.pb-85,
.py-85 {
  padding-bottom: 8.5rem !important;
}

.pl-85,
.px-85 {
  padding-left: 8.5rem !important;
}

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

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

.pr-90,
.px-90 {
  padding-right: 9rem !important;
}

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

.pl-90,
.px-90 {
  padding-left: 9rem !important;
}

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

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

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

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

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

.p-110 {
  padding: 11rem !important;
}

.pt-110,
.py-110 {
  padding-top: 11rem !important;
}

.pr-110,
.px-110 {
  padding-right: 11rem !important;
}

.pb-110,
.py-110 {
  padding-bottom: 11rem !important;
}

.pl-110,
.px-110 {
  padding-left: 11rem !important;
}

.p-120 {
  padding: 12rem !important;
}

.pt-120,
.py-120 {
  padding-top: 12rem !important;
}

.pr-120,
.px-120 {
  padding-right: 12rem !important;
}

.pb-120,
.py-120 {
  padding-bottom: 12rem !important;
}

.pl-120,
.px-120 {
  padding-left: 12rem !important;
}

.p-130 {
  padding: 13rem !important;
}

.pt-130,
.py-130 {
  padding-top: 13rem !important;
}

.pr-130,
.px-130 {
  padding-right: 13rem !important;
}

.pb-130,
.py-130 {
  padding-bottom: 13rem !important;
}

.pl-130,
.px-130 {
  padding-left: 13rem !important;
}

.p-140 {
  padding: 14rem !important;
}

.pt-140,
.py-140 {
  padding-top: 14rem !important;
}

.pr-140,
.px-140 {
  padding-right: 14rem !important;
}

.pb-140,
.py-140 {
  padding-bottom: 14rem !important;
}

.pl-140,
.px-140 {
  padding-left: 14rem !important;
}

.p-150 {
  padding: 15rem !important;
}

.pt-150,
.py-150 {
  padding-top: 15rem !important;
}

.pr-150,
.px-150 {
  padding-right: 15rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 15rem !important;
}

.pl-150,
.px-150 {
  padding-left: 15rem !important;
}

.p-160 {
  padding: 16rem !important;
}

.pt-160,
.py-160 {
  padding-top: 16rem !important;
}

.pr-160,
.px-160 {
  padding-right: 16rem !important;
}

.pb-160,
.py-160 {
  padding-bottom: 16rem !important;
}

.pl-160,
.px-160 {
  padding-left: 16rem !important;
}

.p-170 {
  padding: 17rem !important;
}

.pt-170,
.py-170 {
  padding-top: 17rem !important;
}

.pr-170,
.px-170 {
  padding-right: 17rem !important;
}

.pb-170,
.py-170 {
  padding-bottom: 17rem !important;
}

.pl-170,
.px-170 {
  padding-left: 17rem !important;
}

.p-180 {
  padding: 18rem !important;
}

.pt-180,
.py-180 {
  padding-top: 18rem !important;
}

.pr-180,
.px-180 {
  padding-right: 18rem !important;
}

.pb-180,
.py-180 {
  padding-bottom: 18rem !important;
}

.pl-180,
.px-180 {
  padding-left: 18rem !important;
}

.p-190 {
  padding: 19rem !important;
}

.pt-190,
.py-190 {
  padding-top: 19rem !important;
}

.pr-190,
.px-190 {
  padding-right: 19rem !important;
}

.pb-190,
.py-190 {
  padding-bottom: 19rem !important;
}

.pl-190,
.px-190 {
  padding-left: 19rem !important;
}

.p-200 {
  padding: 20rem !important;
}

.pt-200,
.py-200 {
  padding-top: 20rem !important;
}

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

.pb-200,
.py-200 {
  padding-bottom: 20rem !important;
}

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

.p-210 {
  padding: 21rem !important;
}

.pt-210,
.py-210 {
  padding-top: 21rem !important;
}

.pr-210,
.px-210 {
  padding-right: 21rem !important;
}

.pb-210,
.py-210 {
  padding-bottom: 21rem !important;
}

.pl-210,
.px-210 {
  padding-left: 21rem !important;
}

.p-220 {
  padding: 22rem !important;
}

.pt-220,
.py-220 {
  padding-top: 22rem !important;
}

.pr-220,
.px-220 {
  padding-right: 22rem !important;
}

.pb-220,
.py-220 {
  padding-bottom: 22rem !important;
}

.pl-220,
.px-220 {
  padding-left: 22rem !important;
}

.p-240 {
  padding: 24rem !important;
}

.pt-240,
.py-240 {
  padding-top: 24rem !important;
}

.pr-240,
.px-240 {
  padding-right: 24rem !important;
}

.pb-240,
.py-240 {
  padding-bottom: 24rem !important;
}

.pl-240,
.px-240 {
  padding-left: 24rem !important;
}

.p-280 {
  padding: 28rem !important;
}

.pt-280,
.py-280 {
  padding-top: 28rem !important;
}

.pr-280,
.px-280 {
  padding-right: 28rem !important;
}

.pb-280,
.py-280 {
  padding-bottom: 28rem !important;
}

.pl-280,
.px-280 {
  padding-left: 28rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n25 {
  margin: -2.5rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -2.5rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -2.5rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -2.5rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -2.5rem !important;
}

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

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

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

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

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

.m-n35 {
  margin: -3.5rem !important;
}

.mt-n35,
.my-n35 {
  margin-top: -3.5rem !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -3.5rem !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -3.5rem !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n45 {
  margin: -4.5rem !important;
}

.mt-n45,
.my-n45 {
  margin-top: -4.5rem !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -4.5rem !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -4.5rem !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.m-n55 {
  margin: -5.5rem !important;
}

.mt-n55,
.my-n55 {
  margin-top: -5.5rem !important;
}

.mr-n55,
.mx-n55 {
  margin-right: -5.5rem !important;
}

.mb-n55,
.my-n55 {
  margin-bottom: -5.5rem !important;
}

.ml-n55,
.mx-n55 {
  margin-left: -5.5rem !important;
}

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

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

.mr-n60,
.mx-n60 {
  margin-right: -6rem !important;
}

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

.ml-n60,
.mx-n60 {
  margin-left: -6rem !important;
}

.m-n65 {
  margin: -6.5rem !important;
}

.mt-n65,
.my-n65 {
  margin-top: -6.5rem !important;
}

.mr-n65,
.mx-n65 {
  margin-right: -6.5rem !important;
}

.mb-n65,
.my-n65 {
  margin-bottom: -6.5rem !important;
}

.ml-n65,
.mx-n65 {
  margin-left: -6.5rem !important;
}

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

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

.mr-n70,
.mx-n70 {
  margin-right: -7rem !important;
}

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

.ml-n70,
.mx-n70 {
  margin-left: -7rem !important;
}

.m-n75 {
  margin: -7.5rem !important;
}

.mt-n75,
.my-n75 {
  margin-top: -7.5rem !important;
}

.mr-n75,
.mx-n75 {
  margin-right: -7.5rem !important;
}

.mb-n75,
.my-n75 {
  margin-bottom: -7.5rem !important;
}

.ml-n75,
.mx-n75 {
  margin-left: -7.5rem !important;
}

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

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

.mr-n80,
.mx-n80 {
  margin-right: -8rem !important;
}

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

.ml-n80,
.mx-n80 {
  margin-left: -8rem !important;
}

.m-n85 {
  margin: -8.5rem !important;
}

.mt-n85,
.my-n85 {
  margin-top: -8.5rem !important;
}

.mr-n85,
.mx-n85 {
  margin-right: -8.5rem !important;
}

.mb-n85,
.my-n85 {
  margin-bottom: -8.5rem !important;
}

.ml-n85,
.mx-n85 {
  margin-left: -8.5rem !important;
}

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

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

.mr-n90,
.mx-n90 {
  margin-right: -9rem !important;
}

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

.ml-n90,
.mx-n90 {
  margin-left: -9rem !important;
}

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

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

.mr-n100,
.mx-n100 {
  margin-right: -10rem !important;
}

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

.ml-n100,
.mx-n100 {
  margin-left: -10rem !important;
}

.m-n110 {
  margin: -11rem !important;
}

.mt-n110,
.my-n110 {
  margin-top: -11rem !important;
}

.mr-n110,
.mx-n110 {
  margin-right: -11rem !important;
}

.mb-n110,
.my-n110 {
  margin-bottom: -11rem !important;
}

.ml-n110,
.mx-n110 {
  margin-left: -11rem !important;
}

.m-n120 {
  margin: -12rem !important;
}

.mt-n120,
.my-n120 {
  margin-top: -12rem !important;
}

.mr-n120,
.mx-n120 {
  margin-right: -12rem !important;
}

.mb-n120,
.my-n120 {
  margin-bottom: -12rem !important;
}

.ml-n120,
.mx-n120 {
  margin-left: -12rem !important;
}

.m-n130 {
  margin: -13rem !important;
}

.mt-n130,
.my-n130 {
  margin-top: -13rem !important;
}

.mr-n130,
.mx-n130 {
  margin-right: -13rem !important;
}

.mb-n130,
.my-n130 {
  margin-bottom: -13rem !important;
}

.ml-n130,
.mx-n130 {
  margin-left: -13rem !important;
}

.m-n140 {
  margin: -14rem !important;
}

.mt-n140,
.my-n140 {
  margin-top: -14rem !important;
}

.mr-n140,
.mx-n140 {
  margin-right: -14rem !important;
}

.mb-n140,
.my-n140 {
  margin-bottom: -14rem !important;
}

.ml-n140,
.mx-n140 {
  margin-left: -14rem !important;
}

.m-n150 {
  margin: -15rem !important;
}

.mt-n150,
.my-n150 {
  margin-top: -15rem !important;
}

.mr-n150,
.mx-n150 {
  margin-right: -15rem !important;
}

.mb-n150,
.my-n150 {
  margin-bottom: -15rem !important;
}

.ml-n150,
.mx-n150 {
  margin-left: -15rem !important;
}

.m-n160 {
  margin: -16rem !important;
}

.mt-n160,
.my-n160 {
  margin-top: -16rem !important;
}

.mr-n160,
.mx-n160 {
  margin-right: -16rem !important;
}

.mb-n160,
.my-n160 {
  margin-bottom: -16rem !important;
}

.ml-n160,
.mx-n160 {
  margin-left: -16rem !important;
}

.m-n170 {
  margin: -17rem !important;
}

.mt-n170,
.my-n170 {
  margin-top: -17rem !important;
}

.mr-n170,
.mx-n170 {
  margin-right: -17rem !important;
}

.mb-n170,
.my-n170 {
  margin-bottom: -17rem !important;
}

.ml-n170,
.mx-n170 {
  margin-left: -17rem !important;
}

.m-n180 {
  margin: -18rem !important;
}

.mt-n180,
.my-n180 {
  margin-top: -18rem !important;
}

.mr-n180,
.mx-n180 {
  margin-right: -18rem !important;
}

.mb-n180,
.my-n180 {
  margin-bottom: -18rem !important;
}

.ml-n180,
.mx-n180 {
  margin-left: -18rem !important;
}

.m-n190 {
  margin: -19rem !important;
}

.mt-n190,
.my-n190 {
  margin-top: -19rem !important;
}

.mr-n190,
.mx-n190 {
  margin-right: -19rem !important;
}

.mb-n190,
.my-n190 {
  margin-bottom: -19rem !important;
}

.ml-n190,
.mx-n190 {
  margin-left: -19rem !important;
}

.m-n200 {
  margin: -20rem !important;
}

.mt-n200,
.my-n200 {
  margin-top: -20rem !important;
}

.mr-n200,
.mx-n200 {
  margin-right: -20rem !important;
}

.mb-n200,
.my-n200 {
  margin-bottom: -20rem !important;
}

.ml-n200,
.mx-n200 {
  margin-left: -20rem !important;
}

.m-n210 {
  margin: -21rem !important;
}

.mt-n210,
.my-n210 {
  margin-top: -21rem !important;
}

.mr-n210,
.mx-n210 {
  margin-right: -21rem !important;
}

.mb-n210,
.my-n210 {
  margin-bottom: -21rem !important;
}

.ml-n210,
.mx-n210 {
  margin-left: -21rem !important;
}

.m-n220 {
  margin: -22rem !important;
}

.mt-n220,
.my-n220 {
  margin-top: -22rem !important;
}

.mr-n220,
.mx-n220 {
  margin-right: -22rem !important;
}

.mb-n220,
.my-n220 {
  margin-bottom: -22rem !important;
}

.ml-n220,
.mx-n220 {
  margin-left: -22rem !important;
}

.m-n240 {
  margin: -24rem !important;
}

.mt-n240,
.my-n240 {
  margin-top: -24rem !important;
}

.mr-n240,
.mx-n240 {
  margin-right: -24rem !important;
}

.mb-n240,
.my-n240 {
  margin-bottom: -24rem !important;
}

.ml-n240,
.mx-n240 {
  margin-left: -24rem !important;
}

.m-n280 {
  margin: -28rem !important;
}

.mt-n280,
.my-n280 {
  margin-top: -28rem !important;
}

.mr-n280,
.mx-n280 {
  margin-right: -28rem !important;
}

.mb-n280,
.my-n280 {
  margin-bottom: -28rem !important;
}

.ml-n280,
.mx-n280 {
  margin-left: -28rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 2rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 2rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 2rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 3rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 3rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 3rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 4rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 4rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 6rem !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 6rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 7rem !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 7rem !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 8rem !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 8rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 9rem !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 9rem !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 9rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 10rem !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 10rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 10rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 11rem !important;
  }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 11rem !important;
  }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 11rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 12rem !important;
  }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 12rem !important;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 12rem !important;
  }
  .m-sm-130 {
    margin: 13rem !important;
  }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 13rem !important;
  }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 13rem !important;
  }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 13rem !important;
  }
  .m-sm-140 {
    margin: 14rem !important;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 14rem !important;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 14rem !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 14rem !important;
  }
  .m-sm-150 {
    margin: 15rem !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 15rem !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 15rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 15rem !important;
  }
  .m-sm-160 {
    margin: 16rem !important;
  }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 16rem !important;
  }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 16rem !important;
  }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 16rem !important;
  }
  .m-sm-170 {
    margin: 17rem !important;
  }
  .mt-sm-170,
  .my-sm-170 {
    margin-top: 17rem !important;
  }
  .mr-sm-170,
  .mx-sm-170 {
    margin-right: 17rem !important;
  }
  .mb-sm-170,
  .my-sm-170 {
    margin-bottom: 17rem !important;
  }
  .ml-sm-170,
  .mx-sm-170 {
    margin-left: 17rem !important;
  }
  .m-sm-180 {
    margin: 18rem !important;
  }
  .mt-sm-180,
  .my-sm-180 {
    margin-top: 18rem !important;
  }
  .mr-sm-180,
  .mx-sm-180 {
    margin-right: 18rem !important;
  }
  .mb-sm-180,
  .my-sm-180 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-180,
  .mx-sm-180 {
    margin-left: 18rem !important;
  }
  .m-sm-190 {
    margin: 19rem !important;
  }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 19rem !important;
  }
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 19rem !important;
  }
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 19rem !important;
  }
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 19rem !important;
  }
  .m-sm-200 {
    margin: 20rem !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 20rem !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 20rem !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 20rem !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 20rem !important;
  }
  .m-sm-210 {
    margin: 21rem !important;
  }
  .mt-sm-210,
  .my-sm-210 {
    margin-top: 21rem !important;
  }
  .mr-sm-210,
  .mx-sm-210 {
    margin-right: 21rem !important;
  }
  .mb-sm-210,
  .my-sm-210 {
    margin-bottom: 21rem !important;
  }
  .ml-sm-210,
  .mx-sm-210 {
    margin-left: 21rem !important;
  }
  .m-sm-220 {
    margin: 22rem !important;
  }
  .mt-sm-220,
  .my-sm-220 {
    margin-top: 22rem !important;
  }
  .mr-sm-220,
  .mx-sm-220 {
    margin-right: 22rem !important;
  }
  .mb-sm-220,
  .my-sm-220 {
    margin-bottom: 22rem !important;
  }
  .ml-sm-220,
  .mx-sm-220 {
    margin-left: 22rem !important;
  }
  .m-sm-240 {
    margin: 24rem !important;
  }
  .mt-sm-240,
  .my-sm-240 {
    margin-top: 24rem !important;
  }
  .mr-sm-240,
  .mx-sm-240 {
    margin-right: 24rem !important;
  }
  .mb-sm-240,
  .my-sm-240 {
    margin-bottom: 24rem !important;
  }
  .ml-sm-240,
  .mx-sm-240 {
    margin-left: 24rem !important;
  }
  .m-sm-280 {
    margin: 28rem !important;
  }
  .mt-sm-280,
  .my-sm-280 {
    margin-top: 28rem !important;
  }
  .mr-sm-280,
  .mx-sm-280 {
    margin-right: 28rem !important;
  }
  .mb-sm-280,
  .my-sm-280 {
    margin-bottom: 28rem !important;
  }
  .ml-sm-280,
  .mx-sm-280 {
    margin-left: 28rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 2rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 2rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 2rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 3rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 3rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 3rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 4rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 6rem !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 6rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 7rem !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 7rem !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 8rem !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 8rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 9rem !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 9rem !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 9rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 10rem !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 10rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 10rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 11rem !important;
  }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 11rem !important;
  }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 11rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 12rem !important;
  }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 12rem !important;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 12rem !important;
  }
  .p-sm-130 {
    padding: 13rem !important;
  }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 13rem !important;
  }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 13rem !important;
  }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 13rem !important;
  }
  .p-sm-140 {
    padding: 14rem !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 14rem !important;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 14rem !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 14rem !important;
  }
  .p-sm-150 {
    padding: 15rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 15rem !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 15rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 15rem !important;
  }
  .p-sm-160 {
    padding: 16rem !important;
  }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 16rem !important;
  }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 16rem !important;
  }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 16rem !important;
  }
  .p-sm-170 {
    padding: 17rem !important;
  }
  .pt-sm-170,
  .py-sm-170 {
    padding-top: 17rem !important;
  }
  .pr-sm-170,
  .px-sm-170 {
    padding-right: 17rem !important;
  }
  .pb-sm-170,
  .py-sm-170 {
    padding-bottom: 17rem !important;
  }
  .pl-sm-170,
  .px-sm-170 {
    padding-left: 17rem !important;
  }
  .p-sm-180 {
    padding: 18rem !important;
  }
  .pt-sm-180,
  .py-sm-180 {
    padding-top: 18rem !important;
  }
  .pr-sm-180,
  .px-sm-180 {
    padding-right: 18rem !important;
  }
  .pb-sm-180,
  .py-sm-180 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-180,
  .px-sm-180 {
    padding-left: 18rem !important;
  }
  .p-sm-190 {
    padding: 19rem !important;
  }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 19rem !important;
  }
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 19rem !important;
  }
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 19rem !important;
  }
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 19rem !important;
  }
  .p-sm-200 {
    padding: 20rem !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 20rem !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 20rem !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 20rem !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 20rem !important;
  }
  .p-sm-210 {
    padding: 21rem !important;
  }
  .pt-sm-210,
  .py-sm-210 {
    padding-top: 21rem !important;
  }
  .pr-sm-210,
  .px-sm-210 {
    padding-right: 21rem !important;
  }
  .pb-sm-210,
  .py-sm-210 {
    padding-bottom: 21rem !important;
  }
  .pl-sm-210,
  .px-sm-210 {
    padding-left: 21rem !important;
  }
  .p-sm-220 {
    padding: 22rem !important;
  }
  .pt-sm-220,
  .py-sm-220 {
    padding-top: 22rem !important;
  }
  .pr-sm-220,
  .px-sm-220 {
    padding-right: 22rem !important;
  }
  .pb-sm-220,
  .py-sm-220 {
    padding-bottom: 22rem !important;
  }
  .pl-sm-220,
  .px-sm-220 {
    padding-left: 22rem !important;
  }
  .p-sm-240 {
    padding: 24rem !important;
  }
  .pt-sm-240,
  .py-sm-240 {
    padding-top: 24rem !important;
  }
  .pr-sm-240,
  .px-sm-240 {
    padding-right: 24rem !important;
  }
  .pb-sm-240,
  .py-sm-240 {
    padding-bottom: 24rem !important;
  }
  .pl-sm-240,
  .px-sm-240 {
    padding-left: 24rem !important;
  }
  .p-sm-280 {
    padding: 28rem !important;
  }
  .pt-sm-280,
  .py-sm-280 {
    padding-top: 28rem !important;
  }
  .pr-sm-280,
  .px-sm-280 {
    padding-right: 28rem !important;
  }
  .pb-sm-280,
  .py-sm-280 {
    padding-bottom: 28rem !important;
  }
  .pl-sm-280,
  .px-sm-280 {
    padding-left: 28rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n20 {
    margin: -2rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -2rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -2rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -2rem !important;
  }
  .m-sm-n25 {
    margin: -2.5rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n30 {
    margin: -3rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -3rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -3rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -3rem !important;
  }
  .m-sm-n35 {
    margin: -3.5rem !important;
  }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n40 {
    margin: -4rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -4rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -4rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -4rem !important;
  }
  .m-sm-n45 {
    margin: -4.5rem !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n50 {
    margin: -5rem !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -5rem !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -5rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -5rem !important;
  }
  .m-sm-n55 {
    margin: -5.5rem !important;
  }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n60 {
    margin: -6rem !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -6rem !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -6rem !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -6rem !important;
  }
  .m-sm-n65 {
    margin: -6.5rem !important;
  }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n70 {
    margin: -7rem !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -7rem !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -7rem !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -7rem !important;
  }
  .m-sm-n75 {
    margin: -7.5rem !important;
  }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n80 {
    margin: -8rem !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -8rem !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -8rem !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -8rem !important;
  }
  .m-sm-n85 {
    margin: -8.5rem !important;
  }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -8.5rem !important;
  }
  .m-sm-n90 {
    margin: -9rem !important;
  }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -9rem !important;
  }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -9rem !important;
  }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -9rem !important;
  }
  .m-sm-n100 {
    margin: -10rem !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -10rem !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -10rem !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -10rem !important;
  }
  .m-sm-n110 {
    margin: -11rem !important;
  }
  .mt-sm-n110,
  .my-sm-n110 {
    margin-top: -11rem !important;
  }
  .mr-sm-n110,
  .mx-sm-n110 {
    margin-right: -11rem !important;
  }
  .mb-sm-n110,
  .my-sm-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-sm-n110,
  .mx-sm-n110 {
    margin-left: -11rem !important;
  }
  .m-sm-n120 {
    margin: -12rem !important;
  }
  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -12rem !important;
  }
  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -12rem !important;
  }
  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -12rem !important;
  }
  .m-sm-n130 {
    margin: -13rem !important;
  }
  .mt-sm-n130,
  .my-sm-n130 {
    margin-top: -13rem !important;
  }
  .mr-sm-n130,
  .mx-sm-n130 {
    margin-right: -13rem !important;
  }
  .mb-sm-n130,
  .my-sm-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-sm-n130,
  .mx-sm-n130 {
    margin-left: -13rem !important;
  }
  .m-sm-n140 {
    margin: -14rem !important;
  }
  .mt-sm-n140,
  .my-sm-n140 {
    margin-top: -14rem !important;
  }
  .mr-sm-n140,
  .mx-sm-n140 {
    margin-right: -14rem !important;
  }
  .mb-sm-n140,
  .my-sm-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n140,
  .mx-sm-n140 {
    margin-left: -14rem !important;
  }
  .m-sm-n150 {
    margin: -15rem !important;
  }
  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -15rem !important;
  }
  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -15rem !important;
  }
  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -15rem !important;
  }
  .m-sm-n160 {
    margin: -16rem !important;
  }
  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -16rem !important;
  }
  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -16rem !important;
  }
  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -16rem !important;
  }
  .m-sm-n170 {
    margin: -17rem !important;
  }
  .mt-sm-n170,
  .my-sm-n170 {
    margin-top: -17rem !important;
  }
  .mr-sm-n170,
  .mx-sm-n170 {
    margin-right: -17rem !important;
  }
  .mb-sm-n170,
  .my-sm-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-sm-n170,
  .mx-sm-n170 {
    margin-left: -17rem !important;
  }
  .m-sm-n180 {
    margin: -18rem !important;
  }
  .mt-sm-n180,
  .my-sm-n180 {
    margin-top: -18rem !important;
  }
  .mr-sm-n180,
  .mx-sm-n180 {
    margin-right: -18rem !important;
  }
  .mb-sm-n180,
  .my-sm-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-sm-n180,
  .mx-sm-n180 {
    margin-left: -18rem !important;
  }
  .m-sm-n190 {
    margin: -19rem !important;
  }
  .mt-sm-n190,
  .my-sm-n190 {
    margin-top: -19rem !important;
  }
  .mr-sm-n190,
  .mx-sm-n190 {
    margin-right: -19rem !important;
  }
  .mb-sm-n190,
  .my-sm-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-sm-n190,
  .mx-sm-n190 {
    margin-left: -19rem !important;
  }
  .m-sm-n200 {
    margin: -20rem !important;
  }
  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -20rem !important;
  }
  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -20rem !important;
  }
  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -20rem !important;
  }
  .m-sm-n210 {
    margin: -21rem !important;
  }
  .mt-sm-n210,
  .my-sm-n210 {
    margin-top: -21rem !important;
  }
  .mr-sm-n210,
  .mx-sm-n210 {
    margin-right: -21rem !important;
  }
  .mb-sm-n210,
  .my-sm-n210 {
    margin-bottom: -21rem !important;
  }
  .ml-sm-n210,
  .mx-sm-n210 {
    margin-left: -21rem !important;
  }
  .m-sm-n220 {
    margin: -22rem !important;
  }
  .mt-sm-n220,
  .my-sm-n220 {
    margin-top: -22rem !important;
  }
  .mr-sm-n220,
  .mx-sm-n220 {
    margin-right: -22rem !important;
  }
  .mb-sm-n220,
  .my-sm-n220 {
    margin-bottom: -22rem !important;
  }
  .ml-sm-n220,
  .mx-sm-n220 {
    margin-left: -22rem !important;
  }
  .m-sm-n240 {
    margin: -24rem !important;
  }
  .mt-sm-n240,
  .my-sm-n240 {
    margin-top: -24rem !important;
  }
  .mr-sm-n240,
  .mx-sm-n240 {
    margin-right: -24rem !important;
  }
  .mb-sm-n240,
  .my-sm-n240 {
    margin-bottom: -24rem !important;
  }
  .ml-sm-n240,
  .mx-sm-n240 {
    margin-left: -24rem !important;
  }
  .m-sm-n280 {
    margin: -28rem !important;
  }
  .mt-sm-n280,
  .my-sm-n280 {
    margin-top: -28rem !important;
  }
  .mr-sm-n280,
  .mx-sm-n280 {
    margin-right: -28rem !important;
  }
  .mb-sm-n280,
  .my-sm-n280 {
    margin-bottom: -28rem !important;
  }
  .ml-sm-n280,
  .mx-sm-n280 {
    margin-left: -28rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 2rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 2rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 2rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 2rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 2.5rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 2.5rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 3rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 3rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 3rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 3rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 3.5rem !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 3.5rem !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 4rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 4rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 4rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 4.5rem !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 4.5rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 5.5rem !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 5.5rem !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 6rem !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 6rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 6rem !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 6.5rem !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 6.5rem !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 7rem !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 7rem !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 7rem !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 7.5rem !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 7.5rem !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 8rem !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 8rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 8rem !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .mt-md-85,
  .my-md-85 {
    margin-top: 8.5rem !important;
  }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 8.5rem !important;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 9rem !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 9rem !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 9rem !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 9rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 10rem !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 10rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 10rem !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 10rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .mt-md-110,
  .my-md-110 {
    margin-top: 11rem !important;
  }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 11rem !important;
  }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 11rem !important;
  }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 11rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .mt-md-120,
  .my-md-120 {
    margin-top: 12rem !important;
  }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 12rem !important;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 12rem !important;
  }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 12rem !important;
  }
  .m-md-130 {
    margin: 13rem !important;
  }
  .mt-md-130,
  .my-md-130 {
    margin-top: 13rem !important;
  }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 13rem !important;
  }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 13rem !important;
  }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 13rem !important;
  }
  .m-md-140 {
    margin: 14rem !important;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 14rem !important;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 14rem !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 14rem !important;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 14rem !important;
  }
  .m-md-150 {
    margin: 15rem !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 15rem !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 15rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 15rem !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 15rem !important;
  }
  .m-md-160 {
    margin: 16rem !important;
  }
  .mt-md-160,
  .my-md-160 {
    margin-top: 16rem !important;
  }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 16rem !important;
  }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 16rem !important;
  }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 16rem !important;
  }
  .m-md-170 {
    margin: 17rem !important;
  }
  .mt-md-170,
  .my-md-170 {
    margin-top: 17rem !important;
  }
  .mr-md-170,
  .mx-md-170 {
    margin-right: 17rem !important;
  }
  .mb-md-170,
  .my-md-170 {
    margin-bottom: 17rem !important;
  }
  .ml-md-170,
  .mx-md-170 {
    margin-left: 17rem !important;
  }
  .m-md-180 {
    margin: 18rem !important;
  }
  .mt-md-180,
  .my-md-180 {
    margin-top: 18rem !important;
  }
  .mr-md-180,
  .mx-md-180 {
    margin-right: 18rem !important;
  }
  .mb-md-180,
  .my-md-180 {
    margin-bottom: 18rem !important;
  }
  .ml-md-180,
  .mx-md-180 {
    margin-left: 18rem !important;
  }
  .m-md-190 {
    margin: 19rem !important;
  }
  .mt-md-190,
  .my-md-190 {
    margin-top: 19rem !important;
  }
  .mr-md-190,
  .mx-md-190 {
    margin-right: 19rem !important;
  }
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 19rem !important;
  }
  .ml-md-190,
  .mx-md-190 {
    margin-left: 19rem !important;
  }
  .m-md-200 {
    margin: 20rem !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 20rem !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 20rem !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 20rem !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 20rem !important;
  }
  .m-md-210 {
    margin: 21rem !important;
  }
  .mt-md-210,
  .my-md-210 {
    margin-top: 21rem !important;
  }
  .mr-md-210,
  .mx-md-210 {
    margin-right: 21rem !important;
  }
  .mb-md-210,
  .my-md-210 {
    margin-bottom: 21rem !important;
  }
  .ml-md-210,
  .mx-md-210 {
    margin-left: 21rem !important;
  }
  .m-md-220 {
    margin: 22rem !important;
  }
  .mt-md-220,
  .my-md-220 {
    margin-top: 22rem !important;
  }
  .mr-md-220,
  .mx-md-220 {
    margin-right: 22rem !important;
  }
  .mb-md-220,
  .my-md-220 {
    margin-bottom: 22rem !important;
  }
  .ml-md-220,
  .mx-md-220 {
    margin-left: 22rem !important;
  }
  .m-md-240 {
    margin: 24rem !important;
  }
  .mt-md-240,
  .my-md-240 {
    margin-top: 24rem !important;
  }
  .mr-md-240,
  .mx-md-240 {
    margin-right: 24rem !important;
  }
  .mb-md-240,
  .my-md-240 {
    margin-bottom: 24rem !important;
  }
  .ml-md-240,
  .mx-md-240 {
    margin-left: 24rem !important;
  }
  .m-md-280 {
    margin: 28rem !important;
  }
  .mt-md-280,
  .my-md-280 {
    margin-top: 28rem !important;
  }
  .mr-md-280,
  .mx-md-280 {
    margin-right: 28rem !important;
  }
  .mb-md-280,
  .my-md-280 {
    margin-bottom: 28rem !important;
  }
  .ml-md-280,
  .mx-md-280 {
    margin-left: 28rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 2rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 2rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 2rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 2rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 2.5rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 2.5rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 3rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 3rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 3rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 3rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 3.5rem !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 3.5rem !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 4rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 4rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 4rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 4.5rem !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 4.5rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 5.5rem !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 5.5rem !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 6rem !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 6rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 6rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 6.5rem !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 6.5rem !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 7rem !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 7rem !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 7rem !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 7.5rem !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 7.5rem !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 8rem !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 8rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 8rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 8.5rem !important;
  }
  .pr-md-85,
  .px-md-85 {
    padding-right: 8.5rem !important;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 9rem !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 9rem !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 9rem !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 9rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 10rem !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 10rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 10rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 10rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .pt-md-110,
  .py-md-110 {
    padding-top: 11rem !important;
  }
  .pr-md-110,
  .px-md-110 {
    padding-right: 11rem !important;
  }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 11rem !important;
  }
  .pl-md-110,
  .px-md-110 {
    padding-left: 11rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 12rem !important;
  }
  .pr-md-120,
  .px-md-120 {
    padding-right: 12rem !important;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 12rem !important;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 12rem !important;
  }
  .p-md-130 {
    padding: 13rem !important;
  }
  .pt-md-130,
  .py-md-130 {
    padding-top: 13rem !important;
  }
  .pr-md-130,
  .px-md-130 {
    padding-right: 13rem !important;
  }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 13rem !important;
  }
  .pl-md-130,
  .px-md-130 {
    padding-left: 13rem !important;
  }
  .p-md-140 {
    padding: 14rem !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 14rem !important;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 14rem !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 14rem !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 14rem !important;
  }
  .p-md-150 {
    padding: 15rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 15rem !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 15rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 15rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 15rem !important;
  }
  .p-md-160 {
    padding: 16rem !important;
  }
  .pt-md-160,
  .py-md-160 {
    padding-top: 16rem !important;
  }
  .pr-md-160,
  .px-md-160 {
    padding-right: 16rem !important;
  }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 16rem !important;
  }
  .pl-md-160,
  .px-md-160 {
    padding-left: 16rem !important;
  }
  .p-md-170 {
    padding: 17rem !important;
  }
  .pt-md-170,
  .py-md-170 {
    padding-top: 17rem !important;
  }
  .pr-md-170,
  .px-md-170 {
    padding-right: 17rem !important;
  }
  .pb-md-170,
  .py-md-170 {
    padding-bottom: 17rem !important;
  }
  .pl-md-170,
  .px-md-170 {
    padding-left: 17rem !important;
  }
  .p-md-180 {
    padding: 18rem !important;
  }
  .pt-md-180,
  .py-md-180 {
    padding-top: 18rem !important;
  }
  .pr-md-180,
  .px-md-180 {
    padding-right: 18rem !important;
  }
  .pb-md-180,
  .py-md-180 {
    padding-bottom: 18rem !important;
  }
  .pl-md-180,
  .px-md-180 {
    padding-left: 18rem !important;
  }
  .p-md-190 {
    padding: 19rem !important;
  }
  .pt-md-190,
  .py-md-190 {
    padding-top: 19rem !important;
  }
  .pr-md-190,
  .px-md-190 {
    padding-right: 19rem !important;
  }
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 19rem !important;
  }
  .pl-md-190,
  .px-md-190 {
    padding-left: 19rem !important;
  }
  .p-md-200 {
    padding: 20rem !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 20rem !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 20rem !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 20rem !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 20rem !important;
  }
  .p-md-210 {
    padding: 21rem !important;
  }
  .pt-md-210,
  .py-md-210 {
    padding-top: 21rem !important;
  }
  .pr-md-210,
  .px-md-210 {
    padding-right: 21rem !important;
  }
  .pb-md-210,
  .py-md-210 {
    padding-bottom: 21rem !important;
  }
  .pl-md-210,
  .px-md-210 {
    padding-left: 21rem !important;
  }
  .p-md-220 {
    padding: 22rem !important;
  }
  .pt-md-220,
  .py-md-220 {
    padding-top: 22rem !important;
  }
  .pr-md-220,
  .px-md-220 {
    padding-right: 22rem !important;
  }
  .pb-md-220,
  .py-md-220 {
    padding-bottom: 22rem !important;
  }
  .pl-md-220,
  .px-md-220 {
    padding-left: 22rem !important;
  }
  .p-md-240 {
    padding: 24rem !important;
  }
  .pt-md-240,
  .py-md-240 {
    padding-top: 24rem !important;
  }
  .pr-md-240,
  .px-md-240 {
    padding-right: 24rem !important;
  }
  .pb-md-240,
  .py-md-240 {
    padding-bottom: 24rem !important;
  }
  .pl-md-240,
  .px-md-240 {
    padding-left: 24rem !important;
  }
  .p-md-280 {
    padding: 28rem !important;
  }
  .pt-md-280,
  .py-md-280 {
    padding-top: 28rem !important;
  }
  .pr-md-280,
  .px-md-280 {
    padding-right: 28rem !important;
  }
  .pb-md-280,
  .py-md-280 {
    padding-bottom: 28rem !important;
  }
  .pl-md-280,
  .px-md-280 {
    padding-left: 28rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n20 {
    margin: -2rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -2rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -2rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -2rem !important;
  }
  .m-md-n25 {
    margin: -2.5rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -2.5rem !important;
  }
  .m-md-n30 {
    margin: -3rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -3rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -3rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -3rem !important;
  }
  .m-md-n35 {
    margin: -3.5rem !important;
  }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -3.5rem !important;
  }
  .m-md-n40 {
    margin: -4rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -4rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -4rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -4rem !important;
  }
  .m-md-n45 {
    margin: -4.5rem !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -4.5rem !important;
  }
  .m-md-n50 {
    margin: -5rem !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -5rem !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -5rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -5rem !important;
  }
  .m-md-n55 {
    margin: -5.5rem !important;
  }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -5.5rem !important;
  }
  .m-md-n60 {
    margin: -6rem !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -6rem !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -6rem !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -6rem !important;
  }
  .m-md-n65 {
    margin: -6.5rem !important;
  }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -6.5rem !important;
  }
  .m-md-n70 {
    margin: -7rem !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -7rem !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -7rem !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -7rem !important;
  }
  .m-md-n75 {
    margin: -7.5rem !important;
  }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -7.5rem !important;
  }
  .m-md-n80 {
    margin: -8rem !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -8rem !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -8rem !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -8rem !important;
  }
  .m-md-n85 {
    margin: -8.5rem !important;
  }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -8.5rem !important;
  }
  .m-md-n90 {
    margin: -9rem !important;
  }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -9rem !important;
  }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -9rem !important;
  }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -9rem !important;
  }
  .m-md-n100 {
    margin: -10rem !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -10rem !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -10rem !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -10rem !important;
  }
  .m-md-n110 {
    margin: -11rem !important;
  }
  .mt-md-n110,
  .my-md-n110 {
    margin-top: -11rem !important;
  }
  .mr-md-n110,
  .mx-md-n110 {
    margin-right: -11rem !important;
  }
  .mb-md-n110,
  .my-md-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n110,
  .mx-md-n110 {
    margin-left: -11rem !important;
  }
  .m-md-n120 {
    margin: -12rem !important;
  }
  .mt-md-n120,
  .my-md-n120 {
    margin-top: -12rem !important;
  }
  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -12rem !important;
  }
  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -12rem !important;
  }
  .m-md-n130 {
    margin: -13rem !important;
  }
  .mt-md-n130,
  .my-md-n130 {
    margin-top: -13rem !important;
  }
  .mr-md-n130,
  .mx-md-n130 {
    margin-right: -13rem !important;
  }
  .mb-md-n130,
  .my-md-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-md-n130,
  .mx-md-n130 {
    margin-left: -13rem !important;
  }
  .m-md-n140 {
    margin: -14rem !important;
  }
  .mt-md-n140,
  .my-md-n140 {
    margin-top: -14rem !important;
  }
  .mr-md-n140,
  .mx-md-n140 {
    margin-right: -14rem !important;
  }
  .mb-md-n140,
  .my-md-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n140,
  .mx-md-n140 {
    margin-left: -14rem !important;
  }
  .m-md-n150 {
    margin: -15rem !important;
  }
  .mt-md-n150,
  .my-md-n150 {
    margin-top: -15rem !important;
  }
  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -15rem !important;
  }
  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -15rem !important;
  }
  .m-md-n160 {
    margin: -16rem !important;
  }
  .mt-md-n160,
  .my-md-n160 {
    margin-top: -16rem !important;
  }
  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -16rem !important;
  }
  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -16rem !important;
  }
  .m-md-n170 {
    margin: -17rem !important;
  }
  .mt-md-n170,
  .my-md-n170 {
    margin-top: -17rem !important;
  }
  .mr-md-n170,
  .mx-md-n170 {
    margin-right: -17rem !important;
  }
  .mb-md-n170,
  .my-md-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-md-n170,
  .mx-md-n170 {
    margin-left: -17rem !important;
  }
  .m-md-n180 {
    margin: -18rem !important;
  }
  .mt-md-n180,
  .my-md-n180 {
    margin-top: -18rem !important;
  }
  .mr-md-n180,
  .mx-md-n180 {
    margin-right: -18rem !important;
  }
  .mb-md-n180,
  .my-md-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-md-n180,
  .mx-md-n180 {
    margin-left: -18rem !important;
  }
  .m-md-n190 {
    margin: -19rem !important;
  }
  .mt-md-n190,
  .my-md-n190 {
    margin-top: -19rem !important;
  }
  .mr-md-n190,
  .mx-md-n190 {
    margin-right: -19rem !important;
  }
  .mb-md-n190,
  .my-md-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-md-n190,
  .mx-md-n190 {
    margin-left: -19rem !important;
  }
  .m-md-n200 {
    margin: -20rem !important;
  }
  .mt-md-n200,
  .my-md-n200 {
    margin-top: -20rem !important;
  }
  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -20rem !important;
  }
  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -20rem !important;
  }
  .m-md-n210 {
    margin: -21rem !important;
  }
  .mt-md-n210,
  .my-md-n210 {
    margin-top: -21rem !important;
  }
  .mr-md-n210,
  .mx-md-n210 {
    margin-right: -21rem !important;
  }
  .mb-md-n210,
  .my-md-n210 {
    margin-bottom: -21rem !important;
  }
  .ml-md-n210,
  .mx-md-n210 {
    margin-left: -21rem !important;
  }
  .m-md-n220 {
    margin: -22rem !important;
  }
  .mt-md-n220,
  .my-md-n220 {
    margin-top: -22rem !important;
  }
  .mr-md-n220,
  .mx-md-n220 {
    margin-right: -22rem !important;
  }
  .mb-md-n220,
  .my-md-n220 {
    margin-bottom: -22rem !important;
  }
  .ml-md-n220,
  .mx-md-n220 {
    margin-left: -22rem !important;
  }
  .m-md-n240 {
    margin: -24rem !important;
  }
  .mt-md-n240,
  .my-md-n240 {
    margin-top: -24rem !important;
  }
  .mr-md-n240,
  .mx-md-n240 {
    margin-right: -24rem !important;
  }
  .mb-md-n240,
  .my-md-n240 {
    margin-bottom: -24rem !important;
  }
  .ml-md-n240,
  .mx-md-n240 {
    margin-left: -24rem !important;
  }
  .m-md-n280 {
    margin: -28rem !important;
  }
  .mt-md-n280,
  .my-md-n280 {
    margin-top: -28rem !important;
  }
  .mr-md-n280,
  .mx-md-n280 {
    margin-right: -28rem !important;
  }
  .mb-md-n280,
  .my-md-n280 {
    margin-bottom: -28rem !important;
  }
  .ml-md-n280,
  .mx-md-n280 {
    margin-left: -28rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 2rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 2rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 2rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 3rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 3rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 3rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 4rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 4rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 6rem !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 6rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 7rem !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 7rem !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 8rem !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 8rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 9rem !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 9rem !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 9rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 10rem !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 10rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 10rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 11rem !important;
  }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 11rem !important;
  }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 11rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 12rem !important;
  }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 12rem !important;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 12rem !important;
  }
  .m-lg-130 {
    margin: 13rem !important;
  }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 13rem !important;
  }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 13rem !important;
  }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 13rem !important;
  }
  .m-lg-140 {
    margin: 14rem !important;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 14rem !important;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 14rem !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 14rem !important;
  }
  .m-lg-150 {
    margin: 15rem !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 15rem !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 15rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 15rem !important;
  }
  .m-lg-160 {
    margin: 16rem !important;
  }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 16rem !important;
  }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 16rem !important;
  }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 16rem !important;
  }
  .m-lg-170 {
    margin: 17rem !important;
  }
  .mt-lg-170,
  .my-lg-170 {
    margin-top: 17rem !important;
  }
  .mr-lg-170,
  .mx-lg-170 {
    margin-right: 17rem !important;
  }
  .mb-lg-170,
  .my-lg-170 {
    margin-bottom: 17rem !important;
  }
  .ml-lg-170,
  .mx-lg-170 {
    margin-left: 17rem !important;
  }
  .m-lg-180 {
    margin: 18rem !important;
  }
  .mt-lg-180,
  .my-lg-180 {
    margin-top: 18rem !important;
  }
  .mr-lg-180,
  .mx-lg-180 {
    margin-right: 18rem !important;
  }
  .mb-lg-180,
  .my-lg-180 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-180,
  .mx-lg-180 {
    margin-left: 18rem !important;
  }
  .m-lg-190 {
    margin: 19rem !important;
  }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 19rem !important;
  }
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 19rem !important;
  }
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 19rem !important;
  }
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 19rem !important;
  }
  .m-lg-200 {
    margin: 20rem !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 20rem !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 20rem !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 20rem !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 20rem !important;
  }
  .m-lg-210 {
    margin: 21rem !important;
  }
  .mt-lg-210,
  .my-lg-210 {
    margin-top: 21rem !important;
  }
  .mr-lg-210,
  .mx-lg-210 {
    margin-right: 21rem !important;
  }
  .mb-lg-210,
  .my-lg-210 {
    margin-bottom: 21rem !important;
  }
  .ml-lg-210,
  .mx-lg-210 {
    margin-left: 21rem !important;
  }
  .m-lg-220 {
    margin: 22rem !important;
  }
  .mt-lg-220,
  .my-lg-220 {
    margin-top: 22rem !important;
  }
  .mr-lg-220,
  .mx-lg-220 {
    margin-right: 22rem !important;
  }
  .mb-lg-220,
  .my-lg-220 {
    margin-bottom: 22rem !important;
  }
  .ml-lg-220,
  .mx-lg-220 {
    margin-left: 22rem !important;
  }
  .m-lg-240 {
    margin: 24rem !important;
  }
  .mt-lg-240,
  .my-lg-240 {
    margin-top: 24rem !important;
  }
  .mr-lg-240,
  .mx-lg-240 {
    margin-right: 24rem !important;
  }
  .mb-lg-240,
  .my-lg-240 {
    margin-bottom: 24rem !important;
  }
  .ml-lg-240,
  .mx-lg-240 {
    margin-left: 24rem !important;
  }
  .m-lg-280 {
    margin: 28rem !important;
  }
  .mt-lg-280,
  .my-lg-280 {
    margin-top: 28rem !important;
  }
  .mr-lg-280,
  .mx-lg-280 {
    margin-right: 28rem !important;
  }
  .mb-lg-280,
  .my-lg-280 {
    margin-bottom: 28rem !important;
  }
  .ml-lg-280,
  .mx-lg-280 {
    margin-left: 28rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 2rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 2rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 2rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 3rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 3rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 3rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 4rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 6rem !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 6rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 7rem !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 7rem !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 8rem !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 8rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 9rem !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 9rem !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 9rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 10rem !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 10rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 10rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 11rem !important;
  }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 11rem !important;
  }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 11rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 12rem !important;
  }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 12rem !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 12rem !important;
  }
  .p-lg-130 {
    padding: 13rem !important;
  }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 13rem !important;
  }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 13rem !important;
  }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 13rem !important;
  }
  .p-lg-140 {
    padding: 14rem !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 14rem !important;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 14rem !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 14rem !important;
  }
  .p-lg-150 {
    padding: 15rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 15rem !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 15rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 15rem !important;
  }
  .p-lg-160 {
    padding: 16rem !important;
  }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 16rem !important;
  }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 16rem !important;
  }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 16rem !important;
  }
  .p-lg-170 {
    padding: 17rem !important;
  }
  .pt-lg-170,
  .py-lg-170 {
    padding-top: 17rem !important;
  }
  .pr-lg-170,
  .px-lg-170 {
    padding-right: 17rem !important;
  }
  .pb-lg-170,
  .py-lg-170 {
    padding-bottom: 17rem !important;
  }
  .pl-lg-170,
  .px-lg-170 {
    padding-left: 17rem !important;
  }
  .p-lg-180 {
    padding: 18rem !important;
  }
  .pt-lg-180,
  .py-lg-180 {
    padding-top: 18rem !important;
  }
  .pr-lg-180,
  .px-lg-180 {
    padding-right: 18rem !important;
  }
  .pb-lg-180,
  .py-lg-180 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-180,
  .px-lg-180 {
    padding-left: 18rem !important;
  }
  .p-lg-190 {
    padding: 19rem !important;
  }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 19rem !important;
  }
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 19rem !important;
  }
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 19rem !important;
  }
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 19rem !important;
  }
  .p-lg-200 {
    padding: 20rem !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 20rem !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 20rem !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 20rem !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 20rem !important;
  }
  .p-lg-210 {
    padding: 21rem !important;
  }
  .pt-lg-210,
  .py-lg-210 {
    padding-top: 21rem !important;
  }
  .pr-lg-210,
  .px-lg-210 {
    padding-right: 21rem !important;
  }
  .pb-lg-210,
  .py-lg-210 {
    padding-bottom: 21rem !important;
  }
  .pl-lg-210,
  .px-lg-210 {
    padding-left: 21rem !important;
  }
  .p-lg-220 {
    padding: 22rem !important;
  }
  .pt-lg-220,
  .py-lg-220 {
    padding-top: 22rem !important;
  }
  .pr-lg-220,
  .px-lg-220 {
    padding-right: 22rem !important;
  }
  .pb-lg-220,
  .py-lg-220 {
    padding-bottom: 22rem !important;
  }
  .pl-lg-220,
  .px-lg-220 {
    padding-left: 22rem !important;
  }
  .p-lg-240 {
    padding: 24rem !important;
  }
  .pt-lg-240,
  .py-lg-240 {
    padding-top: 24rem !important;
  }
  .pr-lg-240,
  .px-lg-240 {
    padding-right: 24rem !important;
  }
  .pb-lg-240,
  .py-lg-240 {
    padding-bottom: 24rem !important;
  }
  .pl-lg-240,
  .px-lg-240 {
    padding-left: 24rem !important;
  }
  .p-lg-280 {
    padding: 28rem !important;
  }
  .pt-lg-280,
  .py-lg-280 {
    padding-top: 28rem !important;
  }
  .pr-lg-280,
  .px-lg-280 {
    padding-right: 28rem !important;
  }
  .pb-lg-280,
  .py-lg-280 {
    padding-bottom: 28rem !important;
  }
  .pl-lg-280,
  .px-lg-280 {
    padding-left: 28rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n20 {
    margin: -2rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -2rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -2rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -2rem !important;
  }
  .m-lg-n25 {
    margin: -2.5rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n30 {
    margin: -3rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -3rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -3rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -3rem !important;
  }
  .m-lg-n35 {
    margin: -3.5rem !important;
  }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n40 {
    margin: -4rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -4rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -4rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -4rem !important;
  }
  .m-lg-n45 {
    margin: -4.5rem !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n50 {
    margin: -5rem !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -5rem !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -5rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -5rem !important;
  }
  .m-lg-n55 {
    margin: -5.5rem !important;
  }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n60 {
    margin: -6rem !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -6rem !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -6rem !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -6rem !important;
  }
  .m-lg-n65 {
    margin: -6.5rem !important;
  }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n70 {
    margin: -7rem !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -7rem !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -7rem !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -7rem !important;
  }
  .m-lg-n75 {
    margin: -7.5rem !important;
  }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n80 {
    margin: -8rem !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -8rem !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -8rem !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -8rem !important;
  }
  .m-lg-n85 {
    margin: -8.5rem !important;
  }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -8.5rem !important;
  }
  .m-lg-n90 {
    margin: -9rem !important;
  }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -9rem !important;
  }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -9rem !important;
  }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -9rem !important;
  }
  .m-lg-n100 {
    margin: -10rem !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -10rem !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -10rem !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -10rem !important;
  }
  .m-lg-n110 {
    margin: -11rem !important;
  }
  .mt-lg-n110,
  .my-lg-n110 {
    margin-top: -11rem !important;
  }
  .mr-lg-n110,
  .mx-lg-n110 {
    margin-right: -11rem !important;
  }
  .mb-lg-n110,
  .my-lg-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n110,
  .mx-lg-n110 {
    margin-left: -11rem !important;
  }
  .m-lg-n120 {
    margin: -12rem !important;
  }
  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -12rem !important;
  }
  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -12rem !important;
  }
  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -12rem !important;
  }
  .m-lg-n130 {
    margin: -13rem !important;
  }
  .mt-lg-n130,
  .my-lg-n130 {
    margin-top: -13rem !important;
  }
  .mr-lg-n130,
  .mx-lg-n130 {
    margin-right: -13rem !important;
  }
  .mb-lg-n130,
  .my-lg-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-lg-n130,
  .mx-lg-n130 {
    margin-left: -13rem !important;
  }
  .m-lg-n140 {
    margin: -14rem !important;
  }
  .mt-lg-n140,
  .my-lg-n140 {
    margin-top: -14rem !important;
  }
  .mr-lg-n140,
  .mx-lg-n140 {
    margin-right: -14rem !important;
  }
  .mb-lg-n140,
  .my-lg-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n140,
  .mx-lg-n140 {
    margin-left: -14rem !important;
  }
  .m-lg-n150 {
    margin: -15rem !important;
  }
  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -15rem !important;
  }
  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -15rem !important;
  }
  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -15rem !important;
  }
  .m-lg-n160 {
    margin: -16rem !important;
  }
  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -16rem !important;
  }
  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -16rem !important;
  }
  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -16rem !important;
  }
  .m-lg-n170 {
    margin: -17rem !important;
  }
  .mt-lg-n170,
  .my-lg-n170 {
    margin-top: -17rem !important;
  }
  .mr-lg-n170,
  .mx-lg-n170 {
    margin-right: -17rem !important;
  }
  .mb-lg-n170,
  .my-lg-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-lg-n170,
  .mx-lg-n170 {
    margin-left: -17rem !important;
  }
  .m-lg-n180 {
    margin: -18rem !important;
  }
  .mt-lg-n180,
  .my-lg-n180 {
    margin-top: -18rem !important;
  }
  .mr-lg-n180,
  .mx-lg-n180 {
    margin-right: -18rem !important;
  }
  .mb-lg-n180,
  .my-lg-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-lg-n180,
  .mx-lg-n180 {
    margin-left: -18rem !important;
  }
  .m-lg-n190 {
    margin: -19rem !important;
  }
  .mt-lg-n190,
  .my-lg-n190 {
    margin-top: -19rem !important;
  }
  .mr-lg-n190,
  .mx-lg-n190 {
    margin-right: -19rem !important;
  }
  .mb-lg-n190,
  .my-lg-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-lg-n190,
  .mx-lg-n190 {
    margin-left: -19rem !important;
  }
  .m-lg-n200 {
    margin: -20rem !important;
  }
  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -20rem !important;
  }
  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -20rem !important;
  }
  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -20rem !important;
  }
  .m-lg-n210 {
    margin: -21rem !important;
  }
  .mt-lg-n210,
  .my-lg-n210 {
    margin-top: -21rem !important;
  }
  .mr-lg-n210,
  .mx-lg-n210 {
    margin-right: -21rem !important;
  }
  .mb-lg-n210,
  .my-lg-n210 {
    margin-bottom: -21rem !important;
  }
  .ml-lg-n210,
  .mx-lg-n210 {
    margin-left: -21rem !important;
  }
  .m-lg-n220 {
    margin: -22rem !important;
  }
  .mt-lg-n220,
  .my-lg-n220 {
    margin-top: -22rem !important;
  }
  .mr-lg-n220,
  .mx-lg-n220 {
    margin-right: -22rem !important;
  }
  .mb-lg-n220,
  .my-lg-n220 {
    margin-bottom: -22rem !important;
  }
  .ml-lg-n220,
  .mx-lg-n220 {
    margin-left: -22rem !important;
  }
  .m-lg-n240 {
    margin: -24rem !important;
  }
  .mt-lg-n240,
  .my-lg-n240 {
    margin-top: -24rem !important;
  }
  .mr-lg-n240,
  .mx-lg-n240 {
    margin-right: -24rem !important;
  }
  .mb-lg-n240,
  .my-lg-n240 {
    margin-bottom: -24rem !important;
  }
  .ml-lg-n240,
  .mx-lg-n240 {
    margin-left: -24rem !important;
  }
  .m-lg-n280 {
    margin: -28rem !important;
  }
  .mt-lg-n280,
  .my-lg-n280 {
    margin-top: -28rem !important;
  }
  .mr-lg-n280,
  .mx-lg-n280 {
    margin-right: -28rem !important;
  }
  .mb-lg-n280,
  .my-lg-n280 {
    margin-bottom: -28rem !important;
  }
  .ml-lg-n280,
  .mx-lg-n280 {
    margin-left: -28rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1481px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 2rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 2rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 2rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 2.5rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 3rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 3rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 3rem !important;
  }
  .m-xl-35 {
    margin: 3.5rem !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 3.5rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 4rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 4rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 4rem !important;
  }
  .m-xl-45 {
    margin: 4.5rem !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 4.5rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 5rem !important;
  }
  .m-xl-55 {
    margin: 5.5rem !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 5.5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 6rem !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 6rem !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 6rem !important;
  }
  .m-xl-65 {
    margin: 6.5rem !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 6.5rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 7rem !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 7rem !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 7rem !important;
  }
  .m-xl-75 {
    margin: 7.5rem !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 7.5rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 8rem !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 8rem !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 8rem !important;
  }
  .m-xl-85 {
    margin: 8.5rem !important;
  }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 8.5rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 9rem !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 9rem !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 9rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 10rem !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 10rem !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 10rem !important;
  }
  .m-xl-110 {
    margin: 11rem !important;
  }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 11rem !important;
  }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 11rem !important;
  }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 11rem !important;
  }
  .m-xl-120 {
    margin: 12rem !important;
  }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 12rem !important;
  }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 12rem !important;
  }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 12rem !important;
  }
  .m-xl-130 {
    margin: 13rem !important;
  }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 13rem !important;
  }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 13rem !important;
  }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 13rem !important;
  }
  .m-xl-140 {
    margin: 14rem !important;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 14rem !important;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 14rem !important;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 14rem !important;
  }
  .m-xl-150 {
    margin: 15rem !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 15rem !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 15rem !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 15rem !important;
  }
  .m-xl-160 {
    margin: 16rem !important;
  }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 16rem !important;
  }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 16rem !important;
  }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 16rem !important;
  }
  .m-xl-170 {
    margin: 17rem !important;
  }
  .mt-xl-170,
  .my-xl-170 {
    margin-top: 17rem !important;
  }
  .mr-xl-170,
  .mx-xl-170 {
    margin-right: 17rem !important;
  }
  .mb-xl-170,
  .my-xl-170 {
    margin-bottom: 17rem !important;
  }
  .ml-xl-170,
  .mx-xl-170 {
    margin-left: 17rem !important;
  }
  .m-xl-180 {
    margin: 18rem !important;
  }
  .mt-xl-180,
  .my-xl-180 {
    margin-top: 18rem !important;
  }
  .mr-xl-180,
  .mx-xl-180 {
    margin-right: 18rem !important;
  }
  .mb-xl-180,
  .my-xl-180 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-180,
  .mx-xl-180 {
    margin-left: 18rem !important;
  }
  .m-xl-190 {
    margin: 19rem !important;
  }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 19rem !important;
  }
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 19rem !important;
  }
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 19rem !important;
  }
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 19rem !important;
  }
  .m-xl-200 {
    margin: 20rem !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 20rem !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 20rem !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 20rem !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 20rem !important;
  }
  .m-xl-210 {
    margin: 21rem !important;
  }
  .mt-xl-210,
  .my-xl-210 {
    margin-top: 21rem !important;
  }
  .mr-xl-210,
  .mx-xl-210 {
    margin-right: 21rem !important;
  }
  .mb-xl-210,
  .my-xl-210 {
    margin-bottom: 21rem !important;
  }
  .ml-xl-210,
  .mx-xl-210 {
    margin-left: 21rem !important;
  }
  .m-xl-220 {
    margin: 22rem !important;
  }
  .mt-xl-220,
  .my-xl-220 {
    margin-top: 22rem !important;
  }
  .mr-xl-220,
  .mx-xl-220 {
    margin-right: 22rem !important;
  }
  .mb-xl-220,
  .my-xl-220 {
    margin-bottom: 22rem !important;
  }
  .ml-xl-220,
  .mx-xl-220 {
    margin-left: 22rem !important;
  }
  .m-xl-240 {
    margin: 24rem !important;
  }
  .mt-xl-240,
  .my-xl-240 {
    margin-top: 24rem !important;
  }
  .mr-xl-240,
  .mx-xl-240 {
    margin-right: 24rem !important;
  }
  .mb-xl-240,
  .my-xl-240 {
    margin-bottom: 24rem !important;
  }
  .ml-xl-240,
  .mx-xl-240 {
    margin-left: 24rem !important;
  }
  .m-xl-280 {
    margin: 28rem !important;
  }
  .mt-xl-280,
  .my-xl-280 {
    margin-top: 28rem !important;
  }
  .mr-xl-280,
  .mx-xl-280 {
    margin-right: 28rem !important;
  }
  .mb-xl-280,
  .my-xl-280 {
    margin-bottom: 28rem !important;
  }
  .ml-xl-280,
  .mx-xl-280 {
    margin-left: 28rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 2rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 2rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 2rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 2.5rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 3rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 3rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 3rem !important;
  }
  .p-xl-35 {
    padding: 3.5rem !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 3.5rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 4rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 4rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 4rem !important;
  }
  .p-xl-45 {
    padding: 4.5rem !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 4.5rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 5rem !important;
  }
  .p-xl-55 {
    padding: 5.5rem !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 5.5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 6rem !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 6rem !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 6rem !important;
  }
  .p-xl-65 {
    padding: 6.5rem !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 6.5rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 7rem !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 7rem !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 7rem !important;
  }
  .p-xl-75 {
    padding: 7.5rem !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 7.5rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 8rem !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 8rem !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 8rem !important;
  }
  .p-xl-85 {
    padding: 8.5rem !important;
  }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 8.5rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 9rem !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 9rem !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 9rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 10rem !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 10rem !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 10rem !important;
  }
  .p-xl-110 {
    padding: 11rem !important;
  }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 11rem !important;
  }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 11rem !important;
  }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 11rem !important;
  }
  .p-xl-120 {
    padding: 12rem !important;
  }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 12rem !important;
  }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 12rem !important;
  }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 12rem !important;
  }
  .p-xl-130 {
    padding: 13rem !important;
  }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 13rem !important;
  }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 13rem !important;
  }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 13rem !important;
  }
  .p-xl-140 {
    padding: 14rem !important;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 14rem !important;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 14rem !important;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 14rem !important;
  }
  .p-xl-150 {
    padding: 15rem !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 15rem !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 15rem !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 15rem !important;
  }
  .p-xl-160 {
    padding: 16rem !important;
  }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 16rem !important;
  }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 16rem !important;
  }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 16rem !important;
  }
  .p-xl-170 {
    padding: 17rem !important;
  }
  .pt-xl-170,
  .py-xl-170 {
    padding-top: 17rem !important;
  }
  .pr-xl-170,
  .px-xl-170 {
    padding-right: 17rem !important;
  }
  .pb-xl-170,
  .py-xl-170 {
    padding-bottom: 17rem !important;
  }
  .pl-xl-170,
  .px-xl-170 {
    padding-left: 17rem !important;
  }
  .p-xl-180 {
    padding: 18rem !important;
  }
  .pt-xl-180,
  .py-xl-180 {
    padding-top: 18rem !important;
  }
  .pr-xl-180,
  .px-xl-180 {
    padding-right: 18rem !important;
  }
  .pb-xl-180,
  .py-xl-180 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-180,
  .px-xl-180 {
    padding-left: 18rem !important;
  }
  .p-xl-190 {
    padding: 19rem !important;
  }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 19rem !important;
  }
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 19rem !important;
  }
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 19rem !important;
  }
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 19rem !important;
  }
  .p-xl-200 {
    padding: 20rem !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 20rem !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 20rem !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 20rem !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 20rem !important;
  }
  .p-xl-210 {
    padding: 21rem !important;
  }
  .pt-xl-210,
  .py-xl-210 {
    padding-top: 21rem !important;
  }
  .pr-xl-210,
  .px-xl-210 {
    padding-right: 21rem !important;
  }
  .pb-xl-210,
  .py-xl-210 {
    padding-bottom: 21rem !important;
  }
  .pl-xl-210,
  .px-xl-210 {
    padding-left: 21rem !important;
  }
  .p-xl-220 {
    padding: 22rem !important;
  }
  .pt-xl-220,
  .py-xl-220 {
    padding-top: 22rem !important;
  }
  .pr-xl-220,
  .px-xl-220 {
    padding-right: 22rem !important;
  }
  .pb-xl-220,
  .py-xl-220 {
    padding-bottom: 22rem !important;
  }
  .pl-xl-220,
  .px-xl-220 {
    padding-left: 22rem !important;
  }
  .p-xl-240 {
    padding: 24rem !important;
  }
  .pt-xl-240,
  .py-xl-240 {
    padding-top: 24rem !important;
  }
  .pr-xl-240,
  .px-xl-240 {
    padding-right: 24rem !important;
  }
  .pb-xl-240,
  .py-xl-240 {
    padding-bottom: 24rem !important;
  }
  .pl-xl-240,
  .px-xl-240 {
    padding-left: 24rem !important;
  }
  .p-xl-280 {
    padding: 28rem !important;
  }
  .pt-xl-280,
  .py-xl-280 {
    padding-top: 28rem !important;
  }
  .pr-xl-280,
  .px-xl-280 {
    padding-right: 28rem !important;
  }
  .pb-xl-280,
  .py-xl-280 {
    padding-bottom: 28rem !important;
  }
  .pl-xl-280,
  .px-xl-280 {
    padding-left: 28rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n20 {
    margin: -2rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -2rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -2rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -2rem !important;
  }
  .m-xl-n25 {
    margin: -2.5rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n30 {
    margin: -3rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -3rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -3rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -3rem !important;
  }
  .m-xl-n35 {
    margin: -3.5rem !important;
  }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n40 {
    margin: -4rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -4rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -4rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -4rem !important;
  }
  .m-xl-n45 {
    margin: -4.5rem !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n50 {
    margin: -5rem !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -5rem !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -5rem !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -5rem !important;
  }
  .m-xl-n55 {
    margin: -5.5rem !important;
  }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n60 {
    margin: -6rem !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -6rem !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -6rem !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -6rem !important;
  }
  .m-xl-n65 {
    margin: -6.5rem !important;
  }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n70 {
    margin: -7rem !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -7rem !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -7rem !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -7rem !important;
  }
  .m-xl-n75 {
    margin: -7.5rem !important;
  }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n80 {
    margin: -8rem !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -8rem !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -8rem !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -8rem !important;
  }
  .m-xl-n85 {
    margin: -8.5rem !important;
  }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -8.5rem !important;
  }
  .m-xl-n90 {
    margin: -9rem !important;
  }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -9rem !important;
  }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -9rem !important;
  }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -9rem !important;
  }
  .m-xl-n100 {
    margin: -10rem !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -10rem !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -10rem !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -10rem !important;
  }
  .m-xl-n110 {
    margin: -11rem !important;
  }
  .mt-xl-n110,
  .my-xl-n110 {
    margin-top: -11rem !important;
  }
  .mr-xl-n110,
  .mx-xl-n110 {
    margin-right: -11rem !important;
  }
  .mb-xl-n110,
  .my-xl-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-xl-n110,
  .mx-xl-n110 {
    margin-left: -11rem !important;
  }
  .m-xl-n120 {
    margin: -12rem !important;
  }
  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -12rem !important;
  }
  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -12rem !important;
  }
  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -12rem !important;
  }
  .m-xl-n130 {
    margin: -13rem !important;
  }
  .mt-xl-n130,
  .my-xl-n130 {
    margin-top: -13rem !important;
  }
  .mr-xl-n130,
  .mx-xl-n130 {
    margin-right: -13rem !important;
  }
  .mb-xl-n130,
  .my-xl-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-xl-n130,
  .mx-xl-n130 {
    margin-left: -13rem !important;
  }
  .m-xl-n140 {
    margin: -14rem !important;
  }
  .mt-xl-n140,
  .my-xl-n140 {
    margin-top: -14rem !important;
  }
  .mr-xl-n140,
  .mx-xl-n140 {
    margin-right: -14rem !important;
  }
  .mb-xl-n140,
  .my-xl-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n140,
  .mx-xl-n140 {
    margin-left: -14rem !important;
  }
  .m-xl-n150 {
    margin: -15rem !important;
  }
  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -15rem !important;
  }
  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -15rem !important;
  }
  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -15rem !important;
  }
  .m-xl-n160 {
    margin: -16rem !important;
  }
  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -16rem !important;
  }
  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -16rem !important;
  }
  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -16rem !important;
  }
  .m-xl-n170 {
    margin: -17rem !important;
  }
  .mt-xl-n170,
  .my-xl-n170 {
    margin-top: -17rem !important;
  }
  .mr-xl-n170,
  .mx-xl-n170 {
    margin-right: -17rem !important;
  }
  .mb-xl-n170,
  .my-xl-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-xl-n170,
  .mx-xl-n170 {
    margin-left: -17rem !important;
  }
  .m-xl-n180 {
    margin: -18rem !important;
  }
  .mt-xl-n180,
  .my-xl-n180 {
    margin-top: -18rem !important;
  }
  .mr-xl-n180,
  .mx-xl-n180 {
    margin-right: -18rem !important;
  }
  .mb-xl-n180,
  .my-xl-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-xl-n180,
  .mx-xl-n180 {
    margin-left: -18rem !important;
  }
  .m-xl-n190 {
    margin: -19rem !important;
  }
  .mt-xl-n190,
  .my-xl-n190 {
    margin-top: -19rem !important;
  }
  .mr-xl-n190,
  .mx-xl-n190 {
    margin-right: -19rem !important;
  }
  .mb-xl-n190,
  .my-xl-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-xl-n190,
  .mx-xl-n190 {
    margin-left: -19rem !important;
  }
  .m-xl-n200 {
    margin: -20rem !important;
  }
  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -20rem !important;
  }
  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -20rem !important;
  }
  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -20rem !important;
  }
  .m-xl-n210 {
    margin: -21rem !important;
  }
  .mt-xl-n210,
  .my-xl-n210 {
    margin-top: -21rem !important;
  }
  .mr-xl-n210,
  .mx-xl-n210 {
    margin-right: -21rem !important;
  }
  .mb-xl-n210,
  .my-xl-n210 {
    margin-bottom: -21rem !important;
  }
  .ml-xl-n210,
  .mx-xl-n210 {
    margin-left: -21rem !important;
  }
  .m-xl-n220 {
    margin: -22rem !important;
  }
  .mt-xl-n220,
  .my-xl-n220 {
    margin-top: -22rem !important;
  }
  .mr-xl-n220,
  .mx-xl-n220 {
    margin-right: -22rem !important;
  }
  .mb-xl-n220,
  .my-xl-n220 {
    margin-bottom: -22rem !important;
  }
  .ml-xl-n220,
  .mx-xl-n220 {
    margin-left: -22rem !important;
  }
  .m-xl-n240 {
    margin: -24rem !important;
  }
  .mt-xl-n240,
  .my-xl-n240 {
    margin-top: -24rem !important;
  }
  .mr-xl-n240,
  .mx-xl-n240 {
    margin-right: -24rem !important;
  }
  .mb-xl-n240,
  .my-xl-n240 {
    margin-bottom: -24rem !important;
  }
  .ml-xl-n240,
  .mx-xl-n240 {
    margin-left: -24rem !important;
  }
  .m-xl-n280 {
    margin: -28rem !important;
  }
  .mt-xl-n280,
  .my-xl-n280 {
    margin-top: -28rem !important;
  }
  .mr-xl-n280,
  .mx-xl-n280 {
    margin-right: -28rem !important;
  }
  .mb-xl-n280,
  .my-xl-n280 {
    margin-bottom: -28rem !important;
  }
  .ml-xl-n280,
  .mx-xl-n280 {
    margin-left: -28rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #514b5f !important;
}

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

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

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

.text-success {
  color: #1EFFAE !important;
}

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #220d4e !important;
}

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

.text-dark-blue {
  color: #000744 !important;
}

a.text-dark-blue:hover, a.text-dark-blue:focus {
  color: black !important;
}

.text-approve {
  color: #1EFFAE !important;
}

a.text-approve:hover, a.text-approve:focus {
  color: #00d185 !important;
}

.text-active {
  color: #00c2ff !important;
}

a.text-active:hover, a.text-active:focus {
  color: #0088b3 !important;
}

.text-error {
  color: red !important;
}

a.text-error:hover, a.text-error:focus {
  color: #b30000 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #a4a0ab;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1280px !important;
  }
  .container {
    min-width: 1280px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #706a80 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #514b5f;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #514b5f;
  }
}
/* Base */
html {
  box-sizing: border-box;
  color: #514b5f;
  background-color: #ffffff;
  font-size: 10px;
  direction: unset;
  overflow-x: hidden;
}

body {
  direction: ltr;
  padding: 0;
  font-weight: 400;
  position: relative;
  font-size: 1.8rem;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.68;
  color: #514b5f;
}
body[data-disable-scroll=true] {
  overflow: hidden;
}

#wpadminbar {
  z-index: 777777780;
}

section {
  position: relative;
}
section.section--border-bottom > .container {
  position: relative;
}
section.section--border-bottom > .container:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  border-bottom: 1px solid #e5e6ec;
}

.section-bg.section-bg--blue-1 {
  background-color: #00c2ff !important;
}
.section-bg.section-bg--blue-1:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--blue-1:not(.section-bg--no-shape):before {
  background-color: #00c2ff;
}
.section-bg.section-bg--blue-1:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%2300c2ff'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--blue-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%2300c2ff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--blue-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%2300c2ff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--blue-1:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%2300c2ff'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--blue-1:not(.section-bg--no-shape) .btn-primary--white {
  color: #00c2ff !important;
}
.section-bg.section-bg--blue-1:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #00c2ff !important;
}
.section-bg.section-bg--blue-dark-1 {
  background-color: #220d4e !important;
}
.section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape):before {
  background-color: #220d4e;
}
.section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%23220d4e'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23220d4e'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23220d4e'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%23220d4e'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape) .btn-primary--white {
  color: #220d4e !important;
}
.section-bg.section-bg--blue-dark-1:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #220d4e !important;
}
.section-bg.section-bg--blue-light-2 {
  background-color: #f0f8ff !important;
}
.section-bg.section-bg--blue-light-2:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--blue-light-2:not(.section-bg--no-shape):before {
  background-color: #f0f8ff;
}
.section-bg.section-bg--blue-light-2:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%23f0f8ff'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--blue-light-2:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23f0f8ff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--blue-light-2:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f0f8ff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--blue-light-2:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%23f0f8ff'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--blue-light-2:not(.section-bg--no-shape) .btn-primary--white {
  color: #f0f8ff !important;
}
.section-bg.section-bg--blue-light-2:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #f0f8ff !important;
}
.section-bg.section-bg--purple {
  background-color: #9b6bff !important;
}
.section-bg.section-bg--purple:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--purple:not(.section-bg--no-shape):before {
  background-color: #9b6bff;
}
.section-bg.section-bg--purple:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%239b6bff'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--purple:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%239b6bff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--purple:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%239b6bff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--purple:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%239b6bff'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--purple:not(.section-bg--no-shape) .btn-primary--white {
  color: #9b6bff !important;
}
.section-bg.section-bg--purple:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #9b6bff !important;
}
.section-bg.section-bg--purple-2 {
  background-color: #7177ff !important;
}
.section-bg.section-bg--purple-2:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--purple-2:not(.section-bg--no-shape):before {
  background-color: #7177ff;
}
.section-bg.section-bg--purple-2:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%237177ff'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--purple-2:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%237177ff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--purple-2:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%237177ff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--purple-2:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%237177ff'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--purple-2:not(.section-bg--no-shape) .btn-primary--white {
  color: #7177ff !important;
}
.section-bg.section-bg--purple-2:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #7177ff !important;
}
.section-bg.section-bg--purple-light-1 {
  background-color: #f5f1fc !important;
}
.section-bg.section-bg--purple-light-1:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--purple-light-1:not(.section-bg--no-shape):before {
  background-color: #f5f1fc;
}
.section-bg.section-bg--purple-light-1:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%23f5f1fc'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--purple-light-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23f5f1fc'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--purple-light-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f5f1fc'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--purple-light-1:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%23f5f1fc'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--purple-light-1:not(.section-bg--no-shape) .btn-primary--white {
  color: #f5f1fc !important;
}
.section-bg.section-bg--purple-light-1:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #f5f1fc !important;
}
.section-bg.section-bg--green {
  background-color: #4bdc96 !important;
}
.section-bg.section-bg--green:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--green:not(.section-bg--no-shape):before {
  background-color: #4bdc96;
}
.section-bg.section-bg--green:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%234bdc96'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--green:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%234bdc96'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--green:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%234bdc96'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--green:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%234bdc96'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--green:not(.section-bg--no-shape) .btn-primary--white {
  color: #4bdc96 !important;
}
.section-bg.section-bg--green:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #4bdc96 !important;
}
.section-bg.section-bg--teal {
  background-color: #1effae !important;
}
.section-bg.section-bg--teal:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--teal:not(.section-bg--no-shape):before {
  background-color: #1effae;
}
.section-bg.section-bg--teal:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%231effae'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--teal:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%231effae'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--teal:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%231effae'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--teal:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%231effae'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--teal:not(.section-bg--no-shape) .btn-primary--white {
  color: #1effae !important;
}
.section-bg.section-bg--teal:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #1effae !important;
}
.section-bg.section-bg--teal-light-1 {
  background-color: #e8fff8 !important;
}
.section-bg.section-bg--teal-light-1:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--teal-light-1:not(.section-bg--no-shape):before {
  background-color: #e8fff8;
}
.section-bg.section-bg--teal-light-1:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%23e8fff8'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--teal-light-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23e8fff8'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--teal-light-1:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23e8fff8'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--teal-light-1:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%23e8fff8'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--teal-light-1:not(.section-bg--no-shape) .btn-primary--white {
  color: #e8fff8 !important;
}
.section-bg.section-bg--teal-light-1:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #e8fff8 !important;
}
.section-bg.section-bg--gray {
  background-color: #f7f7f7 !important;
}
.section-bg.section-bg--gray:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--gray:not(.section-bg--no-shape):before {
  background-color: #f7f7f7;
}
.section-bg.section-bg--gray:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%23f7f7f7'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--gray:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23f7f7f7'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--gray:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f7f7f7'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--gray:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%23f7f7f7'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--gray:not(.section-bg--no-shape) .btn-primary--white {
  color: #f7f7f7 !important;
}
.section-bg.section-bg--gray:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #f7f7f7 !important;
}
.section-bg.section-bg--turq {
  background-color: #2ec2d3 !important;
}
.section-bg.section-bg--turq:not(.section-bg--no-shape) {
  background-color: transparent !important;
}
.section-bg.section-bg--turq:not(.section-bg--no-shape):before {
  background-color: #2ec2d3;
}
.section-bg.section-bg--turq:not(.section-bg--no-shape):after {
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='210' viewBox='0 0 414 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 0H0v197.152s93.821 32.354 205.926-5.622C318.031 153.553 414 197.152 414 197.152V0z' fill='%232ec2d3'/%3E%3C/svg%3E");
}
@media (min-width: 414px) {
  .section-bg.section-bg--turq:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%232ec2d3'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .section-bg.section-bg--turq:not(.section-bg--no-shape):after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%232ec2d3'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1441px) {
  .section-bg.section-bg--turq:not(.section-bg--no-shape):after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='210' viewBox='0 0 1920 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1920 174.338 1920 174.338V0z' fill='%232ec2d3'/%3E%3C/svg%3E");
  }
}
.section-bg.section-bg--turq:not(.section-bg--no-shape) .btn-primary--white {
  color: #2ec2d3 !important;
}
.section-bg.section-bg--turq:not(.section-bg--no-shape) .btn-primary--white:hover:not(:disabled):not(.disabled) {
  color: #2ec2d3 !important;
}
.section-bg:not(.section-bg--no-shape):after {
  height: 210px;
}
.section-bg:not(.section-bg--no-shape):before, .section-bg:not(.section-bg--no-shape):after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 0;
  transform: none;
}
@media (max-width: 1024.98px) {
  .section-bg:not(.section-bg--no-shape):before, .section-bg:not(.section-bg--no-shape):after {
    max-width: 100%;
  }
}
.section-bg:not(.section-bg--no-shape):before {
  top: 0;
}
@media (min-width: 1600px) {
  .section-bg:not(.section-bg--no-shape):before {
    background-repeat: repeat-x;
  }
}
.section-bg:not(.section-bg--no-shape):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section-bg--hero-simple-marketo-form:before {
  height: 51%;
}
@media only screen and (min-width: 1441px) {
  .section-bg--hero-simple-marketo-form:before {
    height: 50%;
  }
}
@media only screen and (min-width: 1550px) {
  .section-bg--hero-simple-marketo-form:before {
    height: 62%;
  }
}
.section-bg--hero-simple-marketo-form:after {
  top: unset;
  bottom: calc(50% - 175px) !important;
}
@media only screen and (min-width: 1441px) {
  .section-bg--hero-simple-marketo-form:after {
    bottom: calc(50% - 156px) !important;
  }
}
@media only screen and (min-width: 1550px) {
  .section-bg--hero-simple-marketo-form:after {
    bottom: calc(70% - 455px) !important;
  }
}

.section-bg--hero-simple-no-nested:before {
  height: 70%;
}
.section-bg--hero-simple-no-nested:after {
  bottom: unset !important;
  top: 55%;
}

.section-bg--hero-simple-video:before {
  height: 70%;
}
.section-bg--hero-simple-video:after {
  bottom: unset !important;
  top: 70%;
}

.section-bg--hero-simple-image:before {
  height: calc(80% - 200px);
}
@media (min-width: 441px) {
  .section-bg--hero-simple-image:before {
    height: calc(70% - 200px);
  }
}
.section-bg--hero-simple-image:after {
  top: calc(80% - 200px);
}
@media (min-width: 441px) {
  .section-bg--hero-simple-image:after {
    top: calc(70% - 200px);
  }
}

.section-bg--hero-simple-items-grid:before {
  height: 75%;
}
@media (min-width: 1024px) {
  .section-bg--hero-simple-items-grid:before {
    height: 60%;
  }
}
.section-bg--hero-simple-items-grid:after {
  top: 73%;
}
@media (min-width: 1024px) {
  .section-bg--hero-simple-items-grid:after {
    top: 55%;
  }
}

.section-bg--hero-simple:before {
  height: calc(100% - 170px);
}
.section-bg--hero-simple:after {
  bottom: 10px;
}

.section-bg--hero-simple-marketo-form:before {
  height: 51%;
}
@media only screen and (min-width: 1441px) {
  .section-bg--hero-simple-marketo-form:before {
    height: 50%;
  }
}
@media only screen and (min-width: 1550px) {
  .section-bg--hero-simple-marketo-form:before {
    height: 62%;
  }
}
.section-bg--hero-simple-marketo-form:after {
  top: unset;
  bottom: calc(50% - 175px) !important;
}
@media only screen and (min-width: 1441px) {
  .section-bg--hero-simple-marketo-form:after {
    bottom: calc(50% - 156px) !important;
  }
}
@media only screen and (min-width: 1550px) {
  .section-bg--hero-simple-marketo-form:after {
    bottom: calc(70% - 455px) !important;
  }
}

.section-bg--hero-banner:before {
  height: 70%;
}
.section-bg--hero-banner:after {
  bottom: unset !important;
  top: 62%;
}

.section-bg--blue-light-2 ::-moz-selection {
  background-color: #000744;
  color: #ffffff;
}

.section-bg--blue-light-2 ::selection {
  background-color: #000744;
  color: #ffffff;
}

main.main {
  transition: filter 0.15s ease-out;
  transition-delay: 0s;
}
main.main.blur {
  filter: blur(2px);
  transition-delay: 0s;
}
main.main.blur-more {
  transition: filter 1s linear;
  filter: blur(10px);
  transition-delay: 0.15s;
}
main.main ol,
main.main ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main.main ol li,
main.main ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.theme-borders--top {
  border-top-style: solid;
}

.theme-borders--right {
  border-right-style: solid;
}

.theme-borders--left {
  border-left-style: solid;
}

.theme-borders--bottom {
  border-bottom-style: solid;
}

.theme-borders--top {
  border-top-style: solid;
  border-top-width: 1px;
}

.theme-borders--right {
  border-right-style: solid;
  border-right-width: 1px;
}

.theme-borders--left {
  border-left-style: solid;
  border-left-width: 1px;
}

.theme-borders--bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.theme-borders--color-1 {
  border-color: #e3e1e8;
}

.theme-borders--color-2 {
  border-color: #e5e6ec;
}

@media (max-width: 1024.98px) {
  .theme-borders--sm {
    border: none !important;
  }
}

@media (max-width: 1279.98px) {
  .theme-borders--md {
    border: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}
img.bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: calc(100% + 5px);
  max-height: calc(100% + 5px);
}
img.svg {
  opacity: 0;
}

a {
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: underline;
}
a:hover {
  color: #00c2ff;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.no-transition {
  transition: none !important;
  transition-delay: 0s !important;
}

figure {
  margin: 0;
}

h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol,
h3 + ul,
h3 + ol,
h4 + ul,
h4 + ol {
  margin-top: 0 !important;
}

ol {
  padding-left: 20px;
}

ul.list-style-none {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
ul.list-style-none[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
ul:not(.list-style-none) {
  padding-left: 20px;
}
ul:not(.list-style-none) > li {
  position: relative;
}
ul:not(.list-style-none) > li::marker {
  font-size: 2.5rem;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

@media (max-width: 1024.98px) {
  .columns-1,
  .columns-2,
  .columns-3 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
}
@media (max-width: 575.98px) {
  .columns-1,
  .columns-2,
  .columns-3 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
}
.border-radius {
  border-radius: 8px;
}
.border-radius--type-1 {
  border-radius: 8px;
}

.border-radius--type-2 {
  border-radius: 16px;
}

.border-radius--type-3 {
  border-radius: 32px;
}

@media (min-width: 576px) {
  .border-sm-radius {
    border-radius: 8px;
  }
  .border-sm-radius--type-1 {
    border-radius: 8px;
  }
  .border-sm-radius--type-2 {
    border-radius: 16px;
  }
}

.printed-json {
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  max-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
}
.printed-json__tools {
  background-color: #f7f7f7;
}
.printed-json__tools button {
  border: none;
  color: #000744;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.printed-json__content {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

.printed-json__line {
  font-size: 18px;
  line-height: 1.25;
}
.printed-json__line--number {
  padding: 4px 28px;
  width: 70px !important;
  display: inline-block;
  margin-right: 42px;
}

.printed-json__no-json {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 18.0938px;
  line-height: 30px;
  text-transform: uppercase;
  color: #514B5F;
  margin-top: 19px;
  margin-left: 33px;
}

.bullet-box {
  border-right: 1px solid rgba(198, 193, 210, 0.2);
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
}
.bullet-box.failed {
  border: 1px solid #FF3377;
}

.bullet-box-note {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FF3377;
  margin-left: 17px;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 24px;
}
.custom-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 16px !important;
  padding-left: 35px !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  position: relative !important;
}
.custom-list li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 35px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83057 6.64212L4.68504 9.54752C5.26408 10.1369 6.2107 10.147 6.80225 9.57022L14.1691 2.38672' stroke='%2300C2FF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 575.98px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile-only {
  display: none !important;
}
@media (max-width: 575.98px) {
  .show-mobile-only {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .hide-large-screen-only {
    display: none !important;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
/**
  General
 */
::-moz-selection {
  background-color: #f0f8ff;
}
::selection {
  background-color: #f0f8ff;
}

.solution-product-hero-banner--product ::-moz-selection, .solution-product-hero-banner--product::-moz-selection, .text-light ::-moz-selection, .text-light::-moz-selection {
  background-color: #220d4e;
  color: #ffffff;
}

.solution-product-hero-banner--product ::selection, .solution-product-hero-banner--product::selection,
.text-light ::selection,
.text-light::selection {
  background-color: #220d4e;
  color: #ffffff;
}

.text-blue-light {
  color: #00C2FF !important;
}

mark {
  padding: 0;
}

/** General -> Desktop **/
h1, .h1 {
  font-size: 5.6rem;
  line-height: 6rem;
}

h2, .h2 {
  font-size: 4rem;
  line-height: 4.8rem;
}

h3, .h3 {
  font-size: 3.4rem;
  line-height: 4.2rem;
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

/** General -> Mobile **/
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  h2, .h2 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
  h3, .h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
/** General -> Tablet **/
@media (min-width: 576px) and (max-width: 1024.98px) {
  h1, .h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  h2, .h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  h3, .h3 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
/**
Tiles
 */
/** Tiles -> Desktop **/
.feed-item {
  /** Tiles -> Mobile **/
  /** Tiles -> Tablet **/
}
.feed-item h1, .feed-item .h1 {
  font-size: 5.6rem;
  line-height: 6rem;
}
.feed-item h2, .feed-item .h2 {
  font-size: 4rem;
  line-height: 4.8rem;
}
.feed-item h3, .feed-item .h3 {
  font-size: 3.4rem;
  line-height: 4.2rem;
}
@media (max-width: 575.98px) {
  .feed-item h1, .feed-item .h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .feed-item h2, .feed-item .h2 {
    font-weight: 700;
    font-size: 3.4rem;
  }
  .feed-item h3, .feed-item .h3 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .feed-item h1, .feed-item .h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  .feed-item h2, .feed-item .h2 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
  .feed-item h3, .feed-item .h3 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}

/** Single post content -> Desktop **/
.archive,
.section-single-post {
  /** Single post content -> Mobile **/
  /** Single post content -> Tablet **/
}
.archive h1, .archive .h1,
.section-single-post h1,
.section-single-post .h1 {
  font-size: 4rem;
  line-height: 4.8rem;
}
@media (min-width: 1280px) {
  .archive h1.section-single-post__header--title, .archive .h1.section-single-post__header--title,
  .section-single-post h1.section-single-post__header--title,
  .section-single-post .h1.section-single-post__header--title {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  .archive h1.section-single-pr__header--title, .archive .h1.section-single-pr__header--title,
  .section-single-post h1.section-single-pr__header--title,
  .section-single-post .h1.section-single-pr__header--title {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media (min-width: 576px) {
  .archive h1.section-single-pr__header--title, .archive .h1.section-single-pr__header--title,
  .section-single-post h1.section-single-pr__header--title,
  .section-single-post .h1.section-single-pr__header--title {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
.archive h1.section-single-pr__header--title, .archive .h1.section-single-pr__header--title,
.section-single-post h1.section-single-pr__header--title,
.section-single-post .h1.section-single-pr__header--title {
  font-size: 2.8rem;
  line-height: 3.4rem;
}
.archive h2, .archive .h2,
.section-single-post h2,
.section-single-post .h2 {
  font-size: 3.4rem;
  line-height: 4.2rem;
}
.archive h3, .archive .h3,
.section-single-post h3,
.section-single-post .h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.archive h4, .archive .h4,
.section-single-post h4,
.section-single-post .h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  line-height: 3.2rem;
}
@media (max-width: 575.98px) {
  .archive h1, .archive .h1,
  .section-single-post h1,
  .section-single-post .h1 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
  .archive h2, .archive .h2,
  .section-single-post h2,
  .section-single-post .h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .archive h1, .archive .h1,
  .section-single-post h1,
  .section-single-post .h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .archive h2, .archive .h2,
  .section-single-post h2,
  .section-single-post .h2 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700 !important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700 !important;
}

.display-1 {
  font-size: 4rem;
  line-height: 4.8rem;
}
@media (min-width: 576px) {
  .display-1 {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}

.title-type-1 {
  font-weight: 500 !important;
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
  letter-spacing: 0.07rem !important;
}
@media (max-width: 1024.98px) {
  .title-type-1 {
    font-size: 1.4rem !important;
    line-height: 2.4rem !important;
  }
}

.title-type-2 {
  color: #000744;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
  letter-spacing: 0.07rem !important;
}
@media (max-width: 1024.98px) {
  .title-type-2 {
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
  }
}

.h1--type-3 {
  font-size: 4.8rem;
  line-height: 5.6rem;
}
@media (max-width: 1024.98px) {
  .h1--type-3 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

strong {
  font-weight: 600;
}

.wp-block-table {
  display: block;
  border-radius: 12px;
  padding: 0 !important;
}
@media (max-width: 1279.98px) {
  .wp-block-table table {
    display: block;
  }
}
@media (max-width: 1024.98px) {
  .wp-block-table {
    max-width: calc(90vw - 10px) !important;
  }
}

table {
  width: 100%;
  margin-bottom: 30px;
}

thead {
  position: relative;
  border: none !important;
}
thead:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 12px 12px 0 0;
  border: 1px solid #f7f7f7;
}
thead th:first-of-type {
  border-left: none;
  border-top: none;
}
thead th:last-of-type {
  border-right: none;
  border-top: none;
}
thead td,
thead th {
  border: none !important;
}
thead td:last-of-type,
thead th:last-of-type {
  border-right: none;
  border-top: none;
}
thead td:first-of-type,
thead th:first-of-type {
  border-left: none;
  border-top: none;
}
thead + tbody tr:first-of-type td:first-of-type {
  border-left: 1px solid #f7f7f7 !important;
  border-top: 1px solid #f7f7f7 !important;
}
thead + tbody tr:first-of-type td:first-of-type:before {
  display: none !important;
}
thead + tbody tr:first-of-type td:last-of-type {
  border-right: 1px solid #f7f7f7 !important;
  border-top: 1px solid #f7f7f7 !important;
}
thead + tbody tr:first-of-type td:last-of-type:before {
  display: none !important;
}

tbody tr:first-of-type td:first-of-type {
  border-left: none !important;
  border-top: none !important;
}
tbody tr:first-of-type td:first-of-type:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px 0 0 0;
  border-left: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
}
tbody tr:first-of-type td:last-of-type {
  border-right: none !important;
  border-top: none !important;
}
tbody tr:first-of-type td:last-of-type:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 12px 0 0;
  border-right: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
}
tbody tr:last-of-type td:first-of-type {
  border-left: none !important;
  border-bottom: none !important;
}
tbody tr:last-of-type td:first-of-type:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: -1px;
  border-radius: 0 0 0 12px;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
tbody tr:last-of-type td:last-of-type {
  border-right: none !important;
  border-bottom: none !important;
}
tbody tr:last-of-type td:last-of-type:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 0 12px 0;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}

tr {
  vertical-align: top;
}

th,
td {
  padding: 19.5px 15px !important;
  border: 1px solid #f7f7f7 !important;
  position: relative;
}

.has-small-font-size {
  font-size: 1.2rem;
}

.has-small-normal-font-size {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
}

.has-normal-font-size {
  font-size: 1.8rem !important;
  line-height: 3rem !important;
}

.has-mlarge-font-size {
  font-size: 2rem !important;
  line-height: 3.4rem !important;
}

.has-large-font-size {
  font-size: 2rem !important;
  line-height: 3.4rem !important;
}

.has-extra-large-font-size {
  font-size: 3.2rem !important;
  line-height: 4.5rem !important;
}
@media (max-width: 575.98px) {
  .has-extra-large-font-size {
    font-size: 2.4rem !important;
    line-height: 4rem !important;
  }
}

.has-gray-100-color {
  color: #e5e6ec;
}

.has-gray-200-color {
  color: #c6c1d2;
}

.has-gray-300-color {
  color: #706a80;
}

.has-gray-400-color {
  color: #a4a0ab;
}

.has-gray-500-color {
  color: #a4a0ab;
}

.has-gray-600-color {
  color: #f7f7f7;
}

.has-gray-700-color {
  color: #514b5f;
}

.has-gray-800-color {
  color: #e3e1e8;
}

.has-gray-900-color {
  color: #79718b;
}

.has-blue-1-color {
  color: #00c2ff;
}

.has-blue-2-color {
  color: #00b2eb;
}

.has-blue-3-color {
  color: #3a86ff;
}

.has-blue-4-color {
  color: #3a86ff;
}

.has-blue-light-1-color {
  color: #f4fcff;
}

.has-blue-light-2-color {
  color: #f0f8ff;
}

.has-blue-dark-1-color {
  color: #2ec2d3;
}

.has-blue-dark-2-color {
  color: #2ec2d3;
}

.has-purple-color {
  color: #220d4e;
}

.has-purple-light-1-color {
  color: #f5f1fc;
}

.has-green-color {
  color: #4bdc96;
}

.has-teal-color {
  color: #1effae;
}

.has-turq-color {
  color: #2ec2d3;
}

.has-red-color {
  color: #ff6e6e;
}

.has-white-color {
  color: #ffffff;
}

.has-black-color {
  color: #000000;
}

.wp-block-separator {
  width: 100%;
  max-width: calc(100% - 40px) !important;
  border-bottom: 1px solid #c6c1d2 !important;
  opacity: 0.5 !important;
}
@media (min-width: 576px) {
  .wp-block-separator {
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px) {
  .wp-block-separator {
    max-width: 1152px !important;
  }
}
@media (min-width: 1481px) {
  .wp-block-separator {
    max-width: 1410px !important;
  }
}

.wp-block-buttons {
  padding: 0 16.666%;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 1.4rem 4rem;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  position: relative;
  text-decoration: none !important;
  font-weight: 500;
  background-color: #220d4e;
  border-color: #220d4e;
  box-shadow: none;
  outline: none;
  text-align: center;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:before, .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  display: block;
  content: "";
  position: absolute;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:after {
  transition: width 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), height 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), border-color 0.1s 0.1s ease;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  opacity: 1;
  width: 0;
  height: 0;
  bottom: -10px;
  right: -10px;
  border-radius: 0 0 6px 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover:after {
  width: 95%;
  height: 90%;
  border-color: #220d4e;
  transition: width 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), height 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), border-color 0.1s 0.1s ease;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  color: #220d4e;
  background-color: #ffffff;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
  display: none;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #ffffff;
  background-color: #220d4e;
}

.wp-block-columns {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .wp-block-columns {
    max-width: 690px;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns {
    max-width: 994px;
  }
}
@media (min-width: 1280px) {
  .wp-block-columns {
    max-width: 1260px;
  }
}
@media (min-width: 1481px) {
  .wp-block-columns {
    max-width: 1452px;
    margin-bottom: 0 !important;
  }
}
.wp-block-columns .wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.wp-block-image figcaption {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  color: #79718b !important;
  font-size: 1.3rem;
  line-height: 2rem;
}
.wp-block-image.popup-image {
  overflow: hidden;
  position: relative;
}
.wp-block-image.popup-image:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  content: "\e806";
  font-family: "icons";
  border-radius: 8px;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: all 0.15s ease;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-image.popup-image:hover:after {
  opacity: 1;
  transform: translateX(0);
}

.wp-block-quote cite {
  color: #000744 !important;
  font-size: 1.6rem !important;
}

.wp-block-column .wp-block-image {
  max-width: unset;
}

/* Components */
button:focus {
  outline: none;
}
button > * {
  pointer-events: none;
}

.btn-unmute {
  left: 15px;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  background-color: #ffffff;
  border: 2px solid #220d4e;
  padding: 0;
  justify-content: center;
  align-content: center;
}
.btn-unmute:hover {
  background-color: #220d4e;
  color: #ffffff;
}
.btn-unmute i:before {
  padding: 0;
  margin: 0;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-primary {
  border-radius: 8px;
  position: relative;
  text-decoration: none !important;
  font-weight: 600 !important;
  background-color: #220d4e;
  border-color: #220d4e;
  box-shadow: none;
  outline: none;
  color: #ffffff !important;
  text-align: center;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #c6c1d2 !important;
}
.btn-primary:not(:disabled):not(.disabled):hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #220d4e;
  border-color: #220d4e;
  color: !important;
  outline: none;
}
.btn-primary:not(:disabled):not(.disabled):hover:after {
  width: 100%;
  height: 110%;
  border-color: #220d4e;
  transition: width 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), height 0.2s 0.085s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.1s 0s ease;
}
.btn-primary:not(:disabled):not(.disabled):hover.btn-sm:after, .btn-group-sm > .btn-primary.btn:not(:disabled):not(.disabled):hover:after {
  width: 100%;
  height: 100%;
}
.btn-primary:not(:disabled):not(.disabled):focus {
  box-shadow: none;
  outline: none;
  background-color: #220d4e;
  border-color: #220d4e;
  color: #220d4e;
}
.btn-primary:not(:disabled):not(.disabled):focus:active {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #220d4e !important;
  box-shadow: none;
  outline: none;
}
.btn-primary:before, .btn-primary:after {
  display: block;
  content: "";
  position: absolute;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-primary:after {
  transition: width 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), height 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), border-color 0.1s 0.1s ease;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  opacity: 1;
  width: 0;
  height: 0;
  bottom: -9px;
  right: -9px;
  border-radius: 0 0 8px 0;
}
.btn-primary--no-line:before, .btn-primary--no-line:after {
  display: none !important;
}
.btn-primary--no-line:active, .btn-primary--no-line:focus-within, .btn-primary--no-line:hover {
  background-color: #ffffff !important;
  color: #000744 !important;
}
.btn-primary--no-line:active i, .btn-primary--no-line:focus-within i, .btn-primary--no-line:hover i {
  color: #ffffff;
}
.btn-primary--no-line.btn-primary--white-with-border:hover {
  background-color: #000744 !important;
  color: #ffffff !important;
}
.btn-primary--no-line.btn-primary--white-with-border:hover i {
  color: #ffffff;
}

.btn-primary--white {
  background-color: #ffffff;
  color: #220d4e !important;
  border-color: #220d4e;
}
.btn-primary--white:focus {
  border-color: #220d4e !important;
  color: #ffffff !important;
  background-color: #220d4e !important;
}
.btn-primary--white:focus:active {
  box-shadow: none;
}
.btn-primary--white:hover:not(:disabled):not(.disabled) {
  border-color: #ffffff;
  color: #ffffff !important;
  background-color: #220d4e;
}
.btn-primary--white:hover:not(:disabled):not(.disabled):after {
  border-color: #ffffff;
}

.btn-primary--transparent {
  background-color: transparent;
  color: #220d4e;
  border-color: #220d4e;
  border-width: 2px;
}
.btn-primary--transparent:after {
  display: none;
  border-color: #220d4e;
}
.btn-primary--transparent:focus:not(:disabled):not(.disabled), .btn-primary--transparent:hover:not(:disabled):not(.disabled) {
  border-color: #220d4e;
  color: #ffffff;
  background-color: #220d4e;
}

.btn-primary--white-with-border {
  background-color: #ffffff;
  color: #220d4e !important;
  border-color: #220d4e !important;
}
.btn-primary--white-with-border i {
  color: #220d4e;
  width: 20px;
  height: 20px;
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.btn-primary--white-with-border:after {
  border-color: #ffffff;
}
.btn-primary--white-with-border:focus:not(:disabled):not(.disabled):not(.btn-primary--no-line), .btn-primary--white-with-border:hover:not(:disabled):not(.disabled):not(.btn-primary--no-line) {
  background-color: #ffffff !important;
  color: #220d4e !important;
}

.btn-with-loading.loading {
  padding-left: 60px;
}
.btn-with-loading.loading:before {
  display: block;
  content: "";
  position: absolute;
  animation: spinner-grow 0.65s linear infinite;
  width: 24px;
  height: 24px;
  background-color: #220d4e;
  border-radius: 100%;
  top: 18px;
  left: 20px;
}

.btn-text {
  border: none;
  background: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}
.btn-text--white {
  color: #ffffff;
}

.btn-icon {
  border: none;
  background: transparent;
  color: #c6c1d2;
  font-size: 2rem;
}

.btn-arrow {
  border-radius: 0;
  background: transparent;
  border: none;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  color: #220d4e;
  font-weight: 600 !important;
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 2.1rem;
  position: relative;
  transition: all 0.1s 0s ease-out;
  display: flex;
  align-items: center;
}
.btn-arrow:before {
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 6px;
  border-bottom: 2px solid #220d4e;
  width: calc(100% - 13px);
}
.btn-arrow:not(.btn-arrow--arrow-left):after {
  transition: all 0.1s 0s ease-out;
  display: block;
  content: "";
  position: relative;
  display: inline-block;
  transform: translate(6px, 1px);
  content: "\e807";
  color: #220d4e;
  font-weight: normal;
  font-family: "icons";
  font-size: 1.3rem;
}
.btn-arrow:not(.btn-arrow--arrow-left):hover {
  text-decoration: none;
  color: #220d4e;
}
.btn-arrow:not(.btn-arrow--arrow-left):hover:after {
  color: #220d4e;
  transform: translate(9px, 1px);
}
.btn-arrow--white {
  color: #ffffff;
}
.btn-arrow--white:before {
  color: #ffffff;
}
.btn-arrow--white:after {
  border-color: #ffffff;
}
.btn-arrow--white:not(:disabled):not(.disabled), .btn-arrow--white:hover {
  color: #ffffff !important;
}
.btn-arrow--white:not(:disabled):not(.disabled):before, .btn-arrow--white:hover:before {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-arrow--white:not(:disabled):not(.disabled):after, .btn-arrow--white:hover:after {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-arrow--arrow-left:before {
  transition: all 0.1s 0s ease-out;
  position: relative;
  display: inline-block !important;
  transform: translate(-6px, 1px);
  content: "\e801";
  color: #220d4e;
  font-weight: normal;
  font-family: "icons";
  font-size: 1.3rem;
  border-bottom: none;
  width: auto;
  bottom: -5px;
}
.btn-arrow--arrow-left:after {
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  content: "";
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 6px;
  width: calc(100% - 14px);
  border-bottom: 2px solid #220d4e;
}
.btn-arrow--arrow-left:hover {
  text-decoration: none;
  color: #220d4e;
}
.btn-arrow--arrow-left:hover:before {
  color: #220d4e;
  transform: translate(-9px, 1px) scaleX(1);
}

.btn-arrow.popup-video:after {
  font-size: 1.6rem;
  line-height: 1.6rem;
  content: "\e805";
}

.btn {
  position: relative;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}
.btn--bg-color {
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  box-shadow: none;
  outline: none;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  padding: 20px 58px 20px 40px;
  border-radius: 8px;
}
@media (max-width: 1279.98px) {
  .btn--bg-color {
    font-size: 20px;
    line-height: 24px;
  }
}
.btn--bg-color::before {
  display: none;
}
.btn--bg-color::after {
  content: "\e807";
  font-family: "icons";
  position: absolute !important;
  right: 30px;
  top: 22px;
  width: initial;
  height: initial;
  border: none;
  font-size: 21px;
}
.btn--bg-color:hover::after {
  border: none !important;
  width: initial !important;
  height: initial !important;
}
.btn--bg-color--dark-blue {
  background-color: #220d4e;
  color: #ffffff;
  border-color: #220d4e;
}
.btn--bg-color--dark-blue:hover::after {
  color: #ffffff;
}

.btn--bg-color--blue {
  background-color: #00c2ff;
  color: #ffffff;
  border-color: #00c2ff;
}

.btn--bg-color--violet {
  background-color: #9B6BFF;
  color: #ffffff;
  border-color: #9B6BFF;
}
.btn--bg-color--violet:hover::after {
  color: #ffffff;
}

.btn--bg-color--green {
  background-color: #1EFFAE;
  color: #220d4e !important;
  border-color: #1EFFAE;
}
.btn--bg-color--green:hover {
  color: #ffffff !important;
}

/*
  Why this popup code is here?
  need to move it to other place.
  TODO: Move to other place...
*/
#popupform .marketo-form__form-holder {
  background: #fff;
}
#popupform .mktoButton {
  background-color: #220d4e !important;
  border-color: #220d4e !important;
}
#popupform .mktoButton:hover {
  background-color: #fff !important;
  color: #000744 !important;
}
#popupform .mktoForm--force-two-cols,
#popupform .mktoForm--two-cols {
  flex-direction: column !important;
}
#popupform .mktoForm--force-two-cols .mktoFormRow,
#popupform .mktoForm--two-cols .mktoFormRow {
  flex: 100% !important;
}
#popupform .mfp-close {
  right: 21%;
}
@media (max-width: 1024.98px) {
  #popupform .mfp-close {
    right: 8%;
  }
}

.popup-form {
  display: none;
}
.popup-form__holder {
  background: #ffffff;
  box-shadow: 0px 50px 90px -16px rgba(25, 20, 51, 0.1);
  border-radius: 8px;
}

.popup-form__top {
  width: 100%;
}

.mfp-content {
  padding: 30px;
}
@media (min-width: 1280px) {
  .mfp-content {
    max-width: 988px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .mfp-content {
    padding: 40px;
  }
}
.mfp-content .popup-form {
  display: block;
  position: relative;
  max-width: 690px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .mfp-content .popup-form {
    max-width: 988px;
  }
}
.mfp-content .popup-form__mktoButtonRow {
  text-align: center;
  width: 100%;
  display: block;
}

.mfp-content .popup-form .mktoForm .mktoButtonWrap {
  text-align: center;
  width: 100%;
  display: block;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton {
  border-radius: 8px;
  position: relative;
  text-decoration: none !important;
  font-weight: 600 !important;
  background-color: #00c2ff;
  border-color: #00c2ff;
  box-shadow: none;
  outline: none;
  color: #ffffff !important;
  text-align: center;
  padding: 15px 50px !important;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton.disabled, .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:disabled {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #c6c1d2 !important;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:not(:disabled):not(.disabled):hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #220d4e !important;
  border-color: #220d4e !important;
  color: !important;
  outline: none;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:not(:disabled):not(.disabled):hover:after {
  width: 100%;
  height: 110%;
  border-color: #220d4e;
  transition: width 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), height 0.2s 0.085s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.1s 0s ease;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:not(:disabled):not(.disabled):hover.btn-sm:after, .mfp-content .popup-form .mktoForm .mktoButtonWrap .btn-group-sm > .mktoButton.btn:not(:disabled):not(.disabled):hover:after {
  width: 100%;
  height: 100%;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:not(:disabled):not(.disabled):focus {
  background-color: #220d4e !important;
  border-color: !important;
  box-shadow: none;
  outline: none;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:not(:disabled):not(.disabled):focus:active {
  box-shadow: none;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:not(:disabled):not(.disabled):active {
  background-color: #220d4e !important;
  box-shadow: none;
  outline: none;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:before, .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:after {
  display: block;
  content: "";
  position: absolute;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton:after {
  transition: width 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), height 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), border-color 0.1s 0.1s ease;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  opacity: 1;
  width: 0;
  height: 0;
  bottom: -9px;
  right: -9px;
  border-radius: 0 0 8px 0;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:before, .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:after {
  display: none !important;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:active, .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:focus-within, .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:hover {
  background-color: #ffffff !important;
  color: #000744 !important;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:active i, .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:focus-within i, .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line:hover i {
  color: #ffffff;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line.btn-primary--white-with-border:hover {
  background-color: #000744 !important;
  color: #ffffff !important;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--no-line.btn-primary--white-with-border:hover i {
  color: #ffffff;
}

.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white {
  background-color: #ffffff;
  color: #220d4e !important;
  border-color: #ffffff;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white:hover:not(:disabled):not(.disabled) {
  border-color: #ffffff;
  color: #220d4e !important;
  background-color: #ffffff;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white:hover:not(:disabled):not(.disabled):after {
  border-color: #ffffff;
}

.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--transparent {
  background-color: transparent;
  color: #220d4e;
  border-color: #220d4e;
  border-width: 2px;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--transparent:after {
  display: none;
  border-color: #220d4e;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--transparent:focus:not(:disabled):not(.disabled), .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--transparent:hover:not(:disabled):not(.disabled) {
  border-color: #220d4e;
  color: #ffffff;
  background-color: #220d4e;
}

.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white-with-border {
  background-color: #ffffff;
  color: #220d4e !important;
  border-color: #220d4e !important;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white-with-border i {
  color: #220d4e;
  width: 20px;
  height: 20px;
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white-with-border:after {
  border-color: #ffffff;
}
.mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white-with-border:focus:not(:disabled):not(.disabled):not(.btn-primary--no-line), .mfp-content .popup-form .mktoForm .mktoButtonWrap .mktoButton--white-with-border:hover:not(:disabled):not(.disabled):not(.btn-primary--no-line) {
  background-color: #ffffff !important;
  color: #220d4e !important;
}

.feed-item:hover a:not(.feed-item__details--category) {
  color: #220d4e;
}
.feed-item:hover h2,
.feed-item:hover h3 {
  text-decoration: underline;
}
.feed-item a {
  text-decoration: none;
}
.feed-item figure {
  padding-bottom: 50%;
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.feed-item figure i {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.feed-item figure i:before {
  width: 24px;
  height: 24px;
}
@media (min-width: 1025px) {
  .feed-item figure i {
    top: 15px;
    left: 15px;
  }
  .feed-item figure i:before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1024.98px) {
  .feed-item figure {
    flex: 0 0 100%;
  }
}
.feed-item .popup-video i.icon-play {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  line-height: 0;
  font-size: 1.1rem;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #220d4e;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 1024.98px) {
  .feed-item .popup-video i.icon-play {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
  }
  .feed-item .popup-video i.icon-play:before {
    transform: translate(1px, -1px);
  }
}
.feed-item .popup-video i.icon-play:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 70%;
  height: 70%;
  border: 2px solid #220d4e;
}
.feed-item__details {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
.feed-item__details a {
  color: #000744;
}
.feed-item__details:hover + a h2 {
  text-decoration: none !important;
}
.feed-item__details--category:hover {
  color: #79718b;
}

.feed-item__details--read-time i {
  top: 0;
  position: relative !important;
  font-family: "icons";
}

.feed-item--layout-1 h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
}
@media (min-width: 576px) {
  .feed-item--layout-1 h2 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
@media (min-width: 1025px) {
  .feed-item--layout-1 h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.feed-item--layout-1 .feed-item__text {
  font-size: 1.8rem;
  line-height: 3rem;
}

.feed-item--layout-2 h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  .feed-item--layout-2 h2 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 575.98px) {
  .feed-item--layout-2 figure {
    padding-bottom: 100px;
    flex: 0 0 100px;
  }
  .feed-item--layout-2 figure i {
    top: 7px;
    left: 7px;
  }
}
@media (min-width: 576px) {
  .feed-item--layout-2 figure {
    width: 100%;
  }
}

.feed-item--layout-2-1 h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.feed-item--layout-2-1 figure {
  width: 100%;
}

.feed-item--layout-3 h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  .feed-item--layout-3 h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1025px) {
  .feed-item--layout-3 h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.feed-item--layout-3 figure {
  padding-bottom: 100px;
  flex: 0 0 100px;
}
@media (min-width: 1025px) {
  .feed-item--layout-3 figure {
    padding-bottom: 150px;
    flex: 0 0 150px;
  }
}
@media (min-width: 1481px) {
  .feed-item--layout-3 figure {
    padding-bottom: 160px;
    flex: 0 0 160px;
  }
}

.feed-item--layout-4 header {
  min-height: unset;
}
.feed-item--layout-4 h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .feed-item--layout-4 h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.feed-item--podcast {
  position: relative;
}
.feed-item--podcast:hover h2 {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .feed-item--podcast .btn {
    width: 100%;
  }
}
.feed-item--podcast a:hover {
  text-decoration: underline;
}
.feed-item--podcast:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 0px);
  border-bottom: 1px solid #e5e6ec;
  width: calc(100% - 40px);
}
.feed-item--podcast:not(:nth-last-of-type):before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 1px solid #e5e6ec;
  width: calc(100% - 80px);
}
.feed-item--podcast .feed-item__podcasts-details a:hover {
  color: #00c2ff;
}
.feed-item--podcast .feed-item__podcasts-details--item {
  letter-spacing: 0.07em;
  color: #220d4e;
  font-size: 1rem;
  line-height: 2rem;
}
@media (min-width: 1025px) {
  .feed-item--podcast .feed-item__podcasts-details--item {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .feed-item--podcast .feed-item__podcasts-details--item:not(:first-child) {
    border-left: 1px solid #e5e6ec;
  }
}
@media (max-width: 1024.98px) {
  .feed-item--podcast .feed-item__podcasts-details--item:not(:last-child) {
    border-right: 1px solid #e5e6ec;
  }
}

.feed-item__podcasts-guest figure {
  padding-bottom: unset;
  flex: 0 0 65px;
  width: 65px;
  max-width: 65px;
  height: 65px;
}
.feed-item__podcasts-guest--name {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #220d4e;
}

.feed-item__podcasts-guest--position {
  font-size: 1.4rem;
  line-height: 2rem;
}

.feed-item--podcast h2 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.feed-item--podcast-intro-list h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
}
.feed-item--podcast-intro-list:before {
  width: calc(100% - 0px);
}
@media (min-width: 1025px) {
  .feed-item--podcast-intro-list:before {
    width: 100%;
  }
}
.feed-item--podcast-intro-list .feed-item__podcasts-details--item:first-child {
  margin-left: 0 !important;
}
.feed-item--podcast-intro-list .feed-item__podcasts-details--item:not(:first-child) {
  border-left: none;
}
.feed-item--podcast-intro-list .feed-item__podcasts-details--item:not(:last-child) {
  border-left: none;
  border-right: 1px solid #e5e6ec;
}

.feed-item--podcast-archive:before {
  width: calc(100% - 0px);
}
@media (min-width: 1025px) {
  .feed-item--podcast-archive:before {
    width: 100%;
  }
}

.feed-item--customer {
  display: flex;
}

.form--bg-default {
  background-color: #ffffff;
  box-shadow: 0 50px 90px -16px rgba(25, 20, 51, 0.1);
  border-radius: 8px;
}

.form--box-shadow {
  box-shadow: 0 50px 90px rgba(25, 20, 51, 0.1);
}

form fieldset {
  display: none;
}
form fieldset h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
}
form fieldset.on {
  display: block;
}
form .field {
  position: relative;
}
@media (min-width: 576px) {
  form .field--half {
    flex: 0 0 calc(50% - 10px);
  }
}

form .field__error-msg {
  display: block;
  text-align: left;
  color: #ff6e6e !important;
  z-index: 1;
  opacity: 1;
  padding: 7px 8px 0 20px;
  border-radius: 8px;
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
}

form .field__tooltip {
  position: absolute;
  background-color: #ffffff;
  right: 15px;
  font-size: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
form .field__tooltip.show {
  z-index: 1;
}
form .field__tooltip.show span {
  display: block;
}
form .field__tooltip i {
  color: #c6c1d2;
}

form .field__password-tooltip {
  display: none;
  width: 300px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
}
@media (min-width: 1025px) {
  form .field__password-tooltip {
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
  }
}
form .field__password-tooltip ul {
  list-style: none;
  position: relative;
  z-index: 2;
}
form .field__password-tooltip ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 10px 0 !important;
  padding-left: 15px;
}
form .field__password-tooltip ul li:before {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "\e809";
  font-family: "icons";
  color: #c6c1d2;
  width: auto;
  height: auto;
  font-size: 1.6rem;
  top: 0;
  position: absolute;
  left: -15px;
  background-color: transparent;
}
form .field__password-tooltip ul li.error:before {
  color: #ff6e6e;
}
form .field__password-tooltip ul li.valid:before {
  color: #1EFFAE;
}

form .field__label--default {
  text-align: left;
  max-width: calc(100% - 45px);
  overflow-x: hidden;
  position: absolute;
  white-space: nowrap;
  top: 12px;
  left: 21px;
  color: #a4a0ab;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

form .field__label--focus {
  opacity: 1;
  padding: 0 8px;
  background-color: #ffffff;
  top: -10px;
  left: 12px !important;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

form .field__label--checkbox:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #e5e6ec;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

form .field__label--disclaimer {
  position: relative;
  top: 0;
  left: 0;
  color: #c6c1d2;
}
form .field__label--disclaimer a {
  color: #c6c1d2;
}
form .field__label--disclaimer a:hover {
  color: #00c2ff;
}

form .field--file:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 46px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.2s linear;
  background-color: #00c2ff;
}
form .field--file button {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 5px;
  color: #514b5f;
  background-color: transparent;
}
form .field--file .field__error-msg {
  position: absolute;
  top: 48px;
}
form .field--file label:hover,
form .field--file input[type=text]:hover {
  cursor: pointer;
}
form .field--file input:focus-visible {
  border-color: transparent !important;
  outline-color: #00c2ff !important;
}
form .field--file.uploading:after {
  opacity: 0.3;
  width: 80%;
  transition: width 20s ease;
}
form .field--file.uploading.uploaded:after {
  width: 100%;
  transition: width 0.5s ease;
}

form .field--disabled.field--radio {
  display: none;
}
form .field--disabled.field--radio .field__label--radio-title {
  color: #e5e6ec;
}
form .field--disabled.field--radio .field__label--radio-title:before {
  background-color: #e5e6ec;
}
form .field--disabled.field--radio .field__label--radio-option {
  color: #e5e6ec !important;
}

form .field--checkbox {
  position: relative;
  padding-left: 35px;
}
form .field--checkbox input:checked + label:before {
  background-color: #00c2ff;
  content: "·";
  color: #fff;
  font-family: "icons";
}

form .field--radio {
  position: relative;
}
form .field--radio span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #a4a0ab;
}
form .field--radio input {
  left: 0;
  top: 0;
  opacity: 0.4;
  visibility: hidden;
  position: absolute;
}
form .field--radio input:checked + label {
  color: #514b5f;
}
form .field--radio input:checked + label:before {
  border-color: #00c2ff;
  background-color: #00c2ff;
}
form .field--radio input:checked + label:after {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 9px;
  left: 6px;
  border-radius: 100%;
  border-color: #00c2ff;
  background-color: #ffffff;
}
form .field--radio .field__label--radio-option {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #a4a0ab;
}
form .field--radio .field__label--radio-option:before {
  display: block;
  content: "";
  position: absolute;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  top: 3px;
  background-color: #ffffff;
  border: 1px solid #e5e6ec;
  content: "";
  color: #fff;
  border-radius: 100%;
  font-size: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
form .field--radio .field__label--radio-title {
  color: #a4a0ab;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
form .field--radio .field__label--radio-title a {
  color: #a4a0ab;
}
form .field--radio .field__label--radio-title a:hover {
  color: #79718b;
}

form .field .select2,
form .field select,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field) {
  transition: border 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 10px 17px;
  color: #514b5f;
  border-radius: 8px;
  border: 1px solid #e5e6ec;
  box-shadow: 0 1px 2px rgba(0, 51, 99, 0.08);
}
form .field .select2:-webkit-autofill, form .field .select2:-internal-autofill-selected,
form .field select:-webkit-autofill,
form .field select:-internal-autofill-selected,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):-webkit-autofill,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset, 0 1px 2px rgba(0, 51, 99, 0.08);
}
form .field .select2.phone-intl,
form .field select.phone-intl,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field).phone-intl {
  padding-left: 75px;
}
form .field .select2.phone-intl:not(:empty),
form .field select.phone-intl:not(:empty),
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field).phone-intl:not(:empty) {
  padding-left: 75px;
}
form .field .select2::-moz-placeholder, form .field select::-moz-placeholder, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)::-moz-placeholder {
  color: #c6c1d2;
}
form .field .select2::placeholder,
form .field select::placeholder,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)::placeholder {
  color: #c6c1d2;
}
form .field .select2[type=text]:not(:-moz-placeholder-shown), form .field .select2[type=email]:not(:-moz-placeholder-shown):not(:disabled), form .field .select2[type=tel]:not(:-moz-placeholder-shown):not(:disabled), form .field .select2[type=url]:not(:-moz-placeholder-shown), form .field .select2[type=text].password-shown:not(:-moz-placeholder-shown), form .field .select2[type=password]:not(:-moz-placeholder-shown):not(:disabled), form .field select[type=text]:not(:-moz-placeholder-shown), form .field select[type=email]:not(:-moz-placeholder-shown):not(:disabled), form .field select[type=tel]:not(:-moz-placeholder-shown):not(:disabled), form .field select[type=url]:not(:-moz-placeholder-shown), form .field select[type=text].password-shown:not(:-moz-placeholder-shown), form .field select[type=password]:not(:-moz-placeholder-shown):not(:disabled), form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text]:not(:-moz-placeholder-shown), form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=email]:not(:-moz-placeholder-shown):not(:disabled), form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=tel]:not(:-moz-placeholder-shown):not(:disabled), form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=url]:not(:-moz-placeholder-shown), form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown:not(:-moz-placeholder-shown), form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=password]:not(:-moz-placeholder-shown):not(:disabled) {
  outline: none;
}
form .field .select2[type=text]:not(:placeholder-shown), form .field .select2[type=email]:not(:placeholder-shown):not(:disabled), form .field .select2[type=tel]:not(:placeholder-shown):not(:disabled), form .field .select2[type=url]:not(:placeholder-shown), form .field .select2[type=text].password-shown:not(:placeholder-shown), form .field .select2[type=password]:not(:placeholder-shown):not(:disabled), form .field .select2:not([data-file-input]):focus,
form .field select[type=text]:not(:placeholder-shown),
form .field select[type=email]:not(:placeholder-shown):not(:disabled),
form .field select[type=tel]:not(:placeholder-shown):not(:disabled),
form .field select[type=url]:not(:placeholder-shown),
form .field select[type=text].password-shown:not(:placeholder-shown),
form .field select[type=password]:not(:placeholder-shown):not(:disabled),
form .field select:not([data-file-input]):focus,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text]:not(:placeholder-shown),
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=email]:not(:placeholder-shown):not(:disabled),
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=tel]:not(:placeholder-shown):not(:disabled),
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=url]:not(:placeholder-shown),
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown:not(:placeholder-shown),
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=password]:not(:placeholder-shown):not(:disabled),
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):not([data-file-input]):focus {
  outline: none;
}
form .field .select2[type=text]:not(:-moz-placeholder-shown) + label, form .field .select2[type=email]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field .select2[type=tel]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field .select2[type=url]:not(:-moz-placeholder-shown) + label, form .field .select2[type=text].password-shown:not(:-moz-placeholder-shown) + label, form .field .select2[type=password]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field select[type=text]:not(:-moz-placeholder-shown) + label, form .field select[type=email]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field select[type=tel]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field select[type=url]:not(:-moz-placeholder-shown) + label, form .field select[type=text].password-shown:not(:-moz-placeholder-shown) + label, form .field select[type=password]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text]:not(:-moz-placeholder-shown) + label, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=email]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=tel]:not(:-moz-placeholder-shown):not(:disabled) + label, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=url]:not(:-moz-placeholder-shown) + label, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown:not(:-moz-placeholder-shown) + label, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=password]:not(:-moz-placeholder-shown):not(:disabled) + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  top: -10px;
  left: 12px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field .select2[type=text]:not(:placeholder-shown) + label, form .field .select2[type=email]:not(:placeholder-shown):not(:disabled) + label, form .field .select2[type=tel]:not(:placeholder-shown):not(:disabled) + label, form .field .select2[type=url]:not(:placeholder-shown) + label, form .field .select2[type=text].password-shown:not(:placeholder-shown) + label, form .field .select2[type=password]:not(:placeholder-shown):not(:disabled) + label, form .field .select2:not([data-file-input]):focus + label,
form .field select[type=text]:not(:placeholder-shown) + label,
form .field select[type=email]:not(:placeholder-shown):not(:disabled) + label,
form .field select[type=tel]:not(:placeholder-shown):not(:disabled) + label,
form .field select[type=url]:not(:placeholder-shown) + label,
form .field select[type=text].password-shown:not(:placeholder-shown) + label,
form .field select[type=password]:not(:placeholder-shown):not(:disabled) + label,
form .field select:not([data-file-input]):focus + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text]:not(:placeholder-shown) + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=email]:not(:placeholder-shown):not(:disabled) + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=tel]:not(:placeholder-shown):not(:disabled) + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=url]:not(:placeholder-shown) + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown:not(:placeholder-shown) + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=password]:not(:placeholder-shown):not(:disabled) + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):not([data-file-input]):focus + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  top: -10px;
  left: 12px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field .select2:focus,
form .field select:focus,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):focus {
  border-color: #00c2ff;
}
form .field .select2:disabled,
form .field select:disabled,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):disabled {
  border-color: #c6c1d2;
}
form .field .select2:disabled:not(:-moz-placeholder-shown) + label, form .field select:disabled:not(:-moz-placeholder-shown) + label, form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):disabled:not(:-moz-placeholder-shown) + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field .select2:disabled:not(:placeholder-shown) + label,
form .field select:disabled:not(:placeholder-shown) + label,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field):disabled:not(:placeholder-shown) + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field .select2[type=text].password-shown ~ button,
form .field select[type=text].password-shown ~ button,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown ~ button {
  color: #00c2ff;
}
form .field .select2[type=text].password-shown ~ button, form .field .select2[type=password] ~ button,
form .field select[type=text].password-shown ~ button,
form .field select[type=password] ~ button,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown ~ button,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=password] ~ button {
  right: 10px;
  top: 6px;
}
form .field .select2[type=text].password-shown:focus ~ div, form .field .select2[type=password]:focus ~ div,
form .field select[type=text].password-shown:focus ~ div,
form .field select[type=password]:focus ~ div,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown:focus ~ div,
form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=password]:focus ~ div {
  display: block;
}
form .field textarea {
  color: #514b5f;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e5e6ec;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 51, 99, 0.08);
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
form .field textarea::-moz-placeholder {
  color: #c6c1d2;
}
form .field textarea::placeholder {
  color: #c6c1d2;
}
form .field textarea:not(:-moz-placeholder-shown) {
  outline: none;
  border-color: #00c2ff;
}
form .field textarea:not(:placeholder-shown), form .field textarea:focus {
  outline: none;
  border-color: #00c2ff;
}
form .field textarea:not(:-moz-placeholder-shown) + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  left: 12px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field textarea:not(:placeholder-shown) + label, form .field textarea:focus + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  left: 12px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field textarea:disabled {
  border: 1px solid #e5e6ec;
  resize: none;
  color: #e5e6ec;
}
form .field textarea:disabled::-moz-placeholder {
  color: #e5e6ec;
}
form .field textarea:disabled::placeholder {
  color: #e5e6ec;
}
form .field select {
  transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-appearance: none;
  background: #ffffff url("../images/img-arrow-down-1.svg") no-repeat calc(100% - 25px) center;
}
form .field select + label {
  display: none;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #a4a0ab;
  top: -10px;
  left: 12px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field select:invalid {
  color: rgba(112, 106, 128, 0.7);
}
form .field select:active {
  background: url("../images/img-arrow-up-1.svg") no-repeat calc(100% - 25px) center;
}
form .field select:valid:required + .select2 + label {
  display: block;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field select:valid + label {
  display: block;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  top: -10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
form .field--error .field__label--disclaimer {
  color: #ff6e6e;
}
form .field--error input:not(:-moz-placeholder-shown), form .field--error textarea:not(:-moz-placeholder-shown), form .field--error .select2:not(:-moz-placeholder-shown), form .field--error select:not(:-moz-placeholder-shown) {
  border-color: #ff6e6e !important;
}
form .field--error input:not(:placeholder-shown),
form .field--error textarea:not(:placeholder-shown),
form .field--error .select2:not(:placeholder-shown),
form .field--error select:not(:placeholder-shown) {
  border-color: #ff6e6e !important;
}
form .field--error input:not(:-moz-placeholder-shown):focus, form .field--error textarea:not(:-moz-placeholder-shown):focus, form .field--error .select2:not(:-moz-placeholder-shown):focus, form .field--error select:not(:-moz-placeholder-shown):focus {
  border-color: #00c2ff !important;
}
form .field--error input:not(:placeholder-shown):focus,
form .field--error textarea:not(:placeholder-shown):focus,
form .field--error .select2:not(:placeholder-shown):focus,
form .field--error select:not(:placeholder-shown):focus {
  border-color: #00c2ff !important;
}
form .field--error input:not(:-moz-placeholder-shown) + label, form .field--error textarea:not(:-moz-placeholder-shown) + label, form .field--error .select2:not(:-moz-placeholder-shown) + label, form .field--error select:not(:-moz-placeholder-shown) + label {
  color: #706a80 !important;
}
form .field--error input:not(:placeholder-shown) + label,
form .field--error textarea:not(:placeholder-shown) + label,
form .field--error .select2:not(:placeholder-shown) + label,
form .field--error select:not(:placeholder-shown) + label {
  color: #706a80 !important;
}
form .field--error input:not([type=checkbox]):invalid,
form .field--error textarea:not([type=checkbox]):invalid,
form .field--error .select2:not([type=checkbox]):invalid,
form .field--error select:not([type=checkbox]):invalid {
  border-color: #ff6e6e !important;
}
form .field--error input:not([type=checkbox]):invalid:focus,
form .field--error textarea:not([type=checkbox]):invalid:focus,
form .field--error .select2:not([type=checkbox]):invalid:focus,
form .field--error select:not([type=checkbox]):invalid:focus {
  border-color: #00c2ff !important;
}

form .field--large .select2,
form .field--large select,
form .field--large input:not([type=checkbox]):not([type=radio]):not(.select2-search__field) {
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 14px;
  max-width: unset;
}
form .field--large label {
  font-size: 1.8rem;
  line-height: 3rem;
}

form.form--two-cols fieldset {
  justify-content: space-between;
}

.form-confirmation p,
.form-confirmation h2 {
  max-width: unset !important;
}
.form-confirmation__body.font-size-lg p {
  font-size: 1.8rem !important;
  line-height: 3rem !important;
}

.form-confirmation__image img {
  margin: auto;
  max-width: 90%;
}
@media (min-width: 576px) {
  .form-confirmation__image img {
    max-width: 380px;
  }
}

.form-confirmation--element {
  opacity: 0;
  transform: translateY(-20px) scale(0.95);
  transition: all 0.085s cubic-bezier(0.39, 0.62, 0.89, 1.02);
  transition-delay: 0.2s;
}
.form-confirmation--element:nth-child(1) {
  transition-delay: 0.05s;
  transition: opacity 0.25s 0.12s cubic-bezier(0.39, 0.62, 0.89, 1.02), transform 0.15s 0.12s cubic-bezier(0.39, 0.62, 0.89, 1.02);
}
.form-confirmation--element:nth-child(2) {
  transition-delay: 0.1s;
  transition: opacity 0.25s 0.24s cubic-bezier(0.39, 0.62, 0.89, 1.02), transform 0.15s 0.24s cubic-bezier(0.39, 0.62, 0.89, 1.02);
}
.form-confirmation--element:nth-child(3) {
  transition-delay: 0.15s;
  transition: opacity 0.25s 0.36s cubic-bezier(0.39, 0.62, 0.89, 1.02), transform 0.15s 0.36s cubic-bezier(0.39, 0.62, 0.89, 1.02);
}
.form-confirmation--element:nth-child(4) {
  transition-delay: 0.2s;
  transition: opacity 0.25s 0.48s cubic-bezier(0.39, 0.62, 0.89, 1.02), transform 0.15s 0.48s cubic-bezier(0.39, 0.62, 0.89, 1.02);
}
.form-confirmation--element:nth-child(5) {
  transition-delay: 0.25s;
  transition: opacity 0.25s 0.6s cubic-bezier(0.39, 0.62, 0.89, 1.02), transform 0.15s 0.6s cubic-bezier(0.39, 0.62, 0.89, 1.02);
}

.form-confirmation.on .form-confirmation--element {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.form-steps__buttons {
  position: relative;
}
.form-steps__buttons:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% + 4px);
  border-bottom: 1px solid #e5e6ec;
  width: calc(100% - 20px);
}

.form-steps__button {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #c6c1d2;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}
.form-steps__button.on {
  border: 2px solid #00c2ff;
}
.form-steps__button.valid {
  border-color: #00c2ff;
  background-color: #00c2ff;
}
.form-steps__button.valid:before {
  display: block;
  content: "";
  position: absolute;
  content: "\e809";
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 0.7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "icons";
}

.form-preloader {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 100%;
}
.form-preloader:before {
  display: block;
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.form-preloader__field {
  margin: 0 auto 20px;
  border-radius: 8px;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #c6c1d2;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  width: 100%;
  height: 48px;
  position: relative;
  display: flex;
}

.social-sharing ul {
  padding: 0;
  list-style: none;
}
.social-sharing ul li:before {
  display: none;
}
.social-sharing ul.flex-row li {
  margin: 0 20px 0 0;
}
.social-sharing--footer ul.flex-row li {
  margin: 0 10px 0 0;
}
@media (min-width: 576px) {
  .social-sharing--footer ul.flex-row li {
    margin: 0 20px 0 0;
  }
}

.social-sharing [class^=icon-]:before {
  line-height: 3em;
}
.social-sharing a {
  padding: 2px;
  border-radius: 4px;
  background-color: #c6c1d2;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem !important;
}
.social-sharing a:hover {
  background-color: #514b5f;
}
.social-sharing i {
  color: #ffffff;
}
.social-sharing .copy-to-clipboard--copied {
  position: absolute;
  color: #220d4e;
  font-size: 1.2rem;
  top: calc(100% - 1px);
}

/* Vendors */
/**
ONETRUST
*/
#onetrust-banner-sdk .ot-sdk-container, #onetrust-pc-sdk .ot-sdk-container, #ot-sdk-cookie-policy .ot-sdk-container {
  max-width: 1400px;
}

#ot-sdk-btn-floating {
  display: none !important;
}

@media (max-width: 1279.98px) {
  #onetrust-policy-text {
    padding-right: 30px !important;
  }
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
#onetrust-consent-sdk #onetrust-accept-btn-handler #onetrust-banner-sdk #onetrust-reject-all-handler-sdk {
  color: #220d4e !important;
  background-color: white !important;
  border: 2px solid #220d4e !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-consent-sdk #onetrust-reject-all-handler:hover,
#onetrust-consent-sdk #onetrust-pc-btn-handler:hover,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler #onetrust-banner-sdk #onetrust-reject-all-handler-sdk:hover {
  color: white !important;
  background-color: #220d4e !important;
}

/*
DRIFT
*/
#drift-frame-controller {
  z-index: 2000 !important;
}

/**
Optinmonster
 */
#af-om-banner p {
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
#af-om-banner button {
  top: 10px !important;
}

.om-position-floating-top {
  padding-top: 0 !important;
}

html.om-position-floating-top .laredo-c-canvas button:not(.ignore-reset) {
  top: 12px !important;
}
html.om-position-floating-top [id^=om-] {
  tranition: none !important;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  top: 68px !important;
}

@media (max-width: 1024.98px) {
  html.om-position-floating-top [id^=om-] {
    top: 60px !important;
  }
}
.tippy-box {
  border-radius: 8px;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -10px;
  left: -7px;
  border-width: 10px 15px 0;
}

.tippy-content {
  background-color: #220d4e;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .tippy-content {
    padding: 35px;
  }
}

.iti {
  width: 100%;
}
.iti + label,
.iti label {
  opacity: 1;
  padding: 0 8px;
  background-color: #fff;
  top: -10px;
  left: 12px !important;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.iti .iti__flag-container {
  max-height: 49px;
}
.iti .iti__selected-dial-code {
  color: #a4a0ab;
}

.form .select2 {
  padding: 0;
}
.form .select2.select2-container--focus + label, .form .select2.has-value + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  left: 12px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.form .select2 ul li:before {
  display: none;
}
.form .select2 .select2-search__field {
  width: 100% !important;
  margin: 0 !important;
}
.form .select2 .select2-search__field::-moz-placeholder {
  color: #c6c1d2;
}
.form .select2 .select2-search__field::placeholder {
  color: #c6c1d2;
}
.form .select2.select2-container--default .select2-selection--multiple {
  border-radius: 8px;
  border: none;
  min-height: 28px;
  padding: 0;
  text-align: left;
}
.form .select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  margin: 5px 15px 5px 0;
  align-items: center;
  background-color: #f7f7f7;
  color: #706a80;
  border-radius: 8px;
  padding: 10px 10px 10px 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  transition: all 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  border: none;
}
.form .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  order: 1;
}
.form .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent;
}
.form .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover:before {
  color: #220d4e;
}
.form .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: none;
}
.form .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  display: block;
  content: "";
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5rem;
  content: "\e80a";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  color: #706a80;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  transition: all 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.form .select2-selection__choice__display {
  order: 0;
  padding: 0 !important;
}
.form .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* Layout */
html {
  scroll-behavior: smooth;
}

.navbar {
  transition: box-shadow 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.2s ease-out;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 777777;
}
@media (min-width: 576px) {
  .navbar {
    min-height: 68px;
  }
}
.navbar.on {
  z-index: 777777;
}
@media (max-width: 1024.98px) {
  .navbar.on {
    z-index: 777778;
    position: fixed;
    top: 0;
  }
  .navbar.on:not(.navbar--categories-secondary) {
    border-bottom: 1px solid #e3e1e8;
  }
  .navbar.on:not(.navbar--categories-secondary) .main-nav__holder {
    border-top: 1px solid #e3e1e8;
  }
  .navbar.on#main-nav {
    background-color: #ffffff;
  }
}
.navbar a {
  text-decoration: none;
}
.navbar.navbar--main {
  position: sticky;
  top: 0;
  left: 0;
  transition: box-shadow 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.4s 0s ease-out;
}
.navbar.navbar--main.sps--learn-section {
  background-color: #ffffff;
}
.navbar.navbar--main.sps--learn-section:not(.sps--sidebar) {
  box-shadow: none;
}
@media (min-width: 576px) {
  .navbar.navbar--main.sps--learn-section.sps--mobile-only.sps--abv.scroll-down {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1279.98px) {
  .navbar.navbar--main.sps--learn-section.sps--sidebar {
    box-shadow: none;
  }
}
.navbar.navbar--main.sps:not(.sps--type-2) {
  position: fixed;
}
.navbar.navbar--main.sps:not(.sps--type-2).sps--blw {
  background-color: #ffffff;
}
.navbar.navbar--main.scroll-up {
  transform: translateY(0);
}
.navbar.navbar--main.scroll-up + .navbar--categories-secondary .btn-primary--white-with-border {
  background-color: #ffffff !important;
  color: #220d4e !important;
}
.navbar.navbar--main.scroll-up + .navbar--categories-secondary .btn-primary--white-with-border:hover {
  background-color: #220d4e !important;
  color: #ffffff !important;
}
.navbar.navbar--main.scroll-down:not(:hover) {
  transform: translateY(-100%);
}
.navbar.navbar--main.scroll-down:not(:hover) + .navbar--categories-secondary {
  transform: translateY(0px);
}
@media (min-width: 1025px) {
  .navbar.navbar--main.scroll-down.sps--mobile-only {
    transform: translateY(0);
  }
}
.navbar.navbar--categories-secondary {
  position: fixed;
  transition: box-shadow 0.2s 0s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.4s 0s ease-out;
  transform: translateY(68px);
}
@media (max-width: 1024.98px) {
  .navbar.navbar--categories-secondary {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    transform: translateY(60px);
  }
  .navbar.navbar--categories-secondary:before {
    z-index: 0;
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    left: 100vw;
    top: 60px;
    box-shadow: 0 50px 90px rgba(25, 20, 51, 0.1);
    background-color: #ffffff;
  }
  .navbar.navbar--categories-secondary.on {
    height: 60px;
    padding-top: 13.5px !important;
    padding-bottom: 13.5px !important;
    z-index: 777778;
    transform: translateY(0);
  }
  .navbar.navbar--categories-secondary.on > div {
    z-index: 1;
  }
  .navbar.navbar--categories-secondary.on:before {
    height: 100vh;
    transition-delay: 0.05s;
    transition: left 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
    left: 20vw;
  }
}
@media (max-width: 1024.98px) and (min-width: 576px) {
  .navbar.navbar--categories-secondary.on:before {
    left: 40vw;
  }
}
.navbar.navbar--categories-secondary.sps--blw .btn-primary--white-with-border {
  background-color: #220d4e;
  color: #ffffff !important;
}
.navbar.navbar--categories-secondary.sps--blw .btn-primary--white-with-border:hover {
  background-color: #ffffff !important;
  color: #220d4e !important;
}
.navbar.sps--blw {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .navbar.sps--blw .navbar-brand {
    background: url("data:image/svg+xml,%3Csvg width='34' height='38' viewBox='0 0 34 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.162834 12.3542L5.67988 22.5935C6.06225 23.3054 6.99086 23.8529 7.7556 23.8529H19.0082C19.7729 23.8529 20.1007 23.3054 19.7183 22.5935L14.1466 12.2994C13.7643 11.5876 12.8357 11.04 12.0709 11.04H0.818325H0.7637C0.10821 11.0948 -0.219535 11.6424 0.162834 12.3542Z' fill='%23220D4E'/%3E%3Cpath d='M21.5201 24.236L24.8522 30.3139C25.0707 30.7519 25.6169 31.0805 26.1086 31.0805L32.7727 30.9709C33.2097 30.9709 33.4282 30.6424 33.2097 30.2044L29.8776 24.1264C29.6591 23.6884 29.1129 23.3599 28.6213 23.3599L21.9025 23.4146C21.4655 23.5241 21.247 23.8527 21.5201 24.236Z' fill='%23220D4E'/%3E%3Cpath d='M21.522 1.23876L14.8579 9.61642C14.4209 10.164 14.3663 11.2043 14.7486 11.9162L20.3203 22.1008C20.7027 22.8126 21.3582 22.9221 21.8498 22.3198L28.5685 13.9421C29.0055 13.3946 29.0602 12.3542 28.6778 11.6424L23.0515 1.45778C22.833 1.07449 22.5053 0.855469 22.1775 0.855469C21.959 0.855469 21.7405 0.964981 21.522 1.23876Z' fill='%23220D4E'/%3E%3Cpath d='M19.991 24.3456L16.0035 29.3284C15.7304 29.6569 15.6757 30.2592 15.9489 30.6973L19.2809 36.7752C19.4994 37.2133 19.9364 37.268 20.2095 36.8847L24.1971 31.9019C24.4702 31.5734 24.5248 30.9711 24.2517 30.533L20.9197 24.4551C20.8104 24.2361 20.5919 24.0718 20.428 24.1266C20.2095 24.1266 20.1003 24.1813 19.991 24.3456Z' fill='%23220D4E'/%3E%3C/svg%3E%0A") no-repeat left center/33px 36px;
    width: 33px;
    height: 36px;
  }
  .navbar.sps--blw .navbar-brand.color {
    background: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%237AD143'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%237AD143'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%2300C2FF'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%2300C2FF'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%2300C2FF'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%237AD143'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%237AD143'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%237AD143'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%2300C2FF'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%2300C2FF'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%2300C2FF'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%2300C2FF'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%237AD143'/%3E%3C/svg%3E%0A") no-repeat left center/127px 36px;
    width: 127px;
    height: 36px;
  }
}
.navbar--guide {
  background-color: #ffffff !important;
  transition: all 0.45s ease;
}
.navbar--guide.sps--abv {
  transform: translateY(-150px);
}

.navbar--categories-secondary {
  z-index: 777776;
  border-top: 1px solid #e5e6ec !important;
  background-color: #ffffff;
}
.navbar--categories-secondary .navbar-nav .nav-link:not(.btn-primary):before {
  display: none;
}
.navbar--categories-secondary .navbar-nav li {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media (max-width: 1279.98px) {
  .navbar--categories-secondary .navbar-nav .nav-link {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.navbar--categories-secondary .navbar-nav .nav-link:hover {
  color: #79718b;
}
.navbar--categories-secondary .nav-holder {
  flex-flow: row wrap;
}
.navbar--categories-secondary.sps--blw {
  top: 0;
}
.navbar--categories-secondary ul {
  margin-left: 20px;
  list-style: none;
}
.navbar--categories-secondary ul li {
  margin: auto 8px;
}
.navbar--categories-secondary ul li:last-of-type {
  margin-right: 0;
}

.navbar--secondary-title {
  font-size: 2rem !important;
  line-height: 2.8rem !important;
  color: #220d4e;
}
.navbar--secondary-title .h4 {
  font-size: 2.4rem !important;
  line-height: 3.2rem !important;
}
.navbar--secondary-title a:hover {
  color: #79718b;
}

.navbar .container-fluid, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  max-width: 1640px;
}
@media (min-width: 1025px) {
  .navbar .container-fluid, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 1440px;
  }
}
@media (min-width: 1481px) {
  .navbar .container-fluid, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 1600px;
  }
}
@media (min-width: 1679px) {
  .navbar .container-fluid, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 1452px;
  }
}
@media (min-width: 1681px) {
  .navbar .container-fluid, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 1600px;
  }
}
.navbar .sub-menu {
  background-color: #ffffff;
}
.navbar .sub-menu li {
  padding: 10px 5px;
}
.navbar .sub-menu a {
  color: #220d4e;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .navbar .sub-menu a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.navbar .sub-menu a:hover {
  color: #00c2ff;
}
.navbar li {
  position: relative;
}
.navbar li:hover .sub-menu {
  display: block;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .secondary-nav__lang-switcher ul, .navbar .secondary-nav__lang-switcher li {
  margin: 0;
}
.navbar .secondary-nav__lang-switcher .nav-link:not(.btn-primary) {
  padding: 0 !important;
  margin: 0;
}

.navbar .secondary-nav .nav-link {
  justify-content: flex-start;
}
.navbar .secondary-nav .nav-link:not(.btn-primary):not(.btn-arrow):before {
  display: none;
}
.navbar .secondary-nav .nav-link:not(.btn-primary):not(.btn-arrow):hover {
  cursor: pointer;
}
.navbar.hide-firs-screen .btn-primary {
  opacity: 0;
  transition: all ease-in-out 0.3s;
  pointer-events: none;
}
.navbar.hide-firs-screen.sps--blw .btn-primary {
  opacity: 1;
  transition: all ease-in-out 0.3s;
  pointer-events: initial;
}

.navbar-nav {
  position: relative;
}
.navbar-nav li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  color: #220d4e;
}
.navbar-nav li .btn-primary {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.8rem 2.3rem !important;
  width: 100%;
}
.navbar-nav li:hover .mega-menu, .navbar-nav li.on .mega-menu {
  height: unset;
}
.navbar-nav li:hover .has-children > a:after,
.navbar-nav li:hover .mega-parent > a:after, .navbar-nav li.on .has-children > a:after,
.navbar-nav li.on .mega-parent > a:after {
  transform: rotate(-180deg);
}
.navbar-nav li:hover .has-children, .navbar-nav li.on .has-children {
  display: flex;
}
.navbar-nav li.has-children > span,
.navbar-nav li.has-children > a, .navbar-nav li.mega-parent > span,
.navbar-nav li.mega-parent > a {
  z-index: 777778;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.navbar-nav li.has-children > span:after,
.navbar-nav li.has-children > a:after, .navbar-nav li.mega-parent > span:after,
.navbar-nav li.mega-parent > a:after {
  margin-left: 7px;
  display: block;
  content: "";
  position: relative;
  font-family: "icons";
  content: "\e803";
  font-size: 1.8rem;
  display: inline-block;
}
@media (min-width: 1025px) {
  .navbar-nav li.has-children > span:after,
  .navbar-nav li.has-children > a:after, .navbar-nav li.mega-parent > span:after,
  .navbar-nav li.mega-parent > a:after {
    content: "\e81b";
  }
}

.navbar-brand {
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-right: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%23220d4e'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%23220d4e'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%23220d4e'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%23220d4e'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%23220d4e'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%23220d4e'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%23220d4e'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%23220d4e'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%23220d4e'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%23220d4e'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%23220d4e'/%3E%3C/svg%3E%0A") no-repeat left center/175px 50px;
  width: 175px;
  height: 50px;
}
@media (max-width: 575.98px) {
  .navbar-brand {
    background: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%23220d4e'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%23220d4e'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%23220d4e'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%23220d4e'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%23220d4e'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%23220d4e'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%23220d4e'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%23220d4e'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%23220d4e'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%23220d4e'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%23220d4e'/%3E%3C/svg%3E%0A") no-repeat left center/127px 36px;
    width: 127px;
    height: 36px;
  }
}
.navbar-brand.color {
  background: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%237AD143'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%237AD143'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%2300C2FF'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%2300C2FF'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%2300C2FF'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%237AD143'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%237AD143'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%237AD143'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%2300C2FF'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%2300C2FF'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%2300C2FF'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%2300C2FF'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%237AD143'/%3E%3C/svg%3E%0A") no-repeat left center/127px 36px;
}

/* Mobile - XS and up */
@media (max-width: 1024.98px) {
  .navbar-brand {
    margin-right: 1.5rem;
  }
  .sub-menu {
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: none;
    width: 100%;
  }
}
@media (max-width: 1024.98px) and (min-width: 576px) {
  .sub-menu {
    box-shadow: 0 20px 20px rgba(112, 106, 128, 0.15);
    border-radius: 10px;
  }
}
@media (max-width: 1024.98px) {
  .sub-menu li {
    padding: 10px 5px;
  }
  .sub-menu a {
    color: #220d4e;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .navbar.on .navbar-toggler--categories {
    display: none !important;
  }
  .navbar--categories-secondary {
    transition: box-shadow 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.2s ease-out;
  }
  .navbar--categories-secondary.on {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar--categories-secondary .categories-secondary-nav {
    border-top: 1px solid #e5e6ec;
  }
  .navbar--categories-secondary .nav-link:not(.btn-primary) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar--categories-secondary.sps, .navbar--categories-secondary.sps--abv {
    background-color: #ffffff;
  }
  .navbar--categories-secondary .nav-holder {
    box-shadow: 0 50px 90px -16px rgba(25, 20, 51, 0.1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 75vw;
    opacity: 1;
    left: 100vw;
    height: 69px;
  }
  .navbar--categories-secondary .nav-holder:before {
    display: none;
  }
  .navbar--categories-secondary .nav-holder.on {
    border-top: none;
    transition: left 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
    z-index: 1;
    left: 40vw;
  }
}
@media (max-width: 1024.98px) and (max-width: 575.98px) {
  .navbar--categories-secondary .nav-holder.on {
    top: 59px;
    left: 20vw;
    max-width: 80vw;
  }
}
@media (max-width: 1024.98px) {
  .navbar--categories-secondary .nav-holder.on .navbar--categories-close.navbar-toggler {
    display: block !important;
  }
  .navbar--categories-close.navbar-toggler {
    display: none;
    position: fixed;
    top: 15px;
    left: calc(100% - 50px);
    z-index: 1;
    color: #220d4e;
    font-size: 3rem;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .navbar--categories-close.navbar-toggler.on {
    display: block;
    z-index: 777779;
  }
  .navbar--categories-close:hover {
    cursor: pointer;
    transform: rotate(90deg);
  }
  .navbar-light .navbar-nav .nav-link.btn-primary {
    color: #ffffff;
  }
  .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar-nav {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .navbar-nav > li {
    border-bottom: 1px solid #e3e1e8;
  }
  .navbar-nav > li ul li {
    border-bottom: none;
  }
  .navbar-nav li {
    padding: 23px 0;
    transform: translateX(-15px);
    opacity: 1;
  }
  .navbar-nav li.has-children > span:after,
  .navbar-nav li.has-children > a:after, .navbar-nav li.mega-parent > span:after,
  .navbar-nav li.mega-parent > a:after {
    right: 10px;
    font-size: 1.8rem;
  }
  .navbar-nav li.on:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 0;
    border-left: 4px solid #00c2ff;
    height: calc(100% - 60px);
    z-index: 1;
  }
  .navbar-nav li.on .mega-menu {
    display: flex;
  }
  .navbar-nav li.on.mega-parent > a:after {
    transform: rotate(-180deg);
  }
  .navbar-nav li.on > a:not(.btn-primary):not(.btn-arrow) {
    color: #00c2ff !important;
    text-decoration: none;
  }
  .navbar-nav li.on > a:not(.btn-primary):not(.btn-arrow):before {
    width: 100%;
  }
  .nav-link {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
    justify-content: space-between;
  }
  .nav-link--login {
    border: 2px solid #000744;
    text-decoration: none !important;
    font-weight: 600 !important;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
    color: #220d4e !important;
    border-radius: 8px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.8rem 2.3rem !important;
    width: 100%;
  }
  .main-nav {
    width: 100%;
  }
  .lang-switcher {
    width: 100%;
  }
  .lang-switcher .nav-link:after {
    margin-right: 5px !important;
  }
  .lang-switcher .icon-globe {
    margin-right: 7px;
  }
  .lang-switcher > li {
    transition-delay: 0s !important;
    padding: 23px 0 !important;
    transform: translateX(-15px);
    opacity: 0;
  }
  .lang-switcher > li span {
    position: relative;
    transform: translateX(-4px);
  }
  .lang-switcher > li.mega-parent {
    border-left: none;
  }
  .lang-switcher > li:hover .nav-link {
    color: #220d4e !important;
  }
  .lang-switcher > li:hover .sub-menu {
    display: none;
  }
  .lang-switcher > li.on .nav-link {
    color: #00c2ff !important;
  }
  .lang-switcher > li.on .sub-menu {
    display: block;
  }
  .secondary-nav {
    width: 100%;
    height: 100%;
  }
  .secondary-nav .nav-link {
    padding: 0 20px;
  }
  .secondary-nav .nav-link:before {
    display: none;
  }
  .secondary-nav .nav-link:after {
    right: 0;
  }
  .secondary-nav .navbar-nav li {
    padding: 0;
    transform: initial;
  }
  .secondary-nav .navbar-nav li.secondary-nav__cta {
    border-bottom: none;
  }
  .secondary-nav .navbar-nav li a {
    font-weight: normal;
  }
  .secondary-nav .navbar-nav li.has-children > span:after {
    right: 0;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: 10px;
  }
  .nav-holder {
    display: flex;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 75vw;
    background-color: #ffffff;
    opacity: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    flex-basis: auto;
    flex: auto;
    pointer-events: none;
  }
  .nav-holder:before {
    display: none !important;
    display: block;
    content: "";
    position: absolute;
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    height: 60px;
    top: 0;
    left: 0;
  }
  .nav-holder.on {
    border-top: 1px solid #e3e1e8;
    pointer-events: initial;
    top: 70px;
    padding-top: 0 !important;
    height: calc(100vh - 60px);
    overflow-y: auto;
    box-shadow: 0 50px 90px -16px rgba(25, 20, 51, 0.1);
    transition: opacity 0.25s cubic-bezier(0.3, 0.34, 0.85, 0.96), width 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 1024.98px) and (max-width: 575.98px) {
  .nav-holder.on {
    top: 55px;
  }
}
@media (max-width: 1024.98px) {
  .nav-holder.on .navbar-nav {
    display: block;
  }
}
@media (max-width: 1024.98px) and (min-width: 576px) and (max-width: 1024.98px) {
  .nav-holder.on {
    max-width: 60vw;
  }
}
@media (max-width: 1024.98px) {
  .nav-holder.on .lang-switcher > li {
    transition: opacity 0.3s 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  }
  .nav-holder.on li {
    width: 100%;
    display: inline-block;
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  }
  .nav-holder.on li.on {
    padding-bottom: 0;
  }
  .nav-holder.on li:nth-child(1) {
    transition-delay: 0.12s;
  }
  .nav-holder.on li:nth-child(2) {
    transition-delay: 0.24s;
  }
  .nav-holder.on li:nth-child(3) {
    transition-delay: 0.36s;
  }
  .nav-holder.on li:nth-child(4) {
    transition-delay: 0.48s;
  }
  .nav-holder.on li:nth-child(5) {
    transition-delay: 0.6s;
  }
  .nav-holder.on li:nth-child(6) {
    transition-delay: 0.72s;
  }
  .nav-holder.on li:nth-child(7) {
    transition-delay: 0.84s;
  }
  .nav-holder.on li:nth-child(8) {
    transition-delay: 0.96s;
  }
  .nav-holder.on li:nth-child(9) {
    transition-delay: 1.08s;
  }
}
/* Desktop - XL and up */
@media (min-width: 1025px) {
  .navbar:hover {
    background-color: #ffffff;
  }
  .navbar li:hover .sub-menu {
    transition: opacity 0.5s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    visibility: visible;
    z-index: initial;
    transform: translate(-50%, 0);
  }
  .navbar-brand {
    margin-right: 20px;
  }
  .lang-switcher .icon-globe {
    margin-right: 7px;
  }
  .navbar-nav {
    position: relative;
  }
  .navbar-nav .nav-link {
    transition: color 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
    display: inline-block;
    letter-spacing: 0.03em;
    position: relative;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 400;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .navbar-nav .nav-link--login i {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1280px) {
  .navbar-nav .nav-link {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
}
@media (min-width: 1025px) and (min-width: 1481px) {
  .navbar-nav .nav-link {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (min-width: 1025px) {
  .navbar-nav .nav-link:not(.btn-primary) {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .navbar-nav .nav-link:not(.btn-primary):before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    transition: none;
    border-bottom: 2px solid #00c2ff;
  }
  .navbar-nav .nav-link.btn-primary {
    margin-left: 15px;
    color: #ffffff;
  }
  .navbar-nav .nav-link.btn-primary:hover {
    color: #ffffff;
  }
  .navbar-nav li:hover > .nav-link {
    color: #00c2ff;
  }
  .navbar-nav li:hover > .nav-link:before {
    width: calc(100% - 30px);
    transition: none;
  }
  .navbar-nav li:hover.has-children > a:after, .navbar-nav li:hover.mega-parent > a:after {
    transform: rotate(-180deg);
  }
  .navbar-nav li:hover.has-children, .navbar-nav li:hover.mega-menu {
    display: flex;
  }
  .secondary-nav {
    margin-left: auto;
    margin-right: 0;
  }
  .sub-menu {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -20px);
    visibility: hidden;
    z-index: -1;
    box-shadow: 0 20px 20px rgba(112, 106, 128, 0.15);
    border-radius: 10px;
    padding: 15px;
  }
}
.hamburger {
  border: none;
  width: 26px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #220d4e;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: calc(50% - 9px);
}
.hamburger span:nth-child(2) {
  top: 50%;
  width: 75%;
  opacity: 1;
}
.hamburger span:nth-child(3) {
  top: calc(50% + 9px);
}
.hamburger.on span:nth-child(1) {
  width: 0;
  opacity: 0;
}
.hamburger.on span:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}
.hamburger.on span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media (min-width: 576px) {
  .nav-buttons__button .btn {
    min-width: 153px;
    min-height: 48px;
  }
}
@media (max-width: 1024.98px) {
  .nav-buttons__button .nav-link--login {
    border: none;
    padding: 1.4rem 2.3rem !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

.footer {
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .footer {
    width: 100%;
    max-width: 100%;
  }
}
.footer .container {
  position: relative;
  z-index: 3;
}
.footer a {
  text-decoration: none;
  color: #514b5f;
  font-size: 1.4rem;
  line-height: 2rem;
}
.footer a.nav-link {
  font-weight: 400;
  display: inline-block;
  padding: 0;
}
.footer a:hover {
  text-decoration: underline;
  color: #79718b;
}
.footer__col {
  position: relative;
}
.footer__col::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #220D4E;
  opacity: 0.1;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .footer__col::before {
    margin-bottom: 35px;
  }
}

.footer__top li {
  padding: 1.5px 0;
}
@media (max-width: 1024.98px) {
  .footer__top li {
    padding: 15px 0;
  }
}

@media (max-width: 1024.98px) {
  .footer__logo {
    flex: 100%;
    text-align: center;
    padding-bottom: 18px;
  }
}

.footer__links {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.footer__links-holder {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
@media (min-width: 576px) {
  .footer__links-holder {
    padding-top: 0;
  }
}

.footer__copyrights {
  color: #514b5f;
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
}

.footer.dark-footer::before {
  display: block;
  content: "";
  position: absolute;
  height: 210px;
  width: 100%;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23220D4E'/%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: cover;
  top: 0;
}
.footer.dark-footer::after {
  display: block;
  content: "";
  position: absolute;
  height: calc(100% - 210px);
  width: 100%;
  background-color: #220D4E;
  left: 0;
  bottom: 0;
}
.footer.dark-footer h2, .footer.dark-footer h3, .footer.dark-footer a, .footer.dark-footer p {
  color: #ffffff;
}
.footer.dark-footer .footer__col:before {
  background: #ffffff;
}
.footer.dark-footer .footer__copyrights {
  color: #ffffff;
}
.footer.dark-footer .mktoButton {
  background-color: #00C2FF;
  color: #ffffff;
  padding: 19px 32px !important;
}

.mega-menu {
  background-color: #ffffff;
  height: 0;
  overflow: hidden;
  /* Mobile */
  /* Desktop */
}
.mega-menu a {
  color: #000744;
  text-decoration: none;
}
.mega-menu a:hover {
  color: #79718b;
}
.mega-menu .btn-arrow {
  font-size: 1.6rem;
  line-height: 2.1rem;
}
@media (max-width: 1024.98px) {
  .mega-menu .btn-arrow {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1024.98px) {
  .mega-menu {
    position: relative;
    z-index: 0;
    background-color: #ffffff;
    display: none;
    width: 100%;
    overflow: auto;
  }
  .mega-menu .navbar-nav__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #220d4e;
  }
  .mega-menu__col--main p {
    max-width: 85%;
    font-weight: 400;
    color: #706a80;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .mega-menu__col--featured li {
    padding: 18px 0;
  }
  .mega-menu__col--featured a {
    color: #220d4e;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .mega-menu__col--featured .btn-arrow {
    font-weight: 400 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__col--featured .btn-arrow:before, .mega-menu__col--featured .btn-arrow:after {
    display: none;
  }
  .mega-menu__col--main-links li {
    padding: 18px 0 !important;
  }
  .mega-menu__col--main-links li .btn-arrow {
    font-weight: 400 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__col--main-links li .btn-arrow:before, .mega-menu__col--main-links li .btn-arrow:after {
    display: none;
  }
  .mega-menu .navbar-nav {
    position: relative;
    z-index: 2;
  }
  .mega-menu .navbar-nav li {
    padding: 18px 0;
  }
  .mega-menu .navbar-nav li a {
    display: flex;
    align-items: center;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title) {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #220d4e;
    font-weight: normal;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title):hover {
    color: #79718b;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title) b {
    font-weight: 400;
  }
  .mega-menu .navbar-nav .navbar-nav__image {
    display: inline-block;
    margin-right: 15px;
  }
  .mega-menu .navbar-nav .navbar-nav__image img {
    width: 35px;
    height: auto;
  }
  .mega-menu .navbar-subnav {
    padding: 0;
  }
  .mega-menu .navbar-subnav li {
    padding: 18px 0;
  }
}
@media (min-width: 1025px) {
  .mega-menu {
    position: fixed;
    top: 68px;
    z-index: -10;
  }
  .mega-menu .container-fluid, .mega-menu .container-xs, .mega-menu .container-sm, .mega-menu .container-md, .mega-menu .container-lg, .mega-menu .container-xl {
    z-index: 2;
    position: relative;
  }
  .mega-menu .navbar-nav__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #220d4e;
  }
  .mega-menu__cols--layout-1 .mega-menu__col {
    padding-right: 60px !important;
  }
  .mega-menu__cols--columns.mega-menu__cols--layout-1 {
    max-width: 715px;
  }
  .mega-menu__col {
    z-index: 2;
    max-width: 270px;
  }
  .mega-menu__col--featured {
    max-width: 345px;
  }
  .mega-menu__col--featured a {
    font-weight: 400;
  }
  .mega-menu__col--featured a:hover {
    color: #79718b;
  }
  .mega-menu__col:not(.mega-menu__col--layout-1):not(.mega-menu__col--featured) {
    padding-right: 40px !important;
    max-width: 245px;
  }
  .mega-menu__col--main {
    max-width: 270px;
  }
  .mega-menu__col--main .h4 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .mega-menu__col--main p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #514b5f;
  }
  .mega-menu .navbar-nav li:first-child {
    padding-top: 0;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title) {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #220d4e;
    font-weight: normal;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title) b {
    transition-delay: 0s;
    transition: all 0.2s ease;
    color: #220d4e;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title):hover {
    text-decoration: none;
    color: #79718b;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title):hover b {
    color: #79718b;
  }
  .mega-menu .navbar-nav li a:not(.navbar-nav__title):hover .navbar-nav__item-text {
    opacity: 0.6;
  }
  .mega-menu .navbar-nav.navbar-nav__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .mega-menu .navbar-nav .navbar-nav__image {
    display: inline-block;
  }
  .mega-menu .navbar-nav .navbar-nav__image img {
    max-width: 28px;
    max-height: 28px;
  }
  .mega-menu .navbar-nav .navbar-subnav {
    padding: 0;
  }
  .mega-menu .navbar-nav .navbar-subnav li {
    padding: 8px 0;
  }
  .mega-menu .navbar-nav .navbar-subnav li:first-of-type {
    padding-top: 0;
  }
  .mega-menu .navbar-nav__item-title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
  }
  .mega-menu .navbar-nav__item-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #514b5f;
    opacity: 0.8;
    transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  }
}

.mega-parent:hover .mega-menu {
  height: unset;
}
@media (min-width: 1025px) {
  .mega-parent:hover {
    display: initial;
  }
  .mega-parent:hover .mega-menu {
    height: unset;
    z-index: 1032;
    opacity: 1;
    overflow: inherit;
  }
  .mega-parent:hover .mega-menu:before {
    display: block;
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    box-shadow: 0 32px 44px rgba(112, 106, 128, 0.15), inset 0 1px 0 #e5e6ec;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .mega-parent:hover .mega-menu .container-fluid, .mega-parent:hover .mega-menu .container-xs, .mega-parent:hover .mega-menu .container-sm, .mega-parent:hover .mega-menu .container-md, .mega-parent:hover .mega-menu .container-lg, .mega-parent:hover .mega-menu .container-xl {
    z-index: 1;
    opacity: 1;
  }
}

.mega-parent {
  position: relative;
}
.mega-parent:before {
  display: block;
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 40px;
  left: 0;
  top: 100%;
}

body.main-nav--light .sps--abv .navbar-brand {
  background-image: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%23FFFFFF'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%23FFFFFF'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%23FFFFFF'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%23FFFFFF'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%23FFFFFF'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%23FFFFFF'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%23FFFFFF'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%23FFFFFF'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%23FFFFFF'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%23FFFFFF'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%23FFFFFF'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%23FFFFFF'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
body.main-nav--light .nav-holder:before {
  background-color: transparent;
}
body.main-nav--light .hamburger span {
  background-color: #ffffff;
}
body.main-nav--light .hamburger.on span {
  background-color: #220d4e;
}
body.main-nav--light .navbar-brand svg path {
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  fill: #ffffff;
}
body.main-nav--light .navbar .hamburger span {
  background-color: #ffffff;
}
body.main-nav--light .navbar .hamburger.on span {
  background-color: #220d4e;
}
body.main-nav--light .navbar.sps--abv:hover .hamburger span {
  background-color: #220d4e;
}
body.main-nav--light .navbar.sps--abv:hover .navbar-brand svg path {
  fill: #220d4e;
}
body.main-nav--light .navbar.sps--abv:hover .btn-primary {
  background-color: #220d4e;
  color: #ffffff;
}
body.main-nav--light .navbar.sps--blw .hamburger span {
  background-color: #220d4e;
}
body.main-nav--light .navbar.sps--blw .navbar-nav .nav-link {
  color: #220d4e;
}
body.main-nav--light .navbar.sps--blw .navbar-brand svg path {
  fill: #220d4e;
}
body.main-nav--light .btn-primary--white {
  border-color: #ffffff !important;
}
body.main-nav--light .btn-primary--white:hover {
  border-color: #ffffff;
}
body.main-nav--light .navbar.sps--abv {
  background-color: transparent;
}
body.main-nav--light .navbar.sps--abv:hover {
  background-color: #ffffff;
}
body.main-nav--light .navbar.sps--abv:hover .navbar-brand {
  background-image: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%23220d4e'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%23220d4e'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%23220d4e'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%23220d4e'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%23220d4e'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%23220d4e'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%23220d4e'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%23220d4e'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%23220d4e'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%23220d4e'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%23220d4e'/%3E%3C/svg%3E%0A");
}
body.main-nav--light .navbar.sps--abv:hover .btn-primary {
  color: #ffffff !important;
}
body.main-nav--light .navbar.sps--abv:hover .btn-primary:hover {
  color: #000744 !important;
}
body.main-nav--light .navbar.sps--abv:hover .nav-link {
  color: #220d4e;
}
@media (min-width: 1025px) {
  body.main-nav--light .navbar.sps--abv .nav-link {
    color: #ffffff;
  }
}
body.main-nav--light .navbar.sps--abv .btn-primary {
  color: #000744 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
body.main-nav--light .navbar.sps--abv .btn-primary:hover {
  border-color: #000744;
}
body.main-nav--light .btn-primary--white {
  border-color: #ffffff;
}
body.main-nav--light .btn-primary--white:hover {
  border-color: #ffffff;
}
body.main-nav--light .btn-arrow--white:before {
  border-color: #ffffff;
}
body.theme-blue-4 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #3a86ff !important;
  border-color: #ffffff;
}
body.theme-blue-4 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-blue-1 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #00c2ff !important;
  border-color: #ffffff;
}
body.theme-blue-1 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-green .navbar.sps--abv:not(:hover) .btn-primary {
  color: #1EFFAE !important;
  border-color: #ffffff;
}
body.theme-green .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-green .navbar.sps--abv:not(:hover) .btn-primary {
  color: #1EFFAE !important;
  border-color: #ffffff;
}
body.theme-green .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-blue-dark-1 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #220d4e !important;
  border-color: #ffffff;
}
body.theme-blue-dark-1 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-purple .navbar.sps--abv:not(:hover) .btn-primary {
  color: #9b6bff !important;
  border-color: #ffffff;
}
body.theme-purple .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-purple-2 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #7177ff !important;
  border-color: #ffffff;
}
body.theme-purple-2 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-blue-light-1 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #f4fcff !important;
  border-color: #ffffff;
}
body.theme-blue-light-1 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-blue-light-2 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #f0f8ff !important;
  border-color: #ffffff;
}
body.theme-blue-light-2 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-blue-1 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #00c2ff !important;
  border-color: #ffffff;
}
body.theme-blue-1 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-blue-4 .navbar.sps--abv:not(:hover) .btn-primary {
  color: #3a86ff !important;
  border-color: #ffffff;
}
body.theme-blue-4 .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.theme-turq .navbar.sps--abv:not(:hover) .btn-primary {
  color: #2ec2d3 !important;
  border-color: #ffffff;
}
body.theme-turq .navbar.sps--abv:hover .btn-primary {
  border-color: #000744;
  color: #ffffff;
}
body.single-products.theme-purple-2 .navbar.sps--abv .nav-link, body.single-products.theme-blue-light-1 .navbar.sps--abv .nav-link {
  color: #220d4e;
}
body.single-products.theme-purple-2 .navbar-brand, body.single-products.theme-blue-light-1 .navbar-brand {
  background-image: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%23220d4e'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%23220d4e'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%23220d4e'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%23220d4e'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%23220d4e'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%23220d4e'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%23220d4e'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%23220d4e'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%23220d4e'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%23220d4e'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%23220d4e'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%23220d4e'/%3E%3C/svg%3E%0A");
}
body.single-products.theme-purple-2 .navbar.sps--abv .btn-primary, body.single-products.theme-blue-light-1 .navbar.sps--abv .btn-primary {
  background-color: #220d4e;
  color: #ffffff;
}
body.page-template-page-why-appsflyer .custom-line-1 {
  overflow: visible;
  position: relative;
}
@media (min-width: 1025px) {
  body.page-template-page-why-appsflyer .custom-line-1 {
    padding-top: 0 !important;
  }
  body.page-template-page-why-appsflyer .custom-line-1 h2:before {
    display: block;
    content: "";
    position: relative;
    background: url("../images/img-dotted-line-top.svg") no-repeat center top;
    width: 80px;
    height: 138px;
    margin: 0 auto;
  }
  body.page-template-page-why-appsflyer .custom-line-1 h2:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/img-why-appsflyer-line-1.svg") no-repeat center top;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 671px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  body.page-template-page-why-appsflyer .custom-line-1 h2:after {
    height: 2900px;
  }
}
@media (min-width: 1025px) and (min-width: 1201px) {
  body.page-template-page-why-appsflyer .custom-line-1 h2:after:after {
    height: 3000px;
  }
}
@media (min-width: 1025px) and (min-width: 1280px) {
  body.page-template-page-why-appsflyer .custom-line-1 h2:after {
    height: 3140px;
  }
}
@media (min-width: 1025px) and (min-width: 1440px) {
  body.page-template-page-why-appsflyer .custom-line-1 h2:after {
    height: 2810px;
  }
}
@media (min-width: 1025px) and (min-width: 1480px) {
  body.page-template-page-why-appsflyer .custom-line-1 h2:after {
    height: 3060px;
  }
}
@media (min-width: 1025px) and (min-width: 1700px) {
  body.page-template-page-why-appsflyer .custom-line-1 h2:after {
    height: 3360px;
  }
}
@media (max-width: 1279.98px) {
  body.page-template-page-why-appsflyer .text-image-columns .testimonial-parallax__custom-html {
    display: none;
  }
}
@media (min-width: 1025px) {
  body.page-template-page-why-appsflyer .text-image-columns {
    overflow: unset;
  }
  body.page-template-page-why-appsflyer .text-image-columns.custom-1 {
    padding-top: 180px !important;
  }
  body.page-template-page-why-appsflyer .text-image-columns.custom-1 .text-image-columns__layer {
    left: 1vw;
  }
  body.page-template-page-why-appsflyer .text-image-columns figure img {
    z-index: 1;
  }
  body.page-template-page-why-appsflyer .text-image-columns .testimonial-parallax__custom-html {
    position: absolute;
    top: -110px;
    right: 22%;
    width: 673px;
    height: auto;
    z-index: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1480.98px) {
  body.archive.category section:not(.cta-banner):not(.buttons-items-grid) > .container, body.archive.tag section:not(.cta-banner):not(.buttons-items-grid) > .container, body.archive.tax-series section:not(.cta-banner):not(.buttons-items-grid) > .container, body.post-type-archive:not(.post-type-archive-glossary):not(.post-type-archive-product-news-item) section:not(.cta-banner):not(.buttons-items-grid) > .container, body.page-template-page-customer-success section:not(.cta-banner):not(.buttons-items-grid) > .container, body.blog section:not(.cta-banner):not(.buttons-items-grid) > .container, body.single-company section:not(.cta-banner):not(.buttons-items-grid) > .container {
    max-width: 1152px !important;
  }
}
@media (min-width: 1481px) {
  body.archive.category section:not(.cta-banner):not(.buttons-items-grid) > .container, body.archive.tag section:not(.cta-banner):not(.buttons-items-grid) > .container, body.archive.tax-series section:not(.cta-banner):not(.buttons-items-grid) > .container, body.post-type-archive:not(.post-type-archive-glossary):not(.post-type-archive-product-news-item) section:not(.cta-banner):not(.buttons-items-grid) > .container, body.page-template-page-customer-success section:not(.cta-banner):not(.buttons-items-grid) > .container, body.blog section:not(.cta-banner):not(.buttons-items-grid) > .container, body.single-company section:not(.cta-banner):not(.buttons-items-grid) > .container {
    max-width: 1344px !important;
  }
}
@media (min-width: 1025px) {
  body.tax-series div:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container-sm,
  body.tax-series div:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container,
  body.tax-series section:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container-sm,
  body.tax-series section:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container, body.post-type-archive-podcast div:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container-sm,
  body.post-type-archive-podcast div:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container,
  body.post-type-archive-podcast section:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container-sm,
  body.post-type-archive-podcast section:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container, body.single:not(.single-solutions):not(.single-products):not(.single-resource.single-report):not(.single-company) div:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container-sm,
  body.single:not(.single-solutions):not(.single-products):not(.single-resource.single-report):not(.single-company) div:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container,
  body.single:not(.single-solutions):not(.single-products):not(.single-resource.single-report):not(.single-company) section:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container-sm,
  body.single:not(.single-solutions):not(.single-products):not(.single-resource.single-report):not(.single-company) section:not(.cta-banner):not(.single-post-related-items):not(.buttons-items-grid) .container {
    max-width: 1260px !important;
  }
}
@media (max-width: 1024.98px) {
  body .navbar--main--none-fixed {
    position: relative !important;
    z-index: 9;
    margin-bottom: -70px;
  }
  body .navbar--main--none-fixed:hover {
    background-color: transparent !important;
  }
  body .navbar--main--none-fixed:hover .navbar-brand {
    background-image: url("data:image/svg+xml,%3Csvg width='141' height='40' viewBox='0 0 141 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179502 12.6758L6.26128 23.9633C6.68279 24.748 7.70646 25.3516 8.54948 25.3516H20.9539C21.7969 25.3516 22.1582 24.748 21.7367 23.9633L15.5947 12.6154C15.1732 11.8307 14.1495 11.2271 13.3065 11.2271H0.90209H0.841874C0.119286 11.2875 -0.242008 11.8911 0.179502 12.6758Z' fill='%23FFFFFF'/%3E%3Cpath d='M23.7226 25.7739L27.3958 32.4739C27.6367 32.9568 28.2388 33.319 28.7807 33.319L36.1271 33.1983C36.6088 33.1983 36.8496 32.8361 36.6088 32.3532L32.9356 25.6532C32.6948 25.1703 32.0926 24.8081 31.5507 24.8081L24.1441 24.8685C23.6624 24.9892 23.4216 25.3513 23.7226 25.7739Z' fill='%23FFFFFF'/%3E%3Cpath d='M23.7252 0.422526L16.3789 9.65774C15.8971 10.2613 15.8369 11.4082 16.2584 12.1929L22.4004 23.42C22.8219 24.2047 23.5445 24.3254 24.0865 23.6615L31.493 14.4262C31.9747 13.8226 32.0349 12.6758 31.6134 11.8911L25.4112 0.66397C25.1704 0.241444 24.8091 0 24.4478 0C24.2069 0 23.966 0.120722 23.7252 0.422526Z' fill='%23FFFFFF'/%3E%3Cpath d='M22.0377 25.8948L17.6419 31.3876C17.3409 31.7498 17.2807 32.4138 17.5817 32.8966L21.2549 39.5967C21.4957 40.0796 21.9775 40.14 22.2786 39.7174L26.6743 34.2246C26.9754 33.8624 27.0356 33.1985 26.7345 32.7156L23.0614 26.0155C22.9409 25.7741 22.7001 25.593 22.5194 25.6533C22.2786 25.6533 22.1581 25.7137 22.0377 25.8948Z' fill='%23FFFFFF'/%3E%3Cpath d='M105.137 9.77834H102.668V27.8262H105.137V9.77834Z' fill='%23FFFFFF'/%3E%3Cpath d='M58.5284 15.5127C54.9756 15.5127 52.1455 18.2893 52.1455 21.7299V33.2588H54.6143V21.7299C54.6143 19.6172 56.3606 17.8668 58.5886 17.8668C60.7563 17.8668 62.5628 19.6172 62.5628 21.7299C62.5628 23.8425 60.8166 25.593 58.5886 25.593C57.3843 25.593 56.2402 25.0497 55.5176 24.2047V27.2227C56.4208 27.7056 57.4445 27.947 58.5284 27.947C62.0811 27.947 64.9112 25.1704 64.9112 21.7299C64.9112 18.2893 62.0811 15.5127 58.5284 15.5127Z' fill='%23FFFFFF'/%3E%3Cpath d='M72.4376 15.5127C68.8848 15.5127 66.0547 18.2893 66.0547 21.7299V33.2588H68.5235V21.7299C68.5235 19.6172 70.2698 17.8668 72.4978 17.8668C74.6655 17.8668 76.472 19.6172 76.472 21.7299C76.472 23.8425 74.7257 25.593 72.4978 25.593C71.2935 25.593 70.1494 25.0497 69.4268 24.2047V27.2227C70.33 27.7056 71.3537 27.947 72.4376 27.947C75.9903 27.947 78.8204 25.1704 78.8204 21.7299C78.8204 18.2893 75.9301 15.5127 72.4376 15.5127Z' fill='%23FFFFFF'/%3E%3Cpath d='M44.2579 9.77847C40.7051 9.77847 37.875 12.5551 37.875 15.9956V27.8264H40.3438V16.056C40.3438 13.9434 42.0901 12.2533 44.2579 12.2533C46.4256 12.2533 48.1719 13.9434 48.1719 16.056V17.3839H41.8492V19.7984H48.1719V27.8867H50.6407V16.056C50.6407 12.5551 47.7504 9.77847 44.2579 9.77847Z' fill='%23FFFFFF'/%3E%3Cpath d='M94.4181 16.056C94.4181 13.9433 96.1643 12.2532 98.3321 12.2532H101.463V9.83881H98.3321C94.7794 9.83881 91.9492 12.6154 91.9492 16.056V27.8867H94.4181V20.0398H101.222V17.6254H94.4181V16.056Z' fill='%23FFFFFF'/%3E%3Cpath d='M115.432 15.5731V23.1182C115.372 24.6272 114.107 25.8344 112.542 25.8344C110.976 25.8344 109.712 24.6272 109.651 23.1182V15.5731H107.183V23.1182C107.183 25.5326 108.929 27.5849 111.277 28.1282V33.2588H113.746V28.1282C116.095 27.5849 117.841 25.593 117.841 23.1182V15.5731H115.432Z' fill='%23FFFFFF'/%3E%3Cpath d='M129.283 22.6957C129.042 23.6615 128.379 24.5065 127.416 25.0498C125.549 26.1363 123.141 25.4723 122.057 23.6615C120.973 21.8506 121.635 19.4966 123.502 18.4101C125.007 17.565 126.874 17.8065 128.078 18.893L122.538 22.0317L123.743 24.084L131.45 19.738C131.33 19.3758 131.149 19.0137 130.969 18.6515C129.222 15.6938 125.308 14.6677 122.237 16.3578C119.166 18.1083 118.143 21.911 119.889 24.8687C121.635 27.8264 125.549 28.8525 128.62 27.1624C130.366 26.1966 131.45 24.5065 131.751 22.6957H129.283Z' fill='%23FFFFFF'/%3E%3Cpath d='M139.52 15.5128C138.014 15.5128 136.689 15.9956 135.606 16.8407V15.5731H133.137V27.8867H135.606V21.7299C135.606 19.6173 137.352 17.9272 139.52 17.9272H140.001V15.5128H139.52Z' fill='%23FFFFFF'/%3E%3Cpath d='M88.1547 22.1524L82.0127 19.3758C81.7116 19.2551 81.5912 18.8929 81.7116 18.5911C81.832 18.3497 82.0127 18.229 82.2535 18.229H89.2386V15.8145H82.2535C81.1095 15.8145 79.9654 16.4785 79.4836 17.565C78.761 19.074 79.4234 20.8245 80.9288 21.5488L87.0708 24.3254C87.3719 24.4461 87.4923 24.8083 87.3719 25.1101C87.2514 25.3516 87.0708 25.4723 86.8299 25.4723H79.6643V27.8867H86.8299C87.974 27.8867 89.1181 27.2227 89.5999 26.1362C90.3827 24.6272 89.7203 22.8768 88.1547 22.1524Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") !important;
  }
  body .navbar--main--none-fixed:hover .btn-primary {
    background: #fff;
    color: #000744 !important;
  }
  body .navbar--main--none-fixed.sps--blw {
    background: transparent !important;
  }
}
body .navbar--main--none-fixed.sps--abv .btn {
  opacity: 0;
}

/* Sections */
.section-404 {
  background-color: #000744;
}
.section-404 img {
  height: auto !important;
}

.author-box:first-of-type .col:first-of-type {
  border-top: 1px solid rgba(198, 193, 210, 0.5);
}
.author-box__image {
  position: relative;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

.author-box figure {
  overflow: hidden;
  border-radius: 16px;
}
.author-box__content {
  color: #706a80;
  flex: 0 0 calc(100% - 70px);
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.author-box h3 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
}
.author-box h4 {
  font-size: 1.2rem;
  line-height: 2rem !important;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .author-box {
    margin-left: calc(16.666% - 20px);
    margin-right: calc(16.666% - 20px);
  }
}
.author-box .social-sharing a {
  width: 4.2rem;
  height: 4.2rem;
  font-size: 1.5rem;
}

.badges-gallery .slick-arrow {
  display: none !important;
}
.badges-gallery__item {
  flex: 0 0 50%;
}
@media (min-width: 1025px) {
  .badges-gallery__item {
    flex: 0 0 33.333%;
  }
  .badges-gallery__item.singleRow {
    flex: 0 0 20%;
  }
}
@media (max-width: 1279.98px) {
  .badges-gallery__item.singleRow {
    flex: 0 0 33.333%;
  }
}

.badges-gallery__item-container {
  height: 175px;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 16px;
  width: 200px;
}
@media (max-width: 1024.98px) {
  .badges-gallery__item-container {
    width: auto;
  }
}
.badges-gallery__item-container:hover {
  z-index: 1;
  text-decoration: none;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  color: initial;
}
.badges-gallery__item-container figure {
  width: 80px;
  margin: 0 auto;
  min-height: 80px;
}
.badges-gallery__item-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.badges-gallery .badges-gallery__text--small {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  min-height: 70px;
  padding: 0 16px;
}
.badges-gallery__text {
  font-size: 1.8rem;
  line-height: 3rem;
}
.badges-gallery__text p {
  font-size: 1.8rem;
  line-height: 3rem;
}

.badges-gallery .slider__controls {
  bottom: 0;
  left: 0;
  position: relative;
  transform: translate(0, 0);
  margin-top: 20px;
}
@media (min-width: 576px) {
  .badges-gallery .slider__controls {
    display: none !important;
  }
}

.content-gallery__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 1279.98px) {
  .content-gallery__content {
    text-align: center;
  }
}

.content-gallery .slider {
  overflow: initial;
}
.content-gallery .slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.content-gallery .slider .slick-dots li button {
  background-color: #C6C1D2;
}
.content-gallery .slider .slick-dots li.slick-active button {
  background-color: #220D4E;
}
.content-gallery__item {
  margin: 0 0 80px 0;
  padding: 0 25px;
  position: relative;
  z-index: 1;
  float: right;
}
.content-gallery__item figure {
  background: #FFFFFF;
  box-shadow: 0px 45px 30px rgba(25, 20, 51, 0.06);
  border-radius: 16px;
  width: 100%;
  height: 290px;
  margin: 0 auto;
}
@media (max-width: 1024.98px) {
  .content-gallery__item figure {
    max-width: 290px;
    width: 100%;
  }
}
.content-gallery__item figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024.98px) {
  .content-gallery .single-stat {
    margin-bottom: 4px;
  }
}

@media (max-width: 1480.98px) {
  .blog-category-box--layout-2 .blog-category-box__items article:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1280px) {
  .blog-category-box--layout-2 .blog-category-box__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .blog-category-box--layout-2 .blog-category-box__items article:nth-child(1) {
    grid-column: 2/4;
    grid-row: 1/3;
    order: 2;
  }
}

.categories-columns .feed-item--layout-4 header h3 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 575.98px) {
  .categories-columns article:nth-of-type(n+4) {
    display: none !important;
  }
}
.categories-columns .btn-arrow {
  font-weight: 400;
}

.blog-featured-items > .container {
  position: relative;
}
.blog-featured-items > .container:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  border-bottom: 1px solid rgba(198, 193, 210, 0.5);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.blog-featured-items ul li:first-of-type header {
  padding-top: 0 !important;
}
.blog-featured-items ul li:last-of-type article {
  border-bottom: none;
}
@media (min-width: 1025px) {
  .blog-featured-items__featured-item > article {
    position: sticky;
    top: 95px;
  }
}
.blog-featured-items__featured-item a {
  box-shadow: none;
}

.blog-feed .fade:not(.show).in {
  opacity: 1;
}
.blog-feed .nav-tabs .nav-item .nav-link {
  transition: none;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.blog-feed .nav-tabs .nav-link.active a {
  color: #c6c1d2;
}
@media (min-width: 576px) {
  .blog-feed .newsletter-subscription-form {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .blog-feed__cta {
    min-height: 315px;
  }
}
@media (min-width: 1481px) {
  .blog-feed__cta {
    min-height: 350px;
  }
}

.buttons-items-grid > .container {
  position: relative;
  z-index: 1;
}
.buttons-items-grid__holder {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  height: 100%;
}
.buttons-items-grid__holder:before {
  color: #220d4e;
  display: block;
  content: "";
  position: absolute;
  transition: all 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  top: 50%;
  right: 20px;
  font-size: 1.3rem;
  transform: translateY(-50%);
  font-family: "icons";
  content: "\e807";
}

.buttons-items-grid__button {
  font-size: 2rem;
  line-height: 2.8rem;
  text-decoration: none;
  color: #514b5f;
  font-weight: 600;
  position: relative;
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .buttons-items-grid__button {
    min-height: 150px;
  }
}
.buttons-items-grid__button:hover {
  color: #000744;
}
.buttons-items-grid__button:hover .text-secondary {
  color: #000744 !important;
}
.buttons-items-grid__button:hover .buttons-items-grid__holder:before {
  transition-duration: 0.15s;
  transform: translate(5px, -50%);
}
.buttons-items-grid__button--tag {
  min-height: unset;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #514b5f !important;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  padding: 7px 12px !important;
  font-weight: 400;
  text-decoration: none !important;
}
.buttons-items-grid__button--tag:hover {
  text-decoration: none;
  background-color: #e5e6ec;
  color: #220d4e;
}

.buttons-items-grid figure img {
  max-width: 32px;
  max-height: 32px;
}

.cards-items-grid__item figure {
  width: 100%;
  position: relative;
  height: 125px;
}
.cards-items-grid__item figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 50px;
}

.cards-items-grid__holder {
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  background-color: #ffffff;
  height: 100%;
}

.section-chapter {
  padding-bottom: 40px;
}
.section-chapter__title {
  color: #220d4e;
}

.section-guide {
  position: relative;
}
.section-guide__toc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .section-guide__toc {
    overflow-y: auto;
  }
}
.section-guide__toc ul {
  position: sticky;
  left: 0;
  top: 120px;
}

.company-stats {
  position: relative;
}
.company-stats .container {
  position: relative;
  z-index: 2;
}
.company-stats__item {
  position: relative;
}
.company-stats__item p {
  max-width: 195px;
}
.company-stats__item:not(:last-child):before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #e5e6ec;
  height: 78px;
}
@media (max-width: 575.98px) {
  .company-stats__item:nth-child(n+5) {
    display: none !important;
  }
  .company-stats__item:nth-child(even):before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1279.98px) {
  .company-stats__item:nth-child(3):before {
    display: none;
  }
}
.company-stats__item p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.compare-tables {
  position: relative;
}
.compare-tables__content-top:before {
  display: block;
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  z-index: 0;
  left: 0;
  height: 105px;
  background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23f0f8ff'/%3E%3C/svg%3E");
  bottom: 0;
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .compare-tables__content-top:before {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f0f8ff'/%3E%3C/svg%3E");
    height: 180px;
  }
}
@media (min-width: 1280px) {
  .compare-tables__content-top:before {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f0f8ff'/%3E%3C/svg%3E");
    height: 210px;
  }
}
.compare-tables__content {
  background-size: contain;
  background: #f0f8ff;
}
.compare-tables__tables > .row {
  position: relative;
  z-index: 1;
}
.compare-tables__tables:before {
  background: #f0f8ff;
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
}
@media (min-width: 768px) {
  .compare-tables__tables:before {
    height: 70%;
  }
}
.compare-tables__tables:after {
  display: block;
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  height: 105px;
  top: 90%;
  background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23f0f8ff'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .compare-tables__tables:after {
    top: 68%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .compare-tables__tables:after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f0f8ff'/%3E%3C/svg%3E");
    height: 180px;
  }
}
@media (min-width: 1280px) {
  .compare-tables__tables:after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f0f8ff'/%3E%3C/svg%3E");
    height: 210px;
  }
}
@media (max-width: 1279.98px) {
  .compare-tables.pricing-tables .row {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .compare-tables.pricing-tables .compare-tables__tables:before {
    height: 110%;
  }
}
@media (max-width: 768px) {
  .compare-tables.pricing-tables .compare-tables__tables:before {
    height: 110%;
  }
}
@media (min-width: 768px) {
  .compare-tables.pricing-tables .compare-tables__tables::after {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .compare-tables.pricing-tables .compare-tables__tables::after {
    top: 110%;
  }
}
.compare-tables.pricing-tables .compare-item__bottom p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #514B5F;
  margin-bottom: 16px;
}
.compare-tables.pricing-tables .compare-item__bottom ul {
  margin-top: 0;
  padding-top: 0;
}
.compare-tables .compare-item {
  position: relative;
  z-index: 1;
}
.compare-tables .compare-item .btn {
  border-radius: 8px;
}
.compare-tables .compare-item__subtitle {
  font-size: 2.4rem;
  line-height: 32px;
}
.compare-tables .compare__item--holder {
  height: 100%;
  padding: 40px 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
}
.compare-tables .compare__item--top {
  border-bottom: 1px solid rgba(34, 13, 78, 0.1);
}
.compare-tables ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
}
.compare-tables ul li {
  padding-left: 0 !important;
  font-size: 16px;
}
.compare-tables ul li:before {
  content: "\e809";
  font-size: 1.8rem;
  color: #00c2ff;
  display: inline-block;
  font-family: "icons";
  margin: 0.3em 1rem 0 0;
  font-weight: normal;
}
.compare-tables ul h3 {
  font-size: 2.4rem;
  line-height: 32px;
}
.compare-tables .compare__top-image {
  margin-top: -50%;
}
@media (min-width: 1400px) {
  .compare-tables .compare__top-image {
    margin-top: -40%;
  }
}

/* ---------- */
.section-compare .compare-title {
  background-color: #220d4e;
  border-radius: 8px 8px 0 0;
}
.section-compare .compare-title .h5 {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .section-compare .compare-sub-title .col-bg-dark {
    position: relative;
  }
  .section-compare .compare-sub-title .col-bg-dark:after {
    content: "";
    height: calc(100% - 11px);
    border: 1px solid #C6C1D2;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
  }
}
@media screen and (min-width: 576px) {
  .section-compare .col-bg-dark {
    background-color: #f7f7f7;
  }
}
.section-compare .compare-table-box {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .section-compare .compare-table-box {
    border-radius: 0 0 8px 8px;
  }
}
.section-compare .compare-row > div {
  font-size: 16px;
}
.section-compare .compare-row + .compare-row > div {
  border-top: 1px solid #e3e1e8;
}
.section-compare .compare-row .icon-ok-1 {
  color: #1EFFAE;
  font-size: 20px;
}
.section-compare .compare-row .icon-cancel {
  color: #FF3377;
  font-size: 24px;
}

.compare-table {
  position: relative;
}
.compare-table__sticky {
  position: sticky;
  z-index: 999;
  background-color: #fff;
  top: 0;
  transition: all 0.2s ease;
}
.compare-table__sticky.has-nav {
  top: 67px;
}
.compare-table__sticky.is-sticky {
  box-shadow: 0 2px 10px rgba(0, 51, 99, 0.1);
}

.contact-info > .row {
  background-color: #f0f8ff;
  border-radius: 8px;
}
.contact-info__item {
  color: #220d4e;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.contact-info__item h4 {
  line-height: 3.2rem;
}
.contact-info__item p a {
  color: #220d4e;
  text-decoration: none;
}
.contact-info__item p a:hover {
  text-decoration: underline;
}

.custom-gallery__preloader {
  position: absolute;
  left: 0;
}

.custom-gallery .slider {
  height: unset;
}
.custom-gallery__item {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  max-width: 70%;
}
.custom-gallery__item figure {
  height: 173px;
  margin: 0 10px;
}
@media (min-width: 576px) {
  .custom-gallery__item {
    margin: 20px;
    padding-bottom: 19.5%;
    width: calc(33.333% - 40px);
  }
  .custom-gallery__item figure {
    margin: 0;
    position: absolute !important;
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 70%;
  }
  .custom-gallery__item img {
    -o-object-fit: fill;
       object-fit: fill;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-gallery__item--style-2 figure {
    padding-bottom: 25%;
    width: 54%;
    height: 58%;
  }
  .custom-gallery__item--item-1 {
    margin-top: 3.5%;
  }
  .custom-gallery__item--item-2 {
    padding-bottom: 15%;
  }
  .custom-gallery__item--item-2 figure {
    padding-bottom: 50%;
  }
  .custom-gallery__item--item-3 {
    margin-top: 3%;
  }
  .custom-gallery__item--item-4 {
    justify-content: flex-end;
  }
  .custom-gallery__item--item-5 {
    transform: translateY(-34%);
  }
  .custom-gallery__item--item-5 figure {
    padding-bottom: 50%;
  }
  .custom-gallery__item--item-6 {
    transform: translateY(-45%);
  }
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .custom-gallery__item {
    margin: 10px;
  }
  .custom-gallery__item--item-5 {
    transform: translateY(-24%);
  }
}

.custom-related-posts .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) {
  .custom-related-posts .grid {
    display: grid;
    width: 100%;
    align-items: start;
    grid-template-columns: 60% 40%; /* Left column takes half of the screen, right column takes the other half */
  }
}
.custom-related-posts .featured-item {
  grid-column: 1/span 1; /* The featured item spans one column */
}
@media (min-width: 1280px) {
  .custom-related-posts .items {
    grid-column: 2/span 1; /* The items start from the second column and span one column */
    display: grid;
    grid-gap: 10px; /* Adjust the gap between items as needed */
  }
}
.custom-related-posts .item a {
  text-decoration: none;
}
.custom-related-posts .item a h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.custom-related-posts .featured-item a {
  text-decoration: none;
}
.custom-related-posts .featured-item a h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1480.98px) {
  .custom-related-posts .featured-item a h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.customers-video__player {
  border-radius: 8px;
  overflow: hidden;
}

.customers-video__body {
  max-width: 1030px;
  margin: 0 auto;
}

.customers-video__btn-vid-play-toggle {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 67px;
  background: url("../images/ico-play-1.svg") no-repeat center/cover;
  z-index: 2;
  border: none;
  transition: all 0.75s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: center;
}
@media (min-width: 576px) {
  .customers-video__btn-vid-play-toggle {
    width: 90px;
    height: 90px;
  }
}
.customers-video__btn-vid-play-toggle:hover {
  transform-origin: center;
  transform: translate(-50%, -50%) scale(1.05);
}
.customers-video__btn-vid-play-toggle:focus {
  outline: none;
}
.customers-video__btn-vid-play-toggle.on {
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.65s 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.3s 0.1s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 1;
}
.customers-video__btn-vid-play-toggle.on:hover {
  transform-origin: center;
  transition: opacity 0.65s 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.3s 0.1s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  transform: translate(-50%, -50%) scale(1.1);
}

.cta-banner .row:nth-child(1) {
  border-radius: 8px;
  background-color: #220d4e;
}
@media (min-width: 1025px) {
  .cta-banner__content {
    min-height: 300px;
  }
}

.cta-banner figure {
  position: relative;
}
.cta-banner figure img {
  position: absolute;
  width: 576px;
  height: auto;
  max-width: unset;
}
@media (max-width: 1024.98px) {
  .cta-banner figure {
    min-height: 200px;
  }
  .cta-banner figure img {
    max-width: 435px;
    left: 50%;
    transform: scale(0.75) translateX(calc(-50% + 8px));
    transform-origin: left;
    bottom: -20px;
  }
}
@media (min-width: 1025px) {
  .cta-banner figure img {
    width: 467px;
    left: unset;
    right: 62px;
    bottom: -24px;
  }
}
@media (min-width: 1025px) {
  .cta-banner figure img {
    width: 576px;
    right: -95px;
    bottom: -27px;
  }
}
@media (min-width: 1481px) {
  .cta-banner figure img {
    right: 5px;
    bottom: -29px;
  }
}
.cta-banner.stlye-center-no-image {
  min-height: 304px;
}
.cta-banner.stlye-center-no-image .row:nth-child(1) {
  background: transparent;
}
.cta-banner.stlye-center-no-image .header {
  max-width: 900px;
  margin: 0 auto;
}
.cta-banner__content {
  min-height: initial;
  background-image: url(../images/cta_bg_mobile.svg);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .cta-banner__content {
    background-image: url(../images/cta_bg_tablet.svg);
  }
}
@media (min-width: 1025px) {
  .cta-banner__content {
    background-image: url(../images/cta_bg_laptop.svg);
  }
}
@media (min-width: 1280px) {
  .cta-banner__content {
    background-image: url(../images/cta_bg_desktop.svg);
  }
}
.cta-banner__content h2 {
  margin-bottom: 8px;
}

.section-faq > .container {
  position: relative;
  z-index: 1;
}
.section-faq article {
  position: relative;
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  border-top: 1px solid #e5e6ec;
}
.section-faq article:last-child {
  border-bottom: 1px solid #e5e6ec;
}
.section-faq article header h3 {
  transition: color 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  position: relative;
}
.section-faq article header h3:after {
  margin-left: 5px;
  display: block;
  content: "";
  position: absolute;
  right: -30px;
  top: 4px;
  font-family: "icons";
  color: #000744;
  font-size: 2rem;
  content: "\e803";
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.section-faq article header:hover {
  cursor: pointer;
}
.section-faq article header:hover h3 {
  color: #79718b;
}
.section-faq article.on {
  z-index: 1;
}
.section-faq article.on .section-faq__text {
  height: auto;
  padding-bottom: 15px;
}
.section-faq article.on header {
  padding-top: 10px;
  padding-bottom: 0 !important;
}
.section-faq article.on header h3 {
  color: #514b5f;
  margin-bottom: 10px;
}
.section-faq article.on header h3:after {
  transform: rotate(180deg);
}
.section-faq__text {
  height: 0;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 3rem;
}
.section-faq__text ol,
.section-faq__text ul {
  list-style: none;
}
.section-faq__text li {
  position: relative;
  padding: 5px 0;
}
.section-faq__text li::marker {
  display: none;
}
.section-faq__text li:before {
  top: 5px;
  left: -20px;
  background: none;
  color: #00c2ff;
  width: unset;
  height: unset;
  display: block;
  content: "";
  position: absolute;
  content: "\e809";
  font-family: "icons";
  margin-right: 10px;
}

.glossary-archive__group {
  border-bottom: 1px solid #e5e6ec;
}
.glossary-archive__group h2 {
  font-size: 5.6rem;
  line-height: 6rem;
}
.glossary-archive__group > ul {
  display: flex;
  flex-flow: row wrap;
}
.glossary-archive__group > ul li {
  display: inline-block;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .glossary-archive__group > ul li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1280px) {
  .glossary-archive__group > ul li {
    width: 33.333%;
    flex: 0 0 33.333%;
  }
}
.glossary-archive__group a {
  text-decoration: none;
}
.glossary-archive__group.active h2 {
  color: #00c2ff;
}

.glossary-archive .sidebar-nav li:not(.active) a:hover {
  color: #79718b;
}
.glossary-archive .sidebar-nav li:not(.active) a:hover span {
  color: #79718b;
}

.hero-banner {
  background-repeat: no-repeat;
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
.hero-banner .hero-form {
  max-width: 565px;
  position: relative;
}
@media (max-width: 1480.98px) {
  .hero-banner .hero-form {
    max-width: 100%;
  }
}
.hero-banner .hero-list-holder {
  padding-top: 40px;
}
.hero-banner .hero-list-holder .hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-banner .hero-list-holder .hero-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  padding-left: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  position: relative;
}
.hero-banner .hero-list-holder .hero-list li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 35px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83057 6.64212L4.68504 9.54752C5.26408 10.1369 6.2107 10.147 6.80225 9.57022L14.1691 2.38672' stroke='%2300C2FF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.hero-banner .marketo-form {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 50px 90px rgba(25, 20, 51, 0.1);
}
@media (max-width: 1279.98px) {
  .hero-banner .marketo-form {
    position: initial;
  }
}
.hero-banner .marketo-form .btn {
  width: 100%;
}
.hero-banner .marketo-form .btn:hover, .hero-banner .marketo-form .btn:focus {
  color: #220d4e !important;
  border-color: #220d4e !important;
}
.hero-banner .marketo-form .btn.btn-outline-dark-blue:hove r {
  color: #fff !important;
}
.hero-banner__singupform input {
  display: block;
  width: 100%;
  height: calc(1.68em + 2.6rem + 2px);
  padding: 1.3rem 3.85rem;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.68;
  color: #514b5f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a4a0ab;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hero-banner__singupform button {
  background-color: #00c2ff;
  color: #fff;
  border-color: #00c2ff;
}
.hero-banner__singupform button:hover {
  color: #00c2ff;
}

.hero-banner__buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.hero-banner p {
  margin: 15px 0;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (min-width: 1025px) {
  .hero-banner figure img {
    width: 125%;
    position: absolute;
    max-width: 125%;
  }
}
@media all and (min-width: 1600px) {
  .hero-banner figure img {
    max-width: 107%;
  }
}
.hero-banner.no-image-on-mobile::after {
  top: 80%;
}
.hero-banner.no-image-on-mobile::before {
  height: 80%;
}

.singup-form__list li {
  color: #514b5f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
}
.singup-form__list li::before {
  color: #4bdc96;
  margin-right: 11px;
}

.singup-form .btn-primary--blue {
  background-color: #00c2ff !important;
  color: #fff !important;
  border-color: #00c2ff !important;
  padding: 13px;
}
.singup-form__disclaimer .col {
  color: #C6C1D2;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.singup-form__form .field__label {
  left: 40px;
}
.singup-form__form .field__label--disclaimer {
  left: 0;
}

.mfp-content {
  padding: 0;
}

.modal-dialog {
  margin: 0;
}

#signpopup-form {
  position: relative;
  margin-top: 45px;
}
#signpopup-form .mfp-close {
  right: 20px;
  top: 20px;
}
#signpopup-form .modal-dialog {
  max-width: 100%;
  width: 100%;
}
#signpopup-form .btn-primary--blue {
  background-color: #00c2ff !important;
  color: #fff !important;
  border-color: #00c2ff !important;
}
#signpopup-form .btn-icon {
  right: 21px;
}
#signpopup-form .popup-form-header h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
}

.hero-banner-simple > .container {
  z-index: 1;
  position: relative;
}
.hero-banner-simple .form {
  box-shadow: 0 50px 90px rgba(25, 20, 51, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
}
.hero-banner-simple__subtitle {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.hero-banner-simple--form-sent .marketo-form__form {
  opacity: 0;
  transform: scale(0.8) translateY(50px);
}

@media (max-width: 1279.98px) {
  .hero-banner-simple__image {
    height: unset !important;
  }
}
.hero-banner-simple__image--guide-cover figure {
  padding-bottom: 48%;
}
@media (min-width: 576px) {
  .hero-banner-simple__image--guide-cover figure {
    padding-bottom: 42%;
  }
}
@media (min-width: 1280px) {
  .hero-banner-simple__image--guide-cover figure {
    padding-bottom: 53.5%;
  }
}

@media (min-width: 1025px) {
  .hero-banner-simple .logos-wave__logo {
    margin: 25px 30px;
  }
}
.hero-banner-simple .text-items-grid__item--holder {
  height: 100%;
  padding: 40px 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
}
.hero-banner-simple .text-items-grid__item--holder h4 {
  padding-top: 15px;
}
@media (min-width: 576px) {
  .hero-banner-simple .text-items-grid__item--holder {
    padding: 40px 20px;
  }
}
.hero-banner-simple .text-items-grid__text {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 575.98px) {
  .hero-banner-simple .text-items-grid__text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hero-banner-simple .text-items-grid__text p {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  .hero-banner-simple--guide .component-breadcrumbs {
    margin-left: 8.333% !important;
    margin-right: 8.333%;
  }
}
@media (min-width: 576px) {
  .hero-banner-simple--guide .hero-banner-simple__title {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}

.hero-banner-simple.hero-banner-simple--roi {
  font-family: "Gilroy";
}
.hero-banner-simple.hero-banner-simple--roi .hero-banner-simple__subtitle {
  letter-spacing: 0.2px;
}
.hero-banner-simple.hero-banner-simple--roi .hero-banner-simple__title {
  font-size: 40px;
  line-height: 48px;
  padding: 16px 0 !important;
  letter-spacing: 0.2px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .hero-banner-simple.hero-banner-simple--roi .hero-banner-simple__title {
    font-size: 48px;
    line-height: 56px;
    padding: 5px 0 !important;
    margin-bottom: 11px;
  }
}
@media (min-width: 790px) {
  .hero-banner-simple.hero-banner-simple--roi .hero-banner-simple__title {
    font-size: 56px;
    line-height: 60px;
    padding: 13px 0 !important;
  }
}
.hero-banner-simple.hero-banner-simple--roi .hero-banner-simple__text {
  font-weight: 500;
}
.hero-banner-simple.hero-banner-simple--roi .col-lg-8, .hero-banner-simple.hero-banner-simple--roi .col-lg-7 {
  max-width: 92%;
}
@media (min-width: 600px) {
  .hero-banner-simple.hero-banner-simple--roi .col-lg-8, .hero-banner-simple.hero-banner-simple--roi .col-lg-7 {
    max-width: 72%;
  }
}

.homepage-hero-banner {
  z-index: 0;
}
@media (max-width: 1024px) {
  .homepage-hero-banner {
    overflow-x: hidden;
    min-height: 700px;
  }
}
.homepage-hero-banner h1 {
  font-size: 5rem;
  line-height: 5.5rem;
}
@media (min-width: 1025px) {
  .homepage-hero-banner h1 {
    font-size: 10rem;
    line-height: 9.5rem;
  }
}
.homepage-hero-banner__body {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (min-width: 1024px) {
  .homepage-hero-banner__body {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
}

.homepage-hero-banner .container {
  position: relative;
}
.homepage-hero-banner .container .row {
  position: relative;
  z-index: 3;
}
@media (max-width: 321px) {
  .homepage-hero-banner .container .row {
    padding-top: 120px !important;
  }
}
.homepage-hero-banner__groups {
  position: absolute;
  left: 50%;
  top: 45px;
  z-index: 1;
}

.homepage-hero-banner__group {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50px;
}

.homepage-hero-banner__icon {
  position: absolute;
  max-width: 65px;
}
@media (min-width: 1024px) {
  .homepage-hero-banner__icon {
    animation: float 3s ease-in-out infinite;
  }
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-1 {
  animation-delay: 0.3s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-2 {
  animation-delay: 0.6s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-3 {
  animation-delay: 0.9s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-4 {
  animation-delay: 1.2s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-5 {
  animation-delay: 1.5s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-6 {
  animation-delay: 1.8s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-7 {
  animation-delay: 2.1s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-8 {
  animation-delay: 2.4s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-9 {
  animation-delay: 2.7s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-10 {
  animation-delay: 3s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-11 {
  animation-delay: 3.3s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-12 {
  animation-delay: 3.6s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-13 {
  animation-delay: 3.9s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-14 {
  animation-delay: 4.2s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-15 {
  animation-delay: 4.5s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-16 {
  animation-delay: 4.8s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-17 {
  animation-delay: 5.1s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-18 {
  animation-delay: 5.4s;
}
.homepage-hero-banner__icon.homepage-hero-banner__icon--icon-19 {
  animation-delay: 5.7s;
}
.homepage-hero-banner__icon--icon-1 {
  left: calc(50% - 220px);
  top: 520px;
}

.homepage-hero-banner__icon--icon-2 {
  left: calc(50% + 150px);
  top: 520px;
}

.homepage-hero-banner__icon--icon-4 {
  left: calc(50% + 1045px);
  top: calc(50% + 295px);
}

.homepage-hero-banner__icon--icon-5 {
  left: calc(50% + 1095px);
  top: calc(50% - 170px);
}

.homepage-hero-banner__icon--icon-6 {
  left: calc(50% - 30px);
  top: -40px;
}

.homepage-hero-banner__icon--icon-7 {
  left: calc(50% - 210px);
  top: 140px;
}

.homepage-hero-banner__icon--icon-8 {
  left: calc(50% + 140px);
  top: 130px;
}

.homepage-hero-banner__icon--icon-15 {
  left: calc(50% - 270px);
  top: 480px;
}

@media (max-width: 321px) {
  .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-6 {
    top: -90px;
  }
  .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-6, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-1, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-2, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-7, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-8 {
    display: none;
  }
}
@media (max-width: 768px) {
  .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-4, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-5, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-10, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-11, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-12, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-13, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-14, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-15, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-16 {
    display: none;
  }
}
@media (min-width: 567px) and (max-width: 768px) {
  .homepage-hero-banner__icon--icon-1 {
    left: calc(50% - 400px);
    top: 160px;
  }
  .homepage-hero-banner__icon--icon-2 {
    left: calc(50% + 340px);
    top: 160px;
  }
  .homepage-hero-banner__icon--icon-6 {
    left: calc(50% - 30px);
    top: -70px;
  }
  .homepage-hero-banner__icon--icon-7 {
    left: calc(50% - 310px);
    top: -20px;
  }
  .homepage-hero-banner__icon--icon-8 {
    left: calc(50% + 230px);
    top: -20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-2, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-11, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-12, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-13, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-14, .homepage-hero-banner__icon.homepage-hero-banner__icon--icon-15 {
    display: none;
  }
}
@media (min-width: 769px) {
  .homepage-hero-banner__icon--icon-1 {
    left: calc(50% - 420px);
    top: calc(50% + 115px);
  }
  .homepage-hero-banner__icon--icon-4 {
    left: calc(50% + 245px);
    top: calc(50% + 450px);
  }
  .homepage-hero-banner__icon--icon-7 {
    left: calc(50% + 390px);
    top: calc(50% + 280px);
  }
  .homepage-hero-banner__icon--icon-8 {
    left: calc(50% + 404px);
    top: calc(50% + 25px);
  }
  .homepage-hero-banner__icon--icon-10 {
    left: calc(50% - 450px);
    top: calc(50% + 280px);
  }
  .homepage-hero-banner__icon--icon-16 {
    left: calc(50% - 305px);
    top: calc(50% + 420px);
  }
}
@media (min-width: 1025px) {
  .homepage-hero-banner__icon--icon-1 {
    left: calc(50% - 660px);
    top: calc(50% + 115px);
  }
  .homepage-hero-banner__icon--icon-2 {
    left: calc(50% - 470px);
    top: calc(50% - 25px);
  }
  .homepage-hero-banner__icon--icon-4 {
    left: calc(50% + 805px);
    top: calc(50% + 360px);
  }
  .homepage-hero-banner__icon--icon-5 {
    left: calc(50% + 815px);
    top: calc(50% + 20px);
  }
  .homepage-hero-banner__icon--icon-6 {
    left: calc(50% + 610px);
    top: calc(50% + 120px);
  }
  .homepage-hero-banner__icon--icon-7 {
    left: calc(50% + 480px);
    top: calc(50% + 280px);
  }
  .homepage-hero-banner__icon--icon-8 {
    left: calc(50% + 404px);
    top: calc(50% - 25px);
  }
  .homepage-hero-banner__icon--icon-10 {
    left: calc(50% - 550px);
    top: calc(50% + 280px);
  }
  .homepage-hero-banner__icon--icon-11 {
    left: calc(50% - 880px);
    top: calc(50% + 30px);
  }
  .homepage-hero-banner__icon--icon-12 {
    left: calc(50% - 1090px);
    top: calc(50% + 240px);
  }
  .homepage-hero-banner__icon--icon-13 {
    left: calc(50% + 1030px);
    top: calc(50% + 260px);
  }
  .homepage-hero-banner__icon--icon-14 {
    left: calc(50% - 1170px);
    top: calc(50% + 50px);
  }
  .homepage-hero-banner__icon--icon-15 {
    left: calc(50% + 1105px);
    top: calc(50% - 30px);
  }
  .homepage-hero-banner__icon--icon-16 {
    left: calc(50% - 805px);
    top: calc(50% + 360px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.horizontal-bullets li {
  font-size: 1.8rem;
  line-height: 3rem;
}
.horizontal-bullets li:before {
  top: 5px;
  left: 20px;
  background: none;
  width: unset;
  height: unset;
  display: block;
  content: "";
  position: absolute;
  content: "\e809";
  font-family: "icons";
  margin-right: 10px;
  color: #1EFFAE;
}
.horizontal-bullets li h3 {
  font-size: 2rem;
  line-height: 2.8rem;
}

.inline-cta h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.inline-cta h4,
.inline-cta p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blog-feed .inline-cta .container {
  height: calc(100% - 40px);
}
.blog-feed .inline-cta .container .row {
  height: 100%;
}

.image-items-grid__image {
  position: relative;
}

.image-items-grid__header h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.image-items-grid__item figure img {
  height: 80px;
  width: auto;
}

.image-items-grid__text {
  font-size: 2rem;
  line-height: 3.4rem;
}
.image-items-grid__text ul {
  padding: 0 0 0 45px;
  list-style: none;
}
.image-items-grid__text ul li {
  padding: 5px 0;
}
.image-items-grid__text ul li:before {
  top: 5px;
  left: -38px;
  background: none;
  width: unset;
  height: unset;
  display: block;
  content: "";
  position: absolute;
  content: "\e809";
  font-family: "icons";
  margin-right: 10px;
}

.image-items-grid--reverse .image-items-grid__bg-image {
  top: 50%;
}
@media (min-width: 576px) {
  .image-items-grid--reverse .image-items-grid__bg-image {
    right: -4%;
    left: unset;
  }
}
.image-items-grid--reverse .image-items-grid__bg-image svg,
.image-items-grid--reverse .image-items-grid__bg-image img {
  left: unset;
  right: 0;
  width: 1097px;
  height: 940px;
}

.image-items-grid--reverse .image-items-grid__image {
  direction: rtl;
}

.image-items-grid--reverse .image-items-grid__layer {
  left: 0;
}

.image-items-grid__bg-image {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .image-items-grid__bg-image {
    left: 0;
  }
}
.image-items-grid__bg-image svg,
.image-items-grid__bg-image img {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 1097px;
  left: 0;
  position: absolute;
  max-width: 150vw;
}
@media (min-width: 576px) {
  .image-items-grid__bg-image svg,
  .image-items-grid__bg-image img {
    max-width: 140%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .image-items-grid__bg-image svg,
  .image-items-grid__bg-image img {
    max-width: 130%;
  }
}

.image-items-grid__layer {
  left: 0;
  top: 0;
  position: relative;
  height: auto;
}
@media (max-width: 1200px) {
  .image-items-grid__layer {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .image-items-grid__layer {
    width: 120%;
    max-width: 120%;
  }
}
@media (min-width: 1440px) {
  .image-items-grid__layer {
    width: 125%;
    max-width: 125%;
  }
}
@media (min-width: 1700px) {
  .image-items-grid__layer {
    width: 135%;
    max-width: 135%;
  }
}

.logos-strip {
  overflow: hidden;
}
.logos-strip .container-fluid, .logos-strip .container-xs, .logos-strip .container-sm, .logos-strip .container-md, .logos-strip .container-lg, .logos-strip .container-xl {
  max-width: 1320px;
}
.logos-strip .container {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .logos-strip .container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1414px;
  }
}
.logos-strip__items {
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
  .logos-strip__items {
    flex-wrap: wrap;
  }
}
.logos-strip__items .slick-list {
  padding: 0 100px !important;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .logos-strip__items .slick-list {
    max-width: 100%;
  }
}

.logos-strip__item {
  width: 50%;
  flex: 0 0 50%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.logos-strip__item img {
  width: unset;
  max-width: 80%;
  height: auto;
}
@media (min-width: 576px) {
  .logos-strip__item {
    flex: 33.33%;
  }
}
@media (min-width: 1280px) {
  .logos-strip__item {
    width: 14.2857142857%;
    flex: 0 0 14.2857142857%;
  }
}

.marketo-form__form {
  width: 100% !important;
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.marketo-form__form.mktoForm button[type=submit] {
  max-width: unset;
  padding: 14px 1em !important;
}

.marketo-form__success-msg header,
.marketo-form__success-msg .marketo-form__success-msg--title,
.marketo-form__success-msg .marketo-form__success-msg--text,
.marketo-form__success-msg .marketo-form__success-msg--image,
.marketo-form__success-msg .marketo-form__success-msg--content {
  transition: all 0.25s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 0;
}
.marketo-form__success-msg.on header,
.marketo-form__success-msg.on .marketo-form__success-msg--title,
.marketo-form__success-msg.on .marketo-form__success-msg--text,
.marketo-form__success-msg.on .marketo-form__success-msg--image,
.marketo-form__success-msg.on .marketo-form__success-msg--content {
  transition: all 0.4s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 1;
}
.marketo-form__success-msg.on header {
  transition-delay: 0.1s;
}
.marketo-form__success-msg.on .marketo-form__success-msg--title {
  transition-delay: 0.2s;
}
.marketo-form__success-msg.on .marketo-form__success-msg--text {
  transition-delay: 0.3s;
}
.marketo-form__success-msg.on .marketo-form__success-msg--image {
  transition-delay: 0.4s;
}
.marketo-form__success-msg.on .marketo-form__success-msg--content {
  transition-delay: 0.4s;
}

@media (min-width: 1025px) {
  .marketo-form--report {
    position: absolute;
    right: 0;
  }
}
.marketo-form--report .form__form-holder {
  position: sticky;
  top: 100px;
}
.marketo-form--report .form__form-holder .mktoButtonWrap.mktoSimple .mktoButton {
  font-size: 1.6rem !important;
  width: 100%;
}

.marketo-form--box-shadow {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 50px 90px rgba(25, 20, 51, 0.1);
}

.marketo-form.marketo-form--inline .form-confirmation {
  padding: 15px 30px 40px;
  margin: 30px 0;
  border-radius: 8px;
  background-color: #f0f8ff;
}

.mktoHasWidth .form-preloader {
  display: none;
}

.newsletter-subscription-form h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
}
@media (min-width: 576px) {
  .newsletter-subscription-form h3 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
.newsletter-subscription-form__logo {
  width: 100%;
  max-width: 123px;
  height: auto;
}

.newsletter-subscription-form__subtitle {
  font-weight: 500 !important;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.newsletter-subscription-form figure {
  position: relative;
}
.newsletter-subscription-form figure img {
  position: absolute;
  width: 468px;
  height: 379px;
}
@media (max-width: 1024.98px) {
  .newsletter-subscription-form figure {
    min-height: 240px;
  }
  .newsletter-subscription-form figure img {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .newsletter-subscription-form figure img {
    left: 0;
    bottom: -25px;
  }
}

body.archive.category section .newsletter-subscription-form .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.offices-info__item {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.podcasts-host figure {
  height: 80px;
  width: 80px;
  max-width: unset;
  flex: 0 0 80px;
  margin: auto;
  border-radius: 8px;
}
.podcasts-host--single-podcast .podcasts-host__text {
  color: #706a80;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.podcasts-host--single-podcast .podcasts-host__text p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.podcasts-host--single-podcast .podcasts-host__name {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #220d4e;
  margin-left: 0 !important;
}
.podcasts-host--single-podcast .podcasts-host__name span {
  font-weight: 600;
}

.podcast-links img {
  width: 30px;
}

.products-list ul {
  list-style: none;
}
.products-list h4 {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 2.8rem;
}
.products-list li {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024.98px) {
  .products-list li:after {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(3px, -50%);
    content: "\e804";
    color: #220d4e;
    font-weight: normal;
    font-family: "icons";
    font-size: 1.3rem;
  }
}
.products-list li > a {
  text-decoration: none;
  height: 100%;
  background-color: #ffffff;
}
.products-list li:hover {
  text-decoration: none;
  box-shadow: 0 50px 90px rgba(25, 20, 51, 0.11);
}
.products-list li:hover a {
  text-decoration: none;
}
.products-list__button {
  color: #220d4e;
  font-weight: 500;
  padding: 10px 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  transition: all 0.1s 0s ease-out;
  display: flex;
  align-items: center;
}
.products-list__button:after {
  transition: all 0.1s 0s ease-out;
  display: block;
  content: "";
  position: relative;
  display: inline-block;
  transform: translate(3px, 1px);
  content: "\e807";
  color: #220d4e;
  font-weight: normal;
  font-family: "icons";
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.products-tabs .nav-pills .nav-link.active, .products-tabs .nav-pills .show > .nav-link {
  background: #FFFFFF;
  padding: 25px 40px 25px 25px;
}
.products-tabs .nav-pills .btn-arrow:after {
  top: -1px;
  font-size: 1.1rem;
}
.products-tabs .tab-content > .active {
  opacity: 0;
  transition: 0.2s ease;
}
.products-tabs .tab-content > .active.in {
  opacity: 1;
}
.products-tabs .nav-pills .nav-link a.link,
.products-tabs .nav-pills .nav-link .products-tabs__tab-text {
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 0.4;
}
.products-tabs .nav-pills .btn-arrow,
.products-tabs .nav-pills .nav-link .products-tabs__tab-text,
.products-tabs .nav-pills .nav-link a.link {
  height: 0;
  transition: height 0.2s, transform 0.2s, opacity 0.3s;
  visibility: hidden;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
}
.products-tabs .nav-item {
  border-top: 1px solid #e5e6ec;
}
.products-tabs .nav-item:last-child {
  border-bottom: 1px solid #e5e6ec;
}
.products-tabs .nav-item.active .btn-arrow,
.products-tabs .nav-item.active .nav-link a.link,
.products-tabs .nav-item.active .nav-link .products-tabs__tab-text {
  transition-delay: 0.25s;
  transition: transform 0.35s, opacity 0.3s;
  transform: translateY(0);
  opacity: 1;
  height: unset;
  visibility: visible;
}
.products-tabs .nav-item.active .btn-arrow,
.products-tabs .nav-item.active .products-tabs__tab-text,
.products-tabs .nav-item.active a.link {
  display: inline-block;
}
.products-tabs .nav-item.active .products-tabs__tab-text {
  padding-top: 15px !important;
}
.products-tabs .nav-item.active:before {
  transform: rotate(-180deg);
}
.products-tabs .nav-item:before {
  display: block;
  content: "";
  position: absolute;
  font-family: "icons";
  top: 24px;
  right: 0;
  content: "\e803";
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.products-tabs .nav-item:hover .products-tabs__tab-title {
  color: #79718b;
}
.products-tabs .nav-pills .nav-link.active .products-tabs__tab-title {
  color: #220d4e;
}
.products-tabs .nav-pills .nav-link.active .products-tabs__tab-text {
  display: block;
}
.products-tabs .nav-pills .nav-link.active {
  box-shadow: 0 50px 90px -16px rgba(25, 20, 51, 0.1);
  border-radius: 9px;
}
.products-tabs .nav-pills .nav-link.active .products-tabs__tab-title {
  color: #00c2ff;
}
.products-tabs .nav-pills .nav-link {
  position: relative;
  border-radius: 0.5rem;
  color: #514b5f;
}
.products-tabs .nav-pills .nav-link:hover {
  cursor: pointer;
}
@media (max-width: 1024.98px) {
  .products-tabs .nav-pills .nav-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.products-tabs .nav-pills .nav-link.active a.link {
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #220d4e;
}
.products-tabs__tab-title {
  transition: color 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
}

.products-tabs__tab-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
}
.products-tabs__tab-text ul {
  list-style: none;
}
.products-tabs__tab-text li {
  padding: 5px 0;
}
.products-tabs__tab-text li::marker {
  display: none;
}
.products-tabs__tab-text li:before {
  top: 5px;
  left: -20px;
  background: none;
  color: #00c2ff;
  width: unset;
  height: unset;
  display: block;
  content: "";
  position: absolute;
  content: "\e809";
  font-family: "icons";
  margin-right: 10px;
}

.product-news-archive__item {
  transition: opacity 0s 0s ease, transform 0s 0s ease-out;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  transform: translateY(50px);
  margin-bottom: 0 !important;
  max-width: 100%;
}
.product-news-archive__item.active {
  position: relative;
  margin-bottom: 30px !important;
  opacity: 1;
  transform: translateY(0);
  height: initial;
  transition: opacity 0.25s ease, transform 0.5s ease-out;
}
.product-news-archive__item.active:nth-child(1) {
  transition-delay: 0.1s;
}
.product-news-archive__item.active:nth-child(2) {
  transition-delay: 0.2s;
}
.product-news-archive__item.active:nth-child(3) {
  transition-delay: 0.3s;
}
.product-news-archive__item.active:nth-child(4) {
  transition-delay: 0.4s;
}
.product-news-archive__item.active:nth-child(5) {
  transition-delay: 0.5s;
}
.product-news-archive__item.active:nth-child(6) {
  transition-delay: 0.6s;
}
.product-news-archive__item.active:nth-child(7) {
  transition-delay: 0.7s;
}
.product-news-archive__item.active:nth-child(8) {
  transition-delay: 0.8s;
}
.product-news-archive__item.active:nth-child(9) {
  transition-delay: 0.9s;
}

.product-news-archive__items {
  transition: all 0.25s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  position: relative;
}
.product-news-archive__items.loading {
  opacity: 0.1;
  filter: grayscale(1);
}

.solution-product-hero-banner {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.solution-product-hero-banner .container-fluid, .solution-product-hero-banner .container-xs, .solution-product-hero-banner .container-sm, .solution-product-hero-banner .container-md, .solution-product-hero-banner .container-lg, .solution-product-hero-banner .container-xl {
  max-width: 1640px;
}
@media (min-width: 1025px) {
  .solution-product-hero-banner .container-fluid, .solution-product-hero-banner .container-xs, .solution-product-hero-banner .container-sm, .solution-product-hero-banner .container-md, .solution-product-hero-banner .container-lg, .solution-product-hero-banner .container-xl {
    max-width: 1440px;
  }
}
@media (min-width: 1481px) {
  .solution-product-hero-banner .container-fluid, .solution-product-hero-banner .container-xs, .solution-product-hero-banner .container-sm, .solution-product-hero-banner .container-md, .solution-product-hero-banner .container-lg, .solution-product-hero-banner .container-xl {
    max-width: 1600px;
  }
}
@media (min-width: 1679px) {
  .solution-product-hero-banner .container-fluid, .solution-product-hero-banner .container-xs, .solution-product-hero-banner .container-sm, .solution-product-hero-banner .container-md, .solution-product-hero-banner .container-lg, .solution-product-hero-banner .container-xl {
    max-width: 1452px;
  }
}
@media (min-width: 1681px) {
  .solution-product-hero-banner .container-fluid, .solution-product-hero-banner .container-xs, .solution-product-hero-banner .container-sm, .solution-product-hero-banner .container-md, .solution-product-hero-banner .container-lg, .solution-product-hero-banner .container-xl {
    max-width: 1600px;
  }
}
@media (max-width: 575.98px) {
  .solution-product-hero-banner header h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
  }
}
.solution-product-hero-banner header span {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.solution-product-hero-banner p {
  margin: 25px 0 15px;
}
.solution-product-hero-banner figure {
  position: relative;
}
.solution-product-hero-banner figure img {
  height: auto;
}
@media (min-width: 1025px) {
  .solution-product-hero-banner figure img {
    max-width: 125%;
  }
}
.solution-product-hero-banner--aasa > .container {
  position: relative;
  z-index: 1;
}
.solution-product-hero-banner--aasa form {
  width: 100%;
  max-width: 590px;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024.98px) {
  .solution-product-hero-banner--aasa form {
    left: 40px;
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1024.98px) {
  .solution-product-hero-banner--aasa {
    margin-bottom: 320px;
  }
  .solution-product-hero-banner--aasa:before {
    height: calc(100% + 70px);
  }
  .solution-product-hero-banner--aasa:after {
    bottom: -100px !important;
  }
  .solution-product-hero-banner--aasa form .field__label--default {
    top: 14px;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.solution-product-hero-banner--product > .container {
  position: relative;
  z-index: 1;
}
.solution-product-hero-banner--product:not(.section-bg--blue-light-2) header p {
  font-weight: 500;
}
@media (min-width: 1025px) {
  .solution-product-hero-banner--product figure img {
    position: absolute;
    max-width: 125%;
  }
}

.solution-product-hero-banner--homepage .text-image-columns__text ul li:before {
  left: 0;
  font-weight: 100;
  content: "\e809";
  color: #00c2ff;
}
@media (max-width: 576px) {
  .solution-product-hero-banner--homepage .hero-banner__logos img {
    flex: 0 0 50%;
  }
}

.solution-product-hero-banner--error-page figure {
  position: relative;
}
.solution-product-hero-banner--error-page figure img {
  height: auto;
}
@media (min-width: 1025px) {
  .solution-product-hero-banner--error-page figure img {
    width: 120%;
    max-width: 120%;
  }
}

.solution-product-hero-banner--solution header span {
  font-weight: 400;
}

.solution-product-hero-banner--video::after {
  display: none !important;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .solution-product-hero-banner--video h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .solution-product-hero-banner--video p {
    font-size: 17px !important;
    line-height: 25px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1641px) {
  .solution-product-hero-banner--video {
    padding: 0 20px;
  }
}
@media (min-width: 1440px) and (max-height: 899px) {
  .solution-product-hero-banner--video {
    padding-bottom: 160px !important;
  }
}
@media (min-height: 1081px) {
  .solution-product-hero-banner--video {
    padding-bottom: 160px !important;
  }
}
.solution-product-hero-banner--video .video-container {
  position: initial;
}
.solution-product-hero-banner--video__video {
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1641px) {
  .solution-product-hero-banner--video__video {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 50%;
  }
}
@media (min-width: 1642px) {
  .solution-product-hero-banner--video__video .customers-video {
    margin-right: -17%;
  }
}
@media (min-width: 1280px) and (min-height: 700px) and (max-height: 1080px) {
  .solution-product-hero-banner--video {
    display: flex;
    align-items: flex-start;
    height: calc(100vh - 130px);
  }
}
.solution-product-hero-banner--video p {
  color: #514b5f !important;
}
.solution-product-hero-banner--video .gated-video .subscription-video__form input {
  max-width: 498px;
}
.solution-product-hero-banner--video .gated-video .subscription-video__form--submit {
  width: 100%;
  max-width: 498px;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .solution-product-hero-banner--video .gated-video .subscription-video__poster svg {
    width: 67px;
  }
}

.solution-product-hero-banner.text-light h2 {
  color: #ffffff !important;
}
.solution-product-hero-banner__animation {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.solution-product-hero-banner__animation-controls a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-weight: normal;
  position: relative;
}
.solution-product-hero-banner__animation-controls a:hover {
  color: #00c2ff !important;
}
.solution-product-hero-banner__animation-controls a.on {
  transition-delay: 0;
  color: #00c2ff !important;
}
.solution-product-hero-banner__animation-controls a.on:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #00c2ff;
}

.section-block {
  padding: 60px 0 30px;
}
@media (min-width: 576px) {
  .section-block {
    padding: 100px 0 0;
  }
}
.section-block .container {
  z-index: 1;
  position: relative;
}
@media (max-width: 1024.98px) {
  .section-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .section-block--width-default h1,
  .section-block--width-default h2,
  .section-block--width-default h3,
  .section-block--width-default h4,
  .section-block--width-default h5,
  .section-block--width-default h6,
  .section-block--width-default p {
    max-width: 91.663%;
  }
}
@media (min-width: 1025px) {
  .section-block--width-default h1,
  .section-block--width-default h2,
  .section-block--width-default h3,
  .section-block--width-default h4,
  .section-block--width-default h5,
  .section-block--width-default h6,
  .section-block--width-default p {
    max-width: 49.998%;
  }
}

@media (min-width: 576px) {
  .section-block--width-wide h1,
  .section-block--width-wide h2,
  .section-block--width-wide h3,
  .section-block--width-wide h4,
  .section-block--width-wide h5,
  .section-block--width-wide h6,
  .section-block--width-wide p {
    max-width: 91.663%;
  }
}
@media (min-width: 1025px) {
  .section-block--width-wide h1,
  .section-block--width-wide h2,
  .section-block--width-wide h3,
  .section-block--width-wide h4,
  .section-block--width-wide h5,
  .section-block--width-wide h6,
  .section-block--width-wide p {
    max-width: 83.33%;
  }
}
@media (min-width: 1280px) {
  .section-block--width-wide h1,
  .section-block--width-wide h2,
  .section-block--width-wide h3,
  .section-block--width-wide h4,
  .section-block--width-wide h5,
  .section-block--width-wide h6,
  .section-block--width-wide p {
    max-width: calc(66.664% - 40px);
  }
}
@media (min-width: 1481px) {
  .section-block--width-wide h1,
  .section-block--width-wide h2,
  .section-block--width-wide h3,
  .section-block--width-wide h4,
  .section-block--width-wide h5,
  .section-block--width-wide h6,
  .section-block--width-wide p {
    max-width: 58.331%;
  }
}

.section-block h1,
.section-block h2,
.section-block h3,
.section-block h4,
.section-block h5,
.section-block h6 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.section-block h3 {
  font-weight: 600;
  padding-bottom: 30px;
  font-size: 1.5rem;
  line-height: 2rem;
}
.section-block h1 {
  font-size: 5.6rem;
  line-height: 6rem;
  padding-bottom: 20px;
}
@media (max-width: 1024.98px) {
  .section-block h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.section-block h2 {
  padding-bottom: 15px;
}
.section-block p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.section-block p.has-normal-font-size {
  font-size: 1.8rem;
  line-height: 3rem;
}
.section-block .wp-block-image {
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.section-single-post img {
  height: auto;
}
.section-single-post__featured-image img {
  width: 100%;
  border-radius: 8px;
}

.section-single-post__header--image figure {
  border-radius: 8px;
}
.section-single-post__header--image img {
  height: auto;
}

.section-single-post__header--author {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.section-single-post__header--content > a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #220d4e;
}
.section-single-post__header--content > a i {
  font-size: 1.4rem;
}
.section-single-post__header--content > a:hover {
  text-decoration: none;
  color: #00c2ff;
}

.section-single-post__header--categories {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}
.section-single-post__header--categories li {
  padding: 0 20px;
}
.section-single-post__header--categories li:first-of-type {
  padding-left: 0;
}
.section-single-post__header--categories li:before {
  display: none;
}
.section-single-post__header--categories li a {
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #220d4e;
}

.section-single-post__content-holder {
  position: relative;
}

.section-single-post .social-sharing a {
  display: flex;
  font-size: 3rem;
  width: 4.2rem;
  height: 4.2rem;
}
.section-single-post__details li {
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #514b5f;
}

.section-single-post .container-fluid-md {
  margin: 0 auto;
  max-width: 1110px;
}
@media (max-width: 1024.98px) {
  .section-single-post .container-fluid-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .section-single-post__numbers-item h2 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
.section-single-post__numbers-item:nth-child(1):not(:last-child):after, .section-single-post__numbers-item:nth-child(2):not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 120%;
  border-right: 1px solid rgba(34, 13, 78, 0.1);
}
.section-single-post__numbers-item:nth-child(1):not(:last-child):after, .section-single-post__numbers-item:nth-child(2):not(:last-child):after {
  right: 0;
}
@media (max-width: 575.98px) {
  .section-single-post__numbers-item:nth-child(1):not(:last-child):after {
    height: 80%;
  }
  .section-single-post__numbers-item:nth-child(2):not(:last-child):after {
    display: none;
  }
}
.section-single-post__numbers-item span {
  font-size: 1.5rem;
  line-height: 2rem;
}
.section-single-post__numbers-item.animate {
  opacity: 1;
}
.section-single-post__numbers-item.animate:nth-child(1) {
  transition-delay: 0.1s;
}
.section-single-post__numbers-item.animate:nth-child(2) {
  transition-delay: 0.2s;
}
.section-single-post__numbers-item.animate:nth-child(3) {
  transition-delay: 0.3s;
}
.section-single-post__numbers-item.animate:nth-child(4) {
  transition-delay: 0.4s;
}
.section-single-post__numbers-item.animate:nth-child(5) {
  transition-delay: 0.5s;
}
.section-single-post__numbers-item.animate:nth-child(6) {
  transition-delay: 0.6s;
}
.section-single-post__numbers-item.animate:nth-child(7) {
  transition-delay: 0.7s;
}
.section-single-post__numbers-item.animate:nth-child(8) {
  transition-delay: 0.8s;
}
.section-single-post__numbers-item.animate:nth-child(9) {
  transition-delay: 0.9s;
}

.section-single-post__sidebar {
  transition: all 0.2s ease;
  position: relative;
  color: #220d4e;
}

@media (min-width: 1025px) {
  .section-single-post__sidebar-holder {
    position: sticky;
    top: 100px;
  }
}
.section-single-post__sidebar-holder:not(.section-single-post__sidebar-holder--no-bg) {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
}

.section-single-post__sidebar-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(34, 13, 78, 0.1);
}
.section-single-post__sidebar-item i {
  font-size: 1.7rem;
  margin-top: 2px;
}

.section-single-post__sidebar-item-title {
  min-width: 120px;
}

.section-single-post__sidebar-item-text {
  padding-top: 6px;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
}
.section-single-post__sidebar-item-text a,
.section-single-post__sidebar-item-text span {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #514b5f;
}
.section-single-post__sidebar-item-text a:hover {
  color: #79718b;
}

.section-single-post__content {
  color: #514b5f;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.section-single-post__content .infogram-embed {
  margin: 30px auto;
  max-width: 800px;
}
.section-single-post__content h1,
.section-single-post__content h2,
.section-single-post__content h3,
.section-single-post__content h4,
.section-single-post__content h5,
.section-single-post__content h6 {
  padding-bottom: 15px;
}
.section-single-post__content h1:not(:first-child),
.section-single-post__content h2:not(:first-child),
.section-single-post__content h3:not(:first-child),
.section-single-post__content h4:not(:first-child),
.section-single-post__content h5:not(:first-child),
.section-single-post__content h6:not(:first-child) {
  padding-top: 20px;
}
.section-single-post__content h2 + h3 {
  padding-top: 0 !important;
}
.section-single-post__content h2 + .wp-block-image,
.section-single-post__content h3 + .wp-block-image {
  margin-top: 10px;
}
.section-single-post__content p:not(:first-child) + h3,
.section-single-post__content p:not(:first-child) + h4 {
  padding-top: 0;
}
.section-single-post__content a {
  display: initial;
  text-decoration: underline;
}
.section-single-post__content a:hover {
  color: #00c2ff;
}
.section-single-post__content ol,
.section-single-post__content ul {
  padding-left: 20px;
  padding-top: 0 !important;
  padding-bottom: 0;
}
@media (max-width: 1024.98px) {
  .section-single-post__content ol,
  .section-single-post__content ul {
    padding-left: 25px;
  }
}
.section-single-post__content ol li,
.section-single-post__content ul li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section-single-post__content ol ol,
.section-single-post__content ul ol {
  list-style: lower-latin;
}
.section-single-post__content ol ol ol,
.section-single-post__content ul ol ol {
  list-style: lower-roman;
}
.section-single-post__content ol ol,
.section-single-post__content ol ul,
.section-single-post__content ul ol,
.section-single-post__content ul ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.section-single-post__content ol ol,
.section-single-post__content ul ol {
  margin-left: 48px;
}
.section-single-post__content ol ul,
.section-single-post__content ul ul {
  margin-left: 50px;
}
.section-single-post__content .wp-caption {
  max-width: 100% !important;
}
.section-single-post__content .wp-block-code {
  max-width: 800px;
}
@media (min-width: 576px) {
  .section-single-post__content .wp-block-code {
    margin: 30px 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post__content .wp-block-code {
    margin: 30px 16.666%;
  }
}
.section-single-post__content .wp-block-columns {
  margin: 0 4.666%;
}
.section-single-post__content .wp-block-columns .wp-block-column h4 {
  padding-bottom: 0;
}
.section-single-post__content .wp-block-table {
  padding-left: 2px !important;
  overflow-x: initial;
  max-width: 100%;
}
@media (max-width: 1024.98px) {
  .section-single-post__content .wp-block-table table {
    font-size: 1.5rem;
    line-height: 2.4rem;
    min-width: 670px;
  }
}
@media (max-width: 575.98px) {
  .section-single-post__content .wp-block-table {
    overflow-x: scroll;
  }
}
@media (min-width: 576px) {
  .section-single-post__content .wp-block-table {
    margin: 0 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post__content .wp-block-table {
    margin: 0 16.666%;
  }
}
.section-single-post__content .blocks-gallery-grid ul {
  padding-left: 0;
}
.section-single-post__content .blocks-gallery-grid li:before {
  display: none;
}
@media (max-width: 1024.98px) {
  .section-single-post__content .single-quote .container .d-flex:first-of-type {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
.section-single-post__content .single-quote .single-quote__quote {
  font-size: 2rem;
  line-height: 3.4rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.section-single-post__content .single-quote figcaption {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.section-single-post__content .newsletter-subscription-form {
  margin: 25px 0;
}
@media (min-width: 1025px) {
  .section-single-post__content .newsletter-subscription-form {
    margin: 25px 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post__content .newsletter-subscription-form {
    margin: 25px 16.666%;
  }
}
.section-single-post__content .newsletter-subscription-form h2,
.section-single-post__content .newsletter-subscription-form h3,
.section-single-post__content .newsletter-subscription-form p {
  margin-left: 0;
  margin-right: 0;
}
.section-single-post__content .customers-video {
  margin: 25px 0;
  padding: 0 16.666%;
}
.section-single-post__content .customers-video > .container {
  padding: 0 !important;
}
.section-single-post__content .customers-video .customers-video__body.pt-40 {
  padding-top: 0 !important;
}
.section-single-post__content .wp-block-gallery ul {
  padding: 0;
}
.section-single-post__content .wp-block-embed {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 1025px) {
  .section-single-post__content .wp-block-embed {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
.section-single-post__content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
}
.section-single-post__content .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
}
@media (min-width: 1025px) {
  .section-single-post__content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    padding-bottom: 58%;
  }
  .section-single-post__content .wp-block-embed.is-type-video iframe {
    position: absolute;
    height: 100%;
  }
}
.section-single-post__content .wp-block-gallery figure {
  border-radius: 8px;
  overflow: hidden;
}
.section-single-post__content .blocks-gallery-grid .blocks-gallery-image figcaption,
.section-single-post__content .blocks-gallery-grid .blocks-gallery-item figcaption,
.section-single-post__content .wp-block-gallery .blocks-gallery-image figcaption,
.section-single-post__content .wp-block-gallery .blocks-gallery-item figcaption {
  bottom: -45px;
  background: transparent;
  color: #514b5f;
  opacity: 0.4;
}
.section-single-post__content .wp-block-media-text__media {
  background-repeat: no-repeat;
}
.section-single-post__content .wp-block-media-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-single-post__content .wp-block-media-text h4 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1279.98px) {
  .section-single-post__content .wp-block-media-text {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .section-single-post__content .wp-block-media-text.has-media-on-the-right {
    padding-left: 5%;
  }
}
.section-single-post__content .wp-block-media-text figure {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024.98px) {
  .section-single-post__content .wp-block-media-text .wp-block-media-text__media {
    order: 0;
  }
}
.section-single-post__content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 10%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (max-width: 1024.98px) {
  .section-single-post__content .wp-block-media-text .wp-block-media-text__content {
    padding: 20px;
    order: 1;
  }
}
.section-single-post__content .wp-block-media-text .wp-block-media-text__content p {
  padding: 0;
}
.section-single-post__content .wp-block-embed-wistia-inc .wp-block-embed__wrapper {
  position: relative;
  padding-top: 53.666%;
}
.section-single-post__content .wp-block-embed-wistia-inc .wp-block-embed__wrapper .wp-embedded-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.section-single-post__content .wp-block-separator {
  width: unset;
  margin-top: 35px;
  max-width: unset !important;
}
@media (min-width: 576px) {
  .section-single-post__content .wp-block-image {
    margin: 35px 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post__content .wp-block-image {
    margin: 35px 16.666%;
  }
}
.section-single-post__content .wp-block-image.section-single-post__chapter-image {
  margin: 0 0 35px;
}
.section-single-post__content .wp-block-image.is-style-full-width {
  border-radius: 8px;
  margin: 35px auto;
  max-width: 800px;
}
.section-single-post__content .wp-block-image.is-style-full-width img {
  width: 100%;
}
.section-single-post__content .wp-block-image .alignleft,
.section-single-post__content .wp-block-image .alignright,
.section-single-post__content .wp-block-image .aligncenter {
  float: none;
}
.section-single-post__content .wp-block-image figure {
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}
.section-single-post__content blockquote {
  border: none;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 500;
  color: #00c2ff;
  padding-left: 20px;
  margin: 30px auto;
  position: relative;
}
.section-single-post__content blockquote:before {
  border-left: 3px solid #00c2ff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: calc(100% - 15px);
}
.section-single-post__content blockquote p:first-child,
.section-single-post__content blockquote p {
  color: #00c2ff;
}
.section-single-post__content blockquote a {
  color: #00c2ff;
}
.section-single-post__content blockquote a:hover {
  color: #000744;
}
.section-single-post__content blockquote i {
  color: #220d4e;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 576px) {
  .section-single-post__content blockquote {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 30px;
  }
}
.section-single-post__content blockquote p {
  margin: 0;
  padding: 0;
  line-height: 3.6rem;
}

.section-single-post__body {
  overflow-wrap: break-word;
}
@media (max-width: 1024.98px) {
  .section-single-post__body {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .section-single-post__body blockquote {
    margin: 30px 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post__body blockquote {
    margin: 30px 16.666%;
  }
}
.section-single-post__body .blueBox {
  margin-left: 16.666%;
  margin-right: 16.666%;
}
.section-single-post__body .section-highlighted-content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 20px;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .section-single-post__body .section-highlighted-content {
    padding: 30px;
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post__body .section-highlighted-content {
    margin-left: 16.666%;
    margin-right: 16.666%;
  }
}
.section-single-post__body .section-highlighted-content p,
.section-single-post__body .section-highlighted-content ol,
.section-single-post__body .section-highlighted-content ul {
  word-break: break-word;
  margin-left: 0;
  margin-right: 0;
}
.section-single-post__body .section-highlighted-content p {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
  width: 100%;
}
.section-single-post__body .section-highlighted-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-single-post__body .social-sharing ul {
  padding-left: 20px;
  padding-right: 20px;
}
.section-single-post__body mark,
.section-single-post__body .mark {
  display: inline-block;
  width: 100%;
  color: #514b5f;
  background-color: #f0f8ff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-single-post__body mark::-moz-selection, .section-single-post__body mark ::-moz-selection, .section-single-post__body .mark::-moz-selection, .section-single-post__body .mark ::-moz-selection {
  background-color: #000744;
  color: #ffffff;
}
.section-single-post__body mark::selection,
.section-single-post__body mark ::selection,
.section-single-post__body .mark::selection,
.section-single-post__body .mark ::selection {
  background-color: #000744;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .section-single-post__body--guide .wp-block-table {
    overflow-x: scroll;
    max-width: 670px;
  }
}
.section-single-post__body--guide .wp-block-quote,
.section-single-post__body--guide .wp-block-table {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .section-single-post__body--default h1,
  .section-single-post__body--default h2,
  .section-single-post__body--default h3,
  .section-single-post__body--default h4,
  .section-single-post__body--default h5,
  .section-single-post__body--default h6,
  .section-single-post__body--default .wp-block-separator,
  .section-single-post__body--default .wp-block-table,
  .section-single-post__body--default .podcast-links,
  .section-single-post__body--default .social-sharing,
  .section-single-post__body--default .inline-cta,
  .section-single-post__body--default p {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
  .section-single-post__body--default ol,
  .section-single-post__body--default ul {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
  .section-single-post__body--default ol.section-single-post__breadcrumbs,
  .section-single-post__body--default ul.section-single-post__breadcrumbs {
    padding-left: 8.333%;
  }
  .section-single-post__body--default ol.mark,
  .section-single-post__body--default ul.mark {
    padding: 30px calc(8.333% + 40px);
  }
}
@media (min-width: 1025px) {
  .section-single-post__body--default h1,
  .section-single-post__body--default h2,
  .section-single-post__body--default h3,
  .section-single-post__body--default h4,
  .section-single-post__body--default h5,
  .section-single-post__body--default h6,
  .section-single-post__body--default .wp-block-separator,
  .section-single-post__body--default .wp-block-table,
  .section-single-post__body--default .podcast-links,
  .section-single-post__body--default .inline-cta,
  .section-single-post__body--default p {
    margin-left: 16.666%;
    margin-right: 16.666%;
  }
  .section-single-post__body--default ol,
  .section-single-post__body--default ul {
    margin-left: 16.666%;
    margin-right: 16.666%;
  }
  .section-single-post__body--default ol.section-single-post__breadcrumbs,
  .section-single-post__body--default ul.section-single-post__breadcrumbs {
    padding-left: 16.666%;
  }
  .section-single-post__body--default ol.mark,
  .section-single-post__body--default ul.mark {
    padding: 30px calc(8.333% + 40px);
  }
  .section-single-post__body--default .inline-cta .col:first-of-type {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-single-post__host {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 576px) {
  .section-single-post .podcast-guests {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post .podcast-guests {
    margin-left: 16.666%;
    margin-right: 16.666%;
  }
}
@media (min-width: 576px) {
  .section-single-post .author-box,
  .section-single-post .podcasts-host {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post .author-box,
  .section-single-post .podcasts-host {
    margin-left: calc(16.666% - 20px);
    margin-right: calc(16.666% - 20px);
  }
}
@media (min-width: 576px) {
  .section-single-post__tags-list {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post__tags-list {
    margin-left: 16.666%;
    margin-right: 16.666%;
  }
}

.section-single-post--podcast .section-single-post__player {
  background-color: #220d4e;
}

.section-single-post--podcast .section-single-post__host {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 576px) and (max-width: 1024.98px) {
  .section-single-post--no-margins .newsletter-subscription-form {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post--no-margins .newsletter-subscription-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .section-single-post--no-margins .section-chapter__title,
  .section-single-post--no-margins .section-chapter__short-description {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
@media (min-width: 1025px) {
  .section-single-post--no-margins h2,
  .section-single-post--no-margins h3,
  .section-single-post--no-margins h4,
  .section-single-post--no-margins h5,
  .section-single-post--no-margins h6,
  .section-single-post--no-margins ol,
  .section-single-post--no-margins ul,
  .section-single-post--no-margins .wp-block-code,
  .section-single-post--no-margins .wp-block-image,
  .section-single-post--no-margins .wp-block-quote,
  .section-single-post--no-margins .section-highlighted-content,
  .section-single-post--no-margins .wp-block-table,
  .section-single-post--no-margins p {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-highlighted-content .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.product-hero-banner .parentyear {
  display: none;
}
.product-hero-banner .parentyear.showParent {
  display: block;
}
.product-hero-banner .entry-content.hide {
  display: none;
}
.product-hero-banner .list.entry-content {
  display: block;
}
.product-hero-banner .year-2020 {
  display: block;
}
.product-hero-banner .year-menu-item {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #e5e6ec;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-decoration: none;
  color: #220D4E;
  padding: 10px 0;
  cursor: pointer;
}
.product-hero-banner .year-menu-item:hover {
  text-decoration: none;
  cursor: pointer;
}
.product-hero-banner .year-menu-item.selected {
  color: #00c2ff;
}
.product-hero-banner .year-nav-container {
  position: sticky;
  top: 109px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  margin-left: -13px;
  margin-right: 13px;
}
.product-hero-banner .entry-content {
  border-bottom: 1px solid rgba(34, 13, 78, 0.1);
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  padding: 32px 0px 24px 0px;
}
.product-hero-banner .entry-content:hover h4, .product-hero-banner .entry-content:hover p {
  text-decoration: underline;
}
.product-hero-banner .entry-content img {
  max-height: 40px;
  max-width: 160px;
  margin-bottom: 10px;
  display: block;
}
.product-hero-banner .entry-content p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #220D4E;
  padding: 0px 0 18px 0;
  margin: 0;
}
.product-hero-banner .entry-content a {
  text-decoration: none;
}
.product-hero-banner .entry-content h5 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-feature-settings: "kern" off;
  color: #220D4E;
}
.product-hero-banner.btn-arrow .display-inline {
  display: inline-block;
}
.product-hero-banner .link-block {
  display: inline-block;
}

.section-tags__tags {
  gap: 20px;
}

.section-tags__tag {
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  padding: 7px 12px;
  text-decoration: none;
}
.section-tags__tag:hover {
  text-decoration: none;
  background-color: #e5e6ec;
  color: #220d4e;
}
@media (max-width: 575.98px) {
  .section-tags__tag:nth-child(n+7) {
    display: none;
  }
}

.single-post-related-items {
  overflow-y: visible;
}
.single-post-related-items > .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .single-post-related-items__body {
    margin-left: 16.666%;
    margin-right: 16.666%;
  }
}

@media (max-width: 575.98px) {
  .single-post-related-items .col:nth-of-type(n + 2) {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .single-post-related-items .col:nth-of-type(n + 3) {
    display: none;
  }
}
.single-post-related-items__col-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.single-post-related-items__list li:first-child header {
  padding-top: 0 !important;
}

@media (min-width: 576px) and (max-width: 1024.98px) {
  .single-post-related-items--podcast-inline {
    margin-left: 8.333%;
    margin-right: 8.333%;
  }
}
.single-post-related-items--podcast-inline h2,
.single-post-related-items--podcast-inline h3,
.single-post-related-items--podcast-inline h3,
.single-post-related-items--podcast-inline h4,
.single-post-related-items--podcast-inline h5,
.single-post-related-items--podcast-inline h6 {
  margin-left: 0;
  margin-right: 0;
}
.single-post-related-items--podcast-inline .feed-item--podcast a {
  text-decoration: none;
}
.single-post-related-items--podcast-inline .feed-item--podcast a:hover {
  text-decoration: underline;
}
.single-post-related-items--podcast-inline .feed-item--podcast:last-of-type {
  margin-bottom: 0 !important;
}
.single-post-related-items--podcast-inline .feed-item--podcast .feed-item__podcasts-details--item:not(:first-child) {
  border-left: none;
}
.single-post-related-items--podcast-inline .feed-item--podcast .feed-item__podcasts-details--item:first-child {
  margin-left: 0 !important;
}
.single-post-related-items--podcast-inline .feed-item--podcast .feed-item__podcasts-details--item:not(:last-child) {
  border-left: none;
  border-right: 1px solid #e5e6ec;
}

.single-testimonial__quote {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
}

.single-testimonial__item-footer {
  flex: 0 0 8%;
  position: relative;
  color: #ffffff;
  border-radius: 0 0 1.6rem 1.6rem;
  transform: translateY(-65px);
  padding-top: 12px;
}
.single-testimonial__item-footer.no-quote-image {
  transform: translateY(0);
}
.single-testimonial__item-footer figcaption + img {
  max-width: 100px;
  height: auto;
}

.single-testimonial__item-footer-credit-name {
  font-size: 2rem;
  line-height: 2.8rem;
  font-style: normal;
  font-weight: 600;
}
.single-testimonial__item-footer-credit-name span {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.single-testimonial__item-footer-credit-image {
  border: 15px solid #ffffff;
  z-index: 2;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 110px;
  height: 110px;
}
.single-testimonial__item-footer-credit-image svg,
.single-testimonial__item-footer-credit-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: calc(100% + 10px);
  max-height: calc(100% + 10px);
}

@media (min-width: 576px) {
  .signup-form > .container {
    min-height: 100vh;
  }
}
.signup-form__header {
  justify-content: space-between;
  width: 100%;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.signup-form__header--col {
  max-width: 130px;
}

.signup-form__header--col-main {
  max-width: 510px;
}

.signup-form__header--back {
  display: inline-block;
}

.signup-form__special-offer {
  position: relative;
  border-radius: 8px;
  background-color: #00c2ff;
  max-width: 600px;
}
.signup-form__special-offer ul {
  padding-left: 10px;
  font-size: 2rem;
  line-height: 2.8rem;
}
.signup-form__special-offer ul li:before {
  position: absolute;
  content: "\e809";
  color: #ffffff;
  border-radius: unset;
  width: unset;
  height: unset;
  background-color: transparent;
  font-family: "icons";
  top: 5px;
  left: -10px;
  font-size: 1.5rem;
}

.signup-form__special-offer-header img {
  max-height: 60px;
  margin-right: 10px;
}

.signup-form__content {
  flex: 0 0 100%;
}
@media (max-width: 575.98px) {
  .signup-form__content {
    min-height: 97vh;
  }
}
@media (min-width: 1025px) {
  .signup-form__content {
    padding-right: 340px;
    min-height: calc(100vh - 35px);
  }
}
.signup-form__content.on .form-confirmation--element {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.signup-form__form-holder {
  max-width: 430px;
  width: 100%;
}
.signup-form__form-holder .btn.btn-primary {
  width: 100%;
  max-width: unset;
}

.signup-form__form-disclaimer {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #79718b;
}
.signup-form__form-disclaimer .col:first-of-type {
  border-top: 1px solid #c6c1d2;
}

.signup-form__sidebar {
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 340px;
  flex: 0 0 340px;
  background-color: #00c2ff;
  color: #ffffff;
}
.signup-form__sidebar:before {
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #00c2ff;
}
.signup-form__sidebar--dark {
  background-color: #220d4e;
}
.signup-form__sidebar--dark:before {
  background-color: #220d4e;
}

@media (max-width: 1024.98px) {
  .signup-form__sidebar {
    display: none;
  }
}
.signup-form__sidebar h4 {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
}
.signup-form__sidebar--logos {
  position: relative;
}

.signup-form__sidebar--logo {
  width: 33.333%;
  flex: 0 0 33.333%;
}

.signup-form__sidebar--header {
  position: relative;
}
.signup-form__sidebar--header img {
  max-width: 140px;
}

.signup-form__sidebar--footer {
  position: relative;
  font-size: 1.6rem;
}
.signup-form__sidebar--footer a {
  color: #ffffff;
}

.signup-form__sidebar--slider-item-image {
  border-radius: 100%;
  width: 80px;
}

.signup-form__sidebar--slider-item-details img {
  max-width: 120px;
}

.signup-form__confirmation {
  display: none;
}
.signup-form__confirmation.on {
  display: block;
}

.single-quote__quote {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 576px) {
  .single-quote__quote {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media (min-width: 1280px) {
  .single-quote__quote {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.single-quote__image {
  border-radius: 100%;
  width: 56px;
  height: 56px;
}

.single-quote__logo img {
  max-width: 150px;
  height: auto;
}

.single-quote figcaption {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 575.98px) {
  .single-quote figcaption {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.social-media-buttons__body ul {
  flex-flow: row wrap;
}
.social-media-buttons__body li {
  margin: 0 20px !important;
}
@media (max-width: 575.98px) {
  .social-media-buttons__body li {
    width: calc(33.3333% - 41px);
    flex: 0 0 calc(33.3333% - 41px);
    text-align: center;
  }
}
.social-media-buttons__body a {
  width: 4.2rem;
  height: 4.2rem;
  margin: auto !important;
  background-color: #220d4e;
}
.social-media-buttons__body a:hover {
  color: #79718b;
}

.success-stories-slider__item-image {
  padding-bottom: 100px;
  max-height: 100px;
}
@media (min-width: 1025px) {
  .success-stories-slider__item-image {
    max-height: unset;
    padding-bottom: 33.333%;
  }
}

.success-stories-slider__item-text {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 576px) {
  .success-stories-slider__item-text {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

.success-stories-slider .slider__controls {
  z-index: 1;
  top: unset;
  right: unset;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 575.98px) {
  .success-stories-slider .slider__controls {
    bottom: 20px;
  }
}
.success-stories-slider__bullets {
  width: 100%;
}

.success-stories-slider__bullet {
  min-height: 90px;
  width: 50%;
}
@media (min-width: 576px) {
  .success-stories-slider__bullet {
    width: 30%;
  }
}
.success-stories-slider__bullet:not(:first-child):before {
  display: block;
  content: "";
  position: absolute;
  border-right: 1px solid #e5e6ec;
  top: 50%;
  transform: translateY(-50%);
  height: 90px;
  left: -20px;
}
@media (max-width: 575.98px) {
  .success-stories-slider__bullet:not(:first-child):before {
    left: -7.5px;
  }
}
.success-stories-slider__bullet span {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .success-stories-slider__bullet:nth-of-type(3) {
    display: none !important;
  }
}

.technology-review-platforms .container-fluid, .technology-review-platforms .container-xs, .technology-review-platforms .container-sm, .technology-review-platforms .container-md, .technology-review-platforms .container-lg, .technology-review-platforms .container-xl {
  max-width: 1600px;
}
.technology-review-platforms .container-fluid .row, .technology-review-platforms .container-xs .row, .technology-review-platforms .container-sm .row, .technology-review-platforms .container-md .row, .technology-review-platforms .container-lg .row, .technology-review-platforms .container-xl .row {
  max-width: 1600px;
}
@media (min-width: 1481px) {
  .technology-review-platforms .container-fluid .row, .technology-review-platforms .container-xs .row, .technology-review-platforms .container-sm .row, .technology-review-platforms .container-md .row, .technology-review-platforms .container-lg .row, .technology-review-platforms .container-xl .row {
    border-radius: 3.2rem;
  }
}
.technology-review-platforms .container-fluid .technology-review-platforms__item-footer, .technology-review-platforms .container-xs .technology-review-platforms__item-footer, .technology-review-platforms .container-sm .technology-review-platforms__item-footer, .technology-review-platforms .container-md .technology-review-platforms__item-footer, .technology-review-platforms .container-lg .technology-review-platforms__item-footer, .technology-review-platforms .container-xl .technology-review-platforms__item-footer {
  color: #ffffff;
}
.technology-review-platforms:before, .technology-review-platforms:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
.technology-review-platforms:not(.has-bg-color):before {
  top: 0;
  height: 20%;
  background-color: #a4a0ab;
}
.technology-review-platforms:not(.has-bg-color):after {
  background: url("../images/img-success-testimonials-bg.svg") no-repeat center bottom;
  height: 1200px;
  top: 0;
}
.technology-review-platforms .container {
  position: relative;
  z-index: 1;
  border-radius: 3.2rem;
}
.technology-review-platforms .slider {
  width: 100%;
}
.technology-review-platforms__item {
  padding: 0 15px;
}
.technology-review-platforms__item:focus {
  outline: none;
}
@media (max-width: 575.98px) {
  .technology-review-platforms__item {
    padding: 0 10px;
    max-width: 80vw;
  }
}

.technology-review-platforms__item-image {
  min-height: 110px;
}

.technology-review-platforms__item-body {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  flex: 0 0 calc(92% - 110px);
}

.technology-review-platforms__item-rating {
  font-family: "icons";
  position: relative;
  display: flex;
  justify-content: center;
}
.technology-review-platforms__item-rating span {
  font-size: 2.8rem;
  color: #e5e6ec;
  position: relative;
  padding: 0 3px;
}
.technology-review-platforms__item-rating span.on {
  color: #00c2ff;
}
.technology-review-platforms__item-rating span:before {
  display: block;
  content: "";
  position: relative;
  content: "\e804";
}

.technology-review-platforms__item-text {
  font-size: 1.8rem;
  line-height: 3rem;
}

.technology-review-platforms__item-footer {
  flex: 0 0 8%;
  position: relative;
  padding-top: 12px;
  color: #220d4e;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  max-width: 200px;
  margin: auto;
}
.technology-review-platforms__item-footer span {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.technology-review-platforms__preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-parallax > .container {
  position: relative;
}
.testimonial-parallax__image {
  position: relative;
}

.testimonial-parallax cite {
  display: flex;
  align-items: flex-start;
}
.testimonial-parallax blockquote {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.testimonial-parallax blockquote figure {
  overflow: hidden;
  position: relative;
  flex: 0 0 14%;
  width: 14%;
  padding-bottom: 14%;
  border-radius: 100%;
}
@media (max-width: 1024.98px) {
  .testimonial-parallax blockquote figure {
    flex: 0 0 24%;
    width: 24%;
    padding-bottom: 24%;
  }
}
.testimonial-parallax blockquote figcaption {
  padding-left: 25px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #220d4e;
  font-style: normal;
}
.testimonial-parallax blockquote figcaption small {
  color: #706a80;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.testimonial-parallax blockquote figcaption img {
  padding-top: 15px;
}
.testimonial-parallax--reverse .testimonial-parallax__image {
  direction: rtl;
}

.testimonial-parallax--reverse .testimonial-parallax__layer {
  left: unset;
  right: 0;
}

.testimonial-parallax__layer {
  left: 0;
  top: 0;
  height: auto !important;
  width: auto;
  max-width: 100%;
}
@media (min-width: 1481px) {
  .testimonial-parallax__layer {
    max-width: 920px;
  }
}
@media (min-width: 576px) and (max-width: 1480.98px) {
  .testimonial-parallax__layer {
    max-width: 58vw;
  }
}
.testimonial-parallax__layer--layer-1 {
  z-index: 1;
  position: relative;
}

.testimonial-parallax__layer--layer-2 {
  position: absolute;
  z-index: 2;
}

.testimonial-parallax__layer--layer-3 {
  position: absolute;
  z-index: 3;
}

.testimonial-parallax[data-aos] article {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(100px) translateZ(0);
}
.testimonial-parallax[data-aos] figure {
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.testimonial-parallax[data-aos].animate article {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition-delay: 0.35s;
}
.testimonial-parallax[data-aos].animate figure {
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.15s;
  opacity: 1;
}
.testimonial-parallax--custom-1 .testimonial-parallax__layer--layer-1 {
  left: 7%;
}

.testimonial-parallax--custom-1 .testimonial-parallax__layer--layer-2 {
  left: 22%;
  max-height: 300px;
  top: 9%;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-1 .testimonial-parallax__layer--layer-2 {
    max-height: 625px;
    top: 9%;
  }
}

.testimonial-parallax--custom-1 .testimonial-parallax__layer--layer-3 {
  top: 17%;
  left: -5%;
  max-width: 325px;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-1 .testimonial-parallax__layer--layer-3 {
    left: -12%;
    max-width: 545px;
    width: 30vw;
  }
}

.testimonial-parallax--custom-2 .testimonial-parallax__layer--layer-1 {
  right: 12%;
}

.testimonial-parallax--custom-2 .testimonial-parallax__layer--layer-2 {
  top: 15%;
  max-height: 250px;
  right: 32%;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-2 .testimonial-parallax__layer--layer-2 {
    max-height: 600px;
    right: 16%;
  }
}

.testimonial-parallax--custom-2 .testimonial-parallax__layer--layer-3 {
  right: 0;
  top: 6%;
  max-width: 470px;
  width: 55vw;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-2 .testimonial-parallax__layer--layer-3 {
    width: 35vw;
  }
}

.testimonial-parallax--custom-3 .testimonial-parallax__layer--layer-1 {
  left: 9%;
}

.testimonial-parallax--custom-3 .testimonial-parallax__layer--layer-2 {
  right: -5%;
  left: unset;
  top: 9%;
  max-height: 280px;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-3 .testimonial-parallax__layer--layer-2 {
    right: unset;
    left: 14%;
    max-height: 640px;
  }
}

.testimonial-parallax--custom-3 .testimonial-parallax__layer--layer-3 {
  top: 27%;
  left: -5%;
  max-width: 220px;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-3 .testimonial-parallax__layer--layer-3 {
    top: 33%;
    left: 3%;
    max-width: 847px;
  }
}

.testimonial-parallax--custom-4 .testimonial-parallax__layer--layer-1 {
  left: unset;
  right: 13%;
}

.testimonial-parallax--custom-4 .testimonial-parallax__layer--layer-2 {
  top: 15%;
  right: 20%;
  max-width: 350px;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-4 .testimonial-parallax__layer--layer-2 {
    right: 17%;
    max-width: 780px;
    width: 52vw;
  }
}

.testimonial-parallax--custom-4 .testimonial-parallax__layer--layer-3 {
  right: -12%;
  top: 29%;
  max-width: 290px;
}
@media (min-width: 1280px) {
  .testimonial-parallax--custom-4 .testimonial-parallax__layer--layer-3 {
    top: 30%;
  }
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-4 .testimonial-parallax__layer--layer-3 {
    right: -14%;
    top: 49%;
    max-width: 490px;
  }
}

.testimonial-parallax--custom-5 .testimonial-parallax__layer--layer-1 {
  left: 15%;
}

.testimonial-parallax--custom-5 .testimonial-parallax__layer--layer-2 {
  left: 26%;
  max-width: 350px;
  top: 8%;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-5 .testimonial-parallax__layer--layer-2 {
    left: 26%;
    max-width: 828px;
    top: 8%;
    width: 52vw;
  }
}

.testimonial-parallax--custom-5 .testimonial-parallax__layer--layer-3 {
  top: 36%;
  left: -4%;
  max-width: 200px;
}
@media (min-width: 576px) {
  .testimonial-parallax--custom-5 .testimonial-parallax__layer--layer-3 {
    top: 50%;
    left: -9%;
    max-width: 408px;
    width: 30vw;
  }
}

@media (min-width: 576px) {
  .testimonial-parallax__custom-html {
    position: relative;
    width: 100%;
  }
  .testimonial-parallax .dotted-line-start {
    display: block;
    height: 20px;
    width: 20px;
    position: fixed;
    top: 65%;
  }
  .testimonial-parallax .dotted-line-holder {
    position: absolute;
    width: 100%;
    top: -165px;
  }
}

.testimonials-slider__slider .slider {
  border-radius: 16px;
  background-color: #f0f8ff;
}
.testimonials-slider__slider .slider .slick-arrow {
  display: none !important;
}

.testimonials-slider__item-holder {
  display: flex;
  flex-direction: column;
}

.testimonials-slider__item-image img {
  max-height: 45px;
  width: auto;
}

.testimonials-slider__item-header {
  height: 40px;
}
.testimonials-slider__item-header img {
  max-height: 40px;
}
@media (min-width: 576px) {
  .testimonials-slider__item-header {
    height: 55px;
  }
  .testimonials-slider__item-header img {
    max-height: 55px;
    max-width: 180px;
    height: auto;
  }
}

.testimonials-slider__item {
  transition: none !important;
}

.testimonials-slider__item-text {
  font-size: 2.8rem;
  line-height: 4rem;
}
@media (max-width: 575.98px) {
  .testimonials-slider__item-text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.testimonials-slider figure {
  position: relative;
  width: 61px;
  height: 61px;
  border-radius: 100%;
}
.testimonials-slider figcaption {
  font-style: normal;
  font-weight: 700;
}
.testimonials-slider figcaption span {
  font-weight: normal;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}
.testimonials-slider.stacked blockquote {
  position: relative;
}
.testimonials-slider.stacked blockquote p {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 576px) {
  .testimonials-slider.stacked blockquote p {
    font-size: 30px;
    line-height: 40px;
  }
}
.testimonials-slider.stacked .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 80px 0 0 0;
}
.testimonials-slider.stacked .slick-dots li button {
  background-color: #c6c1d2;
}
.testimonials-slider.stacked .slick-dots li.slick-active button {
  background-color: #220d4e;
}

@media (max-width: 1279.98px) {
  .testimonials-cards-slider {
    padding-bottom: 50px;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .testimonials-cards-slider {
    padding-bottom: 100px;
  }
}
.testimonials-cards-slider .slick-slider,
.testimonials-cards-slider .slick-list,
.testimonials-cards-slider .slick-tracks,
.testimonials-cards-slider .slider {
  overflow: initial;
}
@media (max-width: 1279.98px) {
  .testimonials-cards-slider .slick-list {
    padding: 100px !important;
  }
}
@media (max-width: 575.98px) {
  .testimonials-cards-slider .slick-list {
    padding: 0 !important;
  }
}
.testimonials-cards-slider .slider__controls {
  justify-content: center !important;
  bottom: -15%;
}
.testimonials-cards-slider .slider__controls--count {
  display: none !important;
}
.testimonials-cards-slider .slider__controls button {
  margin: 0 10px;
}
@media (min-width: 1280px) {
  .testimonials-cards-slider .slider__controls {
    display: none !important;
  }
}
@media (max-width: 1480.98px) {
  .testimonials-cards-slider .slider__controls {
    bottom: 0;
    left: 0;
    top: initial;
  }
}
@media (max-width: 575.98px) {
  .testimonials-cards-slider .slider__controls {
    left: 50%;
    bottom: -70px;
  }
}
.testimonials-cards-slider__item-footer-credit-image {
  max-width: 56px;
  max-height: 56px;
}
.testimonials-cards-slider__item-text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.testimonials-cards-slider__item-footer-credit-name {
  font-weight: 700;
  font-style: initial;
}
.testimonials-cards-slider__item-footer-credit-name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.testimonials-cards-slider__item-inner {
  background: #fff;
  border: 3px solid #220D4E;
  border-radius: 16px;
  --box-shadow-color: #220D4E;
  box-shadow: 8px 8px 0px 0px var(--box-shadow-color);
}
@media (max-width: 1279.98px) {
  .testimonials-cards-slider__item-inner {
    margin: 0 10px;
  }
}
@media (max-width: 575.98px) {
  .testimonials-cards-slider__item-inner {
    margin: 0;
  }
}
.testimonials-cards-slider__item-inner.green {
  --box-shadow-color: #1EFFAE;
}
.testimonials-cards-slider__item-inner.blue {
  --box-shadow-color: #00C2FF;
}
.testimonials-cards-slider__item-inner.yellow {
  --box-shadow-color: #FFD330;
}

.signup-form__sidebar .testimonials-slider__item-body {
  background-color: transparent;
}
.signup-form__sidebar .slick-dots {
  position: relative;
  bottom: 30px;
}
.signup-form__sidebar .testimonials-slider__item-image {
  min-height: unset;
}

.slider__controls {
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  position: absolute;
}

@media (max-width: 575.98px) {
  .slider__controls {
    width: 100%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) {
  .slider__controls {
    top: 60px;
    right: 20px;
  }
}
@media (min-width: 1025px) {
  .slider__controls {
    top: 55px;
    right: 140px;
  }
}
@media (min-width: 1280px) {
  .slider__controls {
    right: 180px;
  }
}
.slider__controls i {
  color: #000744;
}

.slider__controls--btn {
  transition: all 0.2s ease;
}

.slider__controls--btn.disabled {
  opacity: 0.4;
}

.slider__controls--btn.disabled:hover {
  cursor: default;
}

.slider__controls--prev i:before {
  transform: scale(-1);
}

.slider__controls--count {
  font-size: 2rem;
  line-height: 2.4rem;
}

@media (min-width: 576px) {
  .slider__controls--count {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}
.slider__controls--count-main {
  min-width: 18px;
}

.slider__controls--count-main.move-backward .slider__controls--count-visible,
.slider__controls--count-main.move-backward .slider__controls--count-next {
  transition: transform 0.5s linear;
}

.slider__controls--count-main.move-backward .slider__controls--count-visible {
  transform: rotateX(90deg);
}

.slider__controls--count-main.move-backward .slider__controls--count-next {
  transform: rotateX(0deg);
}

.slider__controls--count-main.move-forward .slider__controls--count-visible,
.slider__controls--count-main.move-forward .slider__controls--count-next {
  transition: transform 0.5s linear;
}

.slider__controls--count-main.move-forward .slider__controls--count-visible {
  transform: rotateX(-90deg);
}

.slider__controls--count-main.move-forward .slider__controls--count-next {
  transform: rotateX(0deg);
}

.slider__controls--count-visible {
  display: inline-block;
  position: relative;
  transition: none;
  transform: rotateX(0deg);
  transform-origin: center center 17px;
}

.slider__controls--count-next {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg);
  transform-origin: center center 17px;
}

.slider__controls--count-next.is-rotated-above {
  transform: rotateX(-90deg);
}

.text-box__content {
  color: #000744;
}
.text-box__content p:last-of-type {
  margin-bottom: 0;
}
.text-box__content a {
  color: #000744;
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .text-box__content a {
    word-break: break-word;
  }
}
.text-box__content a:hover {
  color: #00c2ff;
}

.text-box .has-mlarge-font-size {
  font-size: 2rem !important;
  line-height: 2.8rem !important;
}

.text-image-columns--bg {
  background-color: #f0f8ff;
}
.text-image-columns--bg > .container {
  z-index: 1;
  position: relative;
}
.text-image-columns--bg:before, .text-image-columns--bg:after {
  display: block;
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  z-index: 0;
  left: 0;
  transform: none;
  height: 105px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23f0f8ff'/%3E%3C/svg%3E");
}
@media (min-width: 768px) and (max-width: 1280px) {
  .text-image-columns--bg:before, .text-image-columns--bg:after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f0f8ff'/%3E%3C/svg%3E");
    height: 180px;
  }
}
@media (min-width: 1280px) {
  .text-image-columns--bg:before, .text-image-columns--bg:after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23f0f8ff'/%3E%3C/svg%3E");
    height: 210px;
  }
}
.text-image-columns--bg:before {
  top: 0;
  transform: rotate(180deg);
}
.text-image-columns--bg:after {
  bottom: 0;
}

.text-image-columns__image {
  position: relative;
}
@media (max-width: 575.98px) {
  .text-image-columns__image figure {
    margin: 0 -40px;
  }
}
@media (min-width: 1700px) {
  .text-image-columns__image--container .text-image-columns__layer {
    width: 100%;
    max-width: 100%;
  }
}

.text-image-columns__header h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.text-image-columns__text {
  font-size: 2rem;
  line-height: 3.4rem;
}
.text-image-columns__text ul {
  padding: 0 0 0 45px;
  list-style: none;
}
.text-image-columns__text ul li {
  padding: 5px 0;
}
.text-image-columns__text ul li:before {
  top: 5px;
  left: -38px;
  background: none;
  width: unset;
  height: unset;
  display: block;
  content: "";
  position: absolute;
  content: "\e809";
  font-family: "icons";
  margin-right: 10px;
}

.text-image-columns--reverse .text-image-columns__bg-image {
  top: 50%;
}
@media (min-width: 576px) {
  .text-image-columns--reverse .text-image-columns__bg-image {
    right: -4%;
    left: unset;
  }
}
.text-image-columns--reverse .text-image-columns__bg-image svg,
.text-image-columns--reverse .text-image-columns__bg-image img {
  left: unset;
  right: 0;
  width: 1097px;
  height: 940px;
}

.text-image-columns--reverse .text-image-columns__image {
  direction: rtl;
}

.text-image-columns--reverse .text-image-columns__layer {
  left: 0;
}

.text-image-columns__bg-image {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .text-image-columns__bg-image {
    left: 0;
  }
}
.text-image-columns__bg-image svg,
.text-image-columns__bg-image img {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 1097px;
  left: 0;
  position: absolute;
  max-width: 150vw;
}
@media (min-width: 576px) {
  .text-image-columns__bg-image svg,
  .text-image-columns__bg-image img {
    max-width: 140%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .text-image-columns__bg-image svg,
  .text-image-columns__bg-image img {
    max-width: 130%;
  }
}

.text-image-columns__layer {
  left: 0;
  top: 0;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1439) {
  .text-image-columns__layer {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .text-image-columns__layer {
    width: 110%;
    max-width: 110%;
  }
}
@media (min-width: 1700px) {
  .text-image-columns__layer {
    width: 130%;
    max-width: 130%;
  }
}

@media (min-width: 1440px) {
  .text-image-columns--custom-size-1 .text-image-columns__layer {
    width: 120%;
    max-width: 120%;
  }
}
@media (min-width: 1700px) {
  .text-image-columns--custom-size-1 .text-image-columns__layer {
    width: 130%;
    max-width: 130%;
  }
}

.text-items-grid header h3 {
  color: #220d4e;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.text-items-grid--style-2 {
  max-width: 1190px;
}

.text-items-grid__text {
  font-size: 2rem;
  line-height: 3.4rem;
}
.text-items-grid__text p {
  font-size: 2rem;
  line-height: 3.4rem;
}

.text-items-grid--boxed .text-items-grid__item--holder {
  height: 100%;
  padding: 40px 10px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
}
.text-items-grid--boxed .text-items-grid__item--holder h4 {
  padding-top: 15px;
}
@media (min-width: 576px) {
  .text-items-grid--boxed .text-items-grid__item--holder {
    padding: 40px 20px;
  }
}

html[lang=ru-RU] .text-items-grid--boxed .text-items-grid__item--holder h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}

.text-image-slider ul {
  list-style: none;
}
.text-image-slider__item {
  transition: none !important;
}

.text-image-slider li {
  padding: 5px 0;
}
.text-image-slider li::marker {
  display: none;
}
.text-image-slider li:before {
  top: 5px;
  left: -20px;
  background: none;
  color: #00c2ff;
  width: unset;
  height: unset;
  display: block;
  content: "";
  position: absolute;
  content: "\e809";
  font-family: "icons";
  margin-right: 10px;
}
.text-image-slider .slider__controls {
  left: unset;
  color: #ffffff;
}
@media (max-width: 1024.98px) {
  .text-image-slider .slider__controls {
    transform: translateX(50%);
    right: 50%;
    bottom: 30px;
  }
}
@media (min-width: 576px) {
  .text-image-slider .slider__controls {
    transform: translateX(50%);
    right: 50%;
    top: calc(100% - 100px);
  }
}
.text-image-slider .slider__controls span,
.text-image-slider .slider__controls i {
  color: #ffffff;
}

.tips__image {
  bottom: -30px;
  left: calc(100% - 100px);
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .tips__image {
    bottom: -145px;
    left: calc(100% - 205px);
  }
}

.lttp {
  display: none;
  position: absolute;
  z-index: 2;
  right: -105px;
  width: 300px;
  pointer-events: none;
  box-shadow: 0 50px 90px rgba(25, 20, 51, 0.1);
  border-radius: 8px;
  border-color: #220d4e;
  border-width: 1px;
  padding: 21px 22px;
  color: #e5e6ec;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-color: #220d4e;
  font-style: normal;
  bottom: calc(50% + 18px);
}
.lttp:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 105px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #220d4e;
}
@media (min-width: 576px) {
  .lttp:before {
    right: unset;
    left: 158px;
  }
}
.lttp:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  right: 105px;
  border-top-color: #220d4e;
}
@media (min-width: 576px) {
  .lttp:after {
    right: unset;
    left: 158px;
  }
}
@media (min-width: 576px) {
  .lttp {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 390px;
    transform: translate(-50%);
    left: calc(50% + 28px);
  }
}

.icon-info-circled-alt {
  position: relative;
}
.icon-info-circled-alt:hover .lttp {
  display: block;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

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

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

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

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

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.swiper-scrollbar-cursor-drag {
  cursor: move;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  padding-bottom: 60px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
}

.two .swiper-slide {
  width: 100%;
  max-width: 300px;
}

.swiper-slide {
  padding: 20px;
  box-shadow: 0px 45px 30px rgba(25, 20, 51, 0.06);
  border-radius: 16px;
  background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #C6C1D2;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  opacity: 1;
  width: 12px;
  transition: 0.2s;
  border: none;
}

.swiper-pagination-bullet-active {
  background: #220D4E;
}

.g2-slider__item {
  transform: initial;
  box-shadow: 0px 12.0484px 20.0807px -6.02421px rgba(25, 20, 51, 0.1);
  border-radius: 40px;
}
@media (max-width: 1024.98px) {
  .g2-slider__item {
    border-radius: 20px;
    max-width: 100% !important;
    padding: 10px !important;
  }
}

.swiper-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024.98px) {
  .swiper-container {
    max-width: 100%;
  }
}
.swiper-container::after {
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  width: 1.399999%;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1480.98px) {
  .swiper-container::after {
    width: 2%;
  }
}
.swiper-container::before {
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: 1.399999%;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1480.98px) {
  .swiper-container::before {
    width: 2%;
  }
}

.hero-video-popup .container {
  position: relative;
  z-index: 9;
}
.hero-video-popup h1 {
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 576px) {
  .hero-video-popup h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  .hero-video-popup h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
.hero-video-popup .btn-primary--white .wp-block-button__link:hover::after {
  border-color: #FFFFFF;
}

.subscription-video {
  z-index: 9;
}
@media (max-width: 1024.98px) {
  .subscription-video {
    padding: 0;
    padding-top: 34px;
  }
}
@media (max-width: 1024.98px) {
  .subscription-video .btn-lg, .subscription-video .btn-group-lg > .btn {
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575.98px) {
  .subscription-video .btn-lg, .subscription-video .btn-group-lg > .btn {
    width: 100%;
  }
}
.subscription-video input {
  box-shadow: 0 1px 2px rgba(0, 51, 99, 0.08);
  border: 1px solid #E5E6EC;
  border-radius: 8px;
}
.subscription-video input::-moz-placeholder {
  color: #514B5F;
}
.subscription-video input::placeholder {
  color: #514B5F;
}
@media (max-width: 1024.98px) {
  .subscription-video input {
    width: 100%;
    padding: 0.2rem 1.5rem;
    height: 64px;
    margin-bottom: 24px;
  }
}
@media (min-width: 576px) {
  .subscription-video input {
    padding: 3.2rem 1.5rem;
    width: auto;
    margin-bottom: 0;
    flex: 1 0 auto;
    max-width: 344px;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .subscription-video input {
    max-width: 349px;
  }
}
.subscription-video__media-wrap {
  width: 335px;
  margin: 0 auto;
}
@media (max-width: 1024.98px) {
  .subscription-video__media-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .subscription-video__media-wrap {
    width: 646px;
  }
}
@media (min-width: 1280px) {
  .subscription-video__media-wrap {
    width: 790px;
  }
}

.subscription-video__poster {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 58px rgba(25, 20, 51, 0.12);
  border-radius: 8px;
  padding-bottom: 55%;
  border: 3px solid #FFFFFF;
  z-index: 9;
}
.subscription-video__poster img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subscription-video__poster svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.65s 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96), transform 0.3s 0.1s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 1;
}
.subscription-video__poster svg:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 576px) {
  .subscription-video__form--submit {
    width: initial;
  }
}
@media (max-width: 1024.98px) {
  .subscription-video__form--submit {
    width: initial;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 576px) {
  #subscriptionFormPopup .mfp-close {
    right: 140px;
    top: 20px;
  }
}
#subscriptionFormPopup h3 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #220D4E;
  font-weight: 400;
  padding: 24px 0 0 0;
  margin: 0;
}
@media (max-width: 1024.98px) {
  #subscriptionFormPopup h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
#subscriptionFormPopup .mktoButton {
  width: 100%;
  background-color: #220d4e;
  border-color: #220d4e;
}
#subscriptionFormPopup .mktoHtmlText {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 1024.98px) {
  #subscriptionFormPopup .mktoForm textarea {
    min-height: 120px;
  }
  #subscriptionFormPopup .mktoForm .mktoFieldWrap label {
    left: 12px;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  #subscriptionFormPopup .modal-dialog {
    max-width: 750px;
    margin: 0 auto;
  }
}

.block-mobile-cta {
  z-index: 500;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -60px;
  transition-property: bottom;
  transition-duration: 0.5s;
}
.block-mobile-cta .btn {
  width: 100%;
}
.block-mobile-cta .btn:active, .block-mobile-cta .btn:focus {
  background-color: #220d4e !important;
  border-color: #220d4e !important;
  background: #220d4e;
}
.block-mobile-cta.outOfView {
  bottom: 30px;
}
.block-mobile-cta.outOfView::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.48%, #FFFFFF 45%);
  height: 120px;
  left: 0;
}
.block-mobile-cta.outOfView .container {
  position: relative;
  z-index: 1;
}

.lp-footer__wrapper {
  border-top: 1px solid rgba(34, 13, 78, 0.1);
  border-bottom: 1px solid rgba(34, 13, 78, 0.1);
}
.lp-footer__credits {
  color: #514b5f;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 1025px) {
  .lp-footer__credits {
    text-align: right;
  }
}
.lp-footer__legal a {
  color: #514b5f;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-right: 48px;
}
.lp-footer__social-wrap ul li {
  margin: 0 20px 0 0;
}
.lp-footer__social-wrap ul li a {
  background: #c6c1d2;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 4px;
}
.lp-footer__social-wrap ul li a:hover {
  background: #514b5f;
}
.lp-footer__social-wrap ul li a:hover i {
  color: #ffffff;
}
.lp-footer.dark-footer {
  position: relative;
  margin-top: 75px;
}
.lp-footer.dark-footer .marketo-form {
  max-width: 800px;
  margin: 0 auto;
}
.lp-footer.dark-footer .form-preloader {
  opacity: 0.6;
}
.lp-footer.dark-footer .form-preloader:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(34, 13, 78) 0%, rgb(34, 13, 78) 0%, rgba(255, 255, 255, 0) 80%);
}
.lp-footer.dark-footer::before, .lp-footer.dark-footer::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
}
.lp-footer.dark-footer::before {
  background-color: #220d4e;
  top: 0;
  transform: none;
  height: 100%;
}
.lp-footer.dark-footer::after {
  content: "";
  top: -110px;
  background-position: center bottom;
  height: 210px;
  transform: rotate(180deg);
  background-repeat: repeat-x;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='768' height='210' viewBox='0 0 768 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M768 0H0v186.788s194.479 55.793 382.008-5.62C569.537 119.756 768 186.788 768 186.788V0z' fill='%23220D4E'/%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  .lp-footer.dark-footer::after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='211' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 .861H0v171.506s328.279 90.247 716.266-5.622C1104.25 70.877 1440 172.367 1440 172.367V.861z' fill='%23220D4E'/%3E%3C/svg%3E");
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .lp-footer.dark-footer::after {
    background-image: url("data:image/svg+xml,%3Csvg width='1600' height='210' viewBox='0 0 1600 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1600 0H0v174.338s360.435 83.284 795.851-4.695C1231.27 81.664 1600 174.338 1600 174.338V0z' fill='%23220D4E'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1481px) {
  .lp-footer.dark-footer::after {
    background-size: contain;
  }
}
.lp-footer.dark-footer .container {
  position: relative;
  z-index: 2;
}
.lp-footer.dark-footer .lp-footer__social-wrap ul li a {
  background: transparent;
}
.lp-footer.dark-footer .lp-footer__legal a {
  color: #fff;
}
.lp-footer.dark-footer .lp-footer__credits {
  color: #fff;
}
.lp-footer__content h2,
.lp-footer__content p {
  color: #ffffff;
}
.lp-footer__content .btn-primary {
  background-color: #ffffff;
  color: #000744 !important;
}

@media (max-width: 1024.98px) {
  .icons-grid--holder {
    max-width: 444px;
    margin: 0 auto;
  }
}

.icons-grid__item h5 {
  color: #514b5f;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

main.main .block-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 15px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
main.main .block-tabs ul::-webkit-scrollbar {
  height: 3px;
}
main.main .block-tabs ul::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
}
main.main .block-tabs ul::-webkit-scrollbar-thumb {
  background: #220d4e;
}
@media (min-width: 1025px) {
  main.main .block-tabs ul {
    overflow: initial;
    white-space: normal;
    padding-bottom: 0;
  }
}
main.main .block-tabs ul li {
  margin: 0;
  padding: 0;
  margin-right: 24px;
  display: inline-block;
}
main.main .block-tabs ul li:last-child {
  margin-right: 0;
}
main.main .block-tabs ul.custom-list {
  white-space: initial;
}

.block-tabs {
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .block-tabs {
    padding: 60px 0;
  }
}
@media (min-width: 1280px) {
  .block-tabs {
    padding: 80px 0 40px 0;
  }
}
.block-tabs__header {
  margin-bottom: 19px;
}
@media (min-width: 1025px) {
  .block-tabs__header {
    margin-bottom: 40px;
  }
}
.block-tabs__block-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
  text-align: center;
  color: #220d4e;
}
@media (min-width: 576px) {
  .block-tabs__block-title {
    font-size: 34px;
    line-height: 42px;
    text-align: left;
  }
}
.block-tabs__link {
  padding: 10px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  color: #514b5f;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: all ease-in-out 0.3s;
}
.block-tabs__link.active {
  background: #e5e6ec;
  transition: all ease-in-out 0.3s;
}
.block-tabs__body {
  position: relative;
}
.block-tabs__single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  pointer-events: none;
}
.block-tabs__single.active {
  position: relative;
  opacity: 1;
  transition: all ease-in-out 0.3s;
  pointer-events: initial;
}
.block-tabs__image {
  text-align: right;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .block-tabs__image {
    margin-bottom: 0;
  }
}
.block-tabs__content-title {
  color: #220d4e;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 16px;
}
.block-tabs__content {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #514b5f;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .block-tabs__content {
    margin-bottom: 24px;
  }
}
.block-tabs__content-url a {
  display: inline-block;
}

main.main .block-testimonial-tabs {
  padding: 0;
}
main.main .block-testimonial-tabs__inner-block {
  text-align: center;
}
@media (min-width: 1280px) {
  main.main .block-testimonial-tabs__inner-block {
    border-radius: 16px 0px 0px 16px;
    text-align: left;
  }
}
main.main .block-testimonial-tabs__inner-block button {
  background: transparent;
  opacity: 0.3;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  transition: all ease-in-out 0.3s;
  padding: 0 15px;
}
main.main .block-testimonial-tabs__inner-block button.active {
  background: transparent;
  opacity: 1;
  border-color: #ffffff;
}
@media (max-width: 1280px) {
  main.main .block-testimonial-tabs__main-holder {
    display: flex;
    flex-direction: column-reverse;
  }
}
main.main .block-testimonial-tabs .block-tabs__body {
  max-width: 100%;
}
@media (max-width: 1280px) {
  main.main .block-testimonial-tabs .block-tabs__body {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  main.main .block-testimonial-tabs .block-tabs__body .block-tabs__single {
    display: flex;
    align-items: center;
    min-height: 412px;
  }
}
main.main .block-testimonial-tabs.violet .block-testimonial-tabs__inner-block button.active {
  border-color: #9B6BFF;
}
main.main .block-testimonial-tabs.yellow .block-testimonial-tabs__inner-block button.active {
  border-color: #ffc107;
}
main.main .block-testimonial-tabs.blue-1 .block-testimonial-tabs__inner-block button.active {
  border-color: #00c2ff;
}
main.main .block-testimonial-tabs.teal .block-testimonial-tabs__inner-block button.active {
  border-color: #1effae;
}
main.main .block-testimonial-tabs__image {
  z-index: 3;
  pointer-events: none;
  position: absolute;
  right: 100%;
  width: 100%;
  bottom: 43%;
  transform: translateY(50%);
  max-width: 710px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  display: none;
  transition: all ease-in-out 0.3s;
}
main.main .block-testimonial-tabs__image.active {
  opacity: 1;
  transition: all ease-in-out 0.3s;
  display: block;
}
@media (max-width: 1480px) and (min-width: 1280px) {
  main.main .block-testimonial-tabs__image {
    max-width: 610px;
    transform: translateY(57%);
  }
}
@media (max-width: 1279px) {
  main.main .block-testimonial-tabs__image {
    position: initial;
    max-width: 100%;
    text-align: center;
    transform: translateY(-25%);
  }
}
@media (max-width: 730px) {
  main.main .block-testimonial-tabs__image {
    padding: 0 20px;
    transform: translateY(-35%);
  }
}
main.main .block-testimonial-tabs__header .slider__controls {
  position: initial;
  z-index: 9;
  top: 50px;
  transform: initial;
  height: initial;
  bottom: auto;
  left: 0;
}
@media (min-width: 576px) {
  main.main .block-testimonial-tabs__header .slider__controls {
    display: none !important;
  }
}
main.main .block-testimonial-tabs__header .slider__controls--prev {
  left: 0;
}
main.main .block-testimonial-tabs__header .slider__controls--next {
  right: 0;
}
main.main .block-testimonial-tabs__header .slider__controls--count {
  display: none !important;
}
main.main .block-testimonial-tabs__header .slider__controls--btn {
  font-size: 35px;
  opacity: 1;
  position: absolute;
  top: 50px;
}
main.main .block-testimonial-tabs__header .slider__controls--btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
main.main .block-testimonial-tabs__header .slider__controls--btn i {
  color: #ffffff;
}
main.main .block-testimonial-tabs__header .slick-list {
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  main.main .block-testimonial-tabs__header .slick-list {
    max-width: 300px;
    padding: 0 0 0 25px !important;
  }
}
@media (max-width: 575.98px) {
  main.main .block-testimonial-tabs__header .slick-track {
    margin-left: -100px !important;
  }
}
main.main .block-testimonial-tabs__header ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  main.main .block-testimonial-tabs__header ul {
    margin: 0 auto;
    max-width: 595px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  main.main .block-testimonial-tabs__header ul {
    max-width: 665px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1481px) {
  main.main .block-testimonial-tabs__header ul {
    display: flex;
    padding-left: 0;
    margin: initial;
  }
}
@media (min-width: 1600px) {
  main.main .block-testimonial-tabs__header ul {
    max-width: 780px;
  }
}
main.main .block-testimonial-tabs__header ul .slick-track {
  margin: initial;
}
main.main .block-testimonial-tabs__header ul li {
  width: 120px;
}
@media (min-width: 576px) {
  main.main .block-testimonial-tabs__header ul li {
    width: initial !important;
  }
}
@media (max-width: 500px) {
  main.main .block-testimonial-tabs__header ul li {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
main.main .block-testimonial-tabs .btn--white {
  color: #ffffff;
}
main.main .block-testimonial-tabs .btn--white::before {
  border-color: inherit;
}
main.main .block-testimonial-tabs .btn--white::after {
  color: inherit;
}

.key-findings {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 1279.98px) {
  .key-findings {
    padding-bottom: 100px;
  }
}
.key-findings .slider__controls {
  top: initial;
  width: 100%;
  bottom: -80px;
  left: 0;
  right: 0;
  transform: initial;
  justify-content: center !important;
}
@media (min-width: 1280px) {
  .key-findings .slider__controls {
    display: none !important;
  }
}
@media (max-width: 1279.98px) {
  .key-findings .slider__controls {
    bottom: 0;
  }
}
.key-findings .slider__controls button {
  margin: 0 12px;
}
.key-findings .slider__controls--count {
  display: none !important;
}
.key-findings__items.slider {
  overflow: inherit;
}
.key-findings__items.slider .slick-list {
  overflow: inherit;
}
@media (max-width: 575.98px) {
  .key-findings__items.slider .slick-list {
    padding: 40px !important;
  }
}
@media (max-width: 1024.98px) {
  .key-findings__item {
    width: 100%;
  }
}
.key-findings__item-inner {
  border: 3px solid #220D4E;
  border-radius: 16px;
  background: #fff;
  --box-shadow-color: #220D4E;
  box-shadow: 8px 8px 0px 0px var(--box-shadow-color);
}
@media (max-width: 1024.98px) {
  .key-findings__item-inner {
    width: 100%;
  }
}
.key-findings__item-inner-blue-color {
  --box-shadow-color: #00C2FF;
}
.key-findings__item-inner-green-color {
  --box-shadow-color: #1EFFAE;
}
.key-findings__item-inner-yellow-color {
  --box-shadow-color: #FFD330;
}
.key-findings__item-inner .h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 64px;
  font-feature-settings: "kern" off;
}

.list-items p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}

.mfp-content .popup-section {
  display: block !important;
}

.popup-section {
  max-width: 650px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 50px 90px -16px rgba(25, 20, 51, 0.1);
  border-radius: 8px;
  display: none;
}
.popup-section__container {
  max-width: 100%;
}
@media (max-width: 1024.98px) {
  .popup-section__container {
    padding: 0 4px;
  }
}

.popup-section form .field .select2[type=text].password-shown ~ button,
.popup-section form .field .select2[type=password] ~ button,
.popup-section form .field select[type=text].password-shown ~ button,
.popup-section form .field select[type=password] ~ button,
.popup-section form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=text].password-shown ~ button,
.popup-section form .field input:not([type=checkbox]):not([type=radio]):not(.select2-search__field)[type=password] ~ button {
  right: 20px;
}
.popup-section .singup-form__form ul li {
  margin: 0 0 8px 0;
}
.popup-section__holder {
  padding-top: 8px;
}

.popup-section__title {
  text-align: center;
}
@media (max-width: 1024.98px) {
  .popup-section__title {
    text-align: left;
  }
}
.popup-section__title h2 {
  font-size: 34px;
  line-height: 42px;
}

.popup-section__type--sign-up .btn {
  max-width: 388px;
}

.popup-section__type--regular {
  max-width: 650px;
}

.popup-section__type--double-width {
  max-width: 1008px;
}

@media (max-width: 1279.98px) {
  .popup-section {
    max-width: 880px;
  }
}
@media (max-width: 1024.98px) {
  .popup-section {
    max-width: 500px;
  }
}
.popup-section .field--form-submit {
  text-align: center;
}
.popup-section .marketo-form__form-holder .popup-section__title {
  text-align: center;
}
@media (max-width: 1024.98px) {
  .popup-section .marketo-form__form-holder .popup-section__title {
    text-align: center;
  }
}
.popup-section .marketo-form__form-holder .mktoForm .mktoFormRow {
  flex: 100%;
}
.popup-section .marketo-form__form-holder .mktoForm .mktoButtonRow {
  text-align: center;
}
.popup-section .marketo-form__form-holder .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  border-radius: 8px;
  position: relative;
  text-decoration: none !important;
  font-weight: 600 !important;
  background-color: #220d4e;
  border-color: #220d4e;
  box-shadow: none;
  outline: none;
  color: #ffffff !important;
  text-align: center;
  position: relative;
  width: 100%;
}
.popup-section .marketo-form__form-holder .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton::after {
  display: block !important;
}
.popup-section .marketo-form__form-holder .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #220d4e !important;
  border-color: #220d4e !important;
  color: #fff !important;
  outline: none;
}

.custom-popup-global .mfp-content {
  max-width: 100%;
}

.hero-flat {
  padding-top: 90px;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .hero-flat {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.hero-flat.section-bg--blue-1.grid-bg {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='593' viewBox='0 0 1920 593' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 536L7.62939e-05 536' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1920 456L7.62939e-05 456' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1920 376L7.62939e-05 376' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1920 296L7.62939e-05 296' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1920 216L7.62939e-05 216' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1920 136L7.62939e-05 136' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1920 56L7.62939e-05 55.9999' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M360.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M760.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1160 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1640 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M440.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M40.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M520.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M840.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1240 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1720 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M600.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M120.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M680.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M920.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1320 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1800 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M200.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1000 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1400 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1880 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M280.001 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1080 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1560 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3Cpath d='M1480 0V592' stroke='%2301A8E8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat;
}
.hero-flat.section-bg--blue-dark-1.grid-bg {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='701' viewBox='0 0 1920 701' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 590L7.62939e-05 590' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 670L7.62939e-05 670' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 510L7.62939e-05 510' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 430L7.62939e-05 430' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 350L7.62939e-05 350' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 270L7.62939e-05 270' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 190L7.62939e-05 190' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 110L7.62939e-05 110' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1920 30L7.62939e-05 29.9999' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M360.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M760.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1160 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1640 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M440.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M40.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M520.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M840.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1240 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1720 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M600.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M120.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M680.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M920.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1320 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1800 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M200.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1000 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1400 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1880 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M280.001 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1080 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1560 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3Cpath d='M1480 0V700' stroke='%2300C2FF' stroke-opacity='0.3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat;
}
@media (min-width: 1440px) and (max-height: 899px) {
  .hero-flat {
    padding-bottom: 120px !important;
  }
}
@media (min-height: 1081px) {
  .hero-flat {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1280px) and (min-height: 700px) and (max-height: 1080px) {
  .hero-flat {
    display: flex;
    align-items: flex-start;
  }
}
.hero-flat.remove-padding-bottom {
  padding-bottom: 0 !important;
}
@media (min-width: 1440px) and (max-height: 899px) {
  .hero-flat.remove-padding-bottom {
    padding-bottom: 0 !important;
  }
}
@media (min-height: 1081px) {
  .hero-flat.remove-padding-bottom {
    padding-bottom: 0 !important;
  }
}
.hero-flat h1 {
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 576px) {
  .hero-flat h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1280px) {
  .hero-flat h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
.hero-flat h1 .has-inline-color {
  background-color: transparent !important;
  font-family: "Caveat", cursive;
  color: inherit;
  font-weight: 100;
  position: relative;
  display: inline-block;
  font-size: 45px;
  line-height: 45px;
}
@media (max-width: 1279.98px) {
  .hero-flat h1 .has-inline-color {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  .hero-flat h1 .has-inline-color {
    font-size: 66px;
    line-height: 60px;
  }
}
@media (max-width: 395px) {
  .hero-flat h1 .has-inline-color {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 320px) {
  .hero-flat h1 .has-inline-color {
    font-size: 30px;
    line-height: 35px;
  }
}
.hero-flat h1 .has-inline-color::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='462' height='7' viewBox='0 0 462 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3.57284C55.4333 -1.76696 411.147 8.62126 460 3.57284' stroke='%23220D4E' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 100%;
  height: 7px;
  background-repeat: repeat-x;
  position: absolute;
  right: 0;
  background-size: contain;
}
.hero-flat h1 .has-inline-color.has-white-color::after {
  background-image: url("data:image/svg+xml,%3Csvg width='462' height='7' viewBox='0 0 462 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3.57284C55.4333 -1.76696 411.147 8.62126 460 3.57284' stroke='%23ffffff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.hero-flat p {
  color: #514b5f;
}
@media (min-width: 1025px) {
  .hero-flat figure img {
    max-width: 114%;
    position: initial;
  }
}

.block-plg-cards__body {
  max-width: 683px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .block-plg-cards__body {
    margin-top: 0;
    max-width: 500px;
  }
}
.block-plg-cards__body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #514b5f;
}
.block-plg-cards h1 .data-driven img {
  display: none;
}
@media (min-width: 1025px) {
  .block-plg-cards h1 {
    font-size: 75px;
    line-height: 64px;
  }
}
@media (max-width: 600px) {
  .block-plg-cards h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media (min-width: 577px) {
  .block-plg-cards h1 .data-driven {
    position: relative;
  }
  .block-plg-cards h1 .data-driven img {
    position: absolute;
    top: -65%;
    left: 28%;
    display: block;
  }
}
@media (max-width: 1024px) {
  .block-plg-cards h1 .data-driven img {
    top: -123%;
    left: 20%;
  }
}
.block-plg-cards__cards-block--single {
  max-width: 334px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
@media (max-width: 1279px) {
  .block-plg-cards__cards-block--single {
    max-width: 100%;
  }
}
.block-plg-cards__cards-block--single.border-radius {
  border-radius: 16px;
  overflow: hidden;
}
.block-plg-cards__cards-block--single.violet {
  background: #e1d3ff;
}
.block-plg-cards__cards-block--single.yellow {
  background: #ffc107;
}
.block-plg-cards__cards-block--single.blue {
  background: #00c2ff;
}
.block-plg-cards__cards-block--single.teal {
  background: #1effae;
}
.block-plg-cards__cards-block--single-image figure {
  height: 200px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block-plg-cards__cards-block--single-image figure {
    height: 210px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .block-plg-cards__cards-block--single-image figure {
    margin-top: 20px;
  }
}
.block-plg-cards__cards-block--single-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279px) {
  .block-plg-cards__cards-block--single-image {
    display: none;
  }
}
.block-plg-cards__cards-block--single__content {
  padding: 20px;
}
@media (max-width: 1279px) {
  .block-plg-cards__cards-block--single__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .block-plg-cards__cards-block--single__content {
    align-items: center;
    flex-direction: column;
  }
}
.block-plg-cards__cards-block--single__content .text {
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .block-plg-cards__cards-block--single__content .text {
    min-height: 259px;
  }
}
@media (min-width: 1480px) {
  .block-plg-cards__cards-block--single__content .text {
    min-height: 198px;
  }
}
@media (max-width: 1279px) {
  .block-plg-cards__cards-block--single__content .text {
    margin-bottom: 0;
  }
  .block-plg-cards__cards-block--single__content .text p {
    display: none;
  }
}
.block-plg-cards__cards-block--single__content .plg-popup-btn {
  padding: 15px 11px;
}
@media (max-width: 1279.98px) {
  .block-plg-cards__cards-block--single__content .plg-popup-btn {
    padding: 15px 24px;
  }
}
.block-plg-cards__cards-block--single__content .btn-primary--white-with-border:after {
  border-color: transparent;
}
.block-plg-cards__cards-block--single__content p {
  color: #220d4e;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content .text {
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 1280px) {
  .block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content .text {
    min-height: 200px;
  }
}
@media (min-width: 1480px) {
  .block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content .text {
    min-height: 198px;
  }
}
@media (max-width: 1279px) {
  .block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content .text {
    margin-bottom: 0;
  }
  .block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content .text p {
    display: block;
  }
}
.block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content .text .state {
  transition: all ease-in-out 0.1s;
}
.block-plg-cards.block-plg-text-cards .block-plg-cards__cards-block--single__content .text .state.open {
  transition: all ease-in-out 0.1s;
  transform: rotate(90deg);
}

.strip-text-button__content {
  display: flex;
  align-items: center;
  background: #220D4E;
  border-radius: 12px;
  padding: 25px 52px;
}
.strip-text-button__content svg {
  margin-right: 20px;
}
.strip-text-button__content p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.strip-text-button__content p a {
  color: #fff;
}
@media (max-width: 575.98px) {
  .strip-text-button__content {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
}

.mfp-content .popup-thank-you {
  z-index: 999999;
  background: #fff;
  overflow: auto;
  height: 100vh;
  pointer-events: initial;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

/* Vendors */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: transparent;
  opacity: 0.4;
  transition: all 0.15s ease-out;
  background: #220d4e;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap.custom-popup-global {
  z-index: 999999;
}
.mfp-wrap.thank-you-popup .mfp-container {
  padding: 0 !important;
}
.mfp-wrap.thank-you-popup .mfp-content {
  max-width: 100% !important;
}

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

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

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

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

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

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

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

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

.mfp-close {
  width: auto;
  right: -28px;
  top: 13px;
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.mfp-close i {
  color: #220d4e;
  font-size: 3rem;
}
.mfp-close i:before {
  margin: 0;
}
.mfp-close:hover {
  transform: rotate(180deg);
}

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  color: #514b5f;
  font-style: normal;
  font-size: 5rem;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  top: 16px;
  right: 16px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close i {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #514b5f;
  text-align: right;
}

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

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

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

/* Main image in popup */
img.mfp-img {
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 15px rgba(0, 51, 99, 0.25);
  background: #ffffff;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
  transition: all 0.2s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  transform: scale(1.05);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.05);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mktoForm {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.mktoForm.on .mktoCaptchaDisclaimer,
.mktoForm.on .mktoButtonRow,
.mktoForm.on .mktoHtmlText,
.mktoForm.on .mktoFieldWrap,
.mktoForm.on .mktoFormRow {
  opacity: 1;
}
.mktoForm .mktoEmailField.loading {
  position: relative;
  webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #c6c1d2;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
}
.mktoForm .mktoAsterix {
  display: none;
}
.mktoForm fieldset {
  display: initial;
}
.mktoForm textarea {
  resize: none;
  min-height: 210px;
}
.mktoForm .select2 {
  width: 100%;
}
.mktoForm .select2 ul {
  margin: 0;
}
.mktoForm .select2.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
}
.mktoForm .select2.select2-container--default .select2-selection--multiple {
  min-height: unset;
  border: none;
  padding: 0;
}
.mktoForm .select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-flow: row wrap;
}
.mktoForm .select2.select2-container--default .selection {
  text-align: left;
}
.mktoForm .select2 .select2-selection__choice {
  margin: 5px 15px 5px 0 !important;
  display: flex !important;
  align-items: center !important;
  background-color: #a4a0ab !important;
  color: #514b5f !important;
  border-radius: 8px !important;
  padding: 13px 10px 13px 15px !important;
  border: none !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  position: relative;
  transition: all 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.mktoForm .select2 .select2-selection__choice button {
  order: 1;
  font-size: 1.8rem;
}
.mktoForm .select2 .select2-selection__choice button:before {
  content: "\e80a";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
}
.mktoForm .select2 .select2-selection__choice button span {
  display: none;
}
.mktoForm .select2 .select2-selection__choice:hover {
  cursor: default !important;
  color: #79718b;
}
.mktoForm .select2 .select2-selection__choice:hover button {
  background-color: transparent !important;
  color: #79718b;
  transition: color 0.1s 0.05s cubic-bezier(0.3, 0.34, 0.85, 0.96), opacity 0.1s 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.mktoForm .select2 .select2-selection__choice:hover button:hover {
  cursor: pointer;
  color: #220d4e;
}
.mktoForm .select2 .select2-selection__choice span {
  order: 0;
}
.mktoForm .select2 .select2-selection__choice__remove {
  border: none !important;
  color: #706a80;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
  font-size: 1.8rem;
  transition: all 0.15s cubic-bezier(0.3, 0.34, 0.85, 0.96);
}
.mktoForm textarea,
.mktoForm select,
.mktoForm .select2,
.mktoForm input:not([type=checkbox]) {
  color: #514b5f;
  transition: border 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100% !important;
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
  padding: 10px 17px;
  border-radius: 8px;
  border: 1px solid #e5e6ec;
  box-shadow: 0 1px 2px rgba(0, 51, 99, 0.08);
}
.mktoForm textarea.mktoInvalid,
.mktoForm select.mktoInvalid,
.mktoForm .select2.mktoInvalid,
.mktoForm input:not([type=checkbox]).mktoInvalid {
  border-color: #ff6e6e;
}
.mktoForm textarea.mktoInvalid:focus,
.mktoForm select.mktoInvalid:focus,
.mktoForm .select2.mktoInvalid:focus,
.mktoForm input:not([type=checkbox]).mktoInvalid:focus {
  border-color: #00c2ff;
}
.mktoForm textarea::-moz-placeholder, .mktoForm select::-moz-placeholder, .mktoForm .select2::-moz-placeholder, .mktoForm input:not([type=checkbox])::-moz-placeholder {
  color: #c6c1d2;
}
.mktoForm textarea::placeholder,
.mktoForm select::placeholder,
.mktoForm .select2::placeholder,
.mktoForm input:not([type=checkbox])::placeholder {
  color: #c6c1d2;
}
.mktoForm textarea:focus,
.mktoForm select:focus,
.mktoForm .select2:focus,
.mktoForm input:not([type=checkbox]):focus {
  outline: none;
  border-color: #e5e6ec;
}
.mktoForm textarea:focus.mktoInvalid,
.mktoForm select:focus.mktoInvalid,
.mktoForm .select2:focus.mktoInvalid,
.mktoForm input:not([type=checkbox]):focus.mktoInvalid {
  border-color: #c6c1d2;
}
.mktoForm textarea:focus + label,
.mktoForm select:focus + label,
.mktoForm .select2:focus + label,
.mktoForm input:not([type=checkbox]):focus + label {
  width: auto !important;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #a4a0ab;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.mktoForm input[type=checkbox] {
  position: relative;
  top: 3px;
}
.mktoForm textarea:not(:-moz-placeholder-shown) + label, .mktoForm input:not(:-moz-placeholder-shown):not([type=checkbox]) + label {
  width: auto !important;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  color: #a4a0ab;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.mktoForm textarea:not(:placeholder-shown) + label,
.mktoForm input:not(:placeholder-shown):not([type=checkbox]) + label {
  width: auto !important;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  color: #a4a0ab;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.mktoForm select {
  color: #a4a0ab;
}
.mktoForm select.has-value {
  color: #514b5f;
}
.mktoForm select:not(.has-value) + label {
  display: none;
}
.mktoForm button[type=submit] {
  width: auto;
  max-width: 50%;
  padding: 1rem 2.3rem !important;
  position: relative;
  font-weight: 600 !important;
  background-image: none !important;
  box-shadow: none;
  outline: none;
  text-align: center;
  font-family: "Gilroy", Futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  border-radius: 0.8rem;
}
.mktoForm button[type=submit]:hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #220d4e;
  border-color: #220d4e;
  outline: none;
}
.mktoForm .mktoFieldWrap {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.mktoForm .mktoFieldWrap label {
  text-align: left;
  width: auto !important;
  position: absolute;
  max-width: calc(100% - 20px);
  white-space: normal;
  top: 12px;
  left: 21px;
  color: #a4a0ab;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mktoForm .mktoFieldWrap #LblphoneMKTO,
.mktoForm .mktoFieldWrap .iti label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1re;
}
.mktoForm .mktoFieldWrap select {
  -webkit-appearance: none;
  background: #ffffff url("../images/img-arrow-down-1.svg") no-repeat calc(100% - 25px) center;
}
.mktoForm .mktoFieldWrap select:active {
  background: url("../images/img-arrow-up-1.svg") no-repeat calc(100% - 25px) center;
}
.mktoForm .mktoFieldWrap select:invalid {
  color: #e5e6ec;
}
.mktoForm .mktoFieldWrap select + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.mktoForm .mktoFieldWrap .mktoError {
  padding-left: 18px;
  padding-top: 3px;
  text-align: left;
  left: 0;
  color: #ff6e6e;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.mktoForm .mktoFieldWrap .mktoError + label {
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  color: #706a80;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.mktoForm .mktoFieldWrap .mktoCheckboxList {
  padding-bottom: 15px;
  display: flex;
  align-items: start;
  width: unset !important;
}
.mktoForm .mktoFieldWrap .mktoCheckboxList input {
  opacity: 0;
  left: -20px;
  position: absolute;
  margin-right: 10px;
}
.mktoForm .mktoFieldWrap .mktoCheckboxList input:checked ~ .mktoLabel:before {
  background-color: #00c2ff;
  content: "\e809";
  color: #fff;
  font-family: "icons";
}
.mktoForm .mktoFieldWrap .mktoCheckboxList label {
  display: none;
}
.mktoForm .mktoFieldWrap .mktoCheckboxList label.mktoLabel {
  max-width: unset;
  padding-left: 10px;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  color: #706a80;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.mktoForm .mktoFieldWrap .mktoCheckboxList label.mktoLabel:before {
  position: relative;
  content: "";
  left: -10px;
  top: 0;
  border: 1px solid #e5e6ec;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.mktoForm .mktoButtonRow {
  order: 2;
  flex: 0 0 100%;
  padding-top: 30px;
}
.mktoForm .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}
.mktoForm .mktoCaptchaDisclaimer,
.mktoForm .mktoButtonRow,
.mktoForm .mktoHtmlText,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormRow {
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 0;
}
.mktoForm .mktoFormRow {
  flex: 0 0 100%;
  display: flex;
  flex-flow: row wrap;
}
.mktoForm .mktoFormCol {
  flex: 0 0 100%;
  margin-bottom: 20px !important;
  max-width: 100%;
}
.mktoForm .mktoCaptchaDisclaimer {
  order: 1;
  padding-top: 5px;
}
.mktoForm .mktoCaptchaDisclaimer,
.mktoForm .mktoHtmlText {
  width: 100% !important;
  color: #c6c1d2;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.mktoForm .mktoCaptchaDisclaimer > p,
.mktoForm .mktoHtmlText > p {
  margin-bottom: 0;
}
.mktoForm .mktoCaptchaDisclaimer p,
.mktoForm .mktoHtmlText p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 0;
}
.mktoForm .mktoCaptchaDisclaimer a,
.mktoForm .mktoHtmlText a {
  color: #c6c1d2;
}
@media (min-width: 576px) {
  .mktoForm--two-cols {
    display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .mktoForm--two-cols .mktoFormCol {
    flex: 1 0 auto;
  }
  .mktoForm--two-cols .mktoFormCol:nth-child(2) {
    margin-left: 25px;
    max-width: calc(50% - 12.5px);
  }
  .mktoForm--two-cols .mktoFormRow {
    justify-content: space-between;
    flex: 0 0 50%;
    display: flex;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .mktoForm--two-cols .mktoFormRow {
    padding: 0 12px;
  }
}

.mktoForm--two-cols-progressive {
  max-width: 500px;
  margin: auto;
}

.mktoForm--force-two-cols .form-preloader {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .mktoForm--force-two-cols .form-preloader .form-preloader__field {
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 576px) {
  .mktoForm--force-two-cols {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .mktoForm--force-two-cols .mktoFormCol {
    flex: 1 0 auto;
  }
  .mktoForm--force-two-cols .mktoFormCol:nth-child(2) {
    margin-left: 25px;
    max-width: calc(50% - 12.5px);
  }
  .mktoForm--force-two-cols .mktoFormRow {
    justify-content: space-between;
    flex: 0 0 calc(50% - 10px);
    display: flex;
  }
}

.select2-container--open {
  font-size: 1.3rem;
}
.select2-container--open .select2-results__options {
  padding-left: 10px;
}
.select2-container--open .select2-dropdown.select2-dropdown--below {
  border: 1px solid #e5e6ec !important;
}
.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results__option.select2-results__message {
  font-size: 1.3rem;
  color: #706a80;
}

.iti {
  width: 100%;
}
.iti + label,
.iti label {
  opacity: 1;
  padding: 0 8px;
  background-color: #fff;
  top: -10px;
  left: 12px !important;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.iti .iti__flag-container {
  max-height: 49px;
}
.iti .iti__selected-dial-code {
  color: #a4a0ab;
}

.slider {
  transition: all 0.3s cubic-bezier(0.3, 0.34, 0.85, 0.96);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.slider .slick-slide:focus {
  outline: none;
}
.slider.on {
  height: unset;
  opacity: 1;
}
.slider .slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slider .slick-dots li {
  padding-left: 0;
  margin: 0 5px;
}
.slider .slick-dots li:before {
  display: none;
}
.slider .slick-dots li button {
  border: none;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
}
.slider .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}