@charset "UTF-8";
/* ========================= Import all the scss partials ========================== */
/* ========== Abstracts/Utilities master partials ========== */
/* =============== SASS Functions ================ */
/**
 * Default value is 10px, since we are using 10px as a browser's default font size to make it easy to calculate
 * Eg, it's easier to calculate 50px gap with 10px threshold rather than 16px or 18px.
 */
/* =============== Overriding bootstraps default variables and defining custom variables as per need ================= */
/**
* ==============================================================================
*     Overriding bootstrap's variables with brand's variables
* ==============================================================================
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -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: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  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: 2rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: bold;
}

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: #ffa305;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #f16024;
  text-decoration: none;
}

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: #666666;
  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 {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[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: 2rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.3;
  color: #323232;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 0.1rem solid #CFCFCF;
}

small,
.small {
  font-size: 1.2rem;
  font-weight: 400;
}

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

.list-unstyled, ul:not([class]),
ol:not([class]) {
  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: 1.2rem;
  color: #666666;
}
.blockquote-footer::before {
  content: "— ";
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 1440px) {
  .container-xx, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xx,
.col-xx-auto, .col-xx-12, .col-xx-11, .col-xx-10, .col-xx-9, .col-xx-8, .col-xx-7, .col-xx-6, .col-xx-5, .col-xx-4, .col-xx-3, .col-xx-2, .col-xx-1, .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: 15px;
  padding-left: 15px;
}

.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xx {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xx-first {
    order: -1;
  }

  .order-xx-last {
    order: 13;
  }

  .order-xx-0 {
    order: 0;
  }

  .order-xx-1 {
    order: 1;
  }

  .order-xx-2 {
    order: 2;
  }

  .order-xx-3 {
    order: 3;
  }

  .order-xx-4 {
    order: 4;
  }

  .order-xx-5 {
    order: 5;
  }

  .order-xx-6 {
    order: 6;
  }

  .order-xx-7 {
    order: 7;
  }

  .order-xx-8 {
    order: 8;
  }

  .order-xx-9 {
    order: 9;
  }

  .order-xx-10 {
    order: 10;
  }

  .order-xx-11 {
    order: 11;
  }

  .order-xx-12 {
    order: 12;
  }

  .offset-xx-0 {
    margin-left: 0;
  }

  .offset-xx-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xx-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xx-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xx-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xx-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xx-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xx-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xx-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: 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.25rem;
}

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

.sr-only, .screen-reader-text,
.gf_label_sr_only .gfield_label,
.gform_heading {
  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, .screen-reader-text:active,
.gf_label_sr_only .gfield_label:active,
.gform_heading:active, .sr-only-focusable:focus, .screen-reader-text:focus,
.gf_label_sr_only .gfield_label:focus,
.gform_heading:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?kclj4s");
  src: url("../fonts/icomoon/icomoon.eot?kclj4s#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?kclj4s") format("truetype"), url("../fonts/icomoon/icomoon.woff?kclj4s") format("woff"), url("../fonts/icomoon/icomoon.svg?kclj4s#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
  content: "";
}

.icon-phone-fill:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-chev-down:before {
  content: "";
}

.icon-chev-left:before {
  content: "";
}

.icon-chev-right:before {
  content: "";
}

.icon-chev-up:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

/* ========== Abstracts/Utilities master partials ========== */
/* ================= Mixins master file ================ */
/* Make block gaps mixin */
/* ================ Make commonly used mixins ================= */
/* ============== Import utilities ============= */
/* =========== Keyframe animations =========== */
@keyframes slideFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
/* ================= Aspect ratios for responsive and smooth UX ================ */
.aspect-ratio {
  position: relative;
  overflow: hidden;
}
.aspect-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.aspect-ratio-47:after {
  padding-bottom: 47.619047619%;
}
.aspect-ratio-54:after {
  padding-bottom: 53.1208499336%;
}
.aspect-ratio-57:after {
  padding-bottom: 56.25%;
}
.aspect-ratio-66:after {
  padding-bottom: 66.6666666667%;
}

.aspect-ratio-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.aspect-ratio-item.o-f-p {
  object-position: 0 0;
}
.aspect-ratio-item.o-f-t-c {
  object-position: 50% 0;
}

