*, *:before, *:after {
  box-sizing: border-box;
}
.sign-up-page .dnd-section>.row-fluid {
  position: relative;
  padding: 5rem 15px 10rem;
}
.signuppage-section1 .dnd-section {
  padding:0px;
}
.signuppage-section1 .hs_cos_wrapper_type_rich_text, .signuppage-section1 form {
  display:block;
}
.signuppage-section1 h1 {
  margin-bottom: 3rem;
}
.signuppage-section1 p {
  margin-bottom: 0px;
}
.signuppage-section1 form{
  margin-top: 3rem;
}
.sign-up-page .banner-section .banner_area {
  height: 45vh;
}
.signuppage-section1 form .hs-form-field{
  margin-bottom: 40px;
}
.signuppage-section1 form .hs-button{
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  display: block;
  text-align: center;
  margin-right: 2rem !important;
}
.signuppage-section1 form .hs-form-required{
  margin-left: 5px;
}
.signuppage-section1 form .actions img {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 20px;
  transition: 0.3s all ease-in-out;
  animation: bopp-bopp 3s infinite;
}
.signuppage-section1 form .actions{
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 1rem 4rem;
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold",Arial,sans-serif;
  background-color: #e63a3b;
  border-radius: 100px;
  border: 0;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  display: inline-block;
}
.contactpage .dnd-section{
  position: relative;
  padding: 5rem 0px 10rem;
}

@media(min-width:576px){
  .signuppage-section1 form .actions {
    float: right;
    width:auto;
  }
}

@media(min-width:768px){
  .signuppage-section1 .hs_cos_wrapper_type_rich_text, .signuppage-section1 form {
    display: block;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (max-width: 767.98px){
  .sign-up-page .banner-section .banner_area {
    height: 150px;
    margin-top: 57px;
  }
}

@media(max-width:575px){
  .signuppage-section1 form .hs-button{
    display:inline;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-variant-ligatures: no-common-ligatures;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



  

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

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

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    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.33333%;
    max-width: 33.33333%;
}

.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.66667%;
    max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

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

    .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.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

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

    .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.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

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

    .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.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

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

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}

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

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

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

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

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

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

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

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #8d949f;
}

.table-hover .table-secondary:hover {
    background-color: #b3b9bf;
}

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

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

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
    background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

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

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

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

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

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

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

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

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

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
    color: #ffffff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #ffffff;
    background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

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

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

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

textarea.form-control {
    height: auto;
}

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

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

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

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

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

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

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

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #ffffff;
    background-color: #233246;
    border-color: #233246;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #16202d;
    border-color: #121a24;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #16202d;
    border-color: #121a24;
    box-shadow: 0 0 0 0.2rem rgba(68, 81, 98, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #233246;
    border-color: #233246;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #121a24;
    border-color: #0e141c;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 81, 98, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #233246;
    border-color: #233246;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #233246;
    border-color: #233246;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 50, 70, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #233246;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #233246;
    border-color: #233246;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 50, 70, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

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

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

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

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

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

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

.dropdown-toggle {
    white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
    margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

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

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

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

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

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
    display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #007bff;
}

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

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

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

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

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #ffffff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0;
}

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

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

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

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

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

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

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck .card {
    margin-bottom: 15px;
}

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

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

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

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

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

.breadcrumb-item {
    display: flex;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

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

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

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

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

.badge-primary {
    color: #ffffff;
    background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #ffffff;
    background-color: #233246;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #121a24;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(35, 50, 70, 0.5);
}

.badge-success {
    color: #ffffff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #ffffff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #ffffff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #ffffff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

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

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

.alert-heading {
    color: inherit;
}

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

.alert-dismissible {
    padding-right: 4rem;
}

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

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #121a24;
    background-color: #d3d6da;
    border-color: #c1c6cb;
}

.alert-secondary hr {
    border-top-color: #b3b9bf;
}

.alert-secondary .alert-link {
    color: #010102;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

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

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

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

.media-body {
    flex: 1;
}

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

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #121a24;
    background-color: #c1c6cb;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #121a24;
    background-color: #b3b9bf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #121a24;
    border-color: #121a24;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

.close:hover {
    color: #000000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

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

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

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

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

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

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

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

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

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

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: 0.875rem;
    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;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #ffffff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff;
}

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

.popover-header:empty {
    display: none;
}

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

.carousel {
    position: relative;
}

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

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

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

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

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

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

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

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

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

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

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

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

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

.bg-primary {
    background-color: #007bff !important;
}

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

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

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

.bg-success {
    background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
    background-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #007bff !important;
}

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

.border-success {
    border-color: #28a745 !important;
}

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

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

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

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

.border-dark {
    border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

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

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

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

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

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

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

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

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

.user-select-all {
    user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 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: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 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: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 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;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #233246 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #0a0e13 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #ffffff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes slide-to-center {
    from {
        left: -100%;
    }

    to {
        left: 28%;
    }
}

@keyframes slide-out {
    from {
        left: 28%;
    }

    to {
        left: 110%;
    }
}

@keyframes slide-in-out {
    0% {
        left: -100%;
    }

    40% {
        left: 28%;
    }

    60% {
        left: 28%;
    }

    100% {
        left: 150%;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes scroll-by {
    from, 10% {
        left: 105%;
    }

    60%, 100% {
        left: -105%;
    }
}

@keyframes bopp-bopp {
    from, 25% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    40% {
        transform: translateX(7px);
        -webkit-transform: translateX(7px);
    }

    50% {
        transform: translateX(1px);
        -webkit-transform: translateX(1px);
    }

    60% {
        transform: translateX(7px);
        -webkit-transform: translateX(7px);
    }

    75% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@keyframes boom-boom {
    from, 25% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    40% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }

    50% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    60% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }

    75% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@keyframes woof {
    0%, 15%, 50%, 65%, 100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    25%, 35% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }

    75%, 85% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
}

@keyframes reveal-logo {
    from {
        top: -160px;
    }

    to {
        top: 0px;
    }
}

@keyframes float-clockwise {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    25% {
        transform: translateY(-4px) translateX(-2.5px);
    }

    50% {
        transform: translateY(-8px) translateX(0px);
    }

    75% {
        transform: translateY(-4px) translateX(2.5px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes float-anti-clockwise {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    25% {
        transform: translateY(2.5px) translateX(5px);
    }

    50% {
        transform: translateY(5px) translateX(0px);
    }

    75% {
        transform: translateY(2.5px) translateX(5px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes breathe {
    0% {
        -webkit-transform: translate(0, 0);
        transform: scale(1);
    }

    50% {
        -webkit-transform: translate(10px, 10px);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: scale(1);
    }
}

@keyframes pressnpop {
    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

/* Layout */
@media all and (-ms-high-contrast: none) {
    [data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
        opacity: 1;
    }
}

img {
    aspect-ratio: attr(width)/attr(height);
}

.hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 60%;
    background-image: url("/images/mom-playing-with-daughter-in-livingroom-mobile.webp");
}

@media (min-width: 768px) {
    .hero-image {
        background-image: url("/images/mom-playing-with-daughter-in-livingroom-tablet.webp");
        background-position-x: 78%;
    }
}

@media (min-width: 992px) {
    .hero-image {
        background-image: url("/images/mom-playing-with-daughter-in-livingroom.webp");
        background-position-x: 7%;
    }
}

html {
    font-size: 12px;
    font-family: "Gilroy-Regular", Arial, sans-serif;
}

body {
    font-family: "Gilroy-Regular", Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
}

body .wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

a {
    color: #E63A3B;
}

a:hover {
    color: #E63A3B;
}

a:not([href]) {
    cursor: pointer;
    color: #E63A3B;
}

a:not([href]):hover {
    color: #E63A3B;
}

.hide {
    display: none;
}

@media (min-width: 768px) {
    .md-pl-2 {
        padding-left: 2rem;
    }
}

b {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}


.fade {
    transition: opacity 0.3s linear;
}

.underline {
    border-bottom: 1px solid #b1b1b1;
}

.hover-scale {
    transition: 0.3s all ease-in-out;
}

.hover-scale:hover {
    transform: scale(1.05);
    transition: 0.3s all ease-in-out;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.body-text {
    font-size: 1.34rem;
}

.subheader-text {
    font-size: 1.5rem;
}

.large-body-text {
    font-size: 1.67rem;
    line-height: 1.5;
}

.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 1.1;
}

.lh-3 {
    line-height: 1.25;
}

.title-text {
    font-size: 2rem;
    line-height: 1.3;
}

.large-title-text {
    font-size: 2.5rem;
    line-height: 1.3;
}

.headline-text {
    font-size: 3rem;
    line-height: 1;
}

.banner-text {
    font-size: 4rem;
}

.regular {
    font-family: "Gilroy-Regular", Arial, sans-serif;
}

.semi-bold {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
}

.light-grey-text {
    color: #707070;
}

.primary-text {
    color: #E63A3B;
}

.grey-text {
    color: #575756;
}

.dark-grey-text {
    color: #4d4d4d;
}

.btn-outline-primary {
    border-color: #E63A3B;
}

.no-pointer {
    pointer-events: none;
}

.cst-main-content-grp {
    position: relative;
    padding: 5rem 15px 10rem;
}

.page--slim {
    padding: 3rem 15px;
}

.pointer {
    cursor: pointer;
}

.divider {
    width: 100%;
    margin: 0;
    border-top: 1px solid #b1b1b1;
}

.excerpt, .excerpt p {
    font-family: "Gilroy-Light", Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #575756;
}

.share {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .share {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        height: 100%;
    }
}

.rounded {
    border-radius: 4rem !important;
}

.contact-details > ul {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-details > ul > li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 1rem;
}

.contact-details > ul > li img {
    width: 6rem;
    margin-right: 2rem;
}

.call-ioa {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    width: 100px;
}

@media (min-width: 576px) {
    .call-ioa {
        left: 0;
        width: 150px;
    }
}

@media (min-width: 768px) {
    .call-ioa {
        width: 150px;
    }
}

@media (min-width: 992px) {
    .call-ioa {
        left: 100px;
    }
}

@media (min-width: 1200px) {
    .call-ioa {
        left: 150px;
    }
}

.confirmation {
    position: relative;
}

.confirmation--border {
    border: 1px solid #b1b1b1;
    border-radius: 25px;
    padding: 4rem;
    margin-bottom: 3rem;
}

@media (min-width: 576px) {
    .confirmation--border {
        padding: 10rem;
        margin-bottom: 0;
    }

    .confirmation--border--small {
        padding: 5rem;
    }
}

.confirmation__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.confirmation img {
    width: 100px;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .confirmation img {
        width: 200px;
        margin-bottom: 30px;
    }
}

.confirmation h3 {
    font-size: 2.5rem;
}

.confirmation p {
    font-size: 1.67rem;
}

.confirmation button.close {
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background: white;
    border: 1px solid #b1b1b1;
    border-radius: 50px;
    line-height: 19px;
    opacity: 1;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.confirmation button.close > img {
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 5px;
}

@media (min-width: 576px) {
    .social-square-row {
        margin-top: 150px;
    }
}

.social-square {
    padding: 2rem;
    margin: 0.5rem;
    border: 1px solid #b1b1b1;
    border-radius: 20px;
}

@media (min-width: 576px) {
    .social-square {
        padding: 3rem;
    }
}

@media (min-width: 768px) {
    .social-square {
        padding: 4rem;
        margin: 1rem;
    }
}

.social-square:hover img {
    transition: 0.3s all ease-in-out;
    transform: scale(1.05);
}

.social-square img {
    width: 3rem;
    height: 3rem;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .social-square img {
        width: 4rem;
        height: 4rem;
    }
}

@media (min-width: 768px) {
    .social-square img {
        width: 5rem;
        height: 5rem;
    }
}

.rotate {
    animation: rotate 1s linear infinite !important;
    width: 25px !important;
    transition: none;
}

.arrow {
    position: relative;
    height: 40px;
}

@media (min-width: 576px) {
    .arrow {
        height: 125px;
    }
}

.arrow--white {
    background: #E63A3B;
}

.arrow--white:after {
    border-top: 40px solid white;
}

@media (min-width: 576px) {
    .arrow--white:after {
        border-top: 125px solid white;
    }
}

.arrow--red {
    background: white;
}

.arrow--red:after {
    border-top: 40px solid #E63A3B;
}

@media (min-width: 576px) {
    .arrow--red:after {
        border-top: 125px solid #E63A3B;
    }
}

.arrow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}

.our-story {
    padding: 19rem 0 5rem 0;
    background: white;
}

.our-story h2 {
    font-size: 4rem;
}

.our-team {
    padding: 10rem 0 6rem;
    background: white;
}

.our-team .video {
    padding: 1rem 0;
}

.our-team-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    border-bottom: 0;
}

.our-team-tabs > a {
    min-width: 185px;
    padding: 1rem 3rem;
    margin: 0 1rem;
    border: 1px solid #707070 !important;
    border-radius: 50px 50px 50px 0 !important;
    font-size: 1.34rem;
    text-align: center;
    color: #707070;
    cursor: pointer;
    user-select: none;
}

.our-team-tabs > a.active {
    border: 1px solid #E63A3B !important;
    color: #e32324 !important;
    text-decoration: underline;
}

.our-team-tabs > a.active:hover {
    border: 1px solid #E63A3B !important;
    text-decoration: underline;
}

.our-team-tabs > a:hover {
    border: 1px solid #575756 !important;
    color: #575756;
}

.wysiwyg h2 {
    text-align: left;
    margin: 3.5rem 0 1rem;
}

.wysiwyg h2:first-child {
    margin-top: 0;
}

.wysiwyg h3 {
    text-align: left;
    margin: 2.5rem 0 1rem;
}

.wysiwyg h4 {
    text-align: left;
    margin: 1.5rem 0 1rem;
}

.wysiwyg address {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #575756;
    margin: 1rem;
    font-weight: "Gilroy-SemiBold", Arial, sans-serif;
}

.wysiwyg address span {
    padding: 2rem 10rem 2rem 2rem;
    display: inline-block;
}

.wysiwyg ol {
    margin: 2rem 0;
}

.wysiwyg ul {
    list-style-type: disc;
    margin: 2rem 0;
}

.wysiwyg ul.no-marker {
    list-style-type: none;
}

.wysiwyg ul .alpha {
    margin-right: 0.5rem;
}

.wysiwyg ul li a, .wysiwyg ul li a:hover {
    color: #E63A3B;
}

.wysiwyg ul li img {
    margin: 1rem 0;
}

.wysiwyg ul li ul > li > ul {
    list-style-type: circle;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.wysiwyg img {
    max-width: 100%;
    height: auto;
    margin: 0 0 2rem 0;
}

.wysiwyg table tr.no-border td {
    border: none;
}

.wysiwyg table td {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
}

.wysiwyg table ul {
    margin-top: 0;
    padding-left: 1.5rem;
}

.wysiwyg blockquote {
    position: relative;
    padding: 2rem;
    margin: 2rem 0;
    border-top: 2px solid #E63A3B;
    border-bottom: 2px solid #E63A3B;
    background: linear-gradient(to right, white, #f7f7f7 10%, #f7f7f7 90%, white);
}

.wysiwyg blockquote p {
    margin: 0;
    padding-bottom: 1rem;
}

.wysiwyg blockquote p:last-of-type {
    padding-bottom: 0;
}

.wysiwyg blockquote p:last-of-type:after {
    content: "\"";
    position: absolute;
    bottom: 1.5rem;
    padding-left: 0.5rem;
    font-size: 4rem;
    color: #707070;
}

.wysiwyg blockquote:before {
    content: "\"";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4rem;
    color: #707070;
}

.aside-links {
    padding: 0 0 5rem 0;
}

@media (min-width: 768px) {
    .aside-links {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .aside-links--fixed {
        position: fixed;
        top: 100px;
    }

    .aside-links--fixed > li {
        background: white;
    }
}

.aside-links > li {
    padding: 0.5rem 0;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.aside-links > li:not(:last-of-type) {
    border-bottom: 1px solid #E63A3B;
}

.aside-links > li > a {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: #E63A3B !important;
}

.aside-links > li > a:focus, .aside-links > li > a:hover {
    color: #db1c1d;
}

.aside-links > li > a.active {
    font-family: "Gilroy-Bold", Arial, sans-serif;
}

.aside-links.no-border > li {
    border: none;
}

.aside-links.no-border > li > a:hover {
    border-bottom: 1px solid #E63A3B;
}

.field_error {
    border-color: #E63A3B !important;
}

.eyes {
    position: absolute;
    top: 32%;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.eyes__left {
    left: 26%;
}

.eyes__right {
    left: 39.5%;
}

.eyes:after {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #807f99;
    border-radius: 50%;
    content: " ";
}

.eyes-two {
    position: absolute;
    bottom: 34%;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.eyes-two__left {
    right: 49.5%;
}

.eyes-two__right {
    right: 36%;
}

.eyes-two:after {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #807f99;
    border-radius: 50%;
    content: " ";
}

#scrollToMap {
    width: 3rem;
    transition: 0.3s all ease-in-out;
}

#scrollToMap:hover {
    transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}

#ourStoryVideo video {
    width: 101%;
}

#salemove.local .sm-visitor-app {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 50px;
    background: white;
    width: 200px;
}

#salemove.salemove {
    z-index: 1010;
}

#salemove.salemove .sm-touch-draggable .sm-visitor-app {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.2) !important;
}

#salemove.salemove .sm-visitor-app {
    bottom: 115px;
}

@media (min-width: 576px) {
    #salemove.salemove .sm-visitor-app {
        bottom: 15px;
    }
}

@media (min-width: 768px) {
    #salemove.salemove .sm-visitor-app {
        left: 15px;
        right: unset;
    }
}

#salemove.salemove .sm-visitor-app.fixed {
    position: fixed !important;
}

#salemove.salemove .sm-inner .sm-cobrowsing-request {
    z-index: 15;
}

body.sm-engaged #salemove.salemove {
    z-index: 1010;
}

body.sm-engaged #salemove.salemove .sm-side-bar .sm-end-engagement {
    bottom: 110px;
}

@media (min-width: 576px) {
    body.sm-engaged #salemove.salemove .sm-side-bar .sm-end-engagement {
        bottom: 15px;
    }
}

body.sm-engaged #salemove.salemove .sm-visitor-app {
    left: 0;
    bottom: 180px;
}

@media (min-width: 576px) {
    body.sm-engaged #salemove.salemove .sm-visitor-app {
        bottom: 80px;
    }
}

@media (min-width: 1200px) {
    body.sm-engaged #salemove.salemove .sm-visitor-app {
        bottom: 0;
    }
}

@media (min-width: 1200px) {
    body.sm-engaged #salemove.salemove .sm-inner {
        left: 0;
    }
}

body.sm-engaged #salemove.salemove .sm-inner.sm-cobrowsing-request {
    z-index: 15;
}

body.sm-engaged.sm-chat #salemove.salemove .sm-visitor-app {
    bottom: 0;
    left: 0;
}

.error-container {
    padding: 10rem 0 15rem 0;
}

@media (min-width: 768px) {
    .error-container {
        padding: 20rem 0 15rem 0;
    }
}

.error-container .logo {
    width: 90%;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .error-container .logo {
        width: 400px;
        padding-bottom: 3rem;
    }
}



.cookie-banner {
    position: fixed;
    left: 0;
    bottom: -100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    background: #233246;
    color: white;
    text-align: center;
    z-index: 1030;
    transition: all 1.5s ease-in;
    box-shadow: 0px -9px 20px 1px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .cookie-banner {
        flex-direction: unset;
        padding: 1rem;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .cookie-banner {
        font-size: 1.34rem;
    }
}

@media (min-width: 992px) {
    .cookie-banner {
        padding: 1rem 2rem;
    }
}

.cookie-banner.show {
    bottom: 0;
    transition: all 1.5s ease-out;
}

.cookie-banner .message {
    margin-bottom: 1rem;
    width: 100%;
}

@media (min-width: 576px) {
    .cookie-banner .message {
        margin-bottom: 0;
        width: 65%;
    }
}

@media (min-width: 768px) {
    .cookie-banner .message {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .cookie-banner .message {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .cookie-banner .message {
        width: 65%;
    }
}

.cookie-banner .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .cookie-banner .buttons {
        display: block;
    }
}

.cookie-banner .buttons .btn {
    position: relative;
    padding: 0.75rem 2rem 0.75rem 5rem;
    background: #E63A3B;
    font-size: 1rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: white;
    border-radius: 100px;
}

@media (min-width: 576px) {
    .cookie-banner .buttons .btn {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .cookie-banner .buttons .btn {
        margin-right: 2rem;
        font-size: 1.34rem;
    }
}

.cookie-banner .buttons .btn > img {
    position: absolute;
    top: calc(50% - 14px);
    left: 13px;
    width: 28px;
    height: 28px;
    padding: 6px;
    border: 1px solid white;
    border-radius: 50px;
    transition: 0.3s all ease-in-out;
}

.cookie-banner .buttons .btn:hover {
    background-color: #db1c1d;
}

.cookie-banner .buttons .btn:hover > img {
    transform: scale(1.05);
    transition: 0.3s all ease-in-out;
}

.cookie-banner a {
    color: white;
    padding-bottom: 1px;
    border-bottom: 1px solid white;
}

@media (min-width: 768px) {
    .cookie-banner a {
        padding-bottom: 2px;
    }
}

.cookie-banner a:hover {
    color: white;
    text-decoration: none;
}

.cookie-banner a:not([href]):not([tabindex]) {
    color: white;
}

.cookie-modal.fade {
    -webkit-transition: opacity 1s ease-out 0.3s;
    -moz-transition: opacity 1s ease-out 0.3s;
    -ms-transition: opacity 1s ease-out 0.3s;
    -o-transition: opacity 1s ease-out 0.3s;
    transition: opacity 1s ease-out 0.3s;
}

.cookie-modal .modal-content {
    padding: 10px 5%;
    border-radius: 20px;
}

.cookie-modal .modal-content .modal-header {
    border: none;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-header {
        padding-top: 3rem;
    }
}

.cookie-modal .modal-content .modal-header button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.cookie-modal .modal-content .modal-header button.close > span {
    font-size: 4rem;
    line-height: 33px;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-header button.close {
        display: flex;
        justify-content: center;
        align-content: center;
        top: -12px;
        right: -12px;
        height: 50px;
        width: 50px;
        background: white;
        border: 1px solid #707070;
        border-radius: 50px;
        box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
        opacity: 1;
        overflow: hidden;
        transition: 0.3s all ease-in-out;
    }

    .cookie-modal .modal-content .modal-header button.close > span {
        display: block;
        font-family: "Gilroy-UltraLight", Arial, sans-serif;
        font-weight: 400;
        font-size: 5rem;
        color: #707070;
    }

    .cookie-modal .modal-content .modal-header button.close:hover {
        border-color: #575756;
        box-shadow: -4px 4px 7px rgba(0, 0, 0, 0.15);
        transition: 0.3s all ease-in-out;
    }

    .cookie-modal .modal-content .modal-header button.close:hover > span {
        color: #575756;
    }
}

.cookie-modal .modal-content .modal-body {
    margin-bottom: 1rem;
}

.cookie-modal .modal-content .modal-body .policy-container {
    max-height: 50vh;
    overflow: auto;
    padding: 0 1rem 20px;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-body .policy-container {
        padding: 0 2rem 20px;
    }
}

.cookie-modal .modal-content .modal-body .policy-container:after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    left: -15px;
    right: -15px;
    box-shadow: inset 0px -30px 30px 10px white;
    height: calc(100% - 50px);
}

.cookie-modal .modal-content .modal-body .policy-container .sub-heading {
    margin: 3rem 0 1.5rem;
    color: #575756;
    font-size: 1.34rem;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-body .policy-container .sub-heading {
        font-size: 1.5rem;
    }
}

.cookie-modal .modal-content .modal-body .modal-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-body .modal-title {
        font-size: 1.67rem;
    }
}

.cookie-modal .modal-content .modal-footer {
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .cookie-modal .modal-content .modal-footer {
        padding: 3rem 5% 3rem 5%;
    }
}

.cookie-modal .modal-content .modal-footer .confirm {
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-footer .confirm {
        margin-bottom: 3rem;
    }
}

.cookie-modal .modal-content .modal-footer .btn {
    position: relative;
    padding: 1.25rem 7rem 1.25rem 4rem;
    background-color: #E63A3B;
    font-size: 1.34rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: white;
    border-radius: 100px;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-footer .btn {
        font-size: 1.67rem;
    }
}

.cookie-modal .modal-content .modal-footer .btn > img {
    position: absolute;
    top: calc(50% - 9px);
    right: 27px;
    width: 22px;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .cookie-modal .modal-content .modal-footer .btn > img {
        top: calc(50% - 11px);
        right: 35px;
        width: 30px;
    }
}

.cookie-modal .modal-content .modal-footer .btn:hover {
    background-color: #db1c1d;
}

.cookie-modal .modal-content .modal-footer .btn:hover > img {
    transform: translateX(5px);
    transition: 0.3s all ease-in-out;
}

@media print {
    .cookie-banner {
        display: none;
    }
}

.home-hero {
    position: relative;
    height: 600px;
    border: none;
    margin-top: 60px;
    align-items: flex-start;
    background-color: black;
}

@media (min-width: 576px) {
    .home-hero {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        height: 700px;
    }
}

@media (min-width: 768px) {
    .home-hero {
        height: 800px;
    }
}

@media (min-width: 1200px) {
    .home-hero.budge-over .hero-content .input-group {
        margin-left: 0;
    }
}

.home-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(60deg, black, rgba(0, 0, 0, 0) 60%);
}