/* =========== Misc styles =========== */
.disable-page-scrolling {
  overflow: hidden !important;
}
.disable-page-scrolling.is-touch .page-container {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
@media (min-width: 992px) {
  .disable-page-scrolling.is-touch .page-container {
    position: relative;
    top: 0 !important;
  }
}
@media (min-width: 992px) {
  .disable-page-scrolling {
    overflow: inherit !important;
  }
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  transition: none !important;
}

.tagline {
  margin-bottom: 1.2rem;
  color: #ffa305;
  text-transform: uppercase;
}

/* ============== Helpers ============= */
::-moz-selection {
  background: #f16024;
  color: #ffffff;
}

::selection {
  background: #f16024;
  color: #ffffff;
}

.elem-stacked,
.has-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.bg-image-wrap {
  position: relative;
  overflow: hidden;
}

.bg-image {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.bg-image > .bg-image-item {
  opacity: 0;
  object-fit: cover;
  height: 100%;
}

.has-overlay:before {
  content: "";
  background: rgba(22, 22, 22, 0.2);
  transition: opacity 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .has-overlay:before {
    transition: none;
  }
}

.elem-md-stacked {
  position: relative;
}
@media (min-width: 768px) {
  .elem-md-stacked {
    position: absolute;
  }
}

.is-processing {
  position: relative;
  pointer-events: none;
}
.is-processing:before {
  animation: spinner 0.6s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  z-index: 1;
  content: "";
  display: block;
  border: 0.4rem rgba(255, 255, 255, 0.25) solid;
  border-top: 0.4rem white solid;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .is-processing:before {
    transition: none;
  }
}
.is-processing:after {
  pointer-events: none;
  background: #f16024;
  border-color: #f16024;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
}
.is-processing:focus {
  outline: none;
}

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

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

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.zindex-back {
  z-index: -1 !important;
}

.zindex-back-2 {
  z-index: -2 !important;
}

.zindex-unset {
  z-index: 0 !important;
}

.zindex-front {
  z-index: 1 !important;
}

.zindex-front-2 {
  z-index: 2 !important;
}

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

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

.br-round {
  border-radius: 50%;
}

.br-10 {
  border-radius: 1rem;
}

.br-15 {
  border-radius: 1.5rem;
}

.br-t-10 {
  border-radius: 1rem 1rem 0 0;
}

@media (min-width: 768px) {
  .br-md-20 {
    border-radius: 2rem;
  }
}

.object-cover {
  object-fit: cover !important;
}

.op-0 {
  opacity: 0 !important;
}

.link-primary {
  color: #f16024 !important;
}

.link-alt {
  color: #ffa305 !important;
}

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

.link-hover:hover {
  color: #f16024 !important;
}

.link-dec {
  text-decoration: underline !important;
}

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

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

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

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

.mw-59 {
  flex: 0 0 5.9rem;
  max-width: 5.9rem;
}

.mw-80 {
  max-width: 8rem;
}

@media (min-width: 992px) {
  .mw-lg-170 {
    max-width: 17rem;
  }
}
.sr-skip-link {
  top: 1rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  padding: 1.4rem 3.1rem;
  background: #f16024;
  border-radius: 0.6rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sr-skip-link {
    transition: none;
  }
}
.sr-skip-link:hover {
  background: #c14d1d;
  border-color: #c14d1d;
  color: #ffffff;
}
.sr-skip-link:focus {
  position: absolute;
  height: 3rem;
  z-index: 1031;
  outline: 0;
}
@media (min-width: 1200px) {
  .sr-skip-link {
    top: 2rem;
  }
  .sr-skip-link:focus {
    height: 4rem;
  }
}

/* =========== Text relates styles =========== */
.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xx-left {
    text-align: left !important;
  }

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

  .text-xx-center {
    text-align: center !important;
  }
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-para {
  color: #454545 !important;
}

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

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

.text-primary-alt {
  color: #ffa305 !important;
}

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

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

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

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

.fw-sbold {
  font-weight: 600 !important;
}

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

.ff-base {
  font-family: "Poppins", sans-serif !important;
}

.l-h-inherit {
  line-height: inherit !important;
}

.ts-12 {
  font-size: 1.2rem !important;
  line-height: 1.3333333333;
}

.ts-14 {
  font-size: 1.4rem !important;
  line-height: 1.4285714286;
}

.ts-18 {
  font-size: 1.8rem !important;
}

.ts-20 {
  font-size: 2rem !important;
}

.ts-24 {
  font-size: 2.4rem !important;
}

/* ========== Base master partial ========= */
/* ================ Common / Shared Styles ============== */
img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a, button, input, textarea {
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a, button, input, textarea {
    transition: none;
  }
}

iframe {
  max-width: 100% !important;
}

b, strong {
  font-weight: bold;
}

/* =============== Typography related styles ================ */
html {
  font-size: 62.5%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100%;
}

@media (min-width: 992px) {
  p {
    margin-bottom: 3rem;
  }
}

ul, ol {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  ul, ol {
    margin-bottom: 3rem;
  }
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child,
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  margin-bottom: 2.5rem;
  line-height: 1.1764705882;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4.8rem;
    line-height: 1.2083333333;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 3rem;
    font-size: 5.4rem;
    line-height: 1.2962962963;
  }
}

h2, .h2 {
  margin-bottom: 2.5rem;
  line-height: 1.2142857143;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.4rem;
    line-height: 1.1764705882;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    margin-bottom: 3rem;
    font-size: 4rem;
    line-height: 1.3;
  }
}

h3, .h3 {
  line-height: 1.1818181818;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 3rem;
    line-height: 1.2666666667;
  }
}

h4, .h4 {
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

h5, .h5 {
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 2rem;
  }
}

h6, .h6 {
  margin-bottom: 1rem;
  line-height: 1.375;
}

/* ================ Layout master partial ================ */
/* ============ Mixin to build gaps ============= */
.s-py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-py-mb-50 {
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-mt-50 {
  margin-top: 5rem;
}

.s-mb-50 {
  margin-bottom: 5rem;
}

.s-py-70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-py-mb-70 {
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-mt-70 {
  margin-top: 5rem;
}

.s-mb-70 {
  margin-bottom: 5rem;
}

.s-py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-py-mb-80 {
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-mt-80 {
  margin-top: 5rem;
}

.s-mb-80 {
  margin-bottom: 5rem;
}

.s-py-90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-py-mb-90 {
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-mt-90 {
  margin-top: 5rem;
}

.s-mb-90 {
  margin-bottom: 5rem;
}

.s-py-100 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-py-mb-100 {
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.s-mt-100 {
  margin-top: 5rem;
}

.s-mb-100 {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .s-py-70 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .s-py-mb-70 {
    margin-bottom: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .s-mt-70 {
    margin-top: 6rem;
  }

  .s-mb-70 {
    margin-bottom: 6rem;
  }

  .s-py-80 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .s-py-mb-80 {
    margin-bottom: 6.5rem;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .s-mt-80 {
    margin-top: 6.5rem;
  }

  .s-mb-80 {
    margin-bottom: 6.5rem;
  }

  .s-py-90 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .s-py-mb-90 {
    margin-bottom: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .s-mt-90 {
    margin-top: 7.5rem;
  }

  .s-mb-90 {
    margin-bottom: 7.5rem;
  }

  .s-py-100 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .s-py-mb-100 {
    margin-bottom: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .s-mt-100 {
    margin-top: 8rem;
  }

  .s-mb-100 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .s-py-70 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .s-py-mb-70 {
    margin-bottom: 7rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .s-mt-70 {
    margin-top: 7rem;
  }

  .s-mb-70 {
    margin-bottom: 7rem;
  }

  .s-py-80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .s-py-mb-80 {
    margin-bottom: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .s-mt-80 {
    margin-top: 8rem;
  }

  .s-mb-80 {
    margin-bottom: 8rem;
  }

  .s-py-90 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .s-py-mb-90 {
    margin-bottom: 9rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .s-mt-90 {
    margin-top: 9rem;
  }

  .s-mb-90 {
    margin-bottom: 9rem;
  }

  .s-py-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .s-py-mb-100 {
    margin-bottom: 10rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .s-mt-100 {
    margin-top: 10rem;
  }

  .s-mb-100 {
    margin-bottom: 10rem;
  }
}
.bg-primary,
.bg-secondary,
.bg-gradient {
  color: #ffffff;
}
.bg-primary *:not([class]),
.bg-secondary *:not([class]),
.bg-gradient *:not([class]) {
  color: #ffffff;
}

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

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

.bg-faded {
  background-color: #F8F8F8 !important;
}

.bg-alt {
  background-color: #fff6e6 !important;
}

.bg-primary {
  background-color: #f16024 !important;
}
.bg-primary .btn:hover, .bg-primary .wp-block-button__link:hover {
  background: #040633;
  border-color: #040633;
  color: #ffffff;
}

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

.bg-gradient {
  background-image: linear-gradient(136.76deg, #ffa305 24.23%, #f16024 90.23%) !important;
}
.bg-gradient .btn[class*=-light]:hover, .bg-gradient [class*=-light].wp-block-button__link:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #f16024;
}

.bg-primary + .bg-primary,
.bg-secondary + .bg-secondary,
.bg-faded + .bg-faded {
  padding-top: 0;
}

.quote-form-section:before {
  background: #F8F8F8;
  height: 40rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
}
@media (min-width: 992px) {
  .quote-form-section:before {
    height: 51rem;
  }
}

.pricing-section .tabs {
  display: none;
}
.pricing-section #pricing_table {
  padding-top: 4rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 1.5rem 0;
}
@media (max-width: 1439.98px) {
  .pricing-section #pricing_table {
    border-spacing: 0.5rem 0;
  }
}
.pricing-section #pricing_table th {
  padding: 1rem 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .pricing-section #pricing_table th {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.pricing-section #pricing_table td {
  padding: 1rem 1.5rem;
}
.pricing-section #pricing_table td i.icon-close {
  color: #888888;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .pricing-section #pricing_table td {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .pricing-section #pricing_table td i.icon-close {
    font-size: 1.4rem;
  }
}
.pricing-section #pricing_table tr:nth-child(2n+3) td {
  background: #F8F8F8;
}
.pricing-section #pricing_table tr th:not(:first-child) {
  background: #F8F8F8;
  padding: 2rem 4rem;
  border: 1px solid #CFCFCF;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 1439.98px) {
  .pricing-section #pricing_table tr th:not(:first-child) {
    padding: 1rem 2rem;
  }
}
.pricing-section #pricing_table tr th:not(:nth-child(1)) {
  border-top: 1px solid #CFCFCF;
}
.pricing-section #pricing_table tr td {
  border: 1px solid #CFCFCF;
  border-top: 0;
  border-bottom: 0;
}
.pricing-section #pricing_table tr td:not(:first-child) {
  text-align: center;
}
.pricing-section #pricing_table tr:nth-child(2) td:nth-child(1) {
  border-top: 1px solid #CFCFCF;
}
.pricing-section #pricing_table tr:last-child td {
  border-bottom: 1px solid #CFCFCF;
}
.pricing-section #pricing_table .pricing-label {
  vertical-align: text-bottom;
}
.pricing-section #pricing_table .pricing-desc {
  font-size: 1.4rem;
  color: #666666;
  font-weight: normal;
}
.pricing-section #pricing_table .most-popular.pricing-label {
  border-color: #f16024 !important;
  border-width: 2px !important;
  background: #feefe9 !important;
  position: relative;
}
.pricing-section #pricing_table .most-popular.pricing-label::before {
  content: "Most Popular";
  position: absolute;
  top: -4rem;
  width: calc(100% + 4px);
  left: -2px;
  background: #f16024;
  color: #ffffff;
  font-weight: 400;
  padding: 0.8rem 0;
  height: 4rem;
}
@media (min-width: 1200px) {
  .pricing-section #pricing_table th, .pricing-section #pricing_table td {
    width: 20%;
  }
}
.pricing-section #pricing_table th.most-popular, .pricing-section #pricing_table td.most-popular {
  border-color: #f16024 !important;
  border-width: 2px !important;
}
.pricing-section .no-border-top {
  border-right: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.pricing-section th.no-border-top {
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .pricing-section #pricing_table {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }
  .pricing-section #pricing_table tr:not(:first-child) td:first-child, .pricing-section #pricing_table tr:not(:first-child) th:first-child {
    position: relative;
  }
  .pricing-section #pricing_table tr:not(:first-child) td:first-child:after, .pricing-section #pricing_table tr:not(:first-child) th:first-child:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.6rem;
    content: "";
    background: inherit;
    width: 0.6rem;
  }
  .pricing-section #pricing_table tr:nth-child(2) td:first-child:after {
    top: -1px;
    border-top: 1px solid #CFCFCF;
  }
  .pricing-section #pricing_table tr:nth-child(even) td:first-child:after {
    background: #ffffff;
  }
  .pricing-section #pricing_table tr:last-child td:first-child:after {
    bottom: -1px;
    border-bottom: 1px solid #CFCFCF;
  }
}
@media (min-width: 1440px) {
  .pricing-section #pricing_table tr:not(:first-child) td:first-child:after, .pricing-section #pricing_table tr:not(:first-child) th:first-child:after {
    right: -1.5rem;
    width: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .pricing-section .tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 -1rem;
    padding: 0;
    text-align: center;
  }
  .pricing-section .tabs li {
    display: inline-flex;
    padding: 0 1rem;
  }
  .pricing-section .tabs li a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #454545;
  }
  .pricing-section .tabs li a.active {
    color: #f16024;
    text-decoration: underline;
    text-decoration-thickness: 0.4rem;
    text-decoration-color: #ffa305;
    text-underline-offset: 1rem;
  }
  .pricing-section #pricing_table {
    opacity: 0;
    border-collapse: collapse;
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    transition: opacity 0.35s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .pricing-section #pricing_table {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .pricing-section #pricing_table.table-loaded {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .pricing-section #pricing_table .pricing-desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .pricing-section #pricing_table tr:nth-child(2n+3) td {
    background: #F8F8F8;
  }
}
@media (max-width: 991.98px) {
  .pricing-section #pricing_table.action-0 th {
    display: none;
    text-align: center;
    color: #333;
    background: #ffffff;
    text-align: center;
  }
  .pricing-section #pricing_table.action-0 td {
    display: none;
    text-align: center;
  }
  .pricing-section #pricing_table.action-0 tr th {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-0 tr th:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-0 tr th:nth-child(2) {
    display: table-cell;
  }
  .pricing-section #pricing_table.action-0 tr td {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-0 tr td:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-0 tr td:nth-child(2) {
    display: table-cell;
  }
}
@media (max-width: 991.98px) {
  .pricing-section #pricing_table.action-1 th {
    display: none;
    text-align: center;
    color: #333;
    background: #ffffff;
    text-align: center;
  }
  .pricing-section #pricing_table.action-1 td {
    display: none;
    text-align: center;
  }
  .pricing-section #pricing_table.action-1 tr th {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-1 tr th:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-1 tr th:nth-child(3) {
    display: table-cell;
  }
  .pricing-section #pricing_table.action-1 tr td {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-1 tr td:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-1 tr td:nth-child(3) {
    display: table-cell;
  }
}
@media (max-width: 991.98px) {
  .pricing-section #pricing_table.action-2 th {
    display: none;
    text-align: center;
    color: #333;
    background: #ffffff;
    text-align: center;
  }
  .pricing-section #pricing_table.action-2 td {
    display: none;
    text-align: center;
  }
  .pricing-section #pricing_table.action-2 tr th {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-2 tr th:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-2 tr th:nth-child(4) {
    display: table-cell;
  }
  .pricing-section #pricing_table.action-2 tr td {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-2 tr td:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-2 tr td:nth-child(4) {
    display: table-cell;
  }
}
@media (max-width: 991.98px) {
  .pricing-section #pricing_table.action-3 th {
    display: none;
    text-align: center;
    color: #333;
    background: #ffffff;
    text-align: center;
  }
  .pricing-section #pricing_table.action-3 td {
    display: none;
    text-align: center;
  }
  .pricing-section #pricing_table.action-3 tr th {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-3 tr th:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-3 tr th:nth-child(5) {
    display: table-cell;
  }
  .pricing-section #pricing_table.action-3 tr td {
    width: calc(50vw - 2rem);
  }
  .pricing-section #pricing_table.action-3 tr td:nth-child(1) {
    text-align: center;
    display: table-cell;
  }
  .pricing-section #pricing_table.action-3 tr td:nth-child(5) {
    display: table-cell;
  }
}
@media (max-width: 575.98px) {
  .pricing-section #pricing_table {
    table-layout: fixed;
  }
}

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