.home-hero .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 100px;
}

@media (min-width: 576px) {
    .home-hero .hero-content {
        width: 900px;
    }
}

.home-hero .hero-content h1 {
    padding: 0 5%;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 5rem;
    line-height: 0.85;
    color: #ffffff;
}

@media (min-width: 576px) {
    .home-hero .hero-content h1 {
        margin-left: 6.75rem;
        padding: 0 0 1.5rem 0;
        font-size: 8rem;
    }
}

@media (min-width: 1200px) {
    .home-hero .hero-content h1 {
        margin-left: 0;
    }
}

.home-hero .hero-content h2 {
    display: block;
    padding: 0.85rem 5% 0 6%;
    font-family: "Gilroy-Regular", Arial, sans-serif;
    font-size: 2rem;
    color: white;
}

@media (min-width: 576px) {
    .home-hero .hero-content h2 {
        margin-left: 6.75rem;
        padding: 20px 0 0 5px;
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .home-hero .hero-content h2 {
        margin-left: 0;
    }
}

.home-hero .hero-content .container {
    padding: 0.85rem 5% 0 6% !important;
}

@media (min-width: 768px) {
    .home-hero .hero-content .container {
        margin-left: 6.75rem !important;
        padding: 0 0 0 5px !important;
        width: 100% !important;
    }
}

@media (min-width: 576px) {
    .home-hero .hero-content .container {
        margin-left: 6.75rem !important;
        width: 80%;
        padding: 0 0 0 5px !important;
    }
}

@media (min-width: 1200px) {
    .home-hero .hero-content .container {
        margin-left: 0 !important;
    }
}

.home-hero .hero-content .home-auto-quote-btn {
    justify-content: center !important;
    width: 100% !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.home-hero .hero-content .home-auto-quote-btn:focus {
    box-shadow: 0 0 0 0.2rem #ffffff;
}

.home-hero .hero-content .home-auto-btn:focus {
    box-shadow: 0 0 0 0.2rem #ffffff;
}

.home-hero .hero-content .nav-tabs {
    justify-content: center;
    font-size: 1.34rem;
    border-bottom: none;
    text-transform: uppercase;
    position: fixed;
    bottom: 97px;
    left: 60px;
}

@media (min-width: 576px) {
    .home-hero .hero-content .nav-tabs {
        position: relative;
        display: flex;
        margin-left: 6.75rem;
        justify-content: flex-start;
        bottom: 2px;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .home-hero .hero-content .nav-tabs {
        margin-left: 0;
    }
}

.home-hero .hero-content .nav-tabs .nav-item {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.2rem;
    margin: 0 -1px 0 0;
    padding: 15px 2rem 12px;
    border-color: #f2f2f2 #f2f2f2 rgba(0, 0, 0, 0) #f2f2f2;
    border-radius: 15px 15px 0 0;
    line-height: 1;
    transition: 0.3s all ease-in-out;
    background-color: #f2f2f2;
    color: #a7a7a7;
}

@media (min-width: 576px) {
    .home-hero .hero-content .nav-tabs .nav-item {
        background-color: transparent;
        color: #f2f2f2;
        padding: 15px 3rem 12px;
    }
}

.home-hero .hero-content .nav-tabs .nav-item:hover:not(.active) {
    background: white;
    color: #E63A3B;
    transition: 0.3s all ease-in-out;
}

.home-hero .hero-content .nav-tabs .nav-item svg {
    margin-left: 0.75rem;
}

.home-hero .hero-content .nav-tabs .nav-item.active {
    border-color: #E63A3B;
    background-color: #E63A3B;
    color: #f2f2f2;
    z-index: 2;
    transition: 0.3s all ease-in-out;
}

.home-hero .hero-content .nav-tabs .nav-item.active:hover {
    background-color: #db1c1d;
    transition: 0.3s all ease-in-out;
}

.home-hero .hero-content .input-group {
    width: 90%;
    margin: 0 5%;
    display: block;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .home-hero .hero-content .input-group {
        margin-left: -5%;
    }
}

.home-hero .hero-content .input-group.referral-holder {
    display: block;
    font-size: 1.3rem;
    height: 75px;
    line-height: 75px;
    padding-right: 8rem;
    border-color: #999;
    border-radius: 100px;
    width: calc(100% - 50px);
    background: white;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group.referral-holder {
        font-size: 1.5rem;
        padding-right: 19rem;
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group.referral-holder {
        border-color: #ccc;
        display: block;
        width: 85%;
        font-size: 1.8rem;
        padding-right: 22rem;
    }
}

@media (min-width: 992px) {
    .home-hero .hero-content .input-group.referral-holder {
        padding-right: 23rem;
        font-size: 2rem;
        width: 100%;
    }
}

.home-hero .hero-content .input-group.referral-holder::placeholder {
    color: #999;
}

.home-hero .hero-content .input-group.referral-holder .form-control {
    height: 40px;
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 37%;
    padding: 2.3rem 2.25rem 2.2rem;
    border-radius: 100px;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group.referral-holder .form-control {
        width: 35%;
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group.referral-holder .form-control {
        font-size: 1.5rem;
        width: 38%;
    }
}

@media (min-width: 992px) {
    .home-hero .hero-content .input-group.referral-holder .form-control {
        font-size: 2rem;
        width: 40%;
    }
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group.referral-holder .input-group-append button {
        position: relative;
        font-size: 1.6rem;
        padding: 5px 6rem 5px 3rem;
        width: 100%;
        border-radius: 125px 100px 100px 0;
        box-shadow: -5px 1px 0px rgba(50, 50, 50, 0.2);
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group.referral-holder .input-group-append button {
        font-size: 1.8rem;
        padding: 5px 5.5rem 5px 3rem;
    }
}

@media (min-width: 992px) {
    .home-hero .hero-content .input-group.referral-holder .input-group-append button {
        font-size: 2rem;
    }
}

.home-hero .hero-content .input-group.referral-holder .input-group-append button > img {
    position: absolute;
    top: calc(50% - 11px);
    right: 22px;
    width: 30px;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group.referral-holder .input-group-append button > img {
        animation: bopp-bopp 3s infinite;
        right: 35px;
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group.referral-holder .input-group-append button > img {
        top: 25px;
        right: 30px;
        width: 25px;
        height: 25px;
    }
}

.home-hero .hero-content .input-group.referral-holder .referral-button {
    position: absolute;
    top: 10px;
    left: 42%;
    height: 56px;
    padding: 0.8rem;
    line-height: 1;
    border: 1px solid #E63A3B;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: #E63A3B;
    border-radius: 100px;
    width: 33%;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group.referral-holder .referral-button {
        width: 22%;
        left: 38%;
        padding: 1rem 0.5rem 1rem 1.2rem;
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group.referral-holder .referral-button {
        width: 25%;
        left: 40%;
        padding: 1rem 0.5rem 1rem 1.2rem;
    }
}

@media (min-width: 992px) {
    .home-hero .hero-content .input-group.referral-holder .referral-button {
        width: 27%;
        left: 42%;
        font-size: 1.3rem;
        padding: 1.2rem 0.8rem 0.8rem 1.2rem;
    }
}

.home-hero .hero-content .input-group.referral-holder .referral-button > img {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.home-hero .hero-content .input-group.referral-holder .referral-input {
    position: absolute;
    top: 10px;
    left: 42%;
    height: 56px;
    padding: 0.8rem 1.3rem;
    line-height: 1;
    border: 1px solid #E63A3B;
    color: #E63A3B;
    border-radius: 100px;
    width: 33%;
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group.referral-holder .referral-input {
        width: 22%;
        left: 38%;
        padding: 1rem 0.5rem 1rem 1.2rem;
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group.referral-holder .referral-input {
        width: 25%;
        left: 40%;
        padding: 1.2rem 2rem 0.8rem;
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .home-hero .hero-content .input-group.referral-holder .referral-input {
        width: 27%;
        left: 42%;
        font-size: 1.7rem;
    }
}

.home-hero .hero-content .input-group.referral-holder .referral-input::placeholder {
    color: #E63A3B;
}

.home-hero .hero-content .input-group.referral-holder .referral-input > img {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.home-hero .hero-content .input-group .form-control {
    display: block;
    font-size: 2rem;
    height: 75px;
    line-height: 75px;
    padding: 2rem 3.5rem 2rem 2.5rem;
    border-color: #999;
    border-radius: 100px 0 0 100px;
    width: calc(100% - 32.5px);
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group .form-control {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group .form-control {
        font-size: 1.3rem;
        border-color: #ccc;
        display: block;
        padding: 2.5rem;
        border-radius: 100px;
        width: 85%;
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group .form-control {
        padding: 3rem 2.3rem;
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .home-hero .hero-content .input-group .form-control {
        padding: 3rem 2.5rem;
        font-size: 2rem;
    }
}

.home-hero .hero-content .input-group .form-control::placeholder {
    color: #999;
}

.home-hero .hero-content .input-group .input-group-append {
    z-index: 3;
    overflow: hidden;
    margin-top: 0;
    position: absolute;
    margin-left: -50px;
    padding-left: 8px;
    height: 75px;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group .input-group-append {
        width: auto;
    }
}

.home-hero .hero-content .input-group .input-group-append button {
    border-color: #E63A3B;
    font-size: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    background-color: #E63A3B;
    padding: 1.25rem 4rem 1.25rem 1rem;
    border-radius: 100px;
    color: #ffffff;
    width: 75px;
    z-index: 50;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group .input-group-append button {
        position: relative;
        font-size: 1.6rem;
        padding: 5px 6rem 5px 3rem;
        width: 100%;
        border-radius: 125px 100px 100px 0;
        box-shadow: -5px 1px 0px rgba(50, 50, 50, 0.2);
    }
}

@media (min-width: 768px) {
    .home-hero .hero-content .input-group .input-group-append button {
        font-size: 1.8rem;
        padding: 5px 7rem 5px 4rem;
    }
}

@media (min-width: 992px) {
    .home-hero .hero-content .input-group .input-group-append button {
        font-size: 2rem;
    }
}

.home-hero .hero-content .input-group .input-group-append button.fixed {
    position: fixed;
    bottom: 50px;
    width: 90%;
}

.home-hero .hero-content .input-group .input-group-append button > img {
    position: absolute;
    top: calc(50% - 11px);
    right: 22px;
    width: 30px;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group .input-group-append button > img {
        animation: bopp-bopp 3s infinite;
        right: 35px;
    }
}

.home-hero .hero-content .input-group .input-group-append button:focus {
    box-shadow: 0 4px 0 #9C2B29;
}

@media (min-width: 576px) {
    .home-hero .hero-content .input-group .input-group-append button:focus {
        box-shadow: -8px 1px 0px rgba(50, 50, 50, 0.2);
    }
}

.home-hero .hero-content .input-group .input-group-append button:hover {
    background-color: #db1c1d;
}

.home-hero .hero-content .input-group .input-group-append button:hover > img {
    animation: backwards;
    right: 30px;
    transition: 0.3s all ease-in-out;
}

.home-hero .hero-content .input-group .input-group-append button svg {
    transition: 0.3s all ease-in-out;
    transform: scale(1.2);
    margin-left: 0.75rem;
}

.home-hero .hero-content form {
    position: fixed;
    width: 100%;
    bottom: 22px;
}

@media (min-width: 576px) {
    .home-hero .hero-content form {
        position: relative;
        bottom: 14px;
    }
}

.home-hero .hero-content form .validation_error {
    color: #ffffff;
    font-size: 1.8rem;
    height: 2rem;
}

.home-hero .modal-button {
    position: fixed;
    bottom: 30px;
    width: 90%;
    margin: 0 5%;
    padding: 1.25rem 4rem 1.25rem 1rem;
    background-color: #E63A3B;
    font-size: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: #ffffff;
    border-radius: 100px;
    box-shadow: 0 4px 0 #9C2B29, 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 50;
}

@media (min-width: 576px) {
    .home-hero .modal-button {
        display: none;
    }
}

.home-hero .modal-button:focus, .home-hero .modal-button:active {
    box-shadow: 0 4px 0 #9C2B29;
}

.home-hero .modal-button > img {
    position: absolute;
    top: calc(50% - 11px);
    right: 35px;
    width: 30px;
    transition: 0.3s all ease-in-out;
}

.generic-hero {
    position: relative;
    border: none;
}

.stories-hero {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border: none;
    padding: 0 15px 2rem;
}

@media (min-width: 576px) {
    .stories-hero {
        padding: 0 5vw 3rem;
    }
}

@media (min-width: 768px) {
    .stories-hero {
        padding: 0 10vw 4rem;
    }
}

.stories-hero__content {
    position: relative;
    width: 100%;
    padding: 2.8rem 3rem 2rem 3rem;
    border-radius: 50px 50px 50px 0;
    background: rgba(255, 255, 255, 0.95);
    color: #E63A3B;
}

@media (min-width: 576px) {
    .stories-hero__content {
        max-width: calc(100% - 50px);
    }
}

@media (min-width: 768px) {
    .stories-hero__content {
        max-width: 75%;
    }
}

@media (min-width: 992px) {
    .stories-hero__content {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .stories-hero__content {
        max-width: 50%;
    }
}

.stories-hero__content > h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .stories-hero__content > h1 {
        font-size: 2.5rem;
    }
}

.stories-hero__content > h1.quotes {
    position: relative;
    padding-left: 1.3rem;
}

.stories-hero__content > h1.quotes:before {
    content: "\"";
    position: absolute;
    top: 0;
    left: 0;
}

.stories-hero__content > h1.quotes:after {
    content: "\"";
    padding-left: 0.3rem;
}

.stories-hero__content .posted {
    display: block;
    padding-bottom: 0.75rem;
    font-family: "Gilroy-Regular", Arial, sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #707070;
}

.stories-hero__content a {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #E63A3B;
    cursor: pointer;
}

.stories-hero__content a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #E63A3B;
    transition: 0.3s all ease-in-out 0.25s;
}

.stories-hero__content a:hover {
    text-decoration: none;
}

.stories-hero__content a:hover + img {
    transform: translateX(5px);
    transition: 0.3s all ease-in-out 0.25s;
}

.stories-hero__content a:hover:before {
    width: 100%;
    border-bottom: 1px solid #E63A3B;
    transition: 0.3s all ease-in-out;
}

.stories-hero__content img {
    position: absolute;
    width: 21px;
    top: -4px;
    left: 100px;
    transition: 0.3s all ease-in-out;
}

.fake-modal {
    position: fixed;
    top: -100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 15px 8rem;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 51;
    transition: all 0.5s ease-in-out;
}

.fake-modal.show {
    transition: all 0.5s ease-in-out;
    top: 0;
}

.fake-modal .form-group label {
    margin-left: 0 !important;
}

.get-covered {
    position: relative;
    padding: 7rem 0 4rem;
    text-align: center;
    background: white;
}

.get-covered__heading {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 3rem;
    color: #233246;
}

@media (min-width: 576px) {
    .get-covered__heading {
        font-size: 4rem;
    }
}

.get-covered__main {
    font-size: 1.67rem;
    line-height: 2.5rem;
    color: #575756;
}

.get-covered__tagline {
    color: #575756;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.get-covered__icon {
    width: 50px;
    margin-top: 4rem;
    animation: boom-boom 3s infinite;
}

.about-us {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 700px;
    border-bottom: 3px solid #807f99;
}

.about-us .get-covered {
    position: relative;
    padding: 0 0 4rem 0;
    text-align: center;
    background: white;
    width: 80vw;
}

@media (min-width: 576px) {
    .about-us .get-covered {
        width: 70vw;
    }
}

@media (min-width: 768px) {
    .about-us .get-covered {
        width: 60vw;
        padding: 3rem 0 0 0;
    }
}

@media (min-width: 992px) {
    .about-us .get-covered {
        width: 50vw;
        padding: 6rem 0 0 0;
    }
}

@media (min-width: 1200px) {
    .about-us .get-covered {
        width: 40vw;
        max-width: 600px;
        padding: 3rem 0 0 0;
    }
}

.about-us .get-covered__heading {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 4rem;
    color: #E63A3B;
}

.about-us .get-covered__tagline {
    color: #575756;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.about-us .tv-button {
    position: absolute;
    display: none;
    border-radius: 100px;
    bottom: 14px;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 1;
    z-index: 3;
}

@media (min-width: 576px) {
    .about-us .tv-button {
        display: block;
        bottom: 12px;
        right: 129px;
    }
}

@media (min-width: 768px) {
    .about-us .tv-button {
        bottom: 11px;
        right: 127px;
    }
}

@media (min-width: 992px) {
    .about-us .tv-button {
        bottom: 18.5px;
        right: 175.5px;
    }
}

@media (min-width: 1200px) {
    .about-us .tv-button {
        bottom: 21px;
        right: 194px;
    }
}

.about-us .dogz {
    z-index: 1 !important;
}

@media (min-width: 768px) {
    .about-us .dogz {
        animation: woof 30s infinite;
    }
}

.about-us .image {
    position: absolute;
    bottom: 0;
    width: 60vw;
}

@media (min-width: 576px) {
    .about-us .image {
        width: 50vw;
    }
}

@media (min-width: 768px) {
    .about-us .image {
        width: 45vw;
    }
}

@media (min-width: 992px) {
    .about-us .image {
        width: 40vw;
    }
}

@media (min-width: 1200px) {
    .about-us .image {
        width: 45vw;
        max-width: 550px;
    }
}

.about-us .image--right {
    right: 0;
}

.about-us .image--left {
    left: 0;
    transition: 0.5s all ease-in-out;
    z-index: 2;
}

.clockContainer {
    position: absolute;
    bottom: 150px;
    left: 19px;
    border: 3px solid #98989a;
    padding: 1rem;
    display: none;
    z-index: 2;
    border-radius: 100px;
}

@media (min-width: 576px) {
    .clockContainer {
        display: block;
        bottom: 30%;
    }
}

@media (min-width: 768px) {
    .clockContainer {
        bottom: 35%;
    }
}

@media (min-width: 992px) {
    .clockContainer {
        bottom: 40%;
    }
}

@media (min-width: 1200px) {
    .clockContainer {
        bottom: 50%;
    }
}

.clockHolder {
    border: 1px solid #858587;
    border-radius: 100px;
    padding: 1rem;
}

.pendulum {
    position: absolute;
    bottom: 16px;
    right: 143.3px;
    align-items: center;
    display: none;
}

@media (min-width: 576px) {
    .pendulum {
        display: none;
        bottom: 3.5%;
        right: 33%;
    }
}

@media (min-width: 768px) {
    .pendulum {
        display: block;
        bottom: 2%;
        right: 28.7%;
    }
}

@media (min-width: 992px) {
    .pendulum {
        bottom: 24px;
        right: 26%;
    }
}

@media (min-width: 1200px) {
    .pendulum {
        bottom: 34px;
        right: 340px;
    }
}

.pendulum_box {
    display: flex;
    position: absolute;
    flex: 1;
}

.ball {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #808099;
    position: relative;
    transform-origin: 50% -500%;
    background-color: white;
    box-shadow: -2px -3px 2px 0px inset #c2c2c2;
}

@media (min-width: 576px) {
    .ball {
        height: 14px;
        width: 14px;
    }
}

@media (min-width: 768px) {
    .ball {
        height: 18px;
        width: 18px;
    }
}

@media (min-width: 992px) {
    .ball {
        height: 20px;
        width: 20px;
    }
}

.ball::before {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #808099;
    left: 3px;
    top: -30px;
    position: absolute;
}

@media (min-width: 576px) {
    .ball::before {
        left: 4px;
        height: 40px;
        top: -40px;
    }
}

@media (min-width: 768px) {
    .ball::before {
        left: 6px;
        height: 58px;
        top: -58px;
    }
}

@media (min-width: 992px) {
    .ball::before {
        left: 7px;
        height: 60px;
        top: -60px;
    }
}

@media (min-width: 1200px) {
    .ball::before {
        left: 7px;
        height: 70px;
        top: -70px;
    }
}

@media (min-width: 768px) {
    .ball.first {
        animation: firstball .7s alternate ease-in infinite;
    }
}

@keyframes firstball {
    0% {
        transform: rotate(8deg);
    }

    50% {
        transform: rotate(0deg);
    }
}

@media (min-width: 768px) {
    .ball.last {
        animation: lastball .7s alternate ease-out infinite;
    }
}

@keyframes lastball {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

.make-it {
    padding: 1rem 0 1.5rem 0;
    text-align: left;
}

.make-it .make-it-card {
    padding: 1.5rem 15px 3rem;
}

@media (min-width: 992px) {
    .make-it .make-it-card {
        padding: 1.5rem 15px;
    }
}

.make-it .icon {
    text-align: center;
    color: #E63A3B;
}

.make-it .icon > img {
    height: 10rem;
    padding: 1rem 0;
}

@media (min-width: 992px) {
    .make-it .icon > img {
        padding-bottom: 2rem;
    }
}

.make-it .heading {
    margin: 2rem 0 1rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-style: normal;
    color: #233246;
    font-size: 2rem;
    text-align: center;
}

.make-it .main {
    color: #575756;
    text-align: center;
}

@media (min-width: 992px) {
    .make-it .main {
        padding-bottom: 1rem;
    }
}

.make-it .tagline {
    color: #575756;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
}

.make-it--red {
    background: #E63A3B;
    color: white;
}

.make-it--red h1 {
    color: white;
}

.make-it--red .heading {
    color: white;
}

.make-it--red .main {
    color: white;
}

.make-it--red .tagline {
    color: white;
}

.make-it--centered {
    text-align: center;
}

.reviews {
    position: relative;
    padding: 4rem 1rem 6rem;
    background-color: #f2f2f2;
    text-align: center;
}

@media (min-width: 576px) {
    .reviews {
        padding: 8rem 1rem 6rem;
    }
}

.reviews__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #f2f2f2, #f2f2f2 9%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0) 88%, #f2f2f2 91%, #f2f2f2);
}

.reviews .carousel {
    padding: 2rem 0 8rem;
    min-height: 300px;
}

.reviews .carousel-indicators {
    margin-left: 15px;
    margin-right: 15px;
    z-index: 1;
}

@media (min-width: 576px) {
    .reviews .carousel-indicators {
        margin-left: 15%;
        margin-right: 15%;
    }
}

.reviews .carousel-indicators li {
    width: 10px;
    height: 5px;
    margin: 0 7px;
    background-color: transparent;
    border: 2px solid #b1b1b1;
    border-radius: 100%;
}

@media (min-width: 576px) {
    .reviews .carousel-indicators li {
        width: 13px;
        height: 7px;
        margin: 0 10px;
    }
}

.reviews .carousel-indicators li.active {
    background-color: #E63A3B;
    border: 2px solid #E63A3B;
}

.reviews .carousel-control-prev, .reviews .carousel-control-next {
    top: -130px;
    color: #4d4d4d;
    font-size: 2rem;
}

.reviews .review-slide {
    width: 82%;
    margin: auto;
}

.reviews .review-slide__totals {
    padding-bottom: 2rem;
}

.reviews .review-slide__rating--large {
    font-size: 3rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
    .reviews .review-slide__rating--large {
        font-size: 2rem;
    }
}

.reviews .review-slide__rating--large img {
    margin: 0 0.5rem;
    width: 4rem;
}

.reviews .review-slide__rating--small {
    padding-right: 2rem;
}

.reviews .review-slide__rating--small img {
    margin: 0 0.2rem 0 0;
    width: 2rem;
}

.reviews .review-slide__average {
    text-align: right;
}

.reviews .review-slide__quote {
    text-align: center;
    color: #575756;
    margin-bottom: 2rem;
}

.reviews .review-slide__quote > q {
    font-size: 2rem;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .reviews .review-slide__quote > q {
        font-size: 1.67rem;
        line-height: 1.5;
    }
}

.reviews .review-slide .reviewer p {
    margin-bottom: 0;
    line-height: 1.3;
}

.reviews .review-slide .reviewer__name {
    font-size: 1.5rem;
}

.reviews .review-slide .reviewer__posted {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #4d4d4d;
}

.video-container {
    position: relative;
    padding: 7rem 0 6rem;
}

.video-container .video-image {
    position: relative;
    height: 600px;
}

.video-container .video-image__left {
    background-image: url("/images/happy-woman-at-sporting-event-over-saturation.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
}

@media (min-width: 576px) {
    .video-container .video-image__left {
        width: 50%;
        height: 100%;
    }
}

.video-container .video-image__right {
    background-image: url("/images/kid-being-lifted-by-father-red-saturation.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    right: 0;
}

@media (min-width: 576px) {
    .video-container .video-image__right {
        top: 0;
        width: 50%;
        height: 100%;
    }
}

.video-container .video-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 576px) {
    .video-container .video-text {
        height: 100%;
    }
}

.video-container .video-text h3 {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 3rem;
    color: white;
}

@media (min-width: 576px) {
    .video-container .video-text h3 {
        font-size: 4rem;
    }
}

.video-container .video-text h3 > small {
    display: block;
    padding: 0.85rem 0 0;
    font-family: "Gilroy-Regular", Arial, sans-serif;
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .video-container .video-text h3 > small {
        padding: 0.85rem 0 2rem;
        font-size: 2rem;
    }
}

.video-container .video-text .play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0;
    cursor: pointer;
    transform: scale(1);
}

@media (min-width: 576px) {
    .video-container .video-text .play-button {
        transform: scale(1.35);
    }
}

.video-container .video-text .play-button:hover svg.circle-fill {
    stroke-dashoffset: 322;
}

.video-container .video-text .play-button svg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container .video-text .play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 38.5;
    transition: all 0.5s linear;
    transform: rotate(270deg);
}

.video-container .video-text .play-button svg.circle-fill circle {
    opacity: 1;
    fill: transparent;
}

.video-container .video-text .play-button svg.circle-track {
    z-index: 0;
}

.video-container__modal .modal-content {
    background-color: rgba(0, 0, 0, 0.5);
}

.video-container__modal .modal-content .modal-header {
    border-bottom: 0;
    padding: 1.5rem 1rem 0;
}

.video-container__modal .modal-content .modal-header > .close {
    font-size: 2.5rem;
    opacity: 1;
    color: white;
}

.stories--padding {
    padding: 5rem 0 3rem;
}

.stories .card-deck {
    overflow: hidden;
}

.stories__heading {
    text-align: right;
    margin: 0 10px;
}

@media (min-width: 576px) {
    .stories__heading {
        margin: 0;
    }
}

.stories__heading > a {
    position: relative;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.4rem;
    color: #E63A3B;
}

.stories__heading > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #E63A3B;
    transition: 0.3s all ease-in-out;
}

.stories__heading > a:hover {
    cursor: pointer;
    text-decoration: none;
}

.stories__heading > a:hover:before {
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.stories .card {
    border: none;
    border-top: 6px solid #E63A3B;
    border-radius: 0;
    margin: 2rem 10px 3rem;
}

.stories .card.blank {
    border-top-color: transparent;
}

.stories .card .card-heading {
    overflow: hidden;
}

@media (min-width: 576px) {
    .stories .card .card-heading {
        height: 85px;
    }
}

@media (min-width: 768px) {
    .stories .card .card-heading {
        height: 115px;
    }
}

@media (min-width: 992px) {
    .stories .card .card-heading {
        height: 152px;
    }
}

@media (min-width: 1200px) {
    .stories .card .card-heading {
        height: 200px;
    }
}

.stories .card .card-heading:hover {
    cursor: pointer;
}

.stories .card .card-heading:hover img {
    cursor: pointer;
    transform: scale(1.075);
    transition: 0.5s all ease-in-out;
}

.stories .card .card-heading img {
    border-radius: 0;
    transition: 0.5s all ease-in-out;
    width: 100%;
}

.stories .card .card-title {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    color: #E63A3B;
    margin: 2rem 0;
}

.stories .card .card-title__posted {
    padding-bottom: 0.75rem;
    font-family: "Gilroy-Regular", Arial, sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #707070;
}

.stories .card .card-body {
    padding: 0 15px 0 0;
}

.stories .card .card-body .card-text {
    font-size: 1.2rem;
}

.stories .card .card-body .card-text .truncate-overflow {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.stories .card .card-footer {
    position: relative;
    margin-top: 2rem;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.stories .card .card-footer > span > a {
    position: relative;
    font-size: 1.33rem;
    color: #E63A3B;
    cursor: pointer;
}

.stories .card .card-footer > span > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #E63A3B;
    transition: 0.3s all ease-in-out 0.25s;
}

.stories .card .card-footer > span > a:hover {
    text-decoration: none;
}

.stories .card .card-footer > span > a:hover + img {
    transform: translateX(5px);
    transition: 0.3s all ease-in-out 0.25s;
}

.stories .card .card-footer > span > a:hover:before {
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.stories .card .card-footer > span > img {
    position: absolute;
    width: 15px;
    top: 5px;
    left: 86px;
    transition: 0.3s all ease-in-out;
}

.stories__load-more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.stories__load-more button {
    padding: 1rem 2rem;
    border: 2px solid #E63A3B;
    min-width: 300px;
    border-radius: 100px;
    background: white;
    font-size: 1.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: #E63A3B;
    box-shadow: none !important;
    transition: 0.3s all ease-in-out;
}

.stories__load-more button:hover {
    background-color: #db1c1d;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.holding {
    position: relative;
}

@media (min-width: 992px) {
    .holding {
        display: flex;
        justify-content: space-between;
    }
}

.holding-image {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-image: url("/images/holding-page-background-image.png");
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-position: 40% top;
}

@media (min-width: 576px) {
    .holding-image {
        height: 100vh;
        background-size: cover;
        background-position: 50% top;
    }
}

@media (min-width: 992px) {
    .holding-image {
        width: 50%;
    }

    .holding-image:after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 120px;
        height: 120px;
        background-image: url("/svg/top-right-mask-curve.svg");
        background-repeat: no-repeat;
        z-index: 5;
    }

    .holding-image img {
        display: block;
        width: 55%;
        margin: 3.5rem auto 0 15%;
    }
}

@media (min-width: 1200px) {
    .holding-image {
        background-position: top right;
    }

    .holding-image img {
        width: 40%;
    }
}

.holding-image__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    max-width: 360px;
    margin: auto;
    padding: 10rem 15px;
    text-align: center;
}

@media (min-width: 576px) {
    .holding-image__inner {
        padding: 10rem 15px;
        max-width: 450px;
    }
}

@media (min-width: 768px) {
    .holding-image__inner {
        width: 66%;
        padding: 15rem 15px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .holding-image__inner {
        width: 100%;
        display: none;
    }
}

.holding-image__inner .form.padded button {
    position: absolute;
    bottom: 10vw;
    left: 0;
    width: 80%;
    margin: auto 10%;
    padding: 1.25rem 6rem 1.25rem 3rem;
}

@media (min-width: 768px) {
    .holding-image__inner .form.padded button {
        padding: 1.25rem 5rem 1.25rem 2rem;
        width: 66%;
        margin: auto 17%;
    }
}

.holding-image__inner .form.padded button > img {
    top: 23px;
    right: 13%;
    width: 25px;
}

.holding-image > img {
    display: none;
}

.holding-form {
    width: 100%;
}

@media (min-width: 768px) {
    .holding-form {
        width: 75%;
        max-width: 600px;
        margin: auto;
    }

    .holding-form__inner {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .holding-form {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 50vw;
    }

    .holding-form__contact {
        display: flex;
        justify-content: center;
        margin: 3rem auto 0;
    }

    .holding-form__inner {
        width: 470px;
        margin: 3vh auto 2rem;
    }
}

@media (min-width: 1200px) {
    .holding-form__inner {
        width: 470px;
    }
}

.holding-form__contact {
    display: none;
}

.holding-form__inner {
    text-align: center;
}

.holding-form__inner > div:first-of-type {
    padding: 5rem 0 3rem;
}

.holding-form__inner .form.padded button > img {
    top: 19px;
    right: 11%;
    width: 25px;
}

@media (min-width: 576px) {
    .holding-form__inner .form.padded button > img {
        right: 25%;
    }
}

@media (min-width: 992px) {
    .holding-form__inner .form.padded button > img {
        right: 11%;
    }
}

.holding-form .btn.btn-block {
    width: 100%;
}

.holding-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: calc(100% - 60px);
    padding: 1rem 1px 1rem 3%;
    background-color: white;
    box-shadow: 5px 0 13px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

@media (min-width: 576px) {
    .holding-nav {
        width: calc(100% - 75px);
    }
}

@media (min-width: 992px) {
    .holding-nav {
        display: none;
    }
}

.holding-nav.fixed {
    position: fixed;
}

.holding-nav:after {
    content: url("/svg/navigation-end-curve.svg");
    position: absolute;
    top: 0;
    right: -83px;
    width: 84px;
    filter: drop-shadow(8px 1px 5px rgba(0, 0, 0, 0.1));
}

.holding-nav .navbar-brand {
    position: relative;
    height: 36px;
    width: auto;
    padding: 0;
}

.holding-nav .navbar-brand > svg {
    position: absolute;
    top: 3px;
    left: 8px;
    height: 30px;
    width: 130px;
}

@media (min-width: 576px) {
    .holding-nav .navbar-brand > svg {
        top: 0;
        height: 36px;
        width: 150px;
    }
}

.holding-nav .navbar-brand > svg path.st0 {
    fill: #E63A3B;
}

.holding-nav .navbar-brand > svg path.st1 {
    fill: #4d4d4d;
}

.holding-nav .nav-link {
    padding: 7px;
    width: 116px;
    height: 37px;
    border: 2px solid #b1b1b1;
    border-radius: 25px;
    transition: 0.3s all ease-in-out;
    position: relative;
    overflow: hidden;
}

.holding-nav .nav-link > span {
    position: absolute;
    left: 0;
    display: block;
    width: 116px;
    transition: 0.3s all ease-in-out;
}

.holding-nav .nav-link > span > img {
    width: 26px;
    margin: 0 5px;
    transition: 0.3s all ease-in-out;
}

.holding-nav .nav-link > span #holdingChevronOne {
    position: absolute;
    top: 2px;
}

.holding-nav .nav-link > span #holdingChevronTwo {
    opacity: 0;
    position: absolute;
    top: 2px;
    right: 8px;
}

.holding-nav .nav-link.shrink {
    width: 37px;
    margin-right: 5px;
    transition: 0.3s all ease-in-out;
}

.holding-nav .nav-link.shrink > span {
    left: -73px;
    transition: 0.3s all ease-in-out;
}

.holding-nav .nav-link.shrink > span #holdingChevronOne {
    top: 6px;
    transition: 0.3s all ease-in-out;
    transform: rotateZ(180deg) scale(0.7);
}

.holding-nav .nav-link.shrink > span #holdingChevronTwo {
    opacity: 1;
    transform: rotateZ(360deg) scale(0.7);
    transition: 0.3s all ease-in-out;
    top: -2px;
}

.holding-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 1.5rem;
}

.holding-card__image img {
    width: 50px;
}

.holding-card__details {
    margin-left: 2rem;
    padding-top: 5px;
}

.holding-card__details h2 {
    font-size: 1.67rem;
    margin-bottom: 0;
}

.talk-to-us {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: #E63A3B;
    border-radius: 100%;
    z-index: 100;
    transition: 0.3s all ease-in-out;
    box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.5);
}

.talk-to-us img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 66px;
    transition: 0.3s all ease-in-out;
}

.talk-to-us:hover {
    background-color: #db1c1d;
    transition: 0.3s all ease-in-out;
}

.talk-to-us:hover img {
    transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}

@media (min-width: 768px) {
    .talk-to-us {
        position: absolute;
        top: -30px;
        right: 5vw;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .talk-to-us {
        right: 10vw;
    }
}

.callout {
    position: relative;
    height: 48vh;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callout__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.callout__overlay--red {
    background-color: rgba(200, 0, 0, 0.5);
}

.callout__content {
    z-index: 1;
    text-align: center;
}

.callout__content > h2 {
    padding-bottom: 2rem;
    font-size: 5.33rem;
    color: #ffffff;
}

.callout__content__button {
    position: relative;
    color: #f2f2f2;
    font-size: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    padding: 1.25rem 6rem 1.25rem 3rem;
    border-radius: 100px;
    transition: 0.3s all ease-in-out;
}

.callout__content__button svg {
    position: absolute;
    top: 1.75rem;
    right: 2.5rem;
    color: #f2f2f2;
    font-size: 2rem;
    margin-left: 2rem;
    transition: 0.3s all ease-in-out;
    width: 0.875em;
    height: 1em;
}

.callout__content__button:hover {
    border-color: #9C2B29;
    color: #E63A3B;
    transition: 0.3s all ease-in-out;
}

.callout__content__button:hover svg {
    transition: 0.3s all ease-in-out;
    color: #E63A3B;
}

.details {
    padding: 6rem 0;
    background: white;
    width: 100%;
}

.details h2 {
    font-size: 2.5rem;
    text-align: center;
}

.details-card {
    padding: 1.5rem 20px 5rem;
}

.details-card:last-of-type {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .details-card {
        padding: 1.5rem 20px 0;
    }
}

.details-card--border {
    border: 1px solid #a7a4a4;
    border-radius: 50px;
    padding: 3rem 20px 2rem;
}

.details-card .btn-outline {
    position: relative;
    padding: 1.2rem 7rem 1rem 4rem;
    border: 1px solid #E63A3B;
    border-radius: 50px;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    color: #E63A3B;
}

.details-card .btn-outline > img {
    position: absolute;
    transition: 0.3s all ease-in-out;
}

.details-card .btn-outline > img.arrow {
    width: 25px;
    height: 15px;
    top: 20px;
    right: 36px;
    transform: rotateZ(90deg);
}

.details-card .btn-outline > img.plus {
    width: 30px;
    height: 30px;
    top: 13px;
    right: 36px;
}

.details .icon {
    text-align: center;
}

@media (min-width: 768px) {
    .details .icon {
        text-align: center;
    }
}

.details .icon > img {
    height: 9rem;
}

.details .heading {
    margin: 2rem 0 0.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-style: normal;
    color: #E63A3B;
    font-size: 1.67rem;
    text-align: center;
}

@media (min-width: 768px) {
    .details .heading {
        text-align: left;
    }
}

.details .heading--large {
    font-size: 2rem;
}

.details .main {
    color: #575756;
    text-align: center;
}

@media (min-width: 768px) {
    .details .main {
        text-align: left;
    }
}

.details .tagline {
    color: #575756;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
}

.details--red {
    background: #E63A3B;
    color: white;
}

.details--red h1 {
    color: white;
}

.details--red .heading {
    color: white;
}

.details--red .main {
    color: white;
}

.details--red .tagline {
    color: white;
}

.details--centered {
    text-align: center;
}

.providers {
    position: relative;
    padding: 6rem 0 3rem;
    background: white;
}

@media (min-width: 992px) {
    .providers .shrink {
        padding: 0rem 10rem;
    }
}

@media (min-width: 1200px) {
    .providers .shrink {
        padding: 0rem 20rem;
    }
}

.providers .shrink .logo {
    width: 50%;
}

@media (min-width: 576px) {
    .providers .shrink .logo {
        padding: 2rem;
        width: 33%;
    }
}

@media (min-width: 768px) {
    .providers .shrink .logo {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .providers .shrink .logo {
        width: 20%;
    }
}

.providers .logo {
    position: relative;
    width: 100%;
    padding: 4rem 2rem;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .providers .logo {
        width: 50%;
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .providers .logo {
        width: 33%;
    }
}

@media (min-width: 992px) {
    .providers .logo {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .providers .logo-top {
        width: 30% !important;
    }
}

.providers .logo:hover img.bg {
    opacity: 1 !important;
    transition: 0.3s all ease-in-out;
}

.providers .logo img.bg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4rem 2rem;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .providers .logo img.bg {
        padding: 2rem;
    }
}

.providers .logo img.switch {
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.the_simply_way {
    position: relative;
    padding: 5rem 0 4rem;
    text-align: center;
    background: white;
}

.the_simply_way__heading {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 4rem;
    color: #233246;
}

@media (min-width: 576px) {
    .the_simply_way__heading {
        font-size: 4rem;
    }
}

.the_simply_way__main {
    font-size: 1.67rem;
    line-height: 2.5rem;
    color: #575756;
}

.the_simply_way__tagline {
    color: #575756;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.the_simply_way__icon {
    width: 50px;
    margin-top: 4rem;
    animation: boom-boom 3s infinite;
}

.usa {
    height: 75vh;
    position: relative;
    overflow: hidden;
}

.usa .parallax {
    width: 100%;
    padding-top: 40px;
}

.usa ul {
    display: inline-block;
    padding-left: 0;
    margin-right: 2rem;
}

.usa .map {
    position: relative;
    height: 220px;
}

@media (min-width: 576px) {
    .usa .map {
        height: 330px;
    }
}

@media (min-width: 768px) {
    .usa .map {
        height: 330px;
    }
}

@media (min-width: 992px) {
    .usa .map {
        height: 450px;
    }
}

@media (min-width: 1200px) {
    .usa .map {
        height: 570px;
    }
}

.usa .map svg {
    width: 100%;
    height: 100%;
}

.usa .map .state {
    stroke: white;
    stroke-width: 2px;
    transition: 0.3s all ease-in-out;
}

.usa .map .state:hover {
    stroke-linejoin: round;
    fill: #c6c6c6;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.usa .map .state.active {
    fill: #E63A3B;
}

.usa .map .state.active:hover {
    fill: #9C2B29;
}

.usa #info-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 130px;
    height: 130px;
    padding: 2px;
    background-color: #ffffff;
    border: 3px solid #E63A3B;
    border-radius: 100%;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

.usa #info-box > h5 {
    margin-bottom: 0;
    font-size: 1.67rem;
    pointer-events: none;
}

.usa #info-box > p {
    margin-bottom: 0;
    color: #E63A3B;
    pointer-events: none;
}

.usa #info-box .arrow {
    position: absolute;
    bottom: -10.5px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-right: 3px solid #E63A3B;
    border-bottom: 3px solid #E63A3B;
    border-radius: 0 0 5px 0;
    background: white;
    transform: rotateZ(45deg);
    pointer-events: none;
}

.form {
    font-size: 1.67rem;
}

.form.border {
    border: 1px solid #575756;
    border-radius: 30px;
    padding: 3.5rem 2rem 3rem;
}

@media (min-width: 992px) {
    .form.border {
        padding: 4rem 3rem 3rem;
    }
}

.form #relatedStories {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}

.form #chevron {
    transition: 0.3s all ease-in-out;
}

.form img.chevron {
    width: 20px;
    height: 20px;
}

.form .form-group {
    margin-bottom: 2rem;
}

.form .form-group label {
    color: #575756;
    margin-left: 15px;
    margin-bottom: 0;
}

.form .form-group label.error {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: #E63A3B;
}

.form .form-group input {
    border: 1px solid #b1b1b1;
    border-radius: 100px;
    font-size: 1.67rem;
    color: #575756;
    padding: 0.6rem 2rem 0.4rem;
    height: 50px;
}

.form .form-group input[type=checkbox] {
    height: 0;
}

.form .form-group input.error {
    border-color: #E63A3B;
}

.form .form-group .ql-editor {
    min-height: 300px;
}

.form .form-group .ql-editor h2, .form .form-group .ql-editor h3, .form .form-group .ql-editor p {
    margin-bottom: 1rem;
}

.form .form-group textarea {
    border: 1px solid #b1b1b1;
    border-radius: 30px !important;
    font-size: 1.67rem;
    color: #575756;
    padding: 1rem 2rem;
}

.form .form-group textarea:active {
    border-radius: 30px;
}

.form .form-group textarea.error {
    border-color: #E63A3B;
}

.form .form-group .select {
    position: relative;
    display: inline-block;
    color: #575756;
    width: 100%;
}

.form .form-group .select > select {
    display: inline-block;
    padding: 0.6rem 2rem 0.4rem;
    width: 100%;
    height: 50px;
    border: 1px solid #b1b1b1;
    border-radius: 100px;
    background-color: white;
    color: #575756;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form .form-group .select > select.error {
    border-color: #E63A3B;
}

.form .form-group .select p {
    margin-bottom: 0;
}

.form .form-group .select__arrow {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    pointer-events: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #575756 #575756 transparent transparent;
    transform: rotateZ(135deg);
}

.form .form-group .select__arrow.small {
    top: calc(50% - 6px);
    width: 10px;
    height: 10px;
    right: 18px;
}

.form .form-group .checkbox-control {
    display: flex;
    align-items: flex-start;
}

.form .form-group .checkbox-control input[type="checkbox"], .form .form-group .checkbox-control label[type="checkbox"] {
    visibility: hidden;
}

.form .form-group .checkbox-control label {
    margin-left: 0;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
}

.form .form-group .checkbox-control div {
    flex-basis: auto;
}

.form .form-group .checkbox-control .checkbox {
    flex-basis: 32%;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #c7c6c6;
    transition: all 0.3s ease-in-out;
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .form .form-group .checkbox-control .checkbox {
        margin-right: 3rem;
    }
}

.form .form-group .checkbox-control .checkbox::after {
    content: ' ';
    background-image: url("/svg/checkbox.svg");
    background-repeat: no-repeat;
    opacity: 0;
    background-position: center;
    display: block;
    margin: 0.75rem 0.5rem 0.5rem 0.85rem;
    width: 60%;
    height: 60%;
}

.form .form-group .checkbox-control .checkbox.active::after {
    opacity: 1;
    animation: pressnpop 0.3s linear;
}

.form .form-group .checkbox-control .checkbox.field_error {
    border: 1px solid #E63A3B;
}

.form .form-group .checkbox-control .label-sub {
    font-size: 0.9rem;
    line-height: 1.7rem;
}

@media (min-width: 768px) {
    .form .form-group .checkbox-control .label-sub {
        font-size: 1.16rem;
    }
}

@media (min-width: 576px) {
    .form .form-group .terms-link {
        padding-left: 62px;
    }
}

@media (min-width: 768px) {
    .form .form-group .terms-link {
        padding-left: 86px;
    }
}

.form .form-group p.error {
    color: #E63A3B;
    margin: 0.25rem 0 0 1rem;
}

.form button, .form button.overright {
    position: relative;
    font-size: 1.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    background-color: #E63A3B;
    padding: 1rem 6rem 1rem 4rem;
    border-radius: 100px;
    border: 0;
    color: #ffffff;
    width: 100%;
}

@media (min-width: 576px) {
    .form button, .form button.overright {
        width: auto;
    }
}

.form button > img, .form button.overright > img {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 20px;
    transition: 0.3s all ease-in-out;
    animation: bopp-bopp 3s infinite;
}

.form button:hover, .form button.overright:hover {
    background-color: #db1c1d;
    color: #ffffff;
}

.form button:hover > img, .form button.overright:hover > img {
    transform: translateX(5px);
    transition: 0.3s all ease-in-out;
}

.form.padded .form-group {
    margin-bottom: 1rem;
}

.form.padded .form-group .form-control {
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    padding: 1.5rem 2.5rem 1.25rem;
}

.form.padded .form-group .form-control::placeholder {
    color: #999;
}

.form.padded button {
    font-size: 1.67rem;
    padding: 1.25rem 6rem 1.25rem 4rem;
}

.form.padded button > img {
    top: 19px;
    right: 18%;
    width: 25px;
}

.faqs-hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.faqs-hero__content {
    width: 60%;
    padding-top: 10rem;
    text-align: center;
}

.faqs-hero__content > h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.faqs-hero__content > p {
    color: #575756;
    font-size: 1.67rem;
    line-height: 2.5rem;
}

.faqs-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    border-bottom: 0;
}

.faqs-tabs > a, .faqs-tabs > a:not([href]) {
    position: relative;
    padding: 1rem 2rem;
    margin: .75rem;
    width: 100%;
    border: 1px solid #707070 !important;
    border-radius: 50px 50px 50px 0 !important;
    font-size: 1.34rem;
    color: #707070;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

@media (min-width: 576px) {
    .faqs-tabs > a, .faqs-tabs > a:not([href]) {
        width: auto;
    }
}

@media (min-width: 768px) {
    .faqs-tabs > a, .faqs-tabs > a:not([href]) {
        padding: 1rem 1.5rem;
    }
}

@media (min-width: 992px) {
    .faqs-tabs > a, .faqs-tabs > a:not([href]) {
        padding: 1rem 2rem;
    }
}

.faqs-tabs > a.active, .faqs-tabs > a:not([href]).active {
    border: 1px solid #E63A3B !important;
    color: #e32324 !important;
}

@media (min-width: 576px) {
    .faqs-tabs > a.active, .faqs-tabs > a:not([href]).active {
        padding: 1rem 4rem 1rem 2rem;
    }
}

.faqs-tabs > a.active:after, .faqs-tabs > a:not([href]).active:after {
    content: "x";
    position: absolute;
    right: 2rem;
    top: 11px;
}

.faqs-tabs > a.active:hover, .faqs-tabs > a:not([href]).active:hover {
    border: 1px solid #e32324 !important;
    color: #e32324;
}

.faqs-tabs > a:hover, .faqs-tabs > a:not([href]):hover {
    border: 1px solid #575756 !important;
    color: #575756;
}

.faqs-tabs > a svg, .faqs-tabs > a:not([href]) svg {
    display: none;
    margin-left: 2rem;
}

.faq-panel {
    padding: 6rem 0;
}

.faq-panel__heading {
    font-size: 2.5rem;
    text-align: center;
}

.faq-panel__blurb {
    color: #575756;
    text-align: center;
    font-size: 1.67rem;
    line-height: 2.5rem;
    margin-bottom: 4rem;
}

.faq-panel .faq {
    margin-bottom: 1.5rem;
}

.faq-panel .faq__question {
    padding: 1.5rem 5rem 1.3rem 3.5rem;
}

@media (min-width: 576px) {
    .faq-panel .faq__question {
        padding: 2rem 6rem 2rem 4rem;
    }
}

.faq-panel .faq__question h5 {
    font-size: 2rem;
    color: white;
}

.faq-panel__more {
    text-align: center;
    padding: 3rem 0 4rem;
}

.faq-panel__more > a {
    position: relative;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 2rem;
    color: #E63A3B;
    text-decoration: none;
}

.faq-panel__more > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #E63A3B;
    transition: 0.3s all ease-in-out;
}

.faq-panel__more > a:hover {
    text-decoration: none;
}

.faq-panel__more > a:hover:before {
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.faq {
    position: relative;
    border-radius: 50px 50px 50px 0;
    margin-bottom: 1.5rem;
}

.faq--round {
    border-radius: 50px;
}

.faq--round .faq__question {
    border-radius: 50px;
    color: white;
}

.faq--round .faq__question:before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: -1px;
    width: 100%;
    height: 0;
    border-left: 1px solid #707070;
    z-index: -1;
}

.faq.show .faq__question:before, .faq.show .faq__question:after {
    height: 50%;
}

.faq.show .faq__question:hover img {
    transition: 0.3s all ease-in-out;
}

.faq.show .faq__question:hover img:first-of-type {
    transform: scale(1.1) rotateZ(0deg);
}

.faq.show .faq__question:hover img:last-of-type {
    transform: scale(1.1) rotateZ(-180deg);
}

.faq.show .faq__question img {
    transition: 0.3s all ease-in-out;
}

.faq.show .faq__question img:first-of-type {
    transform: rotateZ(0deg);
}

.faq.show .faq__question img:last-of-type {
    transform: rotateZ(-180deg);
}

.faq.show .faq__answer {
    height: 100%;
    flex: 1;
    border-bottom: 1px solid #707070;
}

.faq__question {
    position: relative;
    padding: 1.5rem 5rem 1.3rem 3.5rem;
    background: #E63A3B;
    border: 1px solid #E63A3B;
    border-radius: 50px 50px 50px 0;
    color: white;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .faq__question {
        padding: 2rem 6rem 2rem 4rem;
    }
}

.faq__question:hover {
    background: #db1c1d;
    transition: 0.3s all ease-in-out;
}

.faq__question:hover h5 img {
    transition: 0.3s all ease-in-out;
}

.faq__question:hover h5 img:first-of-type {
    transform: rotateZ(270deg);
}

@media (min-width: 576px) {
    .faq__question:hover h5 img:first-of-type {
        transform: scale(1.1) rotateZ(270deg);
    }
}

@media (min-width: 576px) {
    .faq__question:hover h5 img:last-of-type {
        transform: scale(1.1);
    }
}

.faq__question:after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: -1px;
    width: 100%;
    height: 0;
    border-right: 1px solid #707070;
    z-index: -1;
}

.faq__question h5 {
    margin-bottom: 0;
    font-family: "Gilroy-Regular", Arial, sans-serif;
    font-size: 2rem;
    color: white;
}

.faq__question h5 img {
    position: absolute;
    top: calc(50% - 17.5px);
    right: 22px;
    width: 24px;
    user-select: none;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 576px) {
    .faq__question h5 img {
        top: calc(50% - 19.5px);
        right: 24px;
        width: 27px;
    }
}

.faq__question h5 img:first-of-type {
    transform: rotateZ(270deg);
}

.faq__answer {
    padding: 0 5rem;
    border: 1px solid #707070;
    border-radius: 0 0 50px 50px;
    border-top: 0;
    border-bottom: 0;
    flex: 0;
    overflow: hidden;
}


.faq__answer ul {
    padding-left: 20px;
    list-style-type: disc;
}

.magic-hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto !important;
    overflow: hidden;
}

.magic-hero .__heading {
    font-size: 2rem;
    color: white;
    padding-top: 11px;
}

@media screen and (orientation: landscape) {
    .magic-hero {
        min-height: 700px;
    }
}

.magic-hero .hero-content {
    padding-top: 40px;
}

.magic-hero .hero-content > h1 {
    font-size: 5rem;
    text-shadow: 0 8px 15px #111;
    margin-bottom: 0;
    padding-bottom: 0;
}

.magic-hero .hero-content > h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 8px 15px #111;
    padding-left: 2px;
}

.magic-hero .hero-content .scrollLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 0.5rem 0 4rem 2.5rem;
    border-bottom: 2px solid #3585E5;
    color: #3585E5;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.magic-hero .hero-content .scrollLink:hover {
    transition: 0.3s all ease-in-out;
    color: #5598e9;
    border-color: #5598e9;
}

.magic-hero .hero-content .scrollLink img {
    width: 28px;
    height: 15px;
    margin-left: 1rem;
}

.magic-hero .hero-content .text-top-hr {
    border-top: 1.5px solid #fff4;
}

.magic-hero .hero-content .pageLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 2rem;
    color: #dc3545;
}

@media (min-width: 576px) {
    .magic-hero .hero-content .pageLink {
        margin: 1rem 1.5rem 1rem 3.5rem;
    }
}

@media (min-width: 768px) {
    .magic-hero .hero-content .pageLink {
        margin-left: 5rem;
    }
}

@media (min-width: 992px) {
    .magic-hero .hero-content .pageLink {
        margin: 1rem 1rem 1rem 6.5rem;
    }
}

@media (min-width: 1200px) {
    .magic-hero .hero-content .pageLink {
        margin: 1rem;
    }
}

.magic-hero .hero-content .pageLink:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .magic-hero .modal-button {
        display: block;
    }

    .magic-hero .heading-text {
        width: 290px;
    }

    .magic-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 100%;
    }

    .magic-hero .hero-content > h1 {
        font-size: 4rem;
        margin-left: 0;
    }

    .magic-hero .hero-content > h2 {
        margin-left: 0;
    }

    .magic-hero .hero-content .scrollLink {
        margin-left: 4rem;
    }
}

@media (min-width: 768px) {
    .magic-hero .modal-button {
        display: none;
    }

    .magic-hero .heading-text {
        width: auto !important;
    }

    .magic-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .magic-hero .hero-content > h1 {
        font-size: 4.5rem;
    }

    .magic-hero .hero-content > h2 {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .magic-hero .modal-button {
        display: none;
    }

    .magic-hero .hero-content {
        padding-top: 100px;
    }

    .magic-hero .hero-content > h1, .magic-hero .hero-content > h2 {
        margin-left: 0;
    }

    .magic-hero .hero-content .scrollLink {
        margin-left: 7rem;
    }

    .magic-hero .hero-content .input-group {
        width: 73%;
    }
}

@media (min-width: 1200px) {
    .magic-hero {
        justify-content: flex-start;
    }

    .magic-hero .hero-content > h1, .magic-hero .hero-content > h2 {
        margin-left: 0;
    }

    .magic-hero .hero-content .scrollLink {
        margin-left: 0.5rem;
    }

    .magic-hero .hero-content .input-group {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .magic-hero .heading-text {
        width: 280px;
    }

    .magic-hero .hero-content {
        text-align: center;
    }

    .magic-hero .hero-content > h1 {
        font-size: 3.2rem;
        line-height: 1.1;
    }

    .magic-hero .hero-content > h2 {
        padding-top: 10px;
        padding-left: 5%;
    }
}

@media (min-width: 576px) {
    .magic-hero .heading-text {
        width: 501px;
    }
}

.win {
    position: relative;
    padding: 8rem 0 15rem;
}

@media (min-width: 576px) {
    .win {
        padding: 8rem 0 12rem;
    }
}

.win-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 9rem 1rem 7rem;
    background: url("/images/magic-crowd.jpg") no-repeat center/cover;
    border-radius: 50px;
}

.win-container__heading {
    padding-top: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 4.25rem;
    color: white;
}

.win-container__button {
    position: relative;
    background: white;
    margin: 7rem 0;
    padding: 1.3rem 8rem 1rem 4rem;
    border-radius: 50px;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    text-transform: uppercase;
    color: #3585E5;
}

@media (min-width: 1200px) {
    .win-container__button {
        margin: 5rem 0 2rem;
    }
}

.win-container__button img {
    position: absolute;
    right: 40px;
    top: 17.5px;
    width: 30px;
    height: 22px;
    transition: 0.3s all ease-in-out;
}

.win-container__button:hover {
    color: #1c73da;
}

.win-container__button:hover img {
    right: 35px;
    transition: 0.3s all ease-in-out;
}

.win-container-float__text {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    color: white;
}

.win-container-float__logo {
    width: 230px;
    margin: 2rem 0;
}

@media (min-width: 1200px) {
    .win-container-float {
        position: absolute;
        right: 70px;
        bottom: 30px;
    }

    .win-container-float__logo {
        width: 200px;
        margin: 2rem 0;
    }
}

.win-banner {
    width: 90%;
}

@media (min-width: 576px) {
    .win-banner {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .win-banner {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .win-banner {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .win-banner {
        width: 45%;
    }
}

.win-banner__intro {
    font-size: 2rem;
    color: white;
}

.win-banner__text {
    font-size: 1.34rem;
    margin-bottom: 0;
    color: white;
}

.win-banner__link {
    display: block;
    color: #b7f3fd;
    font-size: 1.35rem;
    margin-top: 1rem;
    transition: 0.3s all ease-in-out;
}

.win-banner__link:hover {
    color: #cff8fd;
    transition: 0.3s all ease-in-out;
}

.win__ball {
    position: absolute;
    left: calc((100vw - 350px) / 2);
    bottom: -150px;
    width: 350px;
}

@media (min-width: 576px) {
    .win__ball {
        left: 100px;
    }
}

@media (min-width: 768px) {
    .win__ball {
        left: 20px;
    }
}

canvas#my-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

@media print {
    .tcbb {
        display: none;
    }
}

.magic-hero-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.magic-hero-content > h3 {
    color: white;
    font-size: 3rem;
}

@media (min-width: 576px) {
    .magic-hero-content {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .magic-hero-content {
        max-width: 100%;
        justify-content: space-between;
        margin-left: 30px;
        margin-right: 10px;
        padding-left: 3rem;
        padding-right: 3rem;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .magic-hero-content {
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .magic-hero-content {
        margin-left: 50px;
        margin-right: 0;
    }
}

.magic-hero-content .magic-header-card {
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem 2rem;
    width: 100%;
    width: 290px;
    flex: 0 0 290px;
    margin: 0 5rem 2rem 0;
    flex: 0 0 260px;
    margin-right: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 1199.98px) {
    .magic-hero-content .magic-header-card {
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 260px;
        max-width: auto;
        margin-right: 2rem;
    }

    .magic-hero-content .magic-header-card:last-child {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .magic-hero-content .magic-header-card {
        flex: 0 0 220px;
    }
}

@media (max-width: 767.98px) {
    .magic-hero-content .magic-header-card {
        margin-left: auto;
        margin-right: auto;
    }

    .magic-hero-content .magic-header-card:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {
    .magic-hero-content .magic-header-card {
        flex: 0 0 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .magic-hero-content .magic-header-card:last-child {
        margin-right: auto;
    }
}

.magic-hero-content .magic-header-card > h3 {
    color: #575757;
}

.magic-hero-content .magic-header-card .card-img {
    width: auto;
    height: 100px;
}

.magic-hero-content .magic-header-card .btn {
    position: relative;
    padding: 0.75rem 2.5rem;
    background: #e6393b;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: white;
    border-radius: 100px;
    z-index: 1;
    position: relative;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.magic-hero-content .magic-header-card .btn.float-sm-right {
    padding: 0.75rem 5rem 0.75rem 2.5rem;
}

.magic-hero-content .magic-header-card .btn.float-sm-right img {
    width: 20px;
    height: 14px;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 11px;
    right: 2.5rem;
    animation: bopp-bopp 3s infinite;
}

.magic-hero-content .magic-header-card .btn.float-sm-right:hover {
    background-color: #db1c1e;
}

.magic-hero-content .magic-header-card .btn:hover {
    background-color: #db1c1e;
}

.pr-25 {
    padding-right: 2.5rem !important;
}

.bolt-nav.header-nav.inverse-links:not(.opacity) .nav-link.cta {
    color: #E63A3B;
}

.bolt-nav.header-nav.inverse-links:not(.opacity) .nav-link.cta:before {
    background: #E63A3B;
}

.bolt-nav.header-nav.inverse-links:not(.opacity) .nav-link.cta:hover:before {
    width: 100%;
}

.bolts-hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto !important;
    overflow: hidden;
}

.bolts-hero .__heading {
    font-size: 2rem;
    color: #FFFFFF;
    padding-top: 11px;
}

@media screen and (orientation: landscape) {
    .bolts-hero {
        min-height: 700px;
    }
}

.bolts-hero .hero-content {
    padding-top: 40px;
}

.bolts-hero .hero-content > h1 {
    font-size: 5rem;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bolts-hero .hero-content > h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
    padding-left: 2px;
}

.bolts-hero .hero-content .scrollLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 0.5rem 0 4rem 2.5rem;
    border-bottom: 2px solid #3585E5;
    color: #3585E5;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.bolts-hero .hero-content .scrollLink:hover {
    transition: 0.3s all ease-in-out;
    color: #5598e9;
    border-color: #5598e9;
}

.bolts-hero .hero-content .scrollLink img {
    width: 28px;
    height: 15px;
    margin-left: 1rem;
}

.bolts-hero .hero-content .text-top-hr {
    border-top: 1.5px solid #fff4;
}

.bolts-hero .hero-content .pageLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 2rem;
    color: #dc3545;
}

@media (min-width: 576px) {
    .bolts-hero .hero-content .pageLink {
        margin: 1rem 1.5rem 1rem 3.5rem;
    }
}

@media (min-width: 768px) {
    .bolts-hero .hero-content .pageLink {
        margin-left: 5rem;
    }
}

@media (min-width: 992px) {
    .bolts-hero .hero-content .pageLink {
        margin: 1rem 1rem 1rem 6.5rem;
    }
}

@media (min-width: 1200px) {
    .bolts-hero .hero-content .pageLink {
        margin: 1rem;
    }
}

.bolts-hero .hero-content .pageLink:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .bolts-hero .modal-button {
        display: block;
    }

    .bolts-hero .heading-text {
        width: 290px;
    }

    .bolts-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 100%;
    }

    .bolts-hero .hero-content > h1 {
        font-size: 4rem;
        margin-left: 0;
    }

    .bolts-hero .hero-content > h2 {
        margin-left: 0;
    }

    .bolts-hero .hero-content .scrollLink {
        margin-left: 4rem;
    }
}

@media (min-width: 768px) {
    .bolts-hero .modal-button {
        display: none;
    }

    .bolts-hero .heading-text {
        width: auto !important;
    }

    .bolts-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .bolts-hero .hero-content > h1 {
        font-size: 4.5rem;
    }

    .bolts-hero .hero-content > h2 {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .bolts-hero .modal-button {
        display: none;
    }

    .bolts-hero .hero-content {
        padding-top: 100px;
    }

    .bolts-hero .hero-content > h1, .bolts-hero .hero-content > h2 {
        margin-left: 0;
    }

    .bolts-hero .hero-content .scrollLink {
        margin-left: 7rem;
    }

    .bolts-hero .hero-content .input-group {
        width: 73%;
    }
}

@media (min-width: 1200px) {
    .bolts-hero {
        justify-content: flex-start;
    }

    .bolts-hero .hero-content > h1, .bolts-hero .hero-content > h2 {
        margin-left: 0;
    }

    .bolts-hero .hero-content .scrollLink {
        margin-left: 0.5rem;
    }

    .bolts-hero .hero-content .input-group {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .bolts-hero .heading-text {
        width: 280px;
    }

    .bolts-hero .hero-content {
        text-align: center;
    }

    .bolts-hero .hero-content > h1 {
        font-size: 3.2rem;
        line-height: 1.1;
    }

    .bolts-hero .hero-content > h2 {
        padding-top: 10px;
        padding-left: 5%;
    }
}

@media (min-width: 576px) {
    .bolts-hero .heading-text {
        width: 501px;
    }
}

.win {
    position: relative;
    padding: 8rem 0 15rem;
}

@media (min-width: 576px) {
    .win {
        padding: 8rem 0 12rem;
    }
}

.win-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 9rem 1rem 7rem;
    background: url("/images/bolts-crowd.jpg") no-repeat center/cover;
    border-radius: 50px;
}

.win-container__heading {
    padding-top: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 4.25rem;
    color: white;
}

.win-container__button {
    position: relative;
    background: white;
    margin: 7rem 0;
    padding: 1.3rem 8rem 1rem 4rem;
    border-radius: 50px;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    text-transform: uppercase;
    color: #3585E5;
}

@media (min-width: 1200px) {
    .win-container__button {
        margin: 5rem 0 2rem;
    }
}

.win-container__button img {
    position: absolute;
    right: 40px;
    top: 17.5px;
    width: 30px;
    height: 22px;
    transition: 0.3s all ease-in-out;
}

.win-container__button:hover {
    color: #1c73da;
}

.win-container__button:hover img {
    right: 35px;
    transition: 0.3s all ease-in-out;
}

.win-container-float__text {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    color: white;
}

.win-container-float__logo {
    width: 230px;
    margin: 2rem 0;
}

@media (min-width: 1200px) {
    .win-container-float {
        position: absolute;
        right: 70px;
        bottom: 30px;
    }

    .win-container-float__logo {
        width: 200px;
        margin: 2rem 0;
    }
}

.win-banner {
    width: 90%;
}

@media (min-width: 576px) {
    .win-banner {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .win-banner {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .win-banner {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .win-banner {
        width: 45%;
    }
}

.win-banner__intro {
    font-size: 2rem;
    color: white;
}

.win-banner__text {
    font-size: 1.34rem;
    margin-bottom: 0;
    color: white;
}

.win-banner__link {
    display: block;
    color: #b7f3fd;
    font-size: 1.35rem;
    margin-top: 1rem;
    transition: 0.3s all ease-in-out;
}

.win-banner__link:hover {
    color: #cff8fd;
    transition: 0.3s all ease-in-out;
}

.win__ball {
    position: absolute;
    left: calc((100vw - 350px) / 2);
    bottom: -150px;
    width: 350px;
}

@media (min-width: 576px) {
    .win__ball {
        left: 100px;
    }
}

@media (min-width: 768px) {
    .win__ball {
        left: 20px;
    }
}

canvas#my-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

@media print {
    .tcbb {
        display: none;
    }
}

.bolts-hero-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.bolts-hero-content > h3 {
    color: white;
    font-size: 3rem;
}

@media (min-width: 576px) {
    .bolts-hero-content {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .bolts-hero-content {
        max-width: 100%;
        justify-content: space-between;
        margin-left: 30px;
        margin-right: 10px;
        padding-left: 3rem;
        padding-right: 3rem;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .bolts-hero-content {
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .bolts-hero-content {
        margin-left: 50px;
        margin-right: 0;
    }
}

.bolts-hero-content .bolts-header-card {
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem 2rem;
    width: 100%;
    width: 290px;
    flex: 0 0 290px;
    margin: 0 5rem 2rem 0;
    flex: 0 0 260px;
    margin-right: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 1199.98px) {
    .bolts-hero-content .bolts-header-card {
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 260px;
        max-width: auto;
        margin-right: 2rem;
    }

    .bolts-hero-content .bolts-header-card:last-child {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .bolts-hero-content .bolts-header-card {
        flex: 0 0 220px;
    }
}

@media (max-width: 767.98px) {
    .bolts-hero-content .bolts-header-card {
        margin-left: auto;
        margin-right: auto;
    }

    .bolts-hero-content .bolts-header-card:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {
    .bolts-hero-content .bolts-header-card {
        flex: 0 0 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .bolts-hero-content .bolts-header-card:last-child {
        margin-right: auto;
    }
}

.bolts-hero-content .bolts-header-card > h3 {
    color: #575757;
}

.bolts-hero-content .bolts-header-card .card-img {
    width: auto;
    height: 100px;
}

.bolts-hero-content .bolts-header-card .btn {
    position: relative;
    padding: 0.75rem 2.5rem;
    background: #E63A3B;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: white;
    border-radius: 100px;
    z-index: 1;
    position: relative;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.bolts-hero-content .bolts-header-card .btn.float-sm-right {
    padding: 0.75rem 5rem 0.75rem 2.5rem;
}

.bolts-hero-content .bolts-header-card .btn.float-sm-right img {
    width: 20px;
    height: 14px;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 11px;
    right: 2.5rem;
    animation: bopp-bopp 3s infinite;
}

.bolts-hero-content .bolts-header-card .btn.float-sm-right:hover {
    background-color: #db1c1e;
}

.bolts-hero-content .bolts-header-card .btn:hover {
    background-color: #db1c1e;
}

.pr-25 {
    padding-right: 2.5rem !important;
}

.jags-hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto !important;
    overflow: hidden;
}

.jags-hero .__heading {
    font-size: 2rem;
    color: white;
    padding-top: 11px;
}

@media screen and (orientation: landscape) {
    .jags-hero {
        min-height: 700px;
    }
}

.jags-hero .hero-content {
    padding-top: 40px;
}

.jags-hero .hero-content > h1 {
    font-size: 5rem;
    text-shadow: 0 8px 15px #111;
    margin-bottom: 0;
    padding-bottom: 0;
}

.jags-hero .hero-content > h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 8px 15px #111;
    padding-left: 2px;
}

.jags-hero .hero-content .scrollLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 0.5rem 0 4rem 2.5rem;
    border-bottom: 2px solid #3585E5;
    color: #3585E5;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.jags-hero .hero-content .scrollLink:hover {
    transition: 0.3s all ease-in-out;
    color: #5598e9;
    border-color: #5598e9;
}

.jags-hero .hero-content .scrollLink img {
    width: 28px;
    height: 15px;
    margin-left: 1rem;
}

.jags-hero .hero-content .text-top-hr {
    border-top: 1.5px solid #fff4;
}

.jags-hero .hero-content .pageLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 2rem;
    color: #dc3545;
}

@media (min-width: 576px) {
    .jags-hero .hero-content .pageLink {
        margin: 1rem 1.5rem 1rem 3.5rem;
    }
}

@media (min-width: 768px) {
    .jags-hero .hero-content .pageLink {
        margin-left: 5rem;
    }
}

@media (min-width: 992px) {
    .jags-hero .hero-content .pageLink {
        margin: 1rem 1rem 1rem 6.5rem;
    }
}

@media (min-width: 1200px) {
    .jags-hero .hero-content .pageLink {
        margin: 1rem;
    }
}

.jags-hero .hero-content .pageLink:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .jags-hero .modal-button {
        display: block;
    }

    .jags-hero .heading-text {
        width: 290px;
    }

    .jags-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 100%;
    }

    .jags-hero .hero-content > h1 {
        font-size: 4rem;
        margin-left: 0;
    }

    .jags-hero .hero-content > h2 {
        margin-left: 0;
    }

    .jags-hero .hero-content .scrollLink {
        margin-left: 4rem;
    }
}

@media (min-width: 768px) {
    .jags-hero .modal-button {
        display: none;
    }

    .jags-hero .heading-text {
        width: auto !important;
    }

    .jags-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .jags-hero .hero-content > h1 {
        font-size: 4.5rem;
    }

    .jags-hero .hero-content > h2 {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .jags-hero .modal-button {
        display: none;
    }

    .jags-hero .hero-content {
        padding-top: 100px;
    }

    .jags-hero .hero-content > h1, .jags-hero .hero-content > h2 {
        margin-left: 0;
    }

    .jags-hero .hero-content .scrollLink {
        margin-left: 7rem;
    }

    .jags-hero .hero-content .input-group {
        width: 73%;
    }
}

@media (min-width: 1200px) {
    .jags-hero {
        justify-content: flex-start;
    }

    .jags-hero .hero-content > h1, .jags-hero .hero-content > h2 {
        margin-left: 0;
    }

    .jags-hero .hero-content .scrollLink {
        margin-left: 0.5rem;
    }

    .jags-hero .hero-content .input-group {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .jags-hero .heading-text {
        width: 280px;
    }

    .jags-hero .hero-content {
        text-align: center;
    }

    .jags-hero .hero-content > h1 {
        font-size: 3.2rem;
        line-height: 1.1;
    }

    .jags-hero .hero-content > h2 {
        padding-top: 10px;
        padding-left: 5%;
    }
}

@media (min-width: 576px) {
    .jags-hero .heading-text {
        width: 501px;
    }
}

.win {
    position: relative;
    padding: 8rem 0 15rem;
}

@media (min-width: 576px) {
    .win {
        padding: 8rem 0 12rem;
    }
}

.win-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 9rem 1rem 7rem;
    background: url("/images/jags-crowd.jpg") no-repeat center/cover;
    border-radius: 50px;
}

.win-container__heading {
    padding-top: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 4.25rem;
    color: white;
}

.win-container__button {
    position: relative;
    background: white;
    margin: 7rem 0;
    padding: 1.3rem 8rem 1rem 4rem;
    border-radius: 50px;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    text-transform: uppercase;
    color: #3585E5;
}

@media (min-width: 1200px) {
    .win-container__button {
        margin: 5rem 0 2rem;
    }
}

.win-container__button img {
    position: absolute;
    right: 40px;
    top: 17.5px;
    width: 30px;
    height: 22px;
    transition: 0.3s all ease-in-out;
}

.win-container__button:hover {
    color: #1c73da;
}

.win-container__button:hover img {
    right: 35px;
    transition: 0.3s all ease-in-out;
}

.win-container-float__text {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    color: white;
}

.win-container-float__logo {
    width: 230px;
    margin: 2rem 0;
}

@media (min-width: 1200px) {
    .win-container-float {
        position: absolute;
        right: 70px;
        bottom: 30px;
    }

    .win-container-float__logo {
        width: 200px;
        margin: 2rem 0;
    }
}

.win-banner {
    width: 90%;
}

@media (min-width: 576px) {
    .win-banner {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .win-banner {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .win-banner {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .win-banner {
        width: 45%;
    }
}

.win-banner__intro {
    font-size: 2rem;
    color: white;
}

.win-banner__text {
    font-size: 1.34rem;
    margin-bottom: 0;
    color: white;
}

.win-banner__link {
    display: block;
    color: #b7f3fd;
    font-size: 1.35rem;
    margin-top: 1rem;
    transition: 0.3s all ease-in-out;
}

.win-banner__link:hover {
    color: #cff8fd;
    transition: 0.3s all ease-in-out;
}

.win__ball {
    position: absolute;
    left: calc((100vw - 350px) / 2);
    bottom: -150px;
    width: 350px;
}

@media (min-width: 576px) {
    .win__ball {
        left: 100px;
    }
}

@media (min-width: 768px) {
    .win__ball {
        left: 20px;
    }
}

canvas#my-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

@media print {
    .tcbb {
        display: none;
    }
}

.jags-hero-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.jags-hero-content > h3 {
    color: white;
    font-size: 3rem;
}

@media (min-width: 576px) {
    .jags-hero-content {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .jags-hero-content {
        max-width: 100%;
        justify-content: space-between;
        margin-left: 30px;
        margin-right: 10px;
        padding-left: 3rem;
        padding-right: 3rem;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .jags-hero-content {
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .jags-hero-content {
        margin-left: 50px;
        margin-right: 0;
    }
}

.jags-hero-content .jags-header-card {
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem 2rem;
    width: 100%;
    width: 290px;
    flex: 0 0 290px;
    margin: 0 5rem 2rem 0;
    flex: 0 0 260px;
    margin-right: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 1199.98px) {
    .jags-hero-content .jags-header-card {
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 260px;
        max-width: auto;
        margin-right: 2rem;
    }

    .jags-hero-content .jags-header-card:last-child {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .jags-hero-content .jags-header-card {
        flex: 0 0 220px;
    }
}

@media (max-width: 767.98px) {
    .jags-hero-content .jags-header-card {
        margin-left: auto;
        margin-right: auto;
    }

    .jags-hero-content .jags-header-card:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {
    .jags-hero-content .jags-header-card {
        flex: 0 0 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .jags-hero-content .jags-header-card:last-child {
        margin-right: auto;
    }
}

.jags-hero-content .jags-header-card > h3 {
    color: #575757;
}

.jags-hero-content .jags-header-card .card-img {
    width: auto;
    height: 100px;
}

.jags-hero-content .jags-header-card .btn {
    position: relative;
    padding: 0.75rem 2.5rem;
    background: #e6393b;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: white;
    border-radius: 100px;
    z-index: 1;
    position: relative;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.jags-hero-content .jags-header-card .btn.float-sm-right {
    padding: 0.75rem 5rem 0.75rem 2.5rem;
}

.jags-hero-content .jags-header-card .btn.float-sm-right img {
    width: 20px;
    height: 14px;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 11px;
    right: 2.5rem;
    animation: bopp-bopp 3s infinite;
}

.jags-hero-content .jags-header-card .btn.float-sm-right:hover {
    background-color: #db1c1e;
}

.jags-hero-content .jags-header-card .btn:hover {
    background-color: #db1c1e;
}

.pr-25 {
    padding-right: 2.5rem !important;
}

.noles-hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto !important;
    overflow: hidden;
}

.noles-hero .__heading {
    font-size: 2rem;
    color: white;
    padding-top: 11px;
}

@media screen and (orientation: landscape) {
    .noles-hero {
        min-height: 700px;
    }
}

.noles-hero .hero-content {
    padding-top: 40px;
}

.noles-hero .hero-content > h1 {
    font-size: 5rem;
    text-shadow: 0 8px 15px #111;
    margin-bottom: 0;
    padding-bottom: 0;
}

.noles-hero .hero-content > h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 8px 15px #111;
    padding-left: 2px;
}

.noles-hero .hero-content .scrollLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 0.5rem 0 4rem 2.5rem;
    border-bottom: 2px solid #3585E5;
    color: #3585E5;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.noles-hero .hero-content .scrollLink:hover {
    transition: 0.3s all ease-in-out;
    color: #5598e9;
    border-color: #5598e9;
}

.noles-hero .hero-content .scrollLink img {
    width: 28px;
    height: 15px;
    margin-left: 1rem;
}

.noles-hero .hero-content .text-top-hr {
    border-top: 1.5px solid #fff4;
}

.noles-hero .hero-content .pageLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 2rem;
    color: #dc3545;
}

@media (min-width: 576px) {
    .noles-hero .hero-content .pageLink {
        margin: 1rem 1.5rem 1rem 3.5rem;
    }
}

@media (min-width: 768px) {
    .noles-hero .hero-content .pageLink {
        margin-left: 5rem;
    }
}

@media (min-width: 992px) {
    .noles-hero .hero-content .pageLink {
        margin: 1rem 1rem 1rem 6.5rem;
    }
}

@media (min-width: 1200px) {
    .noles-hero .hero-content .pageLink {
        margin: 1rem;
    }
}

.noles-hero .hero-content .pageLink:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .noles-hero .modal-button {
        display: block;
    }

    .noles-hero .heading-text {
        width: 290px;
    }

    .noles-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 100%;
    }

    .noles-hero .hero-content > h1 {
        font-size: 4rem;
        margin-left: 0;
    }

    .noles-hero .hero-content > h2 {
        margin-left: 0;
    }

    .noles-hero .hero-content .scrollLink {
        margin-left: 4rem;
    }
}

@media (min-width: 768px) {
    .noles-hero .modal-button {
        display: none;
    }

    .noles-hero .heading-text {
        width: auto !important;
    }

    .noles-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .noles-hero .hero-content > h1 {
        font-size: 4.5rem;
    }

    .noles-hero .hero-content > h2 {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .noles-hero .modal-button {
        display: none;
    }

    .noles-hero .hero-content {
        padding-top: 100px;
    }

    .noles-hero .hero-content > h1, .noles-hero .hero-content > h2 {
        margin-left: 0;
    }

    .noles-hero .hero-content .scrollLink {
        margin-left: 7rem;
    }

    .noles-hero .hero-content .input-group {
        width: 73%;
    }
}

@media (min-width: 1200px) {
    .noles-hero {
        justify-content: flex-start;
    }

    .noles-hero .hero-content > h1, .noles-hero .hero-content > h2 {
        margin-left: 0;
    }

    .noles-hero .hero-content .scrollLink {
        margin-left: 0.5rem;
    }

    .noles-hero .hero-content .input-group {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .noles-hero .heading-text {
        width: 280px;
    }

    .noles-hero .hero-content {
        text-align: center;
    }

    .noles-hero .hero-content > h1 {
        font-size: 3.2rem;
        line-height: 1.1;
    }

    .noles-hero .hero-content > h2 {
        padding-top: 10px;
        padding-left: 5%;
    }
}

@media (min-width: 576px) {
    .noles-hero .heading-text {
        width: 501px;
    }
}

.win {
    position: relative;
    padding: 8rem 0 15rem;
}

@media (min-width: 576px) {
    .win {
        padding: 8rem 0 12rem;
    }
}

.win-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 9rem 1rem 7rem;
    background: url("/images/noles-crowd.jpg") no-repeat center/cover;
    border-radius: 50px;
}

.win-container__heading {
    padding-top: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 4.25rem;
    color: white;
}

.win-container__button {
    position: relative;
    background: white;
    margin: 7rem 0;
    padding: 1.3rem 8rem 1rem 4rem;
    border-radius: 50px;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    text-transform: uppercase;
    color: #3585E5;
}

@media (min-width: 1200px) {
    .win-container__button {
        margin: 5rem 0 2rem;
    }
}

.win-container__button img {
    position: absolute;
    right: 40px;
    top: 17.5px;
    width: 30px;
    height: 22px;
    transition: 0.3s all ease-in-out;
}

.win-container__button:hover {
    color: #1c73da;
}

.win-container__button:hover img {
    right: 35px;
    transition: 0.3s all ease-in-out;
}

.win-container-float__text {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    color: white;
}

.win-container-float__logo {
    width: 230px;
    margin: 2rem 0;
}

@media (min-width: 1200px) {
    .win-container-float {
        position: absolute;
        right: 70px;
        bottom: 30px;
    }

    .win-container-float__logo {
        width: 200px;
        margin: 2rem 0;
    }
}

.win-banner {
    width: 90%;
}

@media (min-width: 576px) {
    .win-banner {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .win-banner {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .win-banner {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .win-banner {
        width: 45%;
    }
}

.win-banner__intro {
    font-size: 2rem;
    color: white;
}

.win-banner__text {
    font-size: 1.34rem;
    margin-bottom: 0;
    color: white;
}

.win-banner__link {
    display: block;
    color: #b7f3fd;
    font-size: 1.35rem;
    margin-top: 1rem;
    transition: 0.3s all ease-in-out;
}

.win-banner__link:hover {
    color: #cff8fd;
    transition: 0.3s all ease-in-out;
}

.win__ball {
    position: absolute;
    left: calc((100vw - 350px) / 2);
    bottom: -150px;
    width: 350px;
}

@media (min-width: 576px) {
    .win__ball {
        left: 100px;
    }
}

@media (min-width: 768px) {
    .win__ball {
        left: 20px;
    }
}

canvas#my-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

@media print {
    .tcbb {
        display: none;
    }
}

.noles-hero-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.noles-hero-content > h3 {
    color: white;
    font-size: 3rem;
}

@media (min-width: 576px) {
    .noles-hero-content {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .noles-hero-content {
        max-width: 100%;
        justify-content: space-between;
        margin-left: 30px;
        margin-right: 10px;
        padding-left: 3rem;
        padding-right: 3rem;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .noles-hero-content {
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .noles-hero-content {
        margin-left: 50px;
        margin-right: 0;
    }
}

.noles-hero-content .noles-header-card {
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem 2rem;
    width: 100%;
    width: 290px;
    flex: 0 0 290px;
    margin: 0 5rem 2rem 0;
    flex: 0 0 260px;
    margin-right: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 1199.98px) {
    .noles-hero-content .noles-header-card {
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 260px;
        max-width: auto;
        margin-right: 2rem;
    }

    .noles-hero-content .noles-header-card:last-child {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .noles-hero-content .noles-header-card {
        flex: 0 0 220px;
    }
}

@media (max-width: 767.98px) {
    .noles-hero-content .noles-header-card {
        margin-left: auto;
        margin-right: auto;
    }

    .noles-hero-content .noles-header-card:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {
    .noles-hero-content .noles-header-card {
        flex: 0 0 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .noles-hero-content .noles-header-card:last-child {
        margin-right: auto;
    }
}

.noles-hero-content .noles-header-card > h3 {
    color: #575757;
}

.noles-hero-content .noles-header-card .card-img {
    width: auto;
    height: 100px;
}

.noles-hero-content .noles-header-card .btn {
    position: relative;
    padding: 0.75rem 2.5rem;
    background: #e6393b;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: white;
    border-radius: 100px;
    z-index: 1;
    position: relative;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.noles-hero-content .noles-header-card .btn.float-sm-right {
    padding: 0.75rem 5rem 0.75rem 2.5rem;
}

.noles-hero-content .noles-header-card .btn.float-sm-right img {
    width: 20px;
    height: 14px;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 11px;
    right: 2.5rem;
    animation: bopp-bopp 3s infinite;
}

.noles-hero-content .noles-header-card .btn.float-sm-right:hover {
    background-color: #db1c1e;
}

.noles-hero-content .noles-header-card .btn:hover {
    background-color: #db1c1e;
}

.pr-25 {
    padding-right: 2.5rem !important;
}

.solarbears-hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto !important;
    overflow: hidden;
}

.solarbears-hero .__heading {
    font-size: 2rem;
    color: white;
    padding-top: 11px;
}

@media screen and (orientation: landscape) {
    .solarbears-hero {
        min-height: 700px;
    }
}

.solarbears-hero .hero-content {
    padding-top: 40px;
}

.solarbears-hero .hero-content > h1 {
    font-size: 5rem;
    text-shadow: 0 8px 15px #111;
    margin-bottom: 0;
    padding-bottom: 0;
}

.solarbears-hero .hero-content > h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 8px 15px #111;
    padding-left: 2px;
}

.solarbears-hero .hero-content .scrollLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 0.5rem 0 4rem 2.5rem;
    border-bottom: 2px solid #3585E5;
    color: #3585E5;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.solarbears-hero .hero-content .scrollLink:hover {
    transition: 0.3s all ease-in-out;
    color: #5598e9;
    border-color: #5598e9;
}

.solarbears-hero .hero-content .scrollLink img {
    width: 28px;
    height: 15px;
    margin-left: 1rem;
}

.solarbears-hero .hero-content .text-top-hr {
    border-top: 1.5px solid #fff4;
}

.solarbears-hero .hero-content .pageLink {
    display: inline-block;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    margin: 2rem;
    color: #dc3545;
}

@media (min-width: 576px) {
    .solarbears-hero .hero-content .pageLink {
        margin: 1rem 1.5rem 1rem 3.5rem;
    }
}

@media (min-width: 768px) {
    .solarbears-hero .hero-content .pageLink {
        margin-left: 5rem;
    }
}

@media (min-width: 992px) {
    .solarbears-hero .hero-content .pageLink {
        margin: 1rem 1rem 1rem 6.5rem;
    }
}

@media (min-width: 1200px) {
    .solarbears-hero .hero-content .pageLink {
        margin: 1rem;
    }
}

.solarbears-hero .hero-content .pageLink:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .solarbears-hero .modal-button {
        display: block;
    }

    .solarbears-hero .heading-text {
        width: 290px;
    }

    .solarbears-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 100%;
    }

    .solarbears-hero .hero-content > h1 {
        font-size: 4rem;
        margin-left: 0;
    }

    .solarbears-hero .hero-content > h2 {
        margin-left: 0;
    }

    .solarbears-hero .hero-content .scrollLink {
        margin-left: 4rem;
    }
}

@media (min-width: 768px) {
    .solarbears-hero .modal-button {
        display: none;
    }

    .solarbears-hero .heading-text {
        width: auto !important;
    }

    .solarbears-hero .hero-content {
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .solarbears-hero .hero-content > h1 {
        font-size: 4.5rem;
    }

    .solarbears-hero .hero-content > h2 {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .solarbears-hero .modal-button {
        display: none;
    }

    .solarbears-hero .hero-content {
        padding-top: 100px;
    }

    .solarbears-hero .hero-content > h1, .solarbears-hero .hero-content > h2 {
        margin-left: 0;
    }

    .solarbears-hero .hero-content .scrollLink {
        margin-left: 7rem;
    }

    .solarbears-hero .hero-content .input-group {
        width: 73%;
    }
}

@media (min-width: 1200px) {
    .solarbears-hero {
        justify-content: flex-start;
    }

    .solarbears-hero .hero-content > h1, .solarbears-hero .hero-content > h2 {
        margin-left: 0;
    }

    .solarbears-hero .hero-content .scrollLink {
        margin-left: 0.5rem;
    }

    .solarbears-hero .hero-content .input-group {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .solarbears-hero .heading-text {
        width: 280px;
    }

    .solarbears-hero .hero-content {
        text-align: center;
    }

    .solarbears-hero .hero-content > h1 {
        font-size: 3.2rem;
        line-height: 1.1;
    }

    .solarbears-hero .hero-content > h2 {
        padding-top: 10px;
        padding-left: 5%;
    }
}

@media (min-width: 576px) {
    .solarbears-hero .heading-text {
        width: 501px;
    }
}

.win {
    position: relative;
    padding: 8rem 0 15rem;
}

@media (min-width: 576px) {
    .win {
        padding: 8rem 0 12rem;
    }
}

.win-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 9rem 1rem 7rem;
    background: url("/images/solarbears-crowd.jpg") no-repeat center/cover;
    border-radius: 50px;
}

.win-container__heading {
    padding-top: 2rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 4.25rem;
    color: white;
}

.win-container__button {
    position: relative;
    background: white;
    margin: 7rem 0;
    padding: 1.3rem 8rem 1rem 4rem;
    border-radius: 50px;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    text-transform: uppercase;
    color: #3585E5;
}

@media (min-width: 1200px) {
    .win-container__button {
        margin: 5rem 0 2rem;
    }
}

.win-container__button img {
    position: absolute;
    right: 40px;
    top: 17.5px;
    width: 30px;
    height: 22px;
    transition: 0.3s all ease-in-out;
}

.win-container__button:hover {
    color: #1c73da;
}

.win-container__button:hover img {
    right: 35px;
    transition: 0.3s all ease-in-out;
}

.win-container-float__text {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    font-size: 1.67rem;
    color: white;
}

.win-container-float__logo {
    width: 230px;
    margin: 2rem 0;
}

@media (min-width: 1200px) {
    .win-container-float {
        position: absolute;
        right: 70px;
        bottom: 30px;
    }

    .win-container-float__logo {
        width: 200px;
        margin: 2rem 0;
    }
}

.win-banner {
    width: 90%;
}

@media (min-width: 576px) {
    .win-banner {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .win-banner {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .win-banner {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .win-banner {
        width: 45%;
    }
}

.win-banner__intro {
    font-size: 2rem;
    color: white;
}

.win-banner__text {
    font-size: 1.34rem;
    margin-bottom: 0;
    color: white;
}

.win-banner__link {
    display: block;
    color: #b7f3fd;
    font-size: 1.35rem;
    margin-top: 1rem;
    transition: 0.3s all ease-in-out;
}

.win-banner__link:hover {
    color: #cff8fd;
    transition: 0.3s all ease-in-out;
}

.win__ball {
    position: absolute;
    left: calc((100vw - 350px) / 2);
    bottom: -150px;
    width: 350px;
}

@media (min-width: 576px) {
    .win__ball {
        left: 100px;
    }
}

@media (min-width: 768px) {
    .win__ball {
        left: 20px;
    }
}

.official-rules-main {
    text-transform: uppercase;
    font-size: 2.3rem;
}

.official-rules-sub {
    text-transform: uppercase;
    font-size: 2rem;
}

canvas#my-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

@media print {
    .tcbb {
        display: none;
    }
}

.solarbears-hero-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.solarbears-hero-content > h3 {
    color: white;
    font-size: 3rem;
}

@media (min-width: 576px) {
    .solarbears-hero-content {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .solarbears-hero-content {
        max-width: 100%;
        justify-content: space-between;
        margin-left: 30px;
        margin-right: 10px;
        padding-left: 3rem;
        padding-right: 3rem;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .solarbears-hero-content {
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .solarbears-hero-content {
        margin-left: 50px;
        margin-right: 0;
    }
}

.solarbears-hero-content .solarbears-header-card {
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 290px;
    flex: 0 0 290px;
    margin: 0 5rem 2rem 0;
    flex: 0 0 260px;
    margin-right: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 1199.98px) {
    .solarbears-hero-content .solarbears-header-card {
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 260px;
        max-width: auto;
        margin-right: 2rem;
    }

    .solarbears-hero-content .solarbears-header-card:last-child {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .solarbears-hero-content .solarbears-header-card {
        flex: 0 0 220px;
    }
}

@media (max-width: 767.98px) {
    .solarbears-hero-content .solarbears-header-card {
        margin-left: auto;
        margin-right: auto;
    }

    .solarbears-hero-content .solarbears-header-card:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {
    .solarbears-hero-content .solarbears-header-card {
        flex: 0 0 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .solarbears-hero-content .solarbears-header-card:last-child {
        margin-right: auto;
    }
}

.solarbears-hero-content .solarbears-header-card > h3 {
    color: #575757;
}

.solarbears-hero-content .solarbears-header-card .card-img {
    width: auto;
    height: 100px;
}

.solarbears-hero-content .solarbears-header-card .btn {
    position: relative;
    padding: 0.75rem 2.5rem;
    background: #e6393b;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
    color: white;
    border-radius: 100px;
    z-index: 1;
    position: relative;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.solarbears-hero-content .solarbears-header-card .btn.float-sm-right {
    padding: 0.75rem 5rem 0.75rem 2.5rem;
}

.solarbears-hero-content .solarbears-header-card .btn.float-sm-right img {
    width: 20px;
    height: 14px;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 11px;
    right: 2.5rem;
    animation: bopp-bopp 3s infinite;
}

.solarbears-hero-content .solarbears-header-card .btn.float-sm-right:hover {
    background-color: #db1c1e;
}

.solarbears-hero-content .solarbears-header-card .btn:hover {
    background-color: #db1c1e;
}

.pr-25 {
    padding-right: 2.5rem !important;
}

.excerpt {
    list-style-type: circle;
}

.stat {
    position: relative;
    display: block;
    min-height: 200px;
    margin: 2rem 0;
    font-family: "Gilroy-Bold", Arial, sans-serif;
}

.stat h3 {
    position: absolute;
    color: white;
    font-size: 8rem;
    letter-spacing: -1px;
    animation: float-clockwise 18s ease-in-out infinite;
}

.stat h4 {
    position: absolute;
    color: white;
    font-family: "Gilroy-Light", Arial, sans-serif;
    font-size: 2rem;
    top: 110px;
    right: auto;
    left: 30px;
    animation: float-anti-clockwise 22s ease-in-out infinite;
}

.stat img {
    position: absolute;
    display: none;
    animation: breathe 8s linear infinite;
}

@media (min-width: 576px) {
    .stat h3 {
        font-size: 10rem;
        letter-spacing: -2px;
    }

    .stat h4 {
        font-size: 1.8rem;
    }

    .stat img {
        display: block;
    }
}

@media (min-width: 768px) {
    .stat {
        margin: 3.5rem 0;
    }

    .stat h3 {
        font-size: 13rem;
        letter-spacing: -5px;
    }

    .stat h4 {
        font-size: 2.3rem;
    }
}

@media (min-width: 992px) {
    .stat {
        min-height: 300px;
        margin: 5rem 0;
    }

    .stat h3 {
        font-size: 18rem;
        letter-spacing: -10px;
    }

    .stat h4 {
        font-size: 2.7rem;
    }
}

@media (min-width: 1200px) {
    .stat {
        margin: 6rem 0;
    }

    .stat h3 {
        font-size: 21rem;
        letter-spacing: -10px;
    }

    .stat h4 {
        font-size: 3rem;
    }
}

@media (min-width: 576px) {
    .stat-employees h3 {
        left: 100px;
    }

    .stat-employees h4 {
        top: 130px;
        right: auto;
        left: 200px;
    }

    .stat-employees img {
        width: 70px;
        height: 70px;
        top: 100px;
        left: 60px;
    }
}

@media (min-width: 768px) {
    .stat-employees h3 {
        left: 35px;
    }

    .stat-employees h4 {
        top: 150px;
        right: 0;
        left: auto;
    }

    .stat-employees img {
        top: 130px;
        left: 0;
    }
}

@media (min-width: 992px) {
    .stat-employees h3 {
        left: 50px;
    }

    .stat-employees h4 {
        top: 200px;
        right: 45px;
    }

    .stat-employees img {
        display: block;
        top: 170px;
        left: 0;
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .stat-employees h4 {
        top: 230px;
        right: 80px;
    }

    .stat-employees img {
        top: 190px;
        left: 0;
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 576px) {
    .stat-clients h3 {
        left: 100px;
    }

    .stat-clients h4 {
        top: 130px;
        right: auto;
        left: 120px;
    }

    .stat-clients img {
        width: 127px;
        height: 81px;
        top: 95px;
        right: 60px;
    }
}

@media (min-width: 768px) {
    .stat-clients h3 {
        left: 0;
    }

    .stat-clients h4 {
        display: block;
        top: 150px;
        left: 10px;
    }

    .stat-clients img {
        top: 120px;
        right: 10px;
    }
}

@media (min-width: 992px) {
    .stat-clients h4 {
        top: 207px;
        left: 30px;
    }

    .stat-clients img {
        display: block;
        top: 180px;
        right: 0;
        width: 240px;
        height: 150px;
    }
}

@media (min-width: 1200px) {
    .stat-clients h4 {
        top: 230px;
        left: 30px;
    }

    .stat-clients img {
        top: 190px;
        right: 60px;
        width: 260px;
        height: 165px;
    }
}

@media (min-width: 576px) {
    .stat-premiums h3 {
        left: 100px;
    }

    .stat-premiums h4 {
        top: 130px;
        left: 170px;
    }

    .stat-premiums img {
        width: 70px;
        height: 70px;
        top: 80px;
        left: 60px;
    }
}

@media (min-width: 768px) {
    .stat-premiums h3 {
        left: 50px;
    }

    .stat-premiums h4 {
        top: 150px;
        left: 135px;
    }

    .stat-premiums img {
        top: 110px;
        left: 10px;
    }
}

@media (min-width: 992px) {
    .stat-premiums h3 {
        left: auto;
        right: 100px;
    }

    .stat-premiums h4 {
        top: 207px;
        left: auto;
        right: 70px;
    }

    .stat-premiums img {
        top: 140px;
        left: 85px;
        width: 85px;
        height: 122px;
    }
}

@media (min-width: 1200px) {
    .stat-premiums h3 {
        right: 100px;
    }

    .stat-premiums h4 {
        top: 240px;
        right: 90px;
    }

    .stat-premiums img {
        top: 130px;
        left: 100px;
        width: 102px;
        height: 150px;
    }
}

@media (min-width: 576px) {
    .stat-revenue h3 {
        left: 100px;
    }

    .stat-revenue h4 {
        top: 130px;
        left: 150px;
    }

    .stat-revenue img {
        width: 70px;
        height: 70px;
        top: 80px;
        right: 100px;
    }
}

@media (min-width: 768px) {
    .stat-revenue h3 {
        left: 0;
    }

    .stat-revenue h4 {
        top: 150px;
        left: 85px;
    }

    .stat-revenue img {
        top: 80px;
        right: 50px;
    }
}

@media (min-width: 992px) {
    .stat-revenue h3 {
        left: 100px;
    }

    .stat-revenue h4 {
        top: 210px;
        left: 200px;
    }

    .stat-revenue img {
        display: block;
        top: 140px;
        right: 0;
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .stat-revenue h3 {
        left: 100px;
    }

    .stat-revenue h4 {
        top: 240px;
        left: 230px;
    }

    .stat-revenue img {
        top: 130px;
        right: 0;
        width: 137px;
        height: 137px;
    }
}

.stat-size span.sm {
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1px;
}

@media (min-width: 576px) {
    .stat-size h3 {
        left: 100px;
    }

    .stat-size h4 {
        top: 130px;
        left: 150px;
    }

    .stat-size img {
        width: 70px;
        height: 70px;
        top: 50px;
        right: 220px;
    }

    .stat-size span.sm {
        top: 16px;
    }
}

@media (min-width: 768px) {
    .stat-size h3 {
        left: 150px;
    }

    .stat-size h4 {
        top: 150px;
        left: 140px;
    }

    .stat-size img {
        top: 70px;
        left: 290px;
    }
}

@media (min-width: 992px) {
    .stat-size h3 {
        left: 120px;
    }

    .stat-size h4 {
        top: 210px;
        left: 160px;
    }

    .stat-size img {
        display: block;
        top: 175px;
        left: auto;
        right: 70px;
        width: 90px;
        height: 120px;
    }

    .stat-size span.sm {
        top: 27px;
        left: 212px;
        text-transform: uppercase;
        font-size: 5rem;
        letter-spacing: 1px;
    }
}

@media (min-width: 1200px) {
    .stat-size h3 {
        left: 160px;
    }

    .stat-size h4 {
        top: 240px;
        left: 200px;
    }

    .stat-size img {
        top: 100px;
        right: 120px;
        width: 122px;
        height: 150px;
    }

    .stat-size span.sm {
        top: 34px;
        text-transform: uppercase;
        font-size: 5rem;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .generic-hero {
        height: 150px !important;
        margin-top: 57px;
    }
}

.why_use_simply li {
    font-size: 1.67rem;
    line-height: 1.6;
    list-style-type: circle;
}

.our_service {
    color: #575757;
    font-size: 1.67rem;
}

.form.border-left {
    padding: 0 0 0 30px;
}

.product_pages .form .form-group {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .product_container {
        padding: 4rem 15px 0rem;
    }

    #product-insurance .justify-content-center.row {
        margin-bottom: -50px;
    }

    #product-insurance section.py-5 {
        padding-top: 0rem !important;
        padding-bottom: 4rem !important;
    }

    h1, h2, .title-text, .our_service {
        text-align: center;
    }

    .title-text {
        font-size: 1.65rem;
    }

    .form.border-left {
        border: none !important;
        padding: 0px;
    }
}

#product-insurance {
    padding: 0 !important;
}

#product-insurance .shrink {
    padding: 0 !important;
}

#product-insurance .justify-content-center.row {
    padding: 25px 0 !important;
}

@media (min-width: 576px) {
    #product-insurance .justify-content-center.row {
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    #product-insurance .justify-content-center.row {
        justify-content: start !important;
    }
}

#product-insurance .justify-content-center.row h3.text-center {
    font-size: 2.5rem !important;
}

@media (min-width: 576px) {
    #product-insurance .justify-content-center.row h3.text-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    #product-insurance .justify-content-center.row h3.text-center {
        text-align: left !important;
    }
}

#product-insurance .py-5 .container .justify-content-center.row {
    justify-content: center !important;
}

.customer-service-review {
    padding: 19rem 0 5rem 0;
    background: white;
}

.customer-service-review h2 {
    font-size: 4rem;
}

.customer-service-review h3 {
    font-size: 2rem;
    margin-top: 3rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.cst-sweepstakes-content-grp .widget-type-rich_text h1{
  margin-bottom: 1rem;
  font-size: 4rem;
}
.cst-sweepstakes-content-grp .widget-type-rich_text h2{
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 3rem;
  font-family: "Gilroy-Regular", Arial, sans-serif;
  color: #575756;
}
.cst-sweepstakes-r2-grp .widget-type-rich_text h3{
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.5rem;
}
main.body-container-wrapper.hs-sweepstakes-page{
  overflow:hidden;
}
.cst-sweepstakes-r2-grp .container-fluid.mb-5 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}




/******* Insurance Page styling **********/

.cst-page-banner-grp .dnd-section>.row-fluid {
  padding: 0;
}

.cst-main-content-grp.page-center .container-fluid,
.cst-main-content-grp.page-center .dnd-section>.row-fluid{
  padding: 0;
}
.cst-main-content-grp.page-center .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cst-insurane-r1-grp .left-col-grp h1 {
  margin-bottom: 3rem;
}
.cst-insurane-r1-grp .left-col-grp h2 {
  margin-bottom: 2.5rem;
}
.cst-insurane-r1-grp .right-col-grp h5 {
  font-size: 1.25rem;
}
.cst-insurane-r1-grp .right-col-grp form {
  padding: 0 0 0 30px;
  font-size: 1.67rem;
  border-left: 1px solid #dee2e6 !important;
}
.cst-insurane-r1-grp .right-col-grp form fieldset,
.cst-sweepstakes-content-grp form fieldset {
  max-width: none!important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
.cst-sweepstakes-content-grp form fieldset .hs-form-field {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin:0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
.cst-sweepstakes-content-grp form fieldset .hs-form-field{
  flex: 0 0 100%;
  max-width: 100%;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field:after,
.cst-sweepstakes-content-grp form fieldset .hs-form-field:after{
  content: '';
  width: 100%;
  height: 16px;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field .input,
.cst-sweepstakes-content-grp form fieldset .hs-form-field .input {
  margin-right: 0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input{
  flex: 0 0 100%;
  max-width: 100%;
}

.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input .hs-input:not(input[type=checkbox]),
.cst-sweepstakes-content-grp form ieldset.form-columns-1 .hs-form-field .input .hs-input:not(input[type=checkbox]) {
  width: 100%;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li {
  margin: 0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-0:after,
.cst-sweepstakes-content-grp form fieldset.form-columns-0:after {
  content: '';
  width: 100%;
  height: 16px;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}
@keyframes pressnpop {
  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input:checked,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input:checked {
  background-image: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/images/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  animation: pressnpop .3s linear;
  background-size: 60% 60%;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-input::placeholder,
.cst-sweepstakes-content-grp form fieldset .hs-input::placeholder{
  color: #6c757d;
  opacity: 1;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input{
  flex-basis: 32%;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #c7c6c6!important;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
  margin-right: 1rem !important;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  animation: pressnpop .3s linear;
  background-size: 60% 60%;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label span,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label span {
  margin-bottom: 0rem;
  font-weight: 500;
  margin-left: 0;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 1.67rem;
  display: inline-block;
  color: #575756;
  line-height: 1.5;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-0,
.cst-sweepstakes-content-grp form fieldset.form-columns-0 {
  margin: 0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-richtext {
  border: 1px solid #dee2e6 !important;
  overflow: auto !important;
  margin-top: 1rem !important;
  padding: 0.5rem !important;
  max-height: 100px;
  font-size: inherit;
  margin-bottom: 0rem;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-richtext .h5 {
  font-size: 1.25rem;
  font-family: "Gilroy-Regular", Arial, sans-serif;
  font-weight: 500;
  color: #000000;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-fieldtype-booleancheckbox.field.hs-form-field {
  padding-bottom: 2px;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit,
.cst-sweepstakes-content-grp form .hs-submit{
  margin-bottom: 3rem !important;
  text-align: center;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions:hover,
.cst-sweepstakes-content-grp form .hs-submit .actions:hover {
  background-color: #db1c1d;
  color: #ffffff;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions,
.cst-sweepstakes-content-grp form .hs-submit .actions{
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 1rem 4rem;
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  background-color: #E63A3B;
  border-radius: 100px;
  border: 0;
  color: #ffffff;
  width: 100%;
  line-height: 1.5;
  width: auto;
  display: inline-block;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions .hs-button,
.cst-sweepstakes-content-grp form .hs-submit .actions .hs-button {
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  display: block;
  text-align: center;
  margin-right: 1.5rem !important;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions img {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 20px;
  transition: 0.3s all ease-in-out;
  animation: bopp-bopp 3s infinite;
  padding-top: 0.25rem !important;
}
.cst-insurane-r2-grp > .container-fluid {
  padding-right: 15px!important;
  padding-left: 15px!important;
  margin-bottom: 3rem !important;
}
.hs-error-msg, .hs-error-msgs label {
  font-size: 1.34rem;
  line-height: 2rem;
  font-family: "Gilroy-Regular", Arial, sans-serif;
  font-weight: 400;
}


.cst-r1-fll-section .widget-type-linked_image {
  padding-bottom: 3rem;
  padding-top: 3rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  justify-content: center;
}

.cst-r1-fll-section .widget-type-linked_image img {
  max-width: 300px!important;
  height: auto;
  margin: 0 0 2rem 0;
}

.cst-r1-fll-section .widget-type-rich_text {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 3rem !important;
}

.cst-r1-fll-section .dnd-row:last-child .widget-type-rich_text {
  margin-top: 3rem !important;
}
.cst-r1-fll-section .widget-type-rich_text h3 {
  font-size: 18px;
  text-align: left;
  margin: 2.5rem 0 1rem;
}
.cst-r1-fll-section .widget-type-rich_text p {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
}

.cst-r1-fll-section .widget-type-rich_text > * {
  width: 100%;
}

.cst-r1-fll-section .widget-type-rich_text h1 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.cst-r1-fll-section .widget-type-rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  color: #233246;
  text-align: left;
  margin: 3.5rem 0 1rem;
}

.cst-r1-fll-section .dnd-row:nth-child(2) .widget-type-rich_text {
  margin-bottom: 1rem !important;
}
.cst-r1-fll-section .widget-type-rich_text ul {
  list-style-type: disc;
  margin: 2rem 0;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) {
  margin-bottom: 3rem !important;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) .widget-type-rich_text {
  margin-bottom: 0!important;
  margin-left: 0;
  margin-right: 0;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) .span4 .widget-type-rich_text {
  margin-top: 0!important;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) {
  margin-bottom: 3rem !important;
  margin-left: -15px;
  margin-right: -15px;
}
.cst-r1-fll-section .dnd-column>.dnd-row:last-child .widget-type-linked_image img {
  max-width: 358px!important;
}
.cst-r1-fll-section .dnd-column>.dnd-row:last-child .widget-type-linked_image {
  padding: 0;
  margin-top: 0;
}
.cst-r1-fll-grp .page-center {
  padding: 5rem 15px 10rem;
}


.cst-sweepstakes-content-grp {
  padding: 3rem 15px;
  position: relative;
}

.cst-sweepstakes-content-grp .dnd-section>.row-fluid {
  padding: 0!important;
}

.cst-sweepstakes-content-grp form {
  border-radius: 30px;
  padding: 3.5rem 2rem 3rem;
  font-size: 1.67rem;
  border: 1px solid #dee2e6 !important;
}
.cst-sweepstakes-content-grp form fieldset .hs-form-field {
  margin-bottom: 2rem;
}
.cst-sweepstakes-content-grp form fieldset .hs-form-field:after {
  margin-bottom: 0;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field select {
  display: inline-block;
  padding: 0.6rem 2rem 0.4rem;
  width: 100%;
  height: 50px;
  border: 1px solid #b1b1b1;
  border-radius: 100px;
  background-color: white;
  color: #575756;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-fieldtype-select .input {
  position: relative;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-fieldtype-select .input:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #575756 #575756 transparent transparent;
  transform: rotateZ(135deg);
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input {
  flex-basis: auto;
  margin-right: 3rem!important;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field.hs-fieldtype-booleancheckbox {
  margin: 0;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field.hs-fieldtype-booleancheckbox:after {
  display: none;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext {
  font-size: inherit;
  margin: 0;
}

.cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext p.ml-0 {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
  margin-top: 0;
  margin-bottom: 1rem;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-0 {
  margin-bottom: 2rem;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-0:after {
  margin-bottom: 0;
}
.cst-sweepstakes-content-grp form .hs-submit {
  text-align: right;
  margin: 0!important;
}
.cst-sweepstakes-content-grp form .hs-submit .actions .hs-button {
  margin-right: 0!important;
}

@media (min-width: 576px){
  .cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext {
    padding-left: 62px;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext {
    padding-left: 86px;
  }
  .cst-insurane-r1-grp .left-col-grp .cst-lft-c1-grp ,
  .cst-insurane-r1-grp .left-col-grp .cst-lft-c2-grp {
    margin-bottom: 0 !important;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset.form-columns-2 .hs-form-field {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cst-sweepstakes-content-grp form {
    padding: 4rem 3rem 3rem;
  }
}

@media (max-width: 767.98px) {
  .cst-sweepstakes-content-grp form fieldset.form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }
  .cst-main-content-grp {
    padding: 4rem 15px 0rem;
  }
  .cst-insurane-r1-grp .right-col-grp .cst-rgt-c1-grp h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .cst-insurane-r1-grp .right-col-grp .cst-rgt-c1-grp p.title-text {
    margin: 0;
  }
  .cst-insurane-r1-grp .right-col-grp form {
    border: none !important;
    padding: 0px;
  }
  .cst-insurane-r1-grp .right-col-grp form .hs-submit .actions {
    width: 100%;
  }
  .cst-insurane-r1-grp .right-col-grp form .hs-submit .actions .hs-button {
    display: initial;
  }
  .cst-lft-c2-grp {
    margin-bottom: 0!important;
  }
  .cst-r1-fll-section .span4 p {
    text-align: left!important;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input,
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input {
    flex-basis: initial;
    margin-right: 1rem !important;
    min-width: 50px;
  }
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label span {
    margin-bottom: 30px;
  }
  .cst-sweepstakes-content-grp form .hs-submit .actions {
    width: 100%;
    text-align: center;
  }
  .cst-sweepstakes-content-grp form .hs-submit .actions .hs-button {
    margin-right: auto !important;
    margin-left: auto!important;
  }
}
.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
@media (max-width: 1199px) {

  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper{
    max-width:960px !important
  }

}

@media (max-width: 991px) {

  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper{
    max-width:720px !important
  }

}

@media (max-width: 767px) {

  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper{
    max-width:540px !important
  }

}

@media (max-width: 575px) {

  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper{
    max-width:100% !important
  }

}



@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}





/******* Insurance Page styling **********/

.cst-page-banner-grp .dnd-section>.row-fluid {
  padding: 0;
}

.cst-main-content-grp.page-center .container-fluid,
.cst-main-content-grp.page-center .dnd-section>.row-fluid{
  padding: 0;
}
.cst-main-content-grp.page-center .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cst-insurane-r1-grp .left-col-grp h1 {
  margin-bottom: 3rem;
}
.cst-insurane-r1-grp .left-col-grp h2 {
  margin-bottom: 2.5rem;
}
.cst-insurane-r1-grp .right-col-grp h5 {
  font-size: 1.25rem;
}
.cst-insurane-r1-grp .right-col-grp form {
  padding: 0 0 0 30px;
  font-size: 1.67rem;
  border-left: 1px solid #dee2e6 !important;
}
.cst-insurane-r1-grp .right-col-grp form fieldset,
.cst-sweepstakes-content-grp form fieldset {
  max-width: none!important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
.cst-sweepstakes-content-grp form fieldset .hs-form-field {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin:0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
.cst-sweepstakes-content-grp form fieldset .hs-form-field{
  flex: 0 0 100%;
  max-width: 100%;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field:after,
.cst-sweepstakes-content-grp form fieldset .hs-form-field:after{
  content: '';
  width: 100%;
  height: 16px;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field .input,
.cst-sweepstakes-content-grp form fieldset .hs-form-field .input {
  margin-right: 0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input{
  flex: 0 0 100%;
  max-width: 100%;
}

.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input .hs-input:not(input[type=checkbox]),
.cst-sweepstakes-content-grp form ieldset.form-columns-1 .hs-form-field .input .hs-input:not(input[type=checkbox]) {
  width: 100%;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li {
  margin: 0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-0:after,
.cst-sweepstakes-content-grp form fieldset.form-columns-0:after {
  content: '';
  width: 100%;
  height: 16px;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}
@keyframes pressnpop {
  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input:checked,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input:checked {
  background-image: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/images/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  animation: pressnpop .3s linear;
  background-size: 60% 60%;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-input::placeholder,
.cst-sweepstakes-content-grp form fieldset .hs-input::placeholder{
  color: #6c757d;
  opacity: 1;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input{
  flex-basis: 32%;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #c7c6c6!important;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
  margin-right: 1rem !important;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  animation: pressnpop .3s linear;
  background-size: 60% 60%;
  min-width: 50px;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label span,
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label span {
  margin-bottom: 0rem;
  font-weight: 500;
  margin-left: 0;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 1.67rem;
  display: inline-block;
  color: #575756;
  line-height: 1.5;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field .hs-error-msgs,
.cst-sweepstakes-content-grp form fieldset.form-columns-2 .hs-form-field .hs-error-msgs {
  margin-bottom: -37px;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-0,
.cst-sweepstakes-content-grp form fieldset.form-columns-0 {
  margin: 0;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-richtext {
  border: 1px solid #dee2e6 !important;
  overflow: auto !important;
  margin-top: 1rem !important;
  padding: 0.5rem !important;
  max-height: 100px;
  font-size: inherit;
  margin-bottom: 0rem;
}
.cst-insurane-r1-grp .right-col-grp form fieldset .hs-richtext .h5 {
  font-size: 1.25rem;
  font-family: "Gilroy-Regular", Arial, sans-serif;
  font-weight: 500;
  color: #000000;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-fieldtype-booleancheckbox.field.hs-form-field {
  padding-bottom: 2px;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit,
.cst-sweepstakes-content-grp form .hs-submit{
  margin-bottom: 3rem !important;
  text-align: center;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions:hover,
.cst-sweepstakes-content-grp form .hs-submit .actions:hover {
  background-color: #db1c1d;
  color: #ffffff;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions,
.cst-sweepstakes-content-grp form .hs-submit .actions{
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 1rem 4rem;
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  background-color: #E63A3B;
  border-radius: 100px;
  border: 0;
  color: #ffffff;
  width: 100%;
  line-height: 1.5;
  width: auto;
  display: inline-block;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions .hs-button,
.cst-sweepstakes-content-grp form .hs-submit .actions .hs-button {
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  display: block;
  text-align: center;
  margin-right: 1.5rem !important;
}
.cst-insurane-r1-grp .right-col-grp form .hs-submit .actions img {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 20px;
  transition: 0.3s all ease-in-out;
  animation: bopp-bopp 3s infinite;
  padding-top: 0.25rem !important;
}
.cst-insurane-r2-grp > .container-fluid {
  padding-right: 15px!important;
  padding-left: 15px!important;
  margin-bottom: 3rem !important;
}
.hs-error-msg, .hs-error-msgs label {
  font-size: 1.34rem;
  line-height: 2rem;
  font-family: "Gilroy-Regular", Arial, sans-serif;
  font-weight: 400;
}


.cst-r1-fll-section .widget-type-linked_image {
  padding-bottom: 3rem;
  padding-top: 3rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  justify-content: center;
}

.cst-r1-fll-section .widget-type-linked_image img {
  max-width: 300px!important;
  height: auto;
  margin: 0 0 2rem 0;
}

.cst-r1-fll-section .widget-type-rich_text {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 3rem !important;
}

.cst-r1-fll-section .dnd-row:last-child .widget-type-rich_text {
  margin-top: 3rem !important;
}
.cst-r1-fll-section .widget-type-rich_text h3 {
  font-size: 18px;
  text-align: left;
  margin: 2.5rem 0 1rem;
}
.cst-r1-fll-section .widget-type-rich_text p {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
}

.cst-r1-fll-section .widget-type-rich_text > * {
  width: 100%;
}

.cst-r1-fll-section .widget-type-rich_text h1 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.cst-r1-fll-section .widget-type-rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  color: #233246;
  text-align: left;
  margin: 3.5rem 0 1rem;
}

.cst-r1-fll-section .dnd-row:nth-child(2) .widget-type-rich_text {
  margin-bottom: 1rem !important;
}
.cst-r1-fll-section .widget-type-rich_text ul {
  list-style-type: disc;
  margin: 2rem 0;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) {
  margin-bottom: 3rem !important;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) .widget-type-rich_text {
  margin-bottom: 0!important;
  margin-left: 0;
  margin-right: 0;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) .span4 .widget-type-rich_text {
  margin-top: 0!important;
}
.cst-r1-fll-section .dnd-column > .dnd-row:nth-child(12) {
  margin-bottom: 3rem !important;
  margin-left: -15px;
  margin-right: -15px;
}
.cst-r1-fll-section .dnd-column>.dnd-row:last-child .widget-type-linked_image img {
  max-width: 358px!important;
}
.cst-r1-fll-section .dnd-column>.dnd-row:last-child .widget-type-linked_image {
  padding: 0;
  margin-top: 0;
}
.cst-r1-fll-grp .page-center {
  padding: 5rem 15px 10rem;
}


.cst-sweepstakes-content-grp {
  padding: 3rem 15px;
  position: relative;
}

.cst-sweepstakes-content-grp .dnd-section>.row-fluid {
  padding: 0!important;
}

.cst-sweepstakes-content-grp form {
  border-radius: 30px;
  padding: 3.5rem 2rem 3rem;
  font-size: 1.67rem;
  border: 1px solid #dee2e6 !important;
}
.cst-sweepstakes-content-grp form fieldset .hs-form-field {
  margin-bottom: 2rem;
}
.cst-sweepstakes-content-grp form fieldset .hs-form-field:after {
  margin-bottom: 0;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field select,
.cotact_form form .hs-fieldtype-select select{
  display: inline-block;
  padding: 0.6rem 2rem 0.4rem;
  width: 100%;
  height: 50px;
  border: 1px solid #b1b1b1;
  border-radius: 100px;
  background-color: white;
  color: #575756;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-fieldtype-select .input,
.cotact_form form .hs-fieldtype-select .input{
  position: relative;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-fieldtype-select .input:after,
.cotact_form form .hs-fieldtype-select .input:after{
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #575756 #575756 transparent transparent;
  transform: rotateZ(135deg);
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input {
  flex-basis: auto;
  margin-right: 3rem!important;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field.hs-fieldtype-booleancheckbox {
  margin: 0;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field.hs-fieldtype-booleancheckbox:after {
  display: none;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext {
  font-size: inherit;
  margin: 0;
}

.cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext p.ml-0 {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
  margin-top: 0;
  margin-bottom: 1rem;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-0 {
  margin-bottom: 2rem;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-0:after {
  margin-bottom: 0;
}
.cst-sweepstakes-content-grp form .hs-submit {
  text-align: right;
  margin: 0!important;
}
.cst-sweepstakes-content-grp form .hs-submit .actions .hs-button {
  margin-right: 0!important;
}
.banner-section .dnd-section,
.banner-section .row-fluid{
  padding:0 !important;
  width:100% !important
}


.hs-fullwidth-type2-pge .dnd-section>.row-fluid {
  padding: 0;
}


.cst-r1-flltype2-grp .page-center {
  position: relative;
  padding: 5rem 15px 10rem;
}
.cst-r1-flltype2-grp h2 {
  text-align: left;
  margin: 3.5rem 0 1rem;
}
.cst-r1-flltype2-grp h3 {
  text-align: left;
  margin: 2.5rem 0 1rem;
  font-size: 1.5rem;
}
.cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .hs-error-msgs, .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .hs-error-msgs {
  margin-bottom: -38px;
}
.cst-r1-flltype2-grp p:not(.title-text) {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
}
.hs-error-msg, .hs-error-msgs label {
  color: #E63A3B!important;
  margin: 0.25rem 0 0 1rem;
  font-size: 1.34rem;
  line-height: 2rem;
}
.hs-error-msg {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.table-responsive {
  margin-bottom: 1rem;
  color: #212529;
  display: block;
  width: 100%;
  overflow-x: auto;
  background: transparent;
  border: none;
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: grey;
}
.table-responsive thead th {
  vertical-align: bottom;
  border: 0;
  border-bottom: 2px solid #dee2e6;
  background: transparent;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  border-top: 1px solid #dee2e6;
}
.table-responsive td, .table-responsive th {
  padding: 0.75rem;
  vertical-align: top;
  border: 0;
  border-top: 1px solid #dee2e6;
  color: #212529;
  font-size: 1rem;
  line-height: 1.5;
}
.table-responsive tbody tr td {
  border: 0;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-top: 1px solid #dee2e6;
}
.table-responsive tbody tr td .table.table-borderless {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 0;
  border-collapse: collapse;
  word-break: inherit;
}
.table-responsive tbody tr td .table.table-borderless tr td {
  border: 0;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
tr.no-border td {
  border: none!important;
}
.cst-r1-flltype2-grp ul {
  list-style-type: disc;
  margin: 2rem 0;
}
.cst-r1-flltype2-grp .widget-type-rich_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cst-r1-flltype2-grp .widget-type-rich_text h5.ignore {
  font-size: 1.25rem;
}

.hs-customer-service-page .dnd-section>.row-fluid{
  padding:0!important;
}
.customer-service-review .widget-type-rich_text p {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
}
.customer-service-review .widget-type-rich_text ol {
  list-style-type: none;
  color: #575756;
  font-size: 1.34rem;
}

.cst-2-col-left-grp .page-center {
  padding: 5rem 15px 10rem;
}
.cst-2-col-left-grp .dnd-section>.row-fluid {
  padding: 0;
}

.cst-2-col-left-c2_grp #aside .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-2-col-left-c2_grp #aside .hs-menu-wrapper > ul > li:not(:last-of-type) {
  border-bottom: 1px solid #E63A3B;
}
.cst-2-col-left-c2_grp #aside .hs-menu-wrapper > ul > li {
  padding: 0.5rem 0;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.cst-2-col-left-c2_grp #aside .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  color: #E63A3B !important;
}
.cst-2-col-left-c2_grp #aside {
  position: sticky;
  top: 100px;
}
.cst-2-col-left-c2_grp .col-md-7 .widget-type-rich_text p {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
}
.cst-2-col-left-c2_grp .col-md-7 .widget-type-rich_text strong {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
}
.cst-2-col-left-c2_grp .col-md-7 .widget-type-rich_text {
  line-height: 1.5;
}
.cst-2-col-left-c2_grp .col-md-7 .widget-type-rich_text ul {
  color: #575756;
  font-size: 1.34rem;
}
.cst-privacy-c2_grp .widget-type-rich_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.cst-privacy-c2_grp .widget-type-rich_text p:not(.large-body-text) {
  font-size: 1.34rem;
  line-height: 2rem;
  color: #575756;
}
.cst-privacy-c2_grp .widget-type-rich_text table ul {
  margin-top: 0;
  padding-left: 1.5rem;
  color: #575756;
  font-size: 1.34rem;
}
.wysiwyg address {
  font-style: normal;
}
.cst-privacy-c2_grp .widget-type-rich_text .table-responsive {
  word-break: normal;
}
.cst-privacy-c2_grp .widget-type-rich_text h4 {
  text-align: left;
  margin: 1.5rem 0 1rem;
  font-size: 1.5rem;
}
.cst-noles-page .dnd-section>.row-fluid {
  padding: 0;
}
.cst-noles-page .dnd-section>.row-fluid {
  padding: 0;
}
.cst-faq-grp .dnd-section>.row-fluid {
  padding: 0;
}
.cst-faq-r1-grp .widget-type-rich_text h1 {
  margin-bottom: 3rem;
}
.cst-faq-grp > .page.pt-0.page-center {
  position: relative;
  padding: 5rem 15px 10rem;
}
.optanon-category-C0004 {
  display: none;
}
.cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext a {
  color: #E63A3B;
}
.hader-btn{
  display:none!important;
}
.header-nav.active .hader-btn{
  display:block!important;
}
.hader-btn > a .nav-link.outline img {
  position: absolute;
  top: 9px;
  right: 14px;
  width: 16px;
  transition: 0.3s all ease-in-out;
}
.hader-btn > a .nav-link.outline {
  position: relative;
  padding: 0.3rem 3rem 0.2rem 1.5rem;
  border-radius: 50px;
  background: #E63A3B;
  font-size: 1.34rem;
  color: white;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
}
.header-nav.active .custom-menu-primary ul.submenu.level-1>li:first-child>a,
.header-nav.active .custom-menu-primary ul.submenu.level-1>li:nth-child(2)>a,
.mobile-menu ul.submenu.level-1>li:first-child>a,
.mobile-menu ul.submenu.level-1>li:nth-child(2)>a {
  color: #E63A3B !important;
}
@media (min-width: 576px){
  .cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext {
    padding-left: 62px;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cst-sweepstakes-content-grp form .hs-submit .actions,
  .cst-insurane-r1-grp .right-col-grp form .hs-submit .actions {
    width: auto!important;
  }
}

@media (min-width: 768px) {
  .cst-sweepstakes-content-grp form fieldset.form-columns-0 .hs-richtext {
    padding-left: 86px;
  }
  .cst-insurane-r1-grp .left-col-grp .cst-lft-c1-grp ,
  .cst-insurane-r1-grp .left-col-grp .cst-lft-c2-grp {
    margin-bottom: 0 !important;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .cst-insurane-r1-grp .right-col-grp form fieldset .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset.form-columns-2 .hs-form-field {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field,
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cst-sweepstakes-content-grp form {
    padding: 4rem 3rem 3rem;
  }
}
@media (min-width: 768px) {
  .cst-sweepstakes-content-grp form fieldset.form-columns-2 .hs-form-field {
    flex: 0 0 50%!important;
    max-width: 50%!important;
  }
}

@media (max-width: 767.98px) {
  #product-insurance .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 4rem !important;
  }
  .cst-sweepstakes-content-grp form fieldset.form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }
  .cst-main-content-grp {
    padding: 4rem 15px 0rem;
  }
  .cst-insurane-r1-grp .right-col-grp .cst-rgt-c1-grp h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .cst-insurane-r1-grp .right-col-grp .cst-rgt-c1-grp p.title-text {
    margin: 0;
  }
  .cst-insurane-r1-grp .right-col-grp form {
    border: none !important;
    padding: 0px;
  }
  .cst-insurane-r1-grp .right-col-grp form .hs-submit .actions {
    width: 100%;
  }
  .cst-insurane-r1-grp .right-col-grp form .hs-submit .actions .hs-button {
    display: initial;
  }
  .cst-lft-c2-grp {
    margin-bottom: 0!important;
  }
  .cst-r1-fll-section .span4 p {
    text-align: left!important;
  }
  .cst-insurane-r1-grp .right-col-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input,
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label .hs-input {
    flex-basis: initial;
    margin-right: 1rem !important;
    min-width: 50px;
  }
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field .input ul.inputs-list li label span {
    margin-bottom: 30px;
  }
  .cst-sweepstakes-content-grp form .hs-submit .actions {
    width: 100%;
    text-align: center;
  }
  .cst-sweepstakes-content-grp form .hs-submit .actions .hs-button {
    margin-right: auto !important;
    margin-left: auto!important;
  }
  .cst-r1-flltype2-grp ul a, .cst-r1-flltype2-grp p {
    word-break: break-word;
  }
  .cst-2-col-left-c2_grp #aside {
    position: static;
  }
  .cst-sweepstakes-r2-grp .widget-type-rich_text h3 {
    font-size: 1.65rem;
  }
  .cst-r1-fll-section .dnd-column>.dnd-row:last-child .widget-type-linked_image img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  form .form-columns-2 .hs-form-field .hs-input,
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
  }
  .cst-sweepstakes-content-grp form fieldset.form-columns-1 .hs-form-field select {
    padding-right: 50px;
  }
}

@media (max-width: 320px) {
  .header-nav.active {
    position: fixed;
    box-shadow: none;
  }
}
@font-face {
  font-family: 'Gilroy-UltraLight';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_0_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_0_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_0_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_1_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_1_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_1_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39EC5A_0_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39EC5A_0_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39EC5A_0_0.ttf) format("truetype");
  font-style:normal
}

@font-face {
  font-family: 'Gilroy-MediumItalic';
  src: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_2_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_2_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_2_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-Light';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_3_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_3_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_3_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-HeavyItalic';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_4_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_4_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_4_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-Heavy';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_5_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_5_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_5_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_6_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_6_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/fonts/39C785_6_0.ttf) format("truetype");
}



body {
  line-height: 1.5;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  text-decoration:underline
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem; 
  line-height:1.2
}
h2 { 
  margin-bottom: 2.5rem;
}
/* Lists */

ul,
ol {
  font-size: 1.34rem;
  margin:0;
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

img{
  max-width:100%;
  height:auto;
  vertical-align:middle
}
 
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */ 
 
blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
img {
  vertical-align: middle;
  border-style: none;
}

body .dnd-section,
body .content-wrapper--vertical-spacing {
  padding-left:0;
  padding-right:0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1rem;
}

form{
  font-size: 1.67rem;
}

/* Labels */

form label {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 1.67rem;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  width: 100%;
  height:50px !important;
  padding: 0.6rem 2rem 0.4rem;
  font-size: 1.67rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-style:solid;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus
form input:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ff0000;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #ff0000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  position: relative;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height:1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin:10px 0
}

form input[type=submit]:hover,
form .hs-button:hover,
.button:hover{
  text-decoration:none
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  form .form-columns-2 .hs-form-field .hs-input,
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
  }
}
@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }



  form input[type=submit],
  form .hs-button,
  .button{
    padding-left:30px!important;
    padding-right:30px !important
  }










}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.no-banner header.header{
  min-height:60px;
}

header.header{
  font-size:12px;
}

.header a:hover{
  text-decoration:none
}

.main-logo {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 160px;
  z-index: 1000;
  transition: 0.5s all ease-in-out;
}

.main-logo.slide-up {
  top: -160px;
  transition: 0.5s all ease-in-out;
}



.main-logo .logo-block,
.main-logo .logo-block2,
.main-logo .logo-block3 {
  display: block;
  position: absolute;
  width: 500px;
  height: 300px;
}

.main-logo .logo-block {
  top: -231px;
  left: -270px;
  background: #9C2B29;
  z-index: 1001;
  transform: rotateZ(20deg);
}

.main-logo .logo-block2 {
  top: -220px;
  left: -220px;
  background: #E63A3B;
  z-index: 1002;
  transform: rotateZ(22deg);
  border-radius: 50px;
}

.main-logo .logo-block3 {
  top: -220px;
  left: -220px;
  z-index: 1003;
  transform: rotateZ(22deg);
}


.main-logo .logo-block3 a {
  position: absolute;
  top: 204px;
  left: 291px;
  cursor: pointer;
  transform: rotateZ(-21deg);
  cursor: pointer;
}

.main-logo .logo-block3 a > img {
  width: 170px !important;
  height: 65px;
  cursor: pointer;
  display:block
}


.header-nav {
  position: absolute;
  width: 100%;
  padding: 1rem 2% 0;
  transition: 0.5s all ease-in-out;
  z-index: 999;
}

.header-nav.active{
  background: #fff;
  transition: 0.5s all ease-in-out;
  box-shadow: 5px 0 13px rgb(0 0 0 / 30%);
}



.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.header-nav .navbar-brand {
  position: relative;
  height: 36px;
  width: auto;
  padding: 0;
}


.header-nav .navbar-brand svg {
  position: absolute;
  top: 0;
  left: 5px;
  height: 25px;
  width: 120px;
  transition: top 0.5s ease-out;
}

.custom-menu-primary{
  display:none
}

.custom-menu-primary ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.custom-menu-primary ul.submenu.level-1 {
  display: flex;
  justify-content: flex-end;
}

.custom-menu-primary ul.submenu.level-1>li {
  position: relative;
  display: inline-block;
  font-style: normal;
}


.header-mobile-links a{
  padding: 0.8rem 0 0;
  margin: 0 0.5rem;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 1.34rem;
  height: 48px;
}


.custom-menu-primary ul.submenu.level-1 li a,
.header-mobile-links a{
  position: relative;
  display: inline-block;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
}

.custom-menu-primary ul.submenu.level-2{
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  position: absolute;
  top: 100%;
  left: 0px;
  margin: 0px;
  float: none;
  left:1.5rem
}

.custom-menu-primary ul.submenu.level-1>li:hover ul.submenu.level-2{
  display:block
}

.mobile-widget{
  width:100%;
  text-align:right;
  display:flex;
  justify-content: flex-end
}

.custom-menu-primary .menu-arrow {
  display: none;
}

.custom-menu-primary .submenu-toggle {
  display: none;
}


.custom-menu-primary ul.submenu.level-1>li.has-submenu>a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.custom-menu-primary ul.submenu.level-2 li a{
  padding: 15px 5px 0px 0px !important;
  display: block;
  white-space: nowrap;
}

.header-mobile-links a{
  color:#ff0000
}

.header-mobile-links a:hover{
  color: #e8e7e7;
}

.hamburger {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  width: 1.6rem;
  cursor:pointer
}

.hamburger img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-menu{
  display: block;
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  padding: 3.5rem 3rem 2rem;
  background-color: #fff;
  z-index: 1060;
  transition: all 0.75s ease-in-out;
  box-shadow: 0 0 15px #ccc;
}

.mobile-menu.open{
  top: 0;
  transition: 0.5s all ease-in-out;
  max-height: 88vh;
  overflow-y: auto;
}

.mobile-menu .hamburger-toggle {
  position: absolute;
  top: 2.1rem;
  right: 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  cursor:pointer
}

.mobile-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu ul.submenu.level-1>li{
  font-size: 1.67rem;
}

.mobile-menu ul.submenu.level-1>li>a{
  margin: 0;
  display:block;
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid #b1b1b1;
}

.mobile-menu ul.submenu.level-1>li:last-child>a{
  border:0
}

.mobile-menu ul li a{
  padding-left: 0;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  color: #233246;
}

.mobile-menu ul li a:hover{
  text-decoration:underline
}

.mobile-menu ul li.has-submenu>a:after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.mobile-menu ul.submenu.level-2{
  display:none
}

.mobile-menu ul.submenu.level-2.active{
  display:block
}

.mobile-menu ul.submenu.level-2 li a{
  display:block;
  margin-left: 10px;
  padding: 1rem 0 0.5rem;
  font-size: 1.67rem;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  color: #233246;
  border-bottom: 1px solid #b1b1b1;
}

.mobile-menu ul.submenu.level-2 li:last-child a{
  border:0
}

.mobile-menu .submenu-toggle{
  display:none
}

.mobile-menu .menu-arrow{
  display:none
}

#hs_cos_wrapper_header_mobile_links_{
  display:flex
}



/* ////////////////////// media query //////////////////// */

@media (min-width: 450px){

  .main-logo .logo-block {
    top: -231px;
    left: -150px;
  }

  .main-logo .logo-block2 {
    top: -220px;
    left: -100px;
  }

  .main-logo .logo-block3 {
    top: -220px;
    left: -100px;
  }

}

@media (min-width: 576px){
  .header-nav {
    padding: 1rem 2%;
  }

  .header-nav .navbar-brand svg {
    height: 36px;
    width: 150px;
    top: -2px;
  }


  .custom-menu-primary ul.submenu.level-1 li a,
  .header-mobile-links a{
    font-size: 1.5rem;
    margin: 0 1.5rem;
    padding: 0.25rem 0 0;
    height: auto;
  }


  .custom-menu-primary ul.submenu.level-2 li a{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .header-nav.active .navbar-brand svg {
    top: 0;
  }



  .hamburger {
    margin: 0 2rem;
    width: 2rem;
  }


}

@media (min-width: 768px){

  .main-logo {
    display: block;
  }


  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
  }

  .header-nav .navbar-brand svg {
    top: -67px;
    left: 0;
    height: 36px;
    width: 150px;
  }

  .header-mobile-links a{
    color:#fff;
  }

  .header-mobile-links a:hover{
    color:#e8e7e7
  }

  .header-nav.active  .header-mobile-links a,
  .header-nav.active  .header-mobile-links a:hover{
    color:#CF3435
  }

}


@media (min-width: 1060px){

  .custom-menu-primary{
    display:block;
    width:100%
  }

  .mobile-widget{
    display:none
  }

}

@media (min-width: 992px){
  .header-nav {
    padding: 1rem 0 1rem 4vw;
    width: calc(100% - 71px);
  }

  .custom-menu-primary ul.submenu.level-1 li a,
  .header-mobile-links a{
    margin: 0 1.2rem;
  }


  .header-nav:after{
    opacity: 0;
    content: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/Simply_IOA_Feb2022/images/navigation-end-curve.svg);
    filter: drop-shadow(8px 1px 5px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 0;
    right: -72px;
    width: 72px;
    transition: 0.5s all ease-in-out;
  }

  .header-nav.active:after{
    opacity:1
  }




}

@media screen and (min-width:1200px){

  .custom-menu-primary ul.submenu.level-1 li a{
    margin: 0 1.5rem;
  }

}

@media screen and (max-width:767px){
  .header-nav{
    display:flex;
    background:#fff;
    height:57px
  }
  .mobile-widget{
    margin-top:3px;
  }
  .header-nav {
    position: fixed;
    box-shadow: none!important;
  }
}

@media screen and (max-width:575px){

  .header-nav {
    align-items: center;
    padding-top: 15px;
  }

  .mobile-widget{
    margin-top:0;
  }

}


@media (min-width: 1060px) and (max-width: 1090px) {
  .custom-menu-primary ul.submenu.level-1 li a, .header-mobile-links a {
    margin: 0 1rem;
  }
}
.footer {
  font-family: "Gilroy-Light", Arial, sans-serif;
  font-size: 1.34rem;
  padding: 3rem 15px 10rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-logo {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 3rem;
}

.footer-links>div {
    width: 100%;
}

.footer-contact b {
    font-family: "Gilroy-SemiBold", Arial, sans-serif;
}

.footer-logo img{
  width: 175px !important;
}

.d-flex {
  display: flex
}

.footer-contact{
  padding: 0 3rem;
}

.footer ul {
  padding: 0;
  margin:0;
  list-style: none;
}

.footer-contact ul > li {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}

.footer-contact ul > li img {
  width: 3.5rem;
  margin-right: 2rem;
}


.footer-links {
  width: 100%;
  padding: 2rem 0 0 3rem;
  border-top: 1px solid #395272;
  border-bottom: 1px solid #395272;
}

.footer-links ul{
  padding:0;
  margin:0;
}

.social-heading {
    text-align: center;
}


.footer-links ul:first-child>li{
  margin-bottom: 1rem;
}

.footer-links ul:first-child>li>a{
  display:none
}

.footer-links ul:first-child li ul li{
  padding-bottom: 0.5rem;
}

.footer-links ul:first-child li ul li a{
  position:relative
}

.footer-links ul:first-child li ul li a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s all ease-in-out;
}

.footer-links ul:first-child li ul li a:hover:before{
  width: 100%;
  transition: 0.3s all ease-in-out;
}

.footer-links a:hover,
.footer-links a:focus{
  text-decoration:none
}

.footer-social {
  width: 100%;
  padding-top: 2rem;
}

.footer-social a {
  display: block;
  padding: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .footer-social a.optanon-toggle-display {
      text-align: center;  
  }
}

.footer-social h4{
  color:#fff;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-social ul{
  display: flex;
  margin-bottom:1rem;
  justify-content:center
}

.footer-social ul li{
  display: inline-block;
  margin: 0 1rem 0 0;
  border: 1px solid #395272;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
}

.footer-social ul li:hover{
  border: 1px solid #4e6f9b;
  transition: 0.3s all ease-in-out;
}

.footer-social ul li a {
  display: block;
  padding: 1rem;
  cursor: pointer;
}

.footer-social ul li a img {
  width: 2.7rem;
  height: 2.7rem;
}

.footer-copyright {
  text-align: center;
  border-top: 1px solid #395272;
  margin-top: 1rem;
  padding-top: 2rem;
}

footer.footer.lp .footer-copyright {
    border: 0;
}

.copyright-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



@media (min-width: 576px){

  .footer {
    padding: 3rem 15px 5rem;
  }

  .footer-contact{
    padding-left: 3rem;
    width: auto;
  }
  
  .footer-links ul:first-child{
  display:flex
  }

  .footer-links {
    display: block;
    padding: 2rem 0 0 3rem;
  }


  .footer-links ul:first-child>li{
    width:50%;
  }

  .footer-social {
    display: block;
    width: auto;
    padding-left: 3rem;
  }
  
  .footer-social ul{
  justify-content:flex-start
  }

  .footer-social h4{
    text-align:left
  }
  
  .social-heading {
    text-align: left;
}


}

@media (min-width: 768px){

  .footer-contact{
    padding-left: 3rem;
    width: 100%;
  }

  .footer-contact ul {
    display: flex;
    width: 100%;
  }

  .footer-contact ul > li {
    width:50%
  }

  .footer-links {
    display: flex;
    padding: 2rem 3rem 0 3rem;
    border-top: 1px solid #395272;
    border-bottom: 1px solid #395272;
  }

  .footer-links ul:first-child>li:first-child{
    padding-right: 4rem;
  }

  .footer-social {
    display: block;
    width: auto;
    padding-left: 3rem;
  }


}

@media (min-width: 992px){

  .d-flex {
    flex-wrap: nowrap 
  }

  .footer-contact{
    width: 28%;
    padding-left: 1.5rem;
    padding-right: 2rem;
  }

  .footer-contact ul{
    display: block;
  }

  .footer-contact ul > li {
    width:100%
  }

  .footer-links {
    width: 37%;
    border-left: 1px solid #395272;
    border-right: 1px solid #395272;
    border-top: none;
    border-bottom: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }


  .footer-links ul:first-child>li{
    width:auto;
  }

  .footer-social {
    width: 35%;
    padding-left: 2rem;
  }

  .footer-social ul li a img {
    width: 2rem;
    height: 2rem;
  }

  .footer-copyright {
    margin-top:3rem
  }

}


@media (min-width: 1200px){

  .footer-contact{
    padding-right: 3rem;
  }

  .footer-links {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .footer-social {
    padding-left: 3rem;
  }

}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.successpage-section1 .dnd-section>.row-fluid {
  position: relative;
  padding: 5rem 15px 10rem;
}  
.successpage-section1 .dnd-section {
  padding: 0;
  padding-top: 140px;
}
.insurancepage-section1 .dnd-section { 
  padding-top: 0;
  padding-bottom: 0;
}
.insurancepage-section1 .dnd-section > .row-fluid {
  padding: 0;
}
.insurancepage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem;
  color: #233246;
  margin-bottom: 2.5rem;
}
.insurancepage-section1 .hs_cos_wrapper_type_rich_text p {
  font-size: 1.67rem;
  line-height: 2.5rem;
}
.insurancepage-section1 .hs_cos_wrapper_type_rich_text {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  margin:0 auto;
}
.insurancepage-section2 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.insurancepage-section2 .dnd-section>.row-fluid {
  padding: 0;
}
.insurancepage-section2 .providers_Wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.insurancepage-section1 .providers_Wrap {
  padding-bottom: 0;
} 
.insurancepage-section2 .providers_Wrap .py-5 {
  padding: 0 !important;
}
.insurancepage-section2 .providers_Wrap .logo {  
  width: 50%;
}
.insurancepage-section1 .providers_Wrap .mb-5.container-fluid {
  margin-bottom: 0 !important;
}
.insurancepage-section2 .providers_Wrap .mb-5 .d-flex {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.insurancepage-section2 .providers_Wrap .mb-5.container-fluid {
  margin-bottom: 0 !important;
}
.aboutpage-section1 .dnd-section {
  padding: 169px 0 5rem 0;
}
.aboutpage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 4rem;
}
.aboutpage-section1 .hs_cos_wrapper_type_rich_text p {
  font-size: 1.34rem;
  line-height: 2rem;
} 
.aboutpage-section1 hr { 
  margin:0 auto;
  height: 0;
}
.aboutpage-section2 .dnd-section>.row-fluid {
  padding: 0;
}
.jagspage-section1 .dnd-section>.row-fluid {
  padding: 0;
}
.jagspage-section1 .home-hero .hero-content h2 {
  padding-top: 1.5rem;
}
.jagspage-section1 .home-hero .form a {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.jagspage-section1 .dnd-section {
  position: relative;
  padding: 7rem 0 4rem;
}
.jagspage-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.jagspage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem;
  color: #233246;
}
.jagspage-section1 .hs_cos_wrapper_type_rich_text p {
  font-size: 1.67rem;
  line-height: 2.5rem;
  color: #575756;
}
.referralpage-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.referralpage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem;
  color: #233246;
}
.referralpage-section1 .hs_cos_wrapper_type_rich_text p {
  color: #575756;
  font-size: 2rem; 
  line-height: 2.5rem;
  margin-bottom: 2rem; 
}
.referralpage-section1 .theSimpleWay_wrap { 
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -15px;
}
.referralpage-section1 .theSimpleWay_wrap .the_simply_way {
  padding: 0;
  order: 1;
  padding-bottom: 4rem;
}
.referralpage-section1 .theSimpleWay_wrap .make-it.make-it--white {
  order: 3;
}
.referralpage-section1 .theSimpleWay_wrap .container {
  order: 2;
}
.referralpage-section2 .dnd-section>.row-fluid { 
  padding: 0;
}
.referralpage-BannerSection .dnd-section {
  padding: 0;
}
.referralpage-BannerSection .dnd-section > .row-fluid {
  padding: 0;
}
.homepage-section1 .dnd_areamigration-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}
.homepage-section1 .home-hero .hero-content h2 {
  padding-top: 1.5rem;
}
.homepage-section1 .home-hero .form a {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.homepage-section1 .dnd_areamigration-row-2-force-full-width-section {
  padding: 0;
}
.homepage-section1 .dnd_areamigration-row-2-force-full-width-section > .row-fluid {
  padding: 0;
}
.homepage-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%; 
}
.homepage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem; 
  color: #233246;  
}
.homepage-section1 .hs_cos_wrapper_type_rich_text p { 
  font-size: 1.67rem;
  line-height: 2.5rem;
  color: #575756;
}
.cst-2-col-left-c2_grp #aside .hs-menu-wrapper>ul>li.clicked > a {
  font-family: "Gilroy-Bold", Arial, sans-serif;
}










@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) { 
  body {
    overflow-x:hidden; 
  }
}

@media (min-width: 576px) {
  .insurancepage-section1 .hs_cos_wrapper_type_rich_text h2, 
  .homepage-section1 .hs_cos_wrapper_type_rich_text h2, 
  .jagspage-section1 .hs_cos_wrapper_type_rich_text h2,
  .referralpage-section1 .hs_cos_wrapper_type_rich_text h2 {   
    font-size: 4rem;   
  }  
  .insurancepage-section2 .providers_Wrap .py-5 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .insurancepage-section2 .providers_Wrap .logo { 
    padding: 2rem;  
    width: 33%;
  }

}
@media (min-width:768px) {
  .insurancepage-section2 .providers_Wrap .py-5 .col-lg-4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .insurancepage-section2 .providers_Wrap .logo {
    width: 20%;
  }
  .aboutpage-section1 hr {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  } 
  .jagspage-section1 .home-hero .form > div > .col-md-5:last-child {
    margin-left: 3rem;  
  }
  .homepage-section1 .home-hero .form .col-md-5:last-child {
    margin-left: 3rem;
  }



}
@media (min-width: 1200px) {
  .insurancepage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .jagspage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .referralpage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .homepage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }


}

@media (max-width: 767px) {
  .successpage-section1 .dnd-section { 
    padding-top: 147px;
  }
  .jagspage-section1 .home-hero {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position-x: 60%;
  }
  .jagspage-section1 .home-hero .form > div > .col-md-5:last-child {
    padding-top: 1.5rem;
  }
  .homepage-section1 .home-hero {
    margin-top: 0;
    height: 700px;
    background-position-x: 60%;
  }
  .homepage-section1 .home-hero .form .col-md-5:last-child,
  .home-hero.banner_area .form .col-md-5:last-child{
    padding-top: 1.5rem;
  }
  .home-hero.banner_area .form .col-md-5:first-child,
  .homepage-section1 .home-hero .form .col-md-5:first-child{
    padding-top: 0;
  }
  .insurancepage-section1 .home-hero.banner_area {background-position: center center !important;}


} 

@media (max-width: 575px) {
  .jagspage-section1 .home-hero {
    position: relative;
    height: 600px;
    border: none;
    margin-top: 60px;
    align-items: flex-start;
    background-color: #000000;
  }
  .homepage-section1 .home-hero {
    position: relative;
    height: 600px;
    border: none;
    margin-top: 60px; 
    align-items: flex-start;
    background-color: #000000;
  } 


}

@media (max-width: 330px) {
  .jagspage-section1 .home-hero span.py-3.d-block,
  .homepage-section1 .home-hero span.py-3.d-block {
    display: none !important;
  }

}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.cell_16454658720302-margin {
  -webkit-box-shadow: 1px 1px 13px 0px rgba(0,0,0,0.46); 
  box-shadow: 1px 1px 13px 0px rgba(0,0,0,0.46);
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.successpage-section1 .dnd-section>.row-fluid {
  position: relative;
  padding: 5rem 15px 10rem;
}  
.successpage-section1 .dnd-section {
  padding: 0;
  padding-top: 140px;
}
.insurancepage-section1 .dnd-section { 
  padding-top: 0;
  padding-bottom: 0;
}
.insurancepage-section1 .dnd-section > .row-fluid {
  padding: 0;
}
.insurancepage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem;
  color: #233246;
  margin-bottom: 2.5rem;
}
.insurancepage-section1 .hs_cos_wrapper_type_rich_text p {
  font-size: 1.67rem;
  line-height: 2.5rem;
}
.insurancepage-section1 .hs_cos_wrapper_type_rich_text {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  margin:0 auto;
}
.insurancepage-section2 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.insurancepage-section2 .dnd-section>.row-fluid {
  padding: 0;
}
.insurancepage-section2 .providers_Wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.insurancepage-section1 .providers_Wrap {
  padding-bottom: 0;
} 
.insurancepage-section2 .providers_Wrap .py-5 {
  padding: 0 !important;
}
.insurancepage-section2 .providers_Wrap .logo {  
  width: 50%;
}
.insurancepage-section1 .providers_Wrap .mb-5.container-fluid {
  margin-bottom: 0 !important;
}
.insurancepage-section2 .providers_Wrap .mb-5 .d-flex {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.insurancepage-section2 .providers_Wrap .mb-5.container-fluid {
  margin-bottom: 0 !important;
}
.aboutpage-section1 .dnd-section {
  padding: 169px 0 5rem 0;
}
.aboutpage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 4rem;
}
.aboutpage-section1 .hs_cos_wrapper_type_rich_text p {
  font-size: 1.34rem;
  line-height: 2rem;
} 
.aboutpage-section1 hr { 
  margin:0 auto;
  height: 0;
}
.aboutpage-section2 .dnd-section>.row-fluid {
  padding: 0;
}
.jagspage-section1 .dnd-section>.row-fluid {
  padding: 0;
}
.jagspage-section1 .home-hero .hero-content h2 {
  padding-top: 1.5rem;
}
.jagspage-section1 .home-hero .form a {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.jagspage-section1 .dnd-section {
  position: relative;
  padding: 7rem 0 4rem;
}
.jagspage-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.jagspage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem;
  color: #233246;
}
.jagspage-section1 .hs_cos_wrapper_type_rich_text p {
  font-size: 1.67rem;
  line-height: 2.5rem;
  color: #575756;
}
.referralpage-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.referralpage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem;
  color: #233246;
}
.referralpage-section1 .hs_cos_wrapper_type_rich_text p {
  color: #575756;
  font-size: 2rem; 
  line-height: 2.5rem;
  margin-bottom: 2rem; 
}
.referralpage-section1 .theSimpleWay_wrap { 
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -15px;
}
.referralpage-section1 .theSimpleWay_wrap .the_simply_way {
  padding: 0;
  order: 1;
  padding-bottom: 4rem;
}
.referralpage-section1 .theSimpleWay_wrap .make-it.make-it--white {
  order: 3;
}
.referralpage-section1 .theSimpleWay_wrap .container {
  order: 2;
}
.referralpage-section2 .dnd-section>.row-fluid { 
  padding: 0;
}
.referralpage-BannerSection .dnd-section {
  padding: 0;
}
.referralpage-BannerSection .dnd-section > .row-fluid {
  padding: 0;
}
.homepage-section1 .dnd_areamigration-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}
.homepage-section1 .home-hero .hero-content h2 {
  padding-top: 1.5rem;
}
.homepage-section1 .home-hero .form a {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.homepage-section1 .dnd_areamigration-row-2-force-full-width-section {
  padding: 0;
}
.homepage-section1 .dnd_areamigration-row-2-force-full-width-section > .row-fluid {
  padding: 0;
}
.homepage-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%; 
}
.homepage-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  font-size: 3rem; 
  color: #233246;  
}
.homepage-section1 .hs_cos_wrapper_type_rich_text p { 
  font-size: 1.67rem;
  line-height: 2.5rem;
  color: #575756;
}
.cst-2-col-left-c2_grp #aside .hs-menu-wrapper>ul>li.clicked > a {
  font-family: "Gilroy-Bold", Arial, sans-serif;
}










@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) { 
  body {
    overflow-x:hidden; 
  }
}

@media (min-width: 576px) {
  .insurancepage-section1 .hs_cos_wrapper_type_rich_text h2, 
  .homepage-section1 .hs_cos_wrapper_type_rich_text h2, 
  .jagspage-section1 .hs_cos_wrapper_type_rich_text h2,
  .referralpage-section1 .hs_cos_wrapper_type_rich_text h2 {   
    font-size: 4rem;   
  }  
  .insurancepage-section2 .providers_Wrap .py-5 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .insurancepage-section2 .providers_Wrap .logo { 
    padding: 2rem;  
    width: 33%;
  }

}
@media (min-width:768px) {
  .insurancepage-section2 .providers_Wrap .py-5 .col-lg-4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .insurancepage-section2 .providers_Wrap .logo {
    width: 20%;
  }
  .aboutpage-section1 hr {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  } 
  .jagspage-section1 .home-hero .form > div > .col-md-5:last-child {
    margin-left: 3rem;  
  }
  .homepage-section1 .home-hero .form .col-md-5:last-child {
    margin-left: 3rem;
  }



}
@media (min-width: 1200px) {
  .insurancepage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .jagspage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .referralpage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .homepage-section1 .hs_cos_wrapper_type_rich_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }


}

@media (max-width: 767px) {
  .successpage-section1 .dnd-section { 
    padding-top: 147px;
  }
  .jagspage-section1 .home-hero {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position-x: 60%;
  }
  .jagspage-section1 .home-hero .form > div > .col-md-5:last-child {
    padding-top: 1.5rem;
  }
  .homepage-section1 .home-hero {
    margin-top: 0;
    height: 700px;
    background-position-x: 60%;
  }
  .homepage-section1 .home-hero .form .col-md-5:last-child,
  .home-hero.banner_area .form .col-md-5:last-child{
    padding-top: 1.5rem;
  }
  .home-hero.banner_area .form .col-md-5:first-child,
  .homepage-section1 .home-hero .form .col-md-5:first-child{
    padding-top: 0;
  }
  .insurancepage-section1 .home-hero.banner_area {background-position: center center !important;}


} 

@media (max-width: 575px) {
  .jagspage-section1 .home-hero {
    position: relative;
    height: 600px;
    border: none;
    margin-top: 60px;
    align-items: flex-start;
    background-color: #000000;
  }
  .homepage-section1 .home-hero {
    position: relative;
    height: 600px;
    border: none;
    margin-top: 60px; 
    align-items: flex-start;
    background-color: #000000;
  } 


}

@media (max-width: 330px) {
  .jagspage-section1 .home-hero span.py-3.d-block,
  .homepage-section1 .home-hero span.py-3.d-block {
    display: none !important;
  }

}