.d-block {
  display: block !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-block {
    display: block !important;
  }

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xx-none {
    display: none !important;
  }

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

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

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

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

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

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

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

.flex-grow-1 {
  flex-grow: 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;
}

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

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

.align-items-center {
  align-items: center !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-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-wrap {
    flex-wrap: wrap !important;
  }

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

  .flex-sm-grow-1 {
    flex-grow: 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;
  }

  .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-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-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

  .flex-md-grow-1 {
    flex-grow: 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;
  }

  .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-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-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

  .flex-lg-grow-1 {
    flex-grow: 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;
  }

  .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-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-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

  .flex-xl-grow-1 {
    flex-grow: 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;
  }

  .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-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-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xx-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xx-stretch {
    align-self: stretch !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: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 5rem !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: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 5rem !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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-sm-n1 {
    margin-right: -1rem !important;
  }

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

  .ml-sm-n1 {
    margin-left: -1rem !important;
  }

  .mr-sm-n2 {
    margin-right: -2rem !important;
  }

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

  .ml-sm-n2 {
    margin-left: -2rem !important;
  }

  .mr-sm-n3 {
    margin-right: -3rem !important;
  }

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

  .ml-sm-n3 {
    margin-left: -3rem !important;
  }

  .mr-sm-n4 {
    margin-right: -4rem !important;
  }

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

  .ml-sm-n4 {
    margin-left: -4rem !important;
  }

  .mr-sm-n5 {
    margin-right: -5rem !important;
  }

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

  .ml-sm-n5 {
    margin-left: -5rem !important;
  }

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

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

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

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

  .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 5rem !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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-md-n1 {
    margin-right: -1rem !important;
  }

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

  .ml-md-n1 {
    margin-left: -1rem !important;
  }

  .mr-md-n2 {
    margin-right: -2rem !important;
  }

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

  .ml-md-n2 {
    margin-left: -2rem !important;
  }

  .mr-md-n3 {
    margin-right: -3rem !important;
  }

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

  .ml-md-n3 {
    margin-left: -3rem !important;
  }

  .mr-md-n4 {
    margin-right: -4rem !important;
  }

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

  .ml-md-n4 {
    margin-left: -4rem !important;
  }

  .mr-md-n5 {
    margin-right: -5rem !important;
  }

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

  .ml-md-n5 {
    margin-left: -5rem !important;
  }

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

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

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

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

  .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 5rem !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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-lg-n1 {
    margin-right: -1rem !important;
  }

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

  .ml-lg-n1 {
    margin-left: -1rem !important;
  }

  .mr-lg-n2 {
    margin-right: -2rem !important;
  }

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

  .ml-lg-n2 {
    margin-left: -2rem !important;
  }

  .mr-lg-n3 {
    margin-right: -3rem !important;
  }

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

  .ml-lg-n3 {
    margin-left: -3rem !important;
  }

  .mr-lg-n4 {
    margin-right: -4rem !important;
  }

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

  .ml-lg-n4 {
    margin-left: -4rem !important;
  }

  .mr-lg-n5 {
    margin-right: -5rem !important;
  }

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

  .ml-lg-n5 {
    margin-left: -5rem !important;
  }

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

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

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

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

  .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 5rem !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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-xl-n1 {
    margin-right: -1rem !important;
  }

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

  .ml-xl-n1 {
    margin-left: -1rem !important;
  }

  .mr-xl-n2 {
    margin-right: -2rem !important;
  }

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

  .ml-xl-n2 {
    margin-left: -2rem !important;
  }

  .mr-xl-n3 {
    margin-right: -3rem !important;
  }

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

  .ml-xl-n3 {
    margin-left: -3rem !important;
  }

  .mr-xl-n4 {
    margin-right: -4rem !important;
  }

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

  .ml-xl-n4 {
    margin-left: -4rem !important;
  }

  .mr-xl-n5 {
    margin-right: -5rem !important;
  }

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

  .ml-xl-n5 {
    margin-left: -5rem !important;
  }

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

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

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

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

  .ml-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xx-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-xx-n1 {
    margin-right: -1rem !important;
  }

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

  .ml-xx-n1 {
    margin-left: -1rem !important;
  }

  .mr-xx-n2 {
    margin-right: -2rem !important;
  }

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

  .ml-xx-n2 {
    margin-left: -2rem !important;
  }

  .mr-xx-n3 {
    margin-right: -3rem !important;
  }

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

  .ml-xx-n3 {
    margin-left: -3rem !important;
  }

  .mr-xx-n4 {
    margin-right: -4rem !important;
  }

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

  .ml-xx-n4 {
    margin-left: -4rem !important;
  }

  .mr-xx-n5 {
    margin-right: -5rem !important;
  }

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

  .ml-xx-n5 {
    margin-left: -5rem !important;
  }

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

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

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

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

  .ml-xx-auto {
    margin-left: auto !important;
  }
}
/* ============ Custom container ============ */
@media (max-width: 767.98px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .container-xs {
    max-width: 78rem;
  }

  .container-sm {
    max-width: 94rem;
  }

  .container-lg-full {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container-md {
    max-width: 122rem;
  }
}
.text-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 91rem;
}
.text-container-sm {
  max-width: 75rem;
}
.text-container-md {
  max-width: 119rem;
}
.text-container-full {
  max-width: 100%;
}

@media (min-width: 992px) {
  .row-gutter-20,
.row-gutter-30,
.row-gutter-40 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-gutter-20 > [class*=col-],
.row-gutter-30 > [class*=col-],
.row-gutter-40 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .row-gutter-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-gutter-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .row-gutter-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-gutter-40 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .col-xl-5i {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

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

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

.sp-15 > *,
.p-mb-15 > p,
.h-mb-15 > h2,
.h-mb-15 > h3 {
  margin-bottom: 1.5rem;
}

.p-mb-2 > p {
  margin-bottom: 2rem;
}

.ml-04 {
  margin-left: 0.4rem;
}

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

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

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

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

.mb-c-15 {
  margin-bottom: 1.5rem;
}

.mb-c-24 {
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .mr-md-15 {
    margin-right: 1.5rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 992px) {
  .h-mb-3 > h3 {
    margin-bottom: 3rem;
  }

  .h-mb-4 > h2 {
    margin-bottom: 4rem;
  }

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

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-n6 {
    margin-right: -6rem !important;
  }

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

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

  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
}
@media (min-width: 1440px) {
  .py-xx-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

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

  .px-xx-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
}
@media (max-width: 991.98px) {
  .mt-c-md-7 {
    margin-top: 7rem !important;
  }
}
/* ================ Footer layout ================ */
.content-info {
  position: relative;
  flex-shrink: 0;
  margin-top: 1rem;
  padding: 6rem 0 4rem;
  border-radius: 5rem 5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.content-info h6 {
  margin-bottom: 1.8rem;
}
.content-info a {
  color: rgba(255, 255, 255, 0.6);
}
.content-info li.active > a,
.content-info a:hover {
  color: #f16024;
}
.content-info-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.content-info .shape {
  top: -1.5rem;
  right: 0;
  max-width: 12.4rem;
}
@media (min-width: 992px) {
  .content-info {
    margin-top: 5rem;
    padding: 9rem 0 4rem;
    border-radius: 10rem 10rem 0 0;
  }
  .content-info .shape {
    top: -4.6rem;
    max-width: 46rem;
    width: 30.5vw;
  }
}
@media (min-width: 1200px) {
  .content-info .shape {
    top: -5rem;
  }
}
@media (max-width: 767.98px) {
  .content-info h6 {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.footer-brand {
  max-width: 18rem;
}
@media (min-width: 992px) {
  .footer-brand {
    max-width: inherit;
  }
}

.footer-menu > li {
  margin-bottom: 0.8rem;
}
.footer-menu > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer-menu a {
    font-size: 1.2rem;
  }
}

.footer-alt-menu {
  margin-right: -1rem;
  margin-left: -1rem;
}
.footer-alt-menu > li {
  padding: 0 1rem;
}

/* ============ Form styles =========== */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/chev-down.svg) no-repeat calc(100% - 16px) center/14px;
}

.form-control, .gform_fields .large {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5;
  color: #161616;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #CFCFCF;
  border-radius: 0.2rem;
  height: 4.4rem;
  transition: border 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .gform_fields .large {
    transition: none;
  }
}

textarea.form-control, .gform_fields textarea.large {
  min-height: 14rem;
}

.required,
.asterisk {
  color: #e91d36;
}

/* ========== Form utilities styles ========== */
.input-box {
  display: block;
  flex-grow: 1;
}
.input-box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.input-box-field, .gfield .gchoice input[type=checkbox],
.gfield .gchoice input[type=radio] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
  clip-path: none;
}
.input-box-label, .gfield .gfield_checkbox .gchoice label {
  position: relative;
  display: flex;
  margin-bottom: 0;
  line-height: 1.5;
}
.input-box-label:before, .gfield .gfield_checkbox .gchoice label:before {
  flex: 0 0 2rem;
  max-width: 2rem;
  display: block;
  content: "";
  margin-top: 0.25em;
  margin-right: 1.2rem;
  box-shadow: inset 0 0 0 0.1rem #CFCFCF;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  height: 2rem;
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-box-label:before, .gfield .gfield_checkbox .gchoice label:before {
    transition: none;
  }
}
.input-box-label:after, .gfield .gfield_checkbox .gchoice label:after {
  position: absolute;
  top: 0.48em;
  left: 0.3em;
  opacity: 0;
  content: "";
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  height: 0.6rem;
  width: 1rem;
  transform: rotate(125deg);
}

/* ================ Site banner(header) ================ */
.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1030;
  background: #040633;
  color: #ffffff;
  width: 100%;
  box-shadow: 0 0.1rem 0 0 rgba(255, 255, 255, 0.15);
  transition: all ease 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .banner {
    transition: none;
  }
}
.admin-bar .banner {
  top: 4.6rem;
}
@media (min-width: 781px) {
  .admin-bar .banner {
    top: 3.2rem;
  }
}

@media (max-width: 1199.98px) {
  .header-actions {
    opacity: 0;
  }
  .navbar-collapse.is-shown .header-actions {
    animation: slideFadeInUp 1s ease 0.4s forwards;
  }
}

.navbar {
  display: flex;
  height: 6rem;
}
.navbar-brand {
  flex: 0 0 14rem;
}
@media (min-width: 1200px) {
  .navbar {
    height: 9rem;
  }
}
@media (min-width: 1440px) {
  .navbar-brand {
    flex: 0 0 20rem;
  }
}

.navbar-toggle {
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 2rem;
  width: 3rem;
  -webkit-appearance: none;
}
.navbar-toggle-line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  background: #ffffff;
  backface-visibility: hidden;
  height: 0.3rem;
  width: 3rem;
  transform: rotate(0deg);
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggle-line {
    transition: none;
  }
}
.navbar-toggle-line:nth-child(1) {
  top: 0.1rem;
}
.navbar-toggle-line:nth-child(2), .navbar-toggle-line:nth-child(3) {
  top: 0.9rem;
}
.navbar-toggle-line:nth-child(4) {
  top: 1.7rem;
}
.navbar-toggle.is-expanded .navbar-toggle-line:nth-child(1), .navbar-toggle.is-expanded .navbar-toggle-line:nth-child(4) {
  left: 50%;
  opacity: 0;
  width: 0;
}
.navbar-toggle.is-expanded .navbar-toggle-line:nth-child(2), .navbar-toggle.is-expanded .navbar-toggle-line:nth-child(3) {
  left: 0;
}
.navbar-toggle.is-expanded .navbar-toggle-line:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggle.is-expanded .navbar-toggle-line:nth-child(3) {
  transform: rotate(-45deg);
}

.navbar-collapse {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  color: #ffffff;
  transition: all 0.35s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-collapse {
    transition: none;
  }
}
.navbar-collapse.is-shown {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.admin-bar .navbar-collapse {
  top: 10.6rem;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    position: static;
    overflow: inherit;
    pointer-events: auto;
    opacity: 1;
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none !important;
    transition: none !important;
    visibility: visible;
  }
}

.primary-nav li {
  opacity: 0;
  line-height: 1;
}
.navbar-collapse.is-shown .primary-nav li {
  animation: slideFadeInUp 1s ease 0.05s forwards;
}
.navbar-collapse.is-shown .primary-nav li:nth-of-type(1) {
  animation-delay: 0.05s;
}
.navbar-collapse.is-shown .primary-nav li:nth-of-type(2) {
  animation-delay: 0.1s;
}
.navbar-collapse.is-shown .primary-nav li:nth-of-type(3) {
  animation-delay: 0.15s;
}
.navbar-collapse.is-shown .primary-nav li:nth-of-type(4) {
  animation-delay: 0.2s;
}
.navbar-collapse.is-shown .primary-nav li:nth-of-type(5) {
  animation-delay: 0.25s;
}
.navbar-collapse.is-shown .primary-nav li:nth-of-type(6) {
  animation-delay: 0.3s;
}
.navbar-collapse.is-shown .primary-nav li:nth-of-type(7) {
  animation-delay: 0.35s;
}
.primary-nav li.active > a,
.primary-nav li > ul > li.active > a {
  color: #f16024;
}
.primary-nav > li {
  border-bottom: 0.1rem solid #E7E7E7;
}
.primary-nav > li .dropdown-menu > li {
  margin-bottom: 2rem;
}
.primary-nav > li .dropdown-menu > li:last-of-type {
  margin-bottom: 0;
}
.primary-nav > li .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  color: #454545;
  line-height: 1.5;
}
.primary-nav > li .dropdown-menu > li > a > img {
  order: -1;
  margin-right: 1rem;
}
@media (max-width: 1199.98px) {
  .primary-nav > li .dropdown-menu {
    position: static;
    overflow: hidden;
    display: none;
    padding: 0.5rem 2rem 3rem 3rem;
    box-shadow: none;
    transform: none;
    transition: none;
  }
  .navbar-collapse.is-shown .primary-nav > li .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}
.primary-nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem;
  color: #040633;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.primary-nav > li > a:after {
  display: none;
}
@media (min-width: 576px) {
  .primary-nav > li > a {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .primary-nav {
    margin-right: -1.7rem;
    margin-left: -1.7rem;
    flex: 1 1 0;
  }
  .primary-nav li {
    animation: none !important;
    opacity: 1;
    transform: none !important;
  }
  .primary-nav > li {
    margin: 0 1rem;
    border-bottom: 0;
  }
  .primary-nav > li .dropdown-menu {
    top: calc(100% + 0.1rem);
    display: block !important;
    border-radius: 0.4rem;
    transform: translateY(1.5rem);
  }
  .primary-nav > li .dropdown-menu > li > a {
    padding-right: 2rem;
    padding-left: 2rem;
    white-space: nowrap;
  }
  .primary-nav > li .dropdown-menu > li > a:hover {
    color: #f16024;
  }
  .primary-nav > li:hover > a, .primary-nav > li.active > a {
    background: transparent;
    color: #ffffff;
  }
  .primary-nav > li:hover > a:before, .primary-nav > li.active > a:before {
    opacity: 1;
    right: auto;
    left: 0;
    width: 100%;
  }
  .primary-nav > li:hover > a:after {
    transform: rotate(-180deg);
  }
  .primary-nav > li:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .primary-nav > li > a {
    justify-content: center;
    padding: 3.7rem 0;
    color: #ffffff;
  }
  .primary-nav > li > a:before {
    position: absolute;
    right: 0;
    bottom: -0.1rem;
    left: auto;
    opacity: 0;
    content: "";
    background: #ffa305;
    height: 0.4rem;
    width: 0;
    transition: all 0.35s ease-in-out;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .primary-nav > li > a:before {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .primary-nav > li > a.dropdown-toggle:after {
    display: block;
    opacity: 0.5;
    font-size: 0.7rem;
  }
}
@media (min-width: 1440px) {
  .primary-nav > li {
    margin-right: 1.4rem;
    margin-left: 1.4rem;
  }
}

.page-container {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  min-height: 100vh;
}
.page-container-min-height-0 .page-container {
  min-height: 0;
}
@media (min-width: 1200px) {
  .page-container {
    padding-top: 9rem;
  }
}

#content {
  flex: 1 1 0;
}

.toggle-link {
  position: relative;
  padding: 0 2.4rem 0 0;
  background: none;
  border: 0;
  color: #f16024;
  font-weight: 700;
}
.toggle-link:before, .toggle-link:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: #ffa305;
  border-radius: 0.2rem;
  height: 0.2rem;
  width: 1.6rem;
  transform: translateY(-50%);
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .toggle-link:before, .toggle-link:after {
    transition: none;
  }
}
.toggle-link:before {
  opacity: 0;
}
.toggle-link:after {
  transform: rotate(-180deg);
}
.toggle-link.collapsed:before {
  opacity: 1;
}
.toggle-link.collapsed:after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
}

/* ============== Wordpress editor partials ============== */
.has-text-align-center {
  text-align: center;
}

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

/* ========== WordPress WYSIWYG editor's content styles ========= */
.wp-content > *:first-child {
  margin-top: 0;
}
.wp-content > *:last-child {
  margin-bottom: 0;
}

.wp-editor-content h5 {
  margin-bottom: 2rem;
}
.wp-editor-content .wp-editor-media:first-child {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .wp-editor-content .wp-editor-media:first-child {
    margin-bottom: 5rem;
  }
}

.wp-grid-content p + ul,
.wp-grid-content p + ol {
  margin-top: -1.5rem;
}

.wp-editor-media {
  margin-bottom: 1.5rem;
}
.wp-editor-media .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* =========== Components master file ========== */
/* ================ Override partials ================ */
/* =================== Bootstrap override partials =================== */
/* =========== Collapse styles =========== */
.a-card {
  margin-bottom: 1.5rem;
  border: 0.1rem solid #CFCFCF;
  border-radius: 1rem;
}
.a-card:last-child {
  margin-bottom: 0;
}
.a-card-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  background: transparent;
  border: 0;
  color: #f16024;
  font: 700 1.6rem/1.5 "Poppins", sans-serif;
  min-height: 6rem;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
  z-index: 1;
}
.a-card-link:before, .a-card-link:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  content: "";
  background: #ffa305;
  border-radius: 0.2rem;
  height: 0.2rem;
  width: 1.6rem;
  transform: translateY(-50%);
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .a-card-link:before, .a-card-link:after {
    transition: none;
  }
}
.a-card-link:before {
  opacity: 0;
}
.a-card-link:after {
  transform: rotate(-180deg);
}
.a-card-link.collapsed {
  color: #161616;
}
.a-card-link.collapsed:before {
  opacity: 1;
}
.a-card-link.collapsed:after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
@media (hover: hover) {
  .a-card-link:hover {
    color: #f16024;
  }
  .a-card-link:hover:before, .a-card-link:hover:after {
    background: #f16024;
  }
}
.a-card-body {
  padding: 0.5rem 1.5rem;
}
@media (min-width: 768px) {
  .a-card-link {
    font-size: 1.8rem;
  }
}

/* ============= Override tab styles ============ */
.nav-tabs {
  display: inline-flex;
  margin-bottom: 2rem;
  vertical-align: top;
}

.nav-link {
  position: relative;
  display: block;
  padding: 0.2rem 0 0.8rem;
  color: #454545;
  font: bold 1.6rem/1.5 "Poppins", sans-serif;
  text-align: center;
  text-decoration: none;
}
.nav-link:after {
  opacity: 0;
  height: 0.4rem;
  width: 0;
  background: #ffa305;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 0;
  content: "";
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link:after {
    transition: none;
  }
}
.nav-link.active {
  color: #f16024;
}
.nav-link.active:after {
  right: auto;
  left: 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-link {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
@media (min-width: 992px) {
  .nav-link {
    font-size: 2rem;
    line-height: 1.3;
  }
}

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

.dropdown {
  position: relative;
}

.dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  white-space: nowrap;
  transition: all 0.35s ease-in-out;
  -webkit-appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-toggle {
    transition: none;
  }
}
.dropdown-toggle:after, .dropdown-toggle__caret:after {
  content: "";
  margin-left: 0.8rem;
  font-size: 1.2rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-toggle:after, .dropdown-toggle__caret:after {
    transition: none;
  }
}
.dropdown.show .dropdown-toggle:after, .dropdown.show .dropdown-toggle__caret:after {
  transform: rotate(-180deg);
}
.dropdown-toggle__caret {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffa305;
  width: 5.6rem;
  z-index: 1;
}
.dropdown-toggle__caret:after {
  margin-left: 0;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .dropdown-toggle__caret {
    justify-content: flex-end;
  }
}
.dropdown-toggle.is-active .dropdown-toggle__caret:after {
  transform: rotate(-180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  display: block;
  min-width: 29rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  color: #454545;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  box-shadow: 0 0.2rem 1.5rem 0 rgba(159, 166, 176, 0.4);
  transform: translateY(1.5rem);
  transition: all 0.35s ease-in-out;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-menu {
    transition: none;
  }
}
.dropdown.show .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* ========== Include gravity form partials ========== */
/* ================ Gravity form defaults ================ */
.ginput_container .large::-webkit-input-placeholder {
  color: #888888;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 500;
}

.ginput_container .large::-moz-placeholder {
  color: #888888;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 500;
}

.gform_hidden,
.gform_ajax_spinner,
.gform_previous_button,
.gform_validation_container {
  display: none !important;
}

.gform_fields {
  padding: 0 0;
  list-style: none;
}
.gform_fields > .gfield {
  flex: 0 0 100%;
  margin-bottom: 3rem;
  line-height: 1;
}
.gform_fields .large {
  margin-bottom: 1rem;
}
.gform_fields .large:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gform_fields {
    display: flex;
    flex-wrap: wrap;
  }
  .gform_wrapper .gform_fields {
    margin-bottom: -3rem;
  }
}

.gfield > .gfield_label {
  margin-bottom: 1rem;
  color: #161616;
  font-weight: 700;
}
.gfield .ginput_container:not(:last-child) {
  margin-bottom: 1rem;
}
.gfield > legend.gfield_label {
  margin-bottom: 2.5rem;
}
.gfield .gchoice:not(:last-child) {
  margin-bottom: 1.4rem;
}
.gfield .gchoice input[type=checkbox]:checked + label:before {
  background: #f16024;
  box-shadow: none;
}
.gfield .gchoice input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.gfield_required {
  color: #e91d36;
}

.gform_footer {
  margin-top: 3rem;
}

/* ========== Gravity form form validations styles ========== */
.gform_validation_errors {
  margin-bottom: 2rem;
}

.validation_error,
.gform_confirmation_message {
  padding: 2rem;
  border-radius: 0.4rem;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.4285714286;
}

.validation_error {
  background: #e91d36;
}
.validation_error > .validation_error {
  margin-bottom: 0;
  padding: 0;
}

.gform_confirmation_message {
  background: #34d399;
}

.validation_message {
  color: #e91d36;
  font-size: 1.4rem;
  line-height: 1;
}

.gfield_error .large {
  border-color: #e91d36;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  background: #ffffff;
  min-width: 0;
  background-clip: border-box;
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card {
    transition: none;
  }
}
.card.is-styled {
  border: 1px solid #CFCFCF;
}
.card-hover {
  transition: box-shadow 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-hover {
    transition: none;
  }
}
.card-hover:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-shadow {
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.card .btn:last-child, .card .wp-block-button__link:last-child,
.card .btn-link:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 2rem;
}

.cta-card {
  border-radius: 2rem;
  font-size: 1.8rem;
}
.cta-card .shape {
  bottom: 0;
  left: -20%;
  width: 34.5rem;
}
.cta-card .shape > svg {
  width: auto;
}
@media (min-width: 992px) {
  .cta-card {
    border-radius: 4rem;
  }
  .cta-card .shape {
    left: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .cta-card .shape > svg {
    height: 100%;
  }
}

.link-card {
  display: flex;
  padding: 1.6rem;
  border: 0.2rem solid #CFCFCF;
  border-radius: 1rem;
  color: #454545;
}
.link-card-sm {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-color: #E7E7E7;
  border-width: 1px;
  border-radius: 0.4rem;
}
.link-card h5 {
  margin-bottom: 0.2rem;
}
.link-card:hover {
  border-color: #f16024;
}

.page-banner {
  background: #F8F8F8;
  min-height: 18rem;
}
.page-banner .shape.a-l {
  max-width: 10rem;
}
.page-banner .shape.a-r {
  max-width: 16rem;
}
@media (min-width: 768px) {
  .page-banner .shape.a-l {
    max-width: 23rem;
    width: 14.375vw;
  }
  .page-banner .shape.a-r {
    max-width: 40.5rem;
    width: 25.3125vw;
  }
}
@media (min-width: 992px) {
  .page-banner {
    min-height: 23rem;
  }
}

/* ============== Bootstrap BUTTONS overrides =============== */
.btn-reset {
  padding: 0 0;
  background: none;
  border: none;
  line-height: 1;
}

.btn, .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 1.3rem 2rem;
  background-color: #f16024;
  border: 0.2rem solid #f16024;
  border-radius: 0.6rem;
  box-shadow: none;
  color: #ffffff;
  font: 600 1.6rem "Poppins", sans-serif;
  height: 4.8rem;
  text-align: center;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  transition: all 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .wp-block-button__link {
    transition: none;
  }
}
.btn:hover, .wp-block-button__link:hover {
  background: #c14d1d;
  border-color: #c14d1d;
  color: #ffffff;
}
.btn-sm {
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  height: 3.8rem;
}
.btn-light, .bg-primary .btn, .bg-primary .wp-block-button__link {
  background: #ffffff;
  border-color: #ffffff;
  color: #f16024;
}
.btn-outline-primary, .btn-outline {
  border-color: #ffa305;
  color: #f16024;
}
.btn-outline-primary:hover, .btn-outline:hover {
  background: #ffa305;
  border-color: #ffa305;
  color: #ffffff;
}
.btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-block {
  display: flex;
  width: 100%;
}
.btn-sm-block, .btn-md-block {
  display: flex;
  width: 100%;
}
.btn [disabled], .wp-block-button__link [disabled],
.btn [aria-disabled],
.wp-block-button__link [aria-disabled],
.btn .disabled,
.wp-block-button__link .disabled {
  background: #E7E7E7;
  color: #A0A0A0;
  cursor: not-allowed;
}
@media (min-width: 576px) {
  .btn-sm-block {
    display: inline-flex;
    vertical-align: middle;
    width: auto;
  }
}

[class*=btn-outline] {
  background: transparent;
}

.btn-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  color: #f16024;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
}
.btn-link:after {
  content: "";
  margin-left: 0.6rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffa305;
  font-size: 1.4rem;
  transition: transform 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-link:after {
    transition: none;
  }
}
.btn-link:hover {
  color: #ffa305;
}
.btn-link:hover:after {
  transform: translateX(0.5rem);
}

.btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
}
.btn-wrap:not(:last-child) {
  margin-bottom: 1rem;
}
.btn-wrap > .btn, .btn-wrap > .wp-block-button__link {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.btn-wrap.a-start > .btn, .btn-wrap.a-start > .wp-block-button__link {
  align-self: flex-start;
}
.btn-wrap.a-center, .btn-wrap.a-md-start {
  justify-content: center;
}
.btn-wrap.a-center > .btn, .btn-wrap.a-center > .wp-block-button__link, .btn-wrap.a-md-start > .btn, .btn-wrap.a-md-start > .wp-block-button__link {
  align-self: center;
}
.btn-wrap.flex-row > .btn:not(:last-child), .btn-wrap.flex-row > .wp-block-button__link:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .btn-wrap {
    flex-wrap: nowrap;
    margin-right: -2rem;
  }
  .btn-wrap > .btn, .btn-wrap > .wp-block-button__link {
    margin-right: 2rem;
  }
  .btn-wrap.s-md {
    flex-direction: row;
  }
  .btn-wrap.a-md-start {
    justify-content: flex-start;
  }
  .btn-wrap.a-md-start > .btn, .btn-wrap.a-md-start > .wp-block-button__link {
    align-self: self-start;
  }
}
@media (min-width: 992px) {
  .btn-wrap:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .btn-wrap.s-lg {
    flex-direction: row;
  }
}

ul:not([class]):last-child,
ol:not([class]):last-child {
  margin-bottom: -0.6rem;
}
ul:not([class]) > li,
ol:not([class]) > li {
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 1.4rem;
  line-height: 1.5;
}
ul:not([class]) > li:before,
ol:not([class]) > li:before {
  position: absolute;
  left: 0;
}

ul:not([class]) > li {
  padding-left: 1.6rem;
}
ul:not([class]) > li:before {
  top: 0.5em;
  content: "";
  border-radius: 50%;
  background: #f16024;
  height: 0.6rem;
  width: 0.6rem;
}

ol:not([class]) {
  counter-reset: follow-counter;
}
ol:not([class]) > li {
  padding-left: 1.8rem;
  counter-increment: follow-counter;
}
ol:not([class]) > li:before {
  content: counter(follow-counter) ".";
}

.list-inline {
  display: flex;
}
.list-inline li {
  break-inside: avoid;
}

@media (min-width: 992px) {
  .list-inline-2 ul {
    column-count: 2;
  }
}
.line-list > li:not(:last-child) {
  border-bottom: 1px solid #f8b092;
}

.shape {
  position: absolute;
  pointer-events: none;
}
.shape > svg {
  display: block;
  height: auto;
  width: 100%;
}
.shape.a-t {
  top: 0;
}
.shape.a-b {
  bottom: 0;
}
.shape.a-r {
  right: 0;
}
.shape.a-l {
  left: 0;
}

.it-shape.a-t {
  max-width: 28rem;
}
.it-shape.a-b {
  max-width: 17.4rem;
}

@media (min-width: 768px) {
  .it-shape.a-t {
    max-width: 70rem;
    width: 43.75vw;
  }
  .it-shape.a-b {
    max-width: 37.4rem;
    width: 23.375vw;
  }
}
/* ========= Social media styles ========= */
