.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-small-row {
        flex-direction: row !important;
    }
    .flex-small-column {
        flex-direction: column !important;
    }
    .flex-small-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-small-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-small-wrap {
        flex-wrap: wrap !important;
    }
    .flex-small-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-small-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-small-fill {
        flex: 1 1 auto !important;
    }
    .flex-small-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-small-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-small-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-small-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-small-start {
        justify-content: flex-start !important;
    }
    .justify-content-small-end {
        justify-content: flex-end !important;
    }
    .justify-content-small-center {
        justify-content: center !important;
    }
    .justify-content-small-between {
        justify-content: space-between !important;
    }
    .justify-content-small-around {
        justify-content: space-around !important;
    }
    .align-items-small-start {
        align-items: flex-start !important;
    }
    .align-items-small-end {
        align-items: flex-end !important;
    }
    .align-items-small-center {
        align-items: center !important;
    }
    .align-items-small-baseline {
        align-items: baseline !important;
    }
    .align-items-small-stretch {
        align-items: stretch !important;
    }
    .align-content-small-start {
        align-content: flex-start !important;
    }
    .align-content-small-end {
        align-content: flex-end !important;
    }
    .align-content-small-center {
        align-content: center !important;
    }
    .align-content-small-between {
        align-content: space-between !important;
    }
    .align-content-small-around {
        align-content: space-around !important;
    }
    .align-content-small-stretch {
        align-content: stretch !important;
    }
    .align-self-small-auto {
        align-self: auto !important;
    }
    .align-self-small-start {
        align-self: flex-start !important;
    }
    .align-self-small-end {
        align-self: flex-end !important;
    }
    .align-self-small-center {
        align-self: center !important;
    }
    .align-self-small-baseline {
        align-self: baseline !important;
    }
    .align-self-small-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-tablet-row {
        flex-direction: row !important;
    }
    .flex-tablet-column {
        flex-direction: column !important;
    }
    .flex-tablet-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-tablet-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-tablet-wrap {
        flex-wrap: wrap !important;
    }
    .flex-tablet-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-tablet-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-tablet-fill {
        flex: 1 1 auto !important;
    }
    .flex-tablet-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-tablet-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-tablet-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-tablet-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-tablet-start {
        justify-content: flex-start !important;
    }
    .justify-content-tablet-end {
        justify-content: flex-end !important;
    }
    .justify-content-tablet-center {
        justify-content: center !important;
    }
    .justify-content-tablet-between {
        justify-content: space-between !important;
    }
    .justify-content-tablet-around {
        justify-content: space-around !important;
    }
    .align-items-tablet-start {
        align-items: flex-start !important;
    }
    .align-items-tablet-end {
        align-items: flex-end !important;
    }
    .align-items-tablet-center {
        align-items: center !important;
    }
    .align-items-tablet-baseline {
        align-items: baseline !important;
    }
    .align-items-tablet-stretch {
        align-items: stretch !important;
    }
    .align-content-tablet-start {
        align-content: flex-start !important;
    }
    .align-content-tablet-end {
        align-content: flex-end !important;
    }
    .align-content-tablet-center {
        align-content: center !important;
    }
    .align-content-tablet-between {
        align-content: space-between !important;
    }
    .align-content-tablet-around {
        align-content: space-around !important;
    }
    .align-content-tablet-stretch {
        align-content: stretch !important;
    }
    .align-self-tablet-auto {
        align-self: auto !important;
    }
    .align-self-tablet-start {
        align-self: flex-start !important;
    }
    .align-self-tablet-end {
        align-self: flex-end !important;
    }
    .align-self-tablet-center {
        align-self: center !important;
    }
    .align-self-tablet-baseline {
        align-self: baseline !important;
    }
    .align-self-tablet-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-medium-row {
        flex-direction: row !important;
    }
    .flex-medium-column {
        flex-direction: column !important;
    }
    .flex-medium-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-medium-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-medium-wrap {
        flex-wrap: wrap !important;
    }
    .flex-medium-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-medium-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-medium-fill {
        flex: 1 1 auto !important;
    }
    .flex-medium-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-medium-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-medium-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-medium-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-medium-start {
        justify-content: flex-start !important;
    }
    .justify-content-medium-end {
        justify-content: flex-end !important;
    }
    .justify-content-medium-center {
        justify-content: center !important;
    }
    .justify-content-medium-between {
        justify-content: space-between !important;
    }
    .justify-content-medium-around {
        justify-content: space-around !important;
    }
    .align-items-medium-start {
        align-items: flex-start !important;
    }
    .align-items-medium-end {
        align-items: flex-end !important;
    }
    .align-items-medium-center {
        align-items: center !important;
    }
    .align-items-medium-baseline {
        align-items: baseline !important;
    }
    .align-items-medium-stretch {
        align-items: stretch !important;
    }
    .align-content-medium-start {
        align-content: flex-start !important;
    }
    .align-content-medium-end {
        align-content: flex-end !important;
    }
    .align-content-medium-center {
        align-content: center !important;
    }
    .align-content-medium-between {
        align-content: space-between !important;
    }
    .align-content-medium-around {
        align-content: space-around !important;
    }
    .align-content-medium-stretch {
        align-content: stretch !important;
    }
    .align-self-medium-auto {
        align-self: auto !important;
    }
    .align-self-medium-start {
        align-self: flex-start !important;
    }
    .align-self-medium-end {
        align-self: flex-end !important;
    }
    .align-self-medium-center {
        align-self: center !important;
    }
    .align-self-medium-baseline {
        align-self: baseline !important;
    }
    .align-self-medium-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-large-row {
        flex-direction: row !important;
    }
    .flex-large-column {
        flex-direction: column !important;
    }
    .flex-large-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-large-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-large-wrap {
        flex-wrap: wrap !important;
    }
    .flex-large-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-large-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-large-fill {
        flex: 1 1 auto !important;
    }
    .flex-large-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-large-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-large-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-large-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-large-start {
        justify-content: flex-start !important;
    }
    .justify-content-large-end {
        justify-content: flex-end !important;
    }
    .justify-content-large-center {
        justify-content: center !important;
    }
    .justify-content-large-between {
        justify-content: space-between !important;
    }
    .justify-content-large-around {
        justify-content: space-around !important;
    }
    .align-items-large-start {
        align-items: flex-start !important;
    }
    .align-items-large-end {
        align-items: flex-end !important;
    }
    .align-items-large-center {
        align-items: center !important;
    }
    .align-items-large-baseline {
        align-items: baseline !important;
    }
    .align-items-large-stretch {
        align-items: stretch !important;
    }
    .align-content-large-start {
        align-content: flex-start !important;
    }
    .align-content-large-end {
        align-content: flex-end !important;
    }
    .align-content-large-center {
        align-content: center !important;
    }
    .align-content-large-between {
        align-content: space-between !important;
    }
    .align-content-large-around {
        align-content: space-around !important;
    }
    .align-content-large-stretch {
        align-content: stretch !important;
    }
    .align-self-large-auto {
        align-self: auto !important;
    }
    .align-self-large-start {
        align-self: flex-start !important;
    }
    .align-self-large-end {
        align-self: flex-end !important;
    }
    .align-self-large-center {
        align-self: center !important;
    }
    .align-self-large-baseline {
        align-self: baseline !important;
    }
    .align-self-large-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1361px) {
    .flex-xlarge-row {
        flex-direction: row !important;
    }
    .flex-xlarge-column {
        flex-direction: column !important;
    }
    .flex-xlarge-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xlarge-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xlarge-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xlarge-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xlarge-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xlarge-fill {
        flex: 1 1 auto !important;
    }
    .flex-xlarge-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xlarge-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xlarge-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xlarge-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xlarge-start {
        justify-content: flex-start !important;
    }
    .justify-content-xlarge-end {
        justify-content: flex-end !important;
    }
    .justify-content-xlarge-center {
        justify-content: center !important;
    }
    .justify-content-xlarge-between {
        justify-content: space-between !important;
    }
    .justify-content-xlarge-around {
        justify-content: space-around !important;
    }
    .align-items-xlarge-start {
        align-items: flex-start !important;
    }
    .align-items-xlarge-end {
        align-items: flex-end !important;
    }
    .align-items-xlarge-center {
        align-items: center !important;
    }
    .align-items-xlarge-baseline {
        align-items: baseline !important;
    }
    .align-items-xlarge-stretch {
        align-items: stretch !important;
    }
    .align-content-xlarge-start {
        align-content: flex-start !important;
    }
    .align-content-xlarge-end {
        align-content: flex-end !important;
    }
    .align-content-xlarge-center {
        align-content: center !important;
    }
    .align-content-xlarge-between {
        align-content: space-between !important;
    }
    .align-content-xlarge-around {
        align-content: space-around !important;
    }
    .align-content-xlarge-stretch {
        align-content: stretch !important;
    }
    .align-self-xlarge-auto {
        align-self: auto !important;
    }
    .align-self-xlarge-start {
        align-self: flex-start !important;
    }
    .align-self-xlarge-end {
        align-self: flex-end !important;
    }
    .align-self-xlarge-center {
        align-self: center !important;
    }
    .align-self-xlarge-baseline {
        align-self: baseline !important;
    }
    .align-self-xlarge-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1450px) {
    .flex-apos-row {
        flex-direction: row !important;
    }
    .flex-apos-column {
        flex-direction: column !important;
    }
    .flex-apos-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-apos-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-apos-wrap {
        flex-wrap: wrap !important;
    }
    .flex-apos-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-apos-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-apos-fill {
        flex: 1 1 auto !important;
    }
    .flex-apos-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-apos-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-apos-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-apos-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-apos-start {
        justify-content: flex-start !important;
    }
    .justify-content-apos-end {
        justify-content: flex-end !important;
    }
    .justify-content-apos-center {
        justify-content: center !important;
    }
    .justify-content-apos-between {
        justify-content: space-between !important;
    }
    .justify-content-apos-around {
        justify-content: space-around !important;
    }
    .align-items-apos-start {
        align-items: flex-start !important;
    }
    .align-items-apos-end {
        align-items: flex-end !important;
    }
    .align-items-apos-center {
        align-items: center !important;
    }
    .align-items-apos-baseline {
        align-items: baseline !important;
    }
    .align-items-apos-stretch {
        align-items: stretch !important;
    }
    .align-content-apos-start {
        align-content: flex-start !important;
    }
    .align-content-apos-end {
        align-content: flex-end !important;
    }
    .align-content-apos-center {
        align-content: center !important;
    }
    .align-content-apos-between {
        align-content: space-between !important;
    }
    .align-content-apos-around {
        align-content: space-around !important;
    }
    .align-content-apos-stretch {
        align-content: stretch !important;
    }
    .align-self-apos-auto {
        align-self: auto !important;
    }
    .align-self-apos-start {
        align-self: flex-start !important;
    }
    .align-self-apos-end {
        align-self: flex-end !important;
    }
    .align-self-apos-center {
        align-self: center !important;
    }
    .align-self-apos-baseline {
        align-self: baseline !important;
    }
    .align-self-apos-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1601px) {
    .flex-xxlarge-row {
        flex-direction: row !important;
    }
    .flex-xxlarge-column {
        flex-direction: column !important;
    }
    .flex-xxlarge-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxlarge-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxlarge-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxlarge-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxlarge-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxlarge-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxlarge-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxlarge-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxlarge-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxlarge-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxlarge-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxlarge-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxlarge-center {
        justify-content: center !important;
    }
    .justify-content-xxlarge-between {
        justify-content: space-between !important;
    }
    .justify-content-xxlarge-around {
        justify-content: space-around !important;
    }
    .align-items-xxlarge-start {
        align-items: flex-start !important;
    }
    .align-items-xxlarge-end {
        align-items: flex-end !important;
    }
    .align-items-xxlarge-center {
        align-items: center !important;
    }
    .align-items-xxlarge-baseline {
        align-items: baseline !important;
    }
    .align-items-xxlarge-stretch {
        align-items: stretch !important;
    }
    .align-content-xxlarge-start {
        align-content: flex-start !important;
    }
    .align-content-xxlarge-end {
        align-content: flex-end !important;
    }
    .align-content-xxlarge-center {
        align-content: center !important;
    }
    .align-content-xxlarge-between {
        align-content: space-between !important;
    }
    .align-content-xxlarge-around {
        align-content: space-around !important;
    }
    .align-content-xxlarge-stretch {
        align-content: stretch !important;
    }
    .align-self-xxlarge-auto {
        align-self: auto !important;
    }
    .align-self-xxlarge-start {
        align-self: flex-start !important;
    }
    .align-self-xxlarge-end {
        align-self: flex-end !important;
    }
    .align-self-xxlarge-center {
        align-self: center !important;
    }
    .align-self-xxlarge-baseline {
        align-self: baseline !important;
    }
    .align-self-xxlarge-stretch {
        align-self: stretch !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 embed,
.embed-responsive iframe,
.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.8571428571%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.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;
    font-size: 1.975rem;
    color: #ff133e;
    font-weight: 700;
}
.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-small-0 {
        margin: 0 !important;
    }
    .mt-small-0,
    .my-small-0 {
        margin-top: 0 !important;
    }
    .mr-small-0,
    .mx-small-0 {
        margin-right: 0 !important;
    }
    .mb-small-0,
    .my-small-0 {
        margin-bottom: 0 !important;
    }
    .ml-small-0,
    .mx-small-0 {
        margin-left: 0 !important;
    }
    .m-small-1 {
        margin: 0.25rem !important;
    }
    .mt-small-1,
    .my-small-1 {
        margin-top: 0.25rem !important;
    }
    .mr-small-1,
    .mx-small-1 {
        margin-right: 0.25rem !important;
    }
    .mb-small-1,
    .my-small-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-small-1,
    .mx-small-1 {
        margin-left: 0.25rem !important;
    }
    .m-small-2 {
        margin: 0.5rem !important;
    }
    .mt-small-2,
    .my-small-2 {
        margin-top: 0.5rem !important;
    }
    .mr-small-2,
    .mx-small-2 {
        margin-right: 0.5rem !important;
    }
    .mb-small-2,
    .my-small-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-small-2,
    .mx-small-2 {
        margin-left: 0.5rem !important;
    }
    .m-small-3 {
        margin: 1rem !important;
    }
    .mt-small-3,
    .my-small-3 {
        margin-top: 1rem !important;
    }
    .mr-small-3,
    .mx-small-3 {
        margin-right: 1rem !important;
    }
    .mb-small-3,
    .my-small-3 {
        margin-bottom: 1rem !important;
    }
    .ml-small-3,
    .mx-small-3 {
        margin-left: 1rem !important;
    }
    .m-small-4 {
        margin: 1.5rem !important;
    }
    .mt-small-4,
    .my-small-4 {
        margin-top: 1.5rem !important;
    }
    .mr-small-4,
    .mx-small-4 {
        margin-right: 1.5rem !important;
    }
    .mb-small-4,
    .my-small-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-small-4,
    .mx-small-4 {
        margin-left: 1.5rem !important;
    }
    .m-small-5 {
        margin: 3rem !important;
    }
    .mt-small-5,
    .my-small-5 {
        margin-top: 3rem !important;
    }
    .mr-small-5,
    .mx-small-5 {
        margin-right: 3rem !important;
    }
    .mb-small-5,
    .my-small-5 {
        margin-bottom: 3rem !important;
    }
    .ml-small-5,
    .mx-small-5 {
        margin-left: 3rem !important;
    }
    .p-small-0 {
        padding: 0 !important;
    }
    .pt-small-0,
    .py-small-0 {
        padding-top: 0 !important;
    }
    .pr-small-0,
    .px-small-0 {
        padding-right: 0 !important;
    }
    .pb-small-0,
    .py-small-0 {
        padding-bottom: 0 !important;
    }
    .pl-small-0,
    .px-small-0 {
        padding-left: 0 !important;
    }
    .p-small-1 {
        padding: 0.25rem !important;
    }
    .pt-small-1,
    .py-small-1 {
        padding-top: 0.25rem !important;
    }
    .pr-small-1,
    .px-small-1 {
        padding-right: 0.25rem !important;
    }
    .pb-small-1,
    .py-small-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-small-1,
    .px-small-1 {
        padding-left: 0.25rem !important;
    }
    .p-small-2 {
        padding: 0.5rem !important;
    }
    .pt-small-2,
    .py-small-2 {
        padding-top: 0.5rem !important;
    }
    .pr-small-2,
    .px-small-2 {
        padding-right: 0.5rem !important;
    }
    .pb-small-2,
    .py-small-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-small-2,
    .px-small-2 {
        padding-left: 0.5rem !important;
    }
    .p-small-3 {
        padding: 1rem !important;
    }
    .pt-small-3,
    .py-small-3 {
        padding-top: 1rem !important;
    }
    .pr-small-3,
    .px-small-3 {
        padding-right: 1rem !important;
    }
    .pb-small-3,
    .py-small-3 {
        padding-bottom: 1rem !important;
    }
    .pl-small-3,
    .px-small-3 {
        padding-left: 1rem !important;
    }
    .p-small-4 {
        padding: 1.5rem !important;
    }
    .pt-small-4,
    .py-small-4 {
        padding-top: 1.5rem !important;
    }
    .pr-small-4,
    .px-small-4 {
        padding-right: 1.5rem !important;
    }
    .pb-small-4,
    .py-small-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-small-4,
    .px-small-4 {
        padding-left: 1.5rem !important;
    }
    .p-small-5 {
        padding: 3rem !important;
    }
    .pt-small-5,
    .py-small-5 {
        padding-top: 3rem !important;
    }
    .pr-small-5,
    .px-small-5 {
        padding-right: 3rem !important;
    }
    .pb-small-5,
    .py-small-5 {
        padding-bottom: 3rem !important;
    }
    .pl-small-5,
    .px-small-5 {
        padding-left: 3rem !important;
    }
    .m-small-n1 {
        margin: -0.25rem !important;
    }
    .mt-small-n1,
    .my-small-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-small-n1,
    .mx-small-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-small-n1,
    .my-small-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-small-n1,
    .mx-small-n1 {
        margin-left: -0.25rem !important;
    }
    .m-small-n2 {
        margin: -0.5rem !important;
    }
    .mt-small-n2,
    .my-small-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-small-n2,
    .mx-small-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-small-n2,
    .my-small-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-small-n2,
    .mx-small-n2 {
        margin-left: -0.5rem !important;
    }
    .m-small-n3 {
        margin: -1rem !important;
    }
    .mt-small-n3,
    .my-small-n3 {
        margin-top: -1rem !important;
    }
    .mr-small-n3,
    .mx-small-n3 {
        margin-right: -1rem !important;
    }
    .mb-small-n3,
    .my-small-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-small-n3,
    .mx-small-n3 {
        margin-left: -1rem !important;
    }
    .m-small-n4 {
        margin: -1.5rem !important;
    }
    .mt-small-n4,
    .my-small-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-small-n4,
    .mx-small-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-small-n4,
    .my-small-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-small-n4,
    .mx-small-n4 {
        margin-left: -1.5rem !important;
    }
    .m-small-n5 {
        margin: -3rem !important;
    }
    .mt-small-n5,
    .my-small-n5 {
        margin-top: -3rem !important;
    }
    .mr-small-n5,
    .mx-small-n5 {
        margin-right: -3rem !important;
    }
    .mb-small-n5,
    .my-small-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-small-n5,
    .mx-small-n5 {
        margin-left: -3rem !important;
    }
    .m-small-auto {
        margin: auto !important;
    }
    .mt-small-auto,
    .my-small-auto {
        margin-top: auto !important;
    }
    .mr-small-auto,
    .mx-small-auto {
        margin-right: auto !important;
    }
    .mb-small-auto,
    .my-small-auto {
        margin-bottom: auto !important;
    }
    .ml-small-auto,
    .mx-small-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-tablet-0 {
        margin: 0 !important;
    }
    .mt-tablet-0,
    .my-tablet-0 {
        margin-top: 0 !important;
    }
    .mr-tablet-0,
    .mx-tablet-0 {
        margin-right: 0 !important;
    }
    .mb-tablet-0,
    .my-tablet-0 {
        margin-bottom: 0 !important;
    }
    .ml-tablet-0,
    .mx-tablet-0 {
        margin-left: 0 !important;
    }
    .m-tablet-1 {
        margin: 0.25rem !important;
    }
    .mt-tablet-1,
    .my-tablet-1 {
        margin-top: 0.25rem !important;
    }
    .mr-tablet-1,
    .mx-tablet-1 {
        margin-right: 0.25rem !important;
    }
    .mb-tablet-1,
    .my-tablet-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-tablet-1,
    .mx-tablet-1 {
        margin-left: 0.25rem !important;
    }
    .m-tablet-2 {
        margin: 0.5rem !important;
    }
    .mt-tablet-2,
    .my-tablet-2 {
        margin-top: 0.5rem !important;
    }
    .mr-tablet-2,
    .mx-tablet-2 {
        margin-right: 0.5rem !important;
    }
    .mb-tablet-2,
    .my-tablet-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-tablet-2,
    .mx-tablet-2 {
        margin-left: 0.5rem !important;
    }
    .m-tablet-3 {
        margin: 1rem !important;
    }
    .mt-tablet-3,
    .my-tablet-3 {
        margin-top: 1rem !important;
    }
    .mr-tablet-3,
    .mx-tablet-3 {
        margin-right: 1rem !important;
    }
    .mb-tablet-3,
    .my-tablet-3 {
        margin-bottom: 1rem !important;
    }
    .ml-tablet-3,
    .mx-tablet-3 {
        margin-left: 1rem !important;
    }
    .m-tablet-4 {
        margin: 1.5rem !important;
    }
    .mt-tablet-4,
    .my-tablet-4 {
        margin-top: 1.5rem !important;
    }
    .mr-tablet-4,
    .mx-tablet-4 {
        margin-right: 1.5rem !important;
    }
    .mb-tablet-4,
    .my-tablet-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-tablet-4,
    .mx-tablet-4 {
        margin-left: 1.5rem !important;
    }
    .m-tablet-5 {
        margin: 3rem !important;
    }
    .mt-tablet-5,
    .my-tablet-5 {
        margin-top: 3rem !important;
    }
    .mr-tablet-5,
    .mx-tablet-5 {
        margin-right: 3rem !important;
    }
    .mb-tablet-5,
    .my-tablet-5 {
        margin-bottom: 3rem !important;
    }
    .ml-tablet-5,
    .mx-tablet-5 {
        margin-left: 3rem !important;
    }
    .p-tablet-0 {
        padding: 0 !important;
    }
    .pt-tablet-0,
    .py-tablet-0 {
        padding-top: 0 !important;
    }
    .pr-tablet-0,
    .px-tablet-0 {
        padding-right: 0 !important;
    }
    .pb-tablet-0,
    .py-tablet-0 {
        padding-bottom: 0 !important;
    }
    .pl-tablet-0,
    .px-tablet-0 {
        padding-left: 0 !important;
    }
    .p-tablet-1 {
        padding: 0.25rem !important;
    }
    .pt-tablet-1,
    .py-tablet-1 {
        padding-top: 0.25rem !important;
    }
    .pr-tablet-1,
    .px-tablet-1 {
        padding-right: 0.25rem !important;
    }
    .pb-tablet-1,
    .py-tablet-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-tablet-1,
    .px-tablet-1 {
        padding-left: 0.25rem !important;
    }
    .p-tablet-2 {
        padding: 0.5rem !important;
    }
    .pt-tablet-2,
    .py-tablet-2 {
        padding-top: 0.5rem !important;
    }
    .pr-tablet-2,
    .px-tablet-2 {
        padding-right: 0.5rem !important;
    }
    .pb-tablet-2,
    .py-tablet-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-tablet-2,
    .px-tablet-2 {
        padding-left: 0.5rem !important;
    }
    .p-tablet-3 {
        padding: 1rem !important;
    }
    .pt-tablet-3,
    .py-tablet-3 {
        padding-top: 1rem !important;
    }
    .pr-tablet-3,
    .px-tablet-3 {
        padding-right: 1rem !important;
    }
    .pb-tablet-3,
    .py-tablet-3 {
        padding-bottom: 1rem !important;
    }
    .pl-tablet-3,
    .px-tablet-3 {
        padding-left: 1rem !important;
    }
    .p-tablet-4 {
        padding: 1.5rem !important;
    }
    .pt-tablet-4,
    .py-tablet-4 {
        padding-top: 1.5rem !important;
    }
    .pr-tablet-4,
    .px-tablet-4 {
        padding-right: 1.5rem !important;
    }
    .pb-tablet-4,
    .py-tablet-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-tablet-4,
    .px-tablet-4 {
        padding-left: 1.5rem !important;
    }
    .p-tablet-5 {
        padding: 3rem !important;
    }
    .pt-tablet-5,
    .py-tablet-5 {
        padding-top: 3rem !important;
    }
    .pr-tablet-5,
    .px-tablet-5 {
        padding-right: 3rem !important;
    }
    .pb-tablet-5,
    .py-tablet-5 {
        padding-bottom: 3rem !important;
    }
    .pl-tablet-5,
    .px-tablet-5 {
        padding-left: 3rem !important;
    }
    .m-tablet-n1 {
        margin: -0.25rem !important;
    }
    .mt-tablet-n1,
    .my-tablet-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-tablet-n1,
    .mx-tablet-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-tablet-n1,
    .my-tablet-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-tablet-n1,
    .mx-tablet-n1 {
        margin-left: -0.25rem !important;
    }
    .m-tablet-n2 {
        margin: -0.5rem !important;
    }
    .mt-tablet-n2,
    .my-tablet-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-tablet-n2,
    .mx-tablet-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-tablet-n2,
    .my-tablet-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-tablet-n2,
    .mx-tablet-n2 {
        margin-left: -0.5rem !important;
    }
    .m-tablet-n3 {
        margin: -1rem !important;
    }
    .mt-tablet-n3,
    .my-tablet-n3 {
        margin-top: -1rem !important;
    }
    .mr-tablet-n3,
    .mx-tablet-n3 {
        margin-right: -1rem !important;
    }
    .mb-tablet-n3,
    .my-tablet-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-tablet-n3,
    .mx-tablet-n3 {
        margin-left: -1rem !important;
    }
    .m-tablet-n4 {
        margin: -1.5rem !important;
    }
    .mt-tablet-n4,
    .my-tablet-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-tablet-n4,
    .mx-tablet-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-tablet-n4,
    .my-tablet-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-tablet-n4,
    .mx-tablet-n4 {
        margin-left: -1.5rem !important;
    }
    .m-tablet-n5 {
        margin: -3rem !important;
    }
    .mt-tablet-n5,
    .my-tablet-n5 {
        margin-top: -3rem !important;
    }
    .mr-tablet-n5,
    .mx-tablet-n5 {
        margin-right: -3rem !important;
    }
    .mb-tablet-n5,
    .my-tablet-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-tablet-n5,
    .mx-tablet-n5 {
        margin-left: -3rem !important;
    }
    .m-tablet-auto {
        margin: auto !important;
    }
    .mt-tablet-auto,
    .my-tablet-auto {
        margin-top: auto !important;
    }
    .mr-tablet-auto,
    .mx-tablet-auto {
        margin-right: auto !important;
    }
    .mb-tablet-auto,
    .my-tablet-auto {
        margin-bottom: auto !important;
    }
    .ml-tablet-auto,
    .mx-tablet-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-medium-0 {
        margin: 0 !important;
    }
    .mt-medium-0,
    .my-medium-0 {
        margin-top: 0 !important;
    }
    .mr-medium-0,
    .mx-medium-0 {
        margin-right: 0 !important;
    }
    .mb-medium-0,
    .my-medium-0 {
        margin-bottom: 0 !important;
    }
    .ml-medium-0,
    .mx-medium-0 {
        margin-left: 0 !important;
    }
    .m-medium-1 {
        margin: 0.25rem !important;
    }
    .mt-medium-1,
    .my-medium-1 {
        margin-top: 0.25rem !important;
    }
    .mr-medium-1,
    .mx-medium-1 {
        margin-right: 0.25rem !important;
    }
    .mb-medium-1,
    .my-medium-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-medium-1,
    .mx-medium-1 {
        margin-left: 0.25rem !important;
    }
    .m-medium-2 {
        margin: 0.5rem !important;
    }
    .mt-medium-2,
    .my-medium-2 {
        margin-top: 0.5rem !important;
    }
    .mr-medium-2,
    .mx-medium-2 {
        margin-right: 0.5rem !important;
    }
    .mb-medium-2,
    .my-medium-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-medium-2,
    .mx-medium-2 {
        margin-left: 0.5rem !important;
    }
    .m-medium-3 {
        margin: 1rem !important;
    }
    .mt-medium-3,
    .my-medium-3 {
        margin-top: 1rem !important;
    }
    .mr-medium-3,
    .mx-medium-3 {
        margin-right: 1rem !important;
    }
    .mb-medium-3,
    .my-medium-3 {
        margin-bottom: 1rem !important;
    }
    .ml-medium-3,
    .mx-medium-3 {
        margin-left: 1rem !important;
    }
    .m-medium-4 {
        margin: 1.5rem !important;
    }
    .mt-medium-4,
    .my-medium-4 {
        margin-top: 1.5rem !important;
    }
    .mr-medium-4,
    .mx-medium-4 {
        margin-right: 1.5rem !important;
    }
    .mb-medium-4,
    .my-medium-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-medium-4,
    .mx-medium-4 {
        margin-left: 1.5rem !important;
    }
    .m-medium-5 {
        margin: 3rem !important;
    }
    .mt-medium-5,
    .my-medium-5 {
        margin-top: 3rem !important;
    }
    .mr-medium-5,
    .mx-medium-5 {
        margin-right: 3rem !important;
    }
    .mb-medium-5,
    .my-medium-5 {
        margin-bottom: 3rem !important;
    }
    .ml-medium-5,
    .mx-medium-5 {
        margin-left: 3rem !important;
    }
    .p-medium-0 {
        padding: 0 !important;
    }
    .pt-medium-0,
    .py-medium-0 {
        padding-top: 0 !important;
    }
    .pr-medium-0,
    .px-medium-0 {
        padding-right: 0 !important;
    }
    .pb-medium-0,
    .py-medium-0 {
        padding-bottom: 0 !important;
    }
    .pl-medium-0,
    .px-medium-0 {
        padding-left: 0 !important;
    }
    .p-medium-1 {
        padding: 0.25rem !important;
    }
    .pt-medium-1,
    .py-medium-1 {
        padding-top: 0.25rem !important;
    }
    .pr-medium-1,
    .px-medium-1 {
        padding-right: 0.25rem !important;
    }
    .pb-medium-1,
    .py-medium-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-medium-1,
    .px-medium-1 {
        padding-left: 0.25rem !important;
    }
    .p-medium-2 {
        padding: 0.5rem !important;
    }
    .pt-medium-2,
    .py-medium-2 {
        padding-top: 0.5rem !important;
    }
    .pr-medium-2,
    .px-medium-2 {
        padding-right: 0.5rem !important;
    }
    .pb-medium-2,
    .py-medium-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-medium-2,
    .px-medium-2 {
        padding-left: 0.5rem !important;
    }
    .p-medium-3 {
        padding: 1rem !important;
    }
    .pt-medium-3,
    .py-medium-3 {
        padding-top: 1rem !important;
    }
    .pr-medium-3,
    .px-medium-3 {
        padding-right: 1rem !important;
    }
    .pb-medium-3,
    .py-medium-3 {
        padding-bottom: 1rem !important;
    }
    .pl-medium-3,
    .px-medium-3 {
        padding-left: 1rem !important;
    }
    .p-medium-4 {
        padding: 1.5rem !important;
    }
    .pt-medium-4,
    .py-medium-4 {
        padding-top: 1.5rem !important;
    }
    .pr-medium-4,
    .px-medium-4 {
        padding-right: 1.5rem !important;
    }
    .pb-medium-4,
    .py-medium-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-medium-4,
    .px-medium-4 {
        padding-left: 1.5rem !important;
    }
    .p-medium-5 {
        padding: 3rem !important;
    }
    .pt-medium-5,
    .py-medium-5 {
        padding-top: 3rem !important;
    }
    .pr-medium-5,
    .px-medium-5 {
        padding-right: 3rem !important;
    }
    .pb-medium-5,
    .py-medium-5 {
        padding-bottom: 3rem !important;
    }
    .pl-medium-5,
    .px-medium-5 {
        padding-left: 3rem !important;
    }
    .m-medium-n1 {
        margin: -0.25rem !important;
    }
    .mt-medium-n1,
    .my-medium-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-medium-n1,
    .mx-medium-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-medium-n1,
    .my-medium-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-medium-n1,
    .mx-medium-n1 {
        margin-left: -0.25rem !important;
    }
    .m-medium-n2 {
        margin: -0.5rem !important;
    }
    .mt-medium-n2,
    .my-medium-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-medium-n2,
    .mx-medium-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-medium-n2,
    .my-medium-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-medium-n2,
    .mx-medium-n2 {
        margin-left: -0.5rem !important;
    }
    .m-medium-n3 {
        margin: -1rem !important;
    }
    .mt-medium-n3,
    .my-medium-n3 {
        margin-top: -1rem !important;
    }
    .mr-medium-n3,
    .mx-medium-n3 {
        margin-right: -1rem !important;
    }
    .mb-medium-n3,
    .my-medium-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-medium-n3,
    .mx-medium-n3 {
        margin-left: -1rem !important;
    }
    .m-medium-n4 {
        margin: -1.5rem !important;
    }
    .mt-medium-n4,
    .my-medium-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-medium-n4,
    .mx-medium-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-medium-n4,
    .my-medium-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-medium-n4,
    .mx-medium-n4 {
        margin-left: -1.5rem !important;
    }
    .m-medium-n5 {
        margin: -3rem !important;
    }
    .mt-medium-n5,
    .my-medium-n5 {
        margin-top: -3rem !important;
    }
    .mr-medium-n5,
    .mx-medium-n5 {
        margin-right: -3rem !important;
    }
    .mb-medium-n5,
    .my-medium-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-medium-n5,
    .mx-medium-n5 {
        margin-left: -3rem !important;
    }
    .m-medium-auto {
        margin: auto !important;
    }
    .mt-medium-auto,
    .my-medium-auto {
        margin-top: auto !important;
    }
    .mr-medium-auto,
    .mx-medium-auto {
        margin-right: auto !important;
    }
    .mb-medium-auto,
    .my-medium-auto {
        margin-bottom: auto !important;
    }
    .ml-medium-auto,
    .mx-medium-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-large-0 {
        margin: 0 !important;
    }
    .mt-large-0,
    .my-large-0 {
        margin-top: 0 !important;
    }
    .mr-large-0,
    .mx-large-0 {
        margin-right: 0 !important;
    }
    .mb-large-0,
    .my-large-0 {
        margin-bottom: 0 !important;
    }
    .ml-large-0,
    .mx-large-0 {
        margin-left: 0 !important;
    }
    .m-large-1 {
        margin: 0.25rem !important;
    }
    .mt-large-1,
    .my-large-1 {
        margin-top: 0.25rem !important;
    }
    .mr-large-1,
    .mx-large-1 {
        margin-right: 0.25rem !important;
    }
    .mb-large-1,
    .my-large-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-large-1,
    .mx-large-1 {
        margin-left: 0.25rem !important;
    }
    .m-large-2 {
        margin: 0.5rem !important;
    }
    .mt-large-2,
    .my-large-2 {
        margin-top: 0.5rem !important;
    }
    .mr-large-2,
    .mx-large-2 {
        margin-right: 0.5rem !important;
    }
    .mb-large-2,
    .my-large-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-large-2,
    .mx-large-2 {
        margin-left: 0.5rem !important;
    }
    .m-large-3 {
        margin: 1rem !important;
    }
    .mt-large-3,
    .my-large-3 {
        margin-top: 1rem !important;
    }
    .mr-large-3,
    .mx-large-3 {
        margin-right: 1rem !important;
    }
    .mb-large-3,
    .my-large-3 {
        margin-bottom: 1rem !important;
    }
    .ml-large-3,
    .mx-large-3 {
        margin-left: 1rem !important;
    }
    .m-large-4 {
        margin: 1.5rem !important;
    }
    .mt-large-4,
    .my-large-4 {
        margin-top: 1.5rem !important;
    }
    .mr-large-4,
    .mx-large-4 {
        margin-right: 1.5rem !important;
    }
    .mb-large-4,
    .my-large-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-large-4,
    .mx-large-4 {
        margin-left: 1.5rem !important;
    }
    .m-large-5 {
        margin: 3rem !important;
    }
    .mt-large-5,
    .my-large-5 {
        margin-top: 3rem !important;
    }
    .mr-large-5,
    .mx-large-5 {
        margin-right: 3rem !important;
    }
    .mb-large-5,
    .my-large-5 {
        margin-bottom: 3rem !important;
    }
    .ml-large-5,
    .mx-large-5 {
        margin-left: 3rem !important;
    }
    .p-large-0 {
        padding: 0 !important;
    }
    .pt-large-0,
    .py-large-0 {
        padding-top: 0 !important;
    }
    .pr-large-0,
    .px-large-0 {
        padding-right: 0 !important;
    }
    .pb-large-0,
    .py-large-0 {
        padding-bottom: 0 !important;
    }
    .pl-large-0,
    .px-large-0 {
        padding-left: 0 !important;
    }
    .p-large-1 {
        padding: 0.25rem !important;
    }
    .pt-large-1,
    .py-large-1 {
        padding-top: 0.25rem !important;
    }
    .pr-large-1,
    .px-large-1 {
        padding-right: 0.25rem !important;
    }
    .pb-large-1,
    .py-large-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-large-1,
    .px-large-1 {
        padding-left: 0.25rem !important;
    }
    .p-large-2 {
        padding: 0.5rem !important;
    }
    .pt-large-2,
    .py-large-2 {
        padding-top: 0.5rem !important;
    }
    .pr-large-2,
    .px-large-2 {
        padding-right: 0.5rem !important;
    }
    .pb-large-2,
    .py-large-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-large-2,
    .px-large-2 {
        padding-left: 0.5rem !important;
    }
    .p-large-3 {
        padding: 1rem !important;
    }
    .pt-large-3,
    .py-large-3 {
        padding-top: 1rem !important;
    }
    .pr-large-3,
    .px-large-3 {
        padding-right: 1rem !important;
    }
    .pb-large-3,
    .py-large-3 {
        padding-bottom: 1rem !important;
    }
    .pl-large-3,
    .px-large-3 {
        padding-left: 1rem !important;
    }
    .p-large-4 {
        padding: 1.5rem !important;
    }
    .pt-large-4,
    .py-large-4 {
        padding-top: 1.5rem !important;
    }
    .pr-large-4,
    .px-large-4 {
        padding-right: 1.5rem !important;
    }
    .pb-large-4,
    .py-large-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-large-4,
    .px-large-4 {
        padding-left: 1.5rem !important;
    }
    .p-large-5 {
        padding: 3rem !important;
    }
    .pt-large-5,
    .py-large-5 {
        padding-top: 3rem !important;
    }
    .pr-large-5,
    .px-large-5 {
        padding-right: 3rem !important;
    }
    .pb-large-5,
    .py-large-5 {
        padding-bottom: 3rem !important;
    }
    .pl-large-5,
    .px-large-5 {
        padding-left: 3rem !important;
    }
    .m-large-n1 {
        margin: -0.25rem !important;
    }
    .mt-large-n1,
    .my-large-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-large-n1,
    .mx-large-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-large-n1,
    .my-large-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-large-n1,
    .mx-large-n1 {
        margin-left: -0.25rem !important;
    }
    .m-large-n2 {
        margin: -0.5rem !important;
    }
    .mt-large-n2,
    .my-large-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-large-n2,
    .mx-large-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-large-n2,
    .my-large-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-large-n2,
    .mx-large-n2 {
        margin-left: -0.5rem !important;
    }
    .m-large-n3 {
        margin: -1rem !important;
    }
    .mt-large-n3,
    .my-large-n3 {
        margin-top: -1rem !important;
    }
    .mr-large-n3,
    .mx-large-n3 {
        margin-right: -1rem !important;
    }
    .mb-large-n3,
    .my-large-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-large-n3,
    .mx-large-n3 {
        margin-left: -1rem !important;
    }
    .m-large-n4 {
        margin: -1.5rem !important;
    }
    .mt-large-n4,
    .my-large-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-large-n4,
    .mx-large-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-large-n4,
    .my-large-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-large-n4,
    .mx-large-n4 {
        margin-left: -1.5rem !important;
    }
    .m-large-n5 {
        margin: -3rem !important;
    }
    .mt-large-n5,
    .my-large-n5 {
        margin-top: -3rem !important;
    }
    .mr-large-n5,
    .mx-large-n5 {
        margin-right: -3rem !important;
    }
    .mb-large-n5,
    .my-large-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-large-n5,
    .mx-large-n5 {
        margin-left: -3rem !important;
    }
    .m-large-auto {
        margin: auto !important;
    }
    .mt-large-auto,
    .my-large-auto {
        margin-top: auto !important;
    }
    .mr-large-auto,
    .mx-large-auto {
        margin-right: auto !important;
    }
    .mb-large-auto,
    .my-large-auto {
        margin-bottom: auto !important;
    }
    .ml-large-auto,
    .mx-large-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1361px) {
    .m-xlarge-0 {
        margin: 0 !important;
    }
    .mt-xlarge-0,
    .my-xlarge-0 {
        margin-top: 0 !important;
    }
    .mr-xlarge-0,
    .mx-xlarge-0 {
        margin-right: 0 !important;
    }
    .mb-xlarge-0,
    .my-xlarge-0 {
        margin-bottom: 0 !important;
    }
    .ml-xlarge-0,
    .mx-xlarge-0 {
        margin-left: 0 !important;
    }
    .m-xlarge-1 {
        margin: 0.25rem !important;
    }
    .mt-xlarge-1,
    .my-xlarge-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xlarge-1,
    .mx-xlarge-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xlarge-1,
    .my-xlarge-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xlarge-1,
    .mx-xlarge-1 {
        margin-left: 0.25rem !important;
    }
    .m-xlarge-2 {
        margin: 0.5rem !important;
    }
    .mt-xlarge-2,
    .my-xlarge-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xlarge-2,
    .mx-xlarge-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xlarge-2,
    .my-xlarge-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xlarge-2,
    .mx-xlarge-2 {
        margin-left: 0.5rem !important;
    }
    .m-xlarge-3 {
        margin: 1rem !important;
    }
    .mt-xlarge-3,
    .my-xlarge-3 {
        margin-top: 1rem !important;
    }
    .mr-xlarge-3,
    .mx-xlarge-3 {
        margin-right: 1rem !important;
    }
    .mb-xlarge-3,
    .my-xlarge-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xlarge-3,
    .mx-xlarge-3 {
        margin-left: 1rem !important;
    }
    .m-xlarge-4 {
        margin: 1.5rem !important;
    }
    .mt-xlarge-4,
    .my-xlarge-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xlarge-4,
    .mx-xlarge-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xlarge-4,
    .my-xlarge-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xlarge-4,
    .mx-xlarge-4 {
        margin-left: 1.5rem !important;
    }
    .m-xlarge-5 {
        margin: 3rem !important;
    }
    .mt-xlarge-5,
    .my-xlarge-5 {
        margin-top: 3rem !important;
    }
    .mr-xlarge-5,
    .mx-xlarge-5 {
        margin-right: 3rem !important;
    }
    .mb-xlarge-5,
    .my-xlarge-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xlarge-5,
    .mx-xlarge-5 {
        margin-left: 3rem !important;
    }
    .p-xlarge-0 {
        padding: 0 !important;
    }
    .pt-xlarge-0,
    .py-xlarge-0 {
        padding-top: 0 !important;
    }
    .pr-xlarge-0,
    .px-xlarge-0 {
        padding-right: 0 !important;
    }
    .pb-xlarge-0,
    .py-xlarge-0 {
        padding-bottom: 0 !important;
    }
    .pl-xlarge-0,
    .px-xlarge-0 {
        padding-left: 0 !important;
    }
    .p-xlarge-1 {
        padding: 0.25rem !important;
    }
    .pt-xlarge-1,
    .py-xlarge-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xlarge-1,
    .px-xlarge-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xlarge-1,
    .py-xlarge-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xlarge-1,
    .px-xlarge-1 {
        padding-left: 0.25rem !important;
    }
    .p-xlarge-2 {
        padding: 0.5rem !important;
    }
    .pt-xlarge-2,
    .py-xlarge-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xlarge-2,
    .px-xlarge-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xlarge-2,
    .py-xlarge-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xlarge-2,
    .px-xlarge-2 {
        padding-left: 0.5rem !important;
    }
    .p-xlarge-3 {
        padding: 1rem !important;
    }
    .pt-xlarge-3,
    .py-xlarge-3 {
        padding-top: 1rem !important;
    }
    .pr-xlarge-3,
    .px-xlarge-3 {
        padding-right: 1rem !important;
    }
    .pb-xlarge-3,
    .py-xlarge-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xlarge-3,
    .px-xlarge-3 {
        padding-left: 1rem !important;
    }
    .p-xlarge-4 {
        padding: 1.5rem !important;
    }
    .pt-xlarge-4,
    .py-xlarge-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xlarge-4,
    .px-xlarge-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xlarge-4,
    .py-xlarge-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xlarge-4,
    .px-xlarge-4 {
        padding-left: 1.5rem !important;
    }
    .p-xlarge-5 {
        padding: 3rem !important;
    }
    .pt-xlarge-5,
    .py-xlarge-5 {
        padding-top: 3rem !important;
    }
    .pr-xlarge-5,
    .px-xlarge-5 {
        padding-right: 3rem !important;
    }
    .pb-xlarge-5,
    .py-xlarge-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xlarge-5,
    .px-xlarge-5 {
        padding-left: 3rem !important;
    }
    .m-xlarge-n1 {
        margin: -0.25rem !important;
    }
    .mt-xlarge-n1,
    .my-xlarge-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xlarge-n1,
    .mx-xlarge-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xlarge-n1,
    .my-xlarge-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xlarge-n1,
    .mx-xlarge-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xlarge-n2 {
        margin: -0.5rem !important;
    }
    .mt-xlarge-n2,
    .my-xlarge-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xlarge-n2,
    .mx-xlarge-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xlarge-n2,
    .my-xlarge-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xlarge-n2,
    .mx-xlarge-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xlarge-n3 {
        margin: -1rem !important;
    }
    .mt-xlarge-n3,
    .my-xlarge-n3 {
        margin-top: -1rem !important;
    }
    .mr-xlarge-n3,
    .mx-xlarge-n3 {
        margin-right: -1rem !important;
    }
    .mb-xlarge-n3,
    .my-xlarge-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xlarge-n3,
    .mx-xlarge-n3 {
        margin-left: -1rem !important;
    }
    .m-xlarge-n4 {
        margin: -1.5rem !important;
    }
    .mt-xlarge-n4,
    .my-xlarge-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xlarge-n4,
    .mx-xlarge-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xlarge-n4,
    .my-xlarge-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xlarge-n4,
    .mx-xlarge-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xlarge-n5 {
        margin: -3rem !important;
    }
    .mt-xlarge-n5,
    .my-xlarge-n5 {
        margin-top: -3rem !important;
    }
    .mr-xlarge-n5,
    .mx-xlarge-n5 {
        margin-right: -3rem !important;
    }
    .mb-xlarge-n5,
    .my-xlarge-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xlarge-n5,
    .mx-xlarge-n5 {
        margin-left: -3rem !important;
    }
    .m-xlarge-auto {
        margin: auto !important;
    }
    .mt-xlarge-auto,
    .my-xlarge-auto {
        margin-top: auto !important;
    }
    .mr-xlarge-auto,
    .mx-xlarge-auto {
        margin-right: auto !important;
    }
    .mb-xlarge-auto,
    .my-xlarge-auto {
        margin-bottom: auto !important;
    }
    .ml-xlarge-auto,
    .mx-xlarge-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1450px) {
    .m-apos-0 {
        margin: 0 !important;
    }
    .mt-apos-0,
    .my-apos-0 {
        margin-top: 0 !important;
    }
    .mr-apos-0,
    .mx-apos-0 {
        margin-right: 0 !important;
    }
    .mb-apos-0,
    .my-apos-0 {
        margin-bottom: 0 !important;
    }
    .ml-apos-0,
    .mx-apos-0 {
        margin-left: 0 !important;
    }
    .m-apos-1 {
        margin: 0.25rem !important;
    }
    .mt-apos-1,
    .my-apos-1 {
        margin-top: 0.25rem !important;
    }
    .mr-apos-1,
    .mx-apos-1 {
        margin-right: 0.25rem !important;
    }
    .mb-apos-1,
    .my-apos-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-apos-1,
    .mx-apos-1 {
        margin-left: 0.25rem !important;
    }
    .m-apos-2 {
        margin: 0.5rem !important;
    }
    .mt-apos-2,
    .my-apos-2 {
        margin-top: 0.5rem !important;
    }
    .mr-apos-2,
    .mx-apos-2 {
        margin-right: 0.5rem !important;
    }
    .mb-apos-2,
    .my-apos-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-apos-2,
    .mx-apos-2 {
        margin-left: 0.5rem !important;
    }
    .m-apos-3 {
        margin: 1rem !important;
    }
    .mt-apos-3,
    .my-apos-3 {
        margin-top: 1rem !important;
    }
    .mr-apos-3,
    .mx-apos-3 {
        margin-right: 1rem !important;
    }
    .mb-apos-3,
    .my-apos-3 {
        margin-bottom: 1rem !important;
    }
    .ml-apos-3,
    .mx-apos-3 {
        margin-left: 1rem !important;
    }
    .m-apos-4 {
        margin: 1.5rem !important;
    }
    .mt-apos-4,
    .my-apos-4 {
        margin-top: 1.5rem !important;
    }
    .mr-apos-4,
    .mx-apos-4 {
        margin-right: 1.5rem !important;
    }
    .mb-apos-4,
    .my-apos-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-apos-4,
    .mx-apos-4 {
        margin-left: 1.5rem !important;
    }
    .m-apos-5 {
        margin: 3rem !important;
    }
    .mt-apos-5,
    .my-apos-5 {
        margin-top: 3rem !important;
    }
    .mr-apos-5,
    .mx-apos-5 {
        margin-right: 3rem !important;
    }
    .mb-apos-5,
    .my-apos-5 {
        margin-bottom: 3rem !important;
    }
    .ml-apos-5,
    .mx-apos-5 {
        margin-left: 3rem !important;
    }
    .p-apos-0 {
        padding: 0 !important;
    }
    .pt-apos-0,
    .py-apos-0 {
        padding-top: 0 !important;
    }
    .pr-apos-0,
    .px-apos-0 {
        padding-right: 0 !important;
    }
    .pb-apos-0,
    .py-apos-0 {
        padding-bottom: 0 !important;
    }
    .pl-apos-0,
    .px-apos-0 {
        padding-left: 0 !important;
    }
    .p-apos-1 {
        padding: 0.25rem !important;
    }
    .pt-apos-1,
    .py-apos-1 {
        padding-top: 0.25rem !important;
    }
    .pr-apos-1,
    .px-apos-1 {
        padding-right: 0.25rem !important;
    }
    .pb-apos-1,
    .py-apos-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-apos-1,
    .px-apos-1 {
        padding-left: 0.25rem !important;
    }
    .p-apos-2 {
        padding: 0.5rem !important;
    }
    .pt-apos-2,
    .py-apos-2 {
        padding-top: 0.5rem !important;
    }
    .pr-apos-2,
    .px-apos-2 {
        padding-right: 0.5rem !important;
    }
    .pb-apos-2,
    .py-apos-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-apos-2,
    .px-apos-2 {
        padding-left: 0.5rem !important;
    }
    .p-apos-3 {
        padding: 1rem !important;
    }
    .pt-apos-3,
    .py-apos-3 {
        padding-top: 1rem !important;
    }
    .pr-apos-3,
    .px-apos-3 {
        padding-right: 1rem !important;
    }
    .pb-apos-3,
    .py-apos-3 {
        padding-bottom: 1rem !important;
    }
    .pl-apos-3,
    .px-apos-3 {
        padding-left: 1rem !important;
    }
    .p-apos-4 {
        padding: 1.5rem !important;
    }
    .pt-apos-4,
    .py-apos-4 {
        padding-top: 1.5rem !important;
    }
    .pr-apos-4,
    .px-apos-4 {
        padding-right: 1.5rem !important;
    }
    .pb-apos-4,
    .py-apos-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-apos-4,
    .px-apos-4 {
        padding-left: 1.5rem !important;
    }
    .p-apos-5 {
        padding: 3rem !important;
    }
    .pt-apos-5,
    .py-apos-5 {
        padding-top: 3rem !important;
    }
    .pr-apos-5,
    .px-apos-5 {
        padding-right: 3rem !important;
    }
    .pb-apos-5,
    .py-apos-5 {
        padding-bottom: 3rem !important;
    }
    .pl-apos-5,
    .px-apos-5 {
        padding-left: 3rem !important;
    }
    .m-apos-n1 {
        margin: -0.25rem !important;
    }
    .mt-apos-n1,
    .my-apos-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-apos-n1,
    .mx-apos-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-apos-n1,
    .my-apos-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-apos-n1,
    .mx-apos-n1 {
        margin-left: -0.25rem !important;
    }
    .m-apos-n2 {
        margin: -0.5rem !important;
    }
    .mt-apos-n2,
    .my-apos-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-apos-n2,
    .mx-apos-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-apos-n2,
    .my-apos-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-apos-n2,
    .mx-apos-n2 {
        margin-left: -0.5rem !important;
    }
    .m-apos-n3 {
        margin: -1rem !important;
    }
    .mt-apos-n3,
    .my-apos-n3 {
        margin-top: -1rem !important;
    }
    .mr-apos-n3,
    .mx-apos-n3 {
        margin-right: -1rem !important;
    }
    .mb-apos-n3,
    .my-apos-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-apos-n3,
    .mx-apos-n3 {
        margin-left: -1rem !important;
    }
    .m-apos-n4 {
        margin: -1.5rem !important;
    }
    .mt-apos-n4,
    .my-apos-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-apos-n4,
    .mx-apos-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-apos-n4,
    .my-apos-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-apos-n4,
    .mx-apos-n4 {
        margin-left: -1.5rem !important;
    }
    .m-apos-n5 {
        margin: -3rem !important;
    }
    .mt-apos-n5,
    .my-apos-n5 {
        margin-top: -3rem !important;
    }
    .mr-apos-n5,
    .mx-apos-n5 {
        margin-right: -3rem !important;
    }
    .mb-apos-n5,
    .my-apos-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-apos-n5,
    .mx-apos-n5 {
        margin-left: -3rem !important;
    }
    .m-apos-auto {
        margin: auto !important;
    }
    .mt-apos-auto,
    .my-apos-auto {
        margin-top: auto !important;
    }
    .mr-apos-auto,
    .mx-apos-auto {
        margin-right: auto !important;
    }
    .mb-apos-auto,
    .my-apos-auto {
        margin-bottom: auto !important;
    }
    .ml-apos-auto,
    .mx-apos-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1601px) {
    .m-xxlarge-0 {
        margin: 0 !important;
    }
    .mt-xxlarge-0,
    .my-xxlarge-0 {
        margin-top: 0 !important;
    }
    .mr-xxlarge-0,
    .mx-xxlarge-0 {
        margin-right: 0 !important;
    }
    .mb-xxlarge-0,
    .my-xxlarge-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxlarge-0,
    .mx-xxlarge-0 {
        margin-left: 0 !important;
    }
    .m-xxlarge-1 {
        margin: 0.25rem !important;
    }
    .mt-xxlarge-1,
    .my-xxlarge-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxlarge-1,
    .mx-xxlarge-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxlarge-1,
    .my-xxlarge-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxlarge-1,
    .mx-xxlarge-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxlarge-2 {
        margin: 0.5rem !important;
    }
    .mt-xxlarge-2,
    .my-xxlarge-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxlarge-2,
    .mx-xxlarge-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxlarge-2,
    .my-xxlarge-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxlarge-2,
    .mx-xxlarge-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxlarge-3 {
        margin: 1rem !important;
    }
    .mt-xxlarge-3,
    .my-xxlarge-3 {
        margin-top: 1rem !important;
    }
    .mr-xxlarge-3,
    .mx-xxlarge-3 {
        margin-right: 1rem !important;
    }
    .mb-xxlarge-3,
    .my-xxlarge-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxlarge-3,
    .mx-xxlarge-3 {
        margin-left: 1rem !important;
    }
    .m-xxlarge-4 {
        margin: 1.5rem !important;
    }
    .mt-xxlarge-4,
    .my-xxlarge-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxlarge-4,
    .mx-xxlarge-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxlarge-4,
    .my-xxlarge-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxlarge-4,
    .mx-xxlarge-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxlarge-5 {
        margin: 3rem !important;
    }
    .mt-xxlarge-5,
    .my-xxlarge-5 {
        margin-top: 3rem !important;
    }
    .mr-xxlarge-5,
    .mx-xxlarge-5 {
        margin-right: 3rem !important;
    }
    .mb-xxlarge-5,
    .my-xxlarge-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxlarge-5,
    .mx-xxlarge-5 {
        margin-left: 3rem !important;
    }
    .p-xxlarge-0 {
        padding: 0 !important;
    }
    .pt-xxlarge-0,
    .py-xxlarge-0 {
        padding-top: 0 !important;
    }
    .pr-xxlarge-0,
    .px-xxlarge-0 {
        padding-right: 0 !important;
    }
    .pb-xxlarge-0,
    .py-xxlarge-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxlarge-0,
    .px-xxlarge-0 {
        padding-left: 0 !important;
    }
    .p-xxlarge-1 {
        padding: 0.25rem !important;
    }
    .pt-xxlarge-1,
    .py-xxlarge-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxlarge-1,
    .px-xxlarge-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxlarge-1,
    .py-xxlarge-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxlarge-1,
    .px-xxlarge-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxlarge-2 {
        padding: 0.5rem !important;
    }
    .pt-xxlarge-2,
    .py-xxlarge-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxlarge-2,
    .px-xxlarge-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxlarge-2,
    .py-xxlarge-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxlarge-2,
    .px-xxlarge-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxlarge-3 {
        padding: 1rem !important;
    }
    .pt-xxlarge-3,
    .py-xxlarge-3 {
        padding-top: 1rem !important;
    }
    .pr-xxlarge-3,
    .px-xxlarge-3 {
        padding-right: 1rem !important;
    }
    .pb-xxlarge-3,
    .py-xxlarge-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxlarge-3,
    .px-xxlarge-3 {
        padding-left: 1rem !important;
    }
    .p-xxlarge-4 {
        padding: 1.5rem !important;
    }
    .pt-xxlarge-4,
    .py-xxlarge-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxlarge-4,
    .px-xxlarge-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxlarge-4,
    .py-xxlarge-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxlarge-4,
    .px-xxlarge-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxlarge-5 {
        padding: 3rem !important;
    }
    .pt-xxlarge-5,
    .py-xxlarge-5 {
        padding-top: 3rem !important;
    }
    .pr-xxlarge-5,
    .px-xxlarge-5 {
        padding-right: 3rem !important;
    }
    .pb-xxlarge-5,
    .py-xxlarge-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxlarge-5,
    .px-xxlarge-5 {
        padding-left: 3rem !important;
    }
    .m-xxlarge-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxlarge-n1,
    .my-xxlarge-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxlarge-n1,
    .mx-xxlarge-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxlarge-n1,
    .my-xxlarge-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxlarge-n1,
    .mx-xxlarge-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxlarge-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxlarge-n2,
    .my-xxlarge-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxlarge-n2,
    .mx-xxlarge-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxlarge-n2,
    .my-xxlarge-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxlarge-n2,
    .mx-xxlarge-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxlarge-n3 {
        margin: -1rem !important;
    }
    .mt-xxlarge-n3,
    .my-xxlarge-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxlarge-n3,
    .mx-xxlarge-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxlarge-n3,
    .my-xxlarge-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxlarge-n3,
    .mx-xxlarge-n3 {
        margin-left: -1rem !important;
    }
    .m-xxlarge-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxlarge-n4,
    .my-xxlarge-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxlarge-n4,
    .mx-xxlarge-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxlarge-n4,
    .my-xxlarge-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxlarge-n4,
    .mx-xxlarge-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxlarge-n5 {
        margin: -3rem !important;
    }
    .mt-xxlarge-n5,
    .my-xxlarge-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxlarge-n5,
    .mx-xxlarge-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxlarge-n5,
    .my-xxlarge-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxlarge-n5,
    .mx-xxlarge-n5 {
        margin-left: -3rem !important;
    }
    .m-xxlarge-auto {
        margin: auto !important;
    }
    .mt-xxlarge-auto,
    .my-xxlarge-auto {
        margin-top: auto !important;
    }
    .mr-xxlarge-auto,
    .mx-xxlarge-auto {
        margin-right: auto !important;
    }
    .mb-xxlarge-auto,
    .my-xxlarge-auto {
        margin-bottom: auto !important;
    }
    .ml-xxlarge-auto,
    .mx-xxlarge-auto {
        margin-left: auto !important;
    }
}
.background-color--brand-primary {
    background-color: #e82b2b;
}
.background-color--brand-secondary {
    background-color: #268599;
}
.background-color--brand-light {
    background-color: #75c9d6;
}
.background-color--interface-black {
    background-color: #000;
}
.background-color--interface-charcoal {
    background-color: #2e2e2e;
}
.background-color--interface-darkgrey {
    background-color: #5c5c5c;
}
.background-color--interface-mediumgrey {
    background-color: #898989;
}
.background-color--interface-lightgrey {
    background-color: #b7b7b7;
}
.background-color--interface-offwhite {
    background-color: #ededed;
}
.background-color--interface-white {
    background-color: #fff;
}
.background-color--error {
    background-color: #de4646;
}
.background-color--success {
    background-color: #31ae6b;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-ExtraBold.eot);
    src: url(fonts/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(fonts/Montserrat-ExtraBold.woff) format("woff"),
        url(fonts/Montserrat-ExtraBold.ttf) format("truetype"), url(fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Medium.eot);
    src: url(fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-Medium.woff2) format("woff2"), url(fonts/Montserrat-Medium.woff) format("woff"), url(fonts/Montserrat-Medium.ttf) format("truetype"),
        url(fonts/Montserrat-Medium.svg#Montserrat-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Bold.eot);
    src: url(fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat-Bold.woff) format("woff"), url(fonts/Montserrat-Bold.ttf) format("truetype"),
        url(fonts/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-SemiBold.eot);
    src: url(fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-SemiBold.woff2) format("woff2"), url(fonts/Montserrat-SemiBold.woff) format("woff"), url(fonts/Montserrat-SemiBold.ttf) format("truetype"),
        url(fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.eot);
    src: url(fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-Regular.woff) format("woff"), url(fonts/Montserrat-Regular.ttf) format("truetype"),
        url(fonts/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: fontello;
    src: url(fonts/fontello.eot?52263306);
    src: url(fonts/fontello.eot?52263306#iefix) format("embedded-opentype"), url(fonts/fontello.woff2?52263306) format("woff2"), url(fonts/fontello.woff?52263306) format("woff"), url(fonts/fontello.ttf?52263306) format("truetype"),
        url(fonts/fontello.svg?52263306#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" mnc-"]:before,
[class^="mnc-"]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: never;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mnc-add:before {
    content: "";
}
.mnc-alert:before {
    content: "";
}
.mnc-arrow---down:before {
    content: "";
}
.mnc-arrow---left-01:before {
    content: "";
}
.mnc-arrow---left:before {
    content: "";
}
.mnc-arrow---right:before {
    content: "";
}
.mnc-arrow---up:before {
    content: "";
}
.mnc-arrow-tailed---down:before {
    content: "";
}
.mnc-arrow-tailed---left:before {
    content: "";
}
.mnc-arrow-tailed---right:before {
    content: "";
}
.mnc-arrow-tailed---up:before {
    content: "";
}
.mnc-calendar:before {
    content: "";
}
.mnc-case-study:before {
    content: "";
}
.mnc-close:before {
    content: "";
}
.mnc-cookies:before {
    content: "";
}
.mnc-download:before {
    content: "";
}
.mnc-email:before {
    content: "";
}
.mnc-expand:before {
    content: "";
}
.mnc-facebook:before {
    content: "";
}
.mnc-filter:before {
    content: "";
}
.mnc-globe:before {
    content: "";
}
.mnc-info:before {
    content: "";
}
.mnc-insight:before {
    content: "";
}
.mnc-instagram:before {
    content: "";
}
.mnc-link:before {
    content: "";
}
.mnc-linkedin:before {
    content: "";
}
.mnc-list:before {
    content: "";
}
.mnc-menu:before {
    content: "";
}
.mnc-minus:before {
    content: "";
}
.mnc-more:before {
    content: "";
}
.mnc-mute:before {
    content: "";
}
.mnc-netherlands:before {
    content: "";
}
.mnc-notification:before {
    content: "";
}
.mnc-opinion:before {
    content: "";
}
.mnc-phone:before {
    content: "";
}
.mnc-pin:before {
    content: "";
}
.mnc-play-solid:before {
    content: "";
}
.mnc-play-stroke:before {
    content: "";
}
.mnc-plus:before {
    content: "";
}
.mnc-podcast:before {
    content: "";
}
.mnc-questions:before {
    content: "";
}
.mnc-search:before {
    content: "";
}
.mnc-share:before {
    content: "";
}
.mnc-south-africa:before {
    content: "";
}
.mnc-spotify:before {
    content: "";
}
.mnc-tick:before {
    content: "";
}
.mnc-time:before {
    content: "";
}
.mnc-twitter:before {
    content: "";
}
.mnc-united-kingdom:before {
    content: "";
}
.mnc-webinar:before {
    content: "";
}
.mnc-whatsapp:before {
    content: "";
}
.mnc-youtube:before {
    content: "";
}
.mnc-volume:before {
    content: "";
}
.mnc-vimeo:before {
    content: "";
}
.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;
    background: rgba(0, 0, 0, 0.8);
    outline: 0;
}
.modal.is-open {
    opacity: 1;
    display: block;
    overflow: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
}
.modal.is-open .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-footer,
.modal-dialog-scrollable .modal-header {
    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);
    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-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.is-open {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: solid;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
}
.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: solid;
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.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);
}
.modal-sm {
    max-width: 300px;
}
.modal-lg,
.modal-xl {
    max-width: 800px;
}
.modal-xl {
    max-width: 1140px;
}
.apos-slideshow-item .apos-image-widget-image-title {
    display: none;
}
.apos-slideshow-item div {
    position: absolute;
    left: -999rem;
    visibility: hidden;
}
.apos-area-widgets [data-apos-widget-wrapper="apostrophe-images"]:not(:last-of-type),
.apos-area-widgets [data-apos-widget-wrapper="apostrophe-rich-text"]:not(:last-of-type) {
    display: block;
    margin-bottom: 9rem;
}
.c-form-widget button[type="submit"],
.o-button {
    z-index: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 24px 22px;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    border-radius: 0;
    text-align: center;
    transition: all 1s ease;
    cursor: pointer;
    min-width: 300px;
}
@media (max-width: 1199.98px) {
    .c-form-widget button[type="submit"],
    .o-button {
        padding: 19px 22px;
        min-width: 250px;
    }
}
.c-form-widget button.o-button-ico[type="submit"],
.o-button.o-button-ico {
    padding-left: 6rem;
    padding-right: 6rem;
}
.c-form-widget button.o-button-ico[type="submit"] i,
.o-button.o-button-ico i {
    position: absolute;
    top: 50%;
    left: 1rem;
    font-size: 5rem;
    transform: translateY(-50%);
}
.c-form-widget button.o-button-small[type="submit"],
.o-button.o-button-small {
    min-width: 250px;
    padding: 19px 17px;
}
.c-form-widget button.o-button-ico.o-button-small[type="submit"],
.o-button.o-button-ico.o-button-small {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}
.c-form-widget button.o-button-ico.o-button-small[type="submit"] i,
.o-button.o-button-ico.o-button-small i {
    left: 0.5rem;
}
.c-form-widget button[type="submit"]:after,
.o-button:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 0%;
    background-color: #000;
    transform: translateX(-50%) translateY(-50%) rotate(-39deg);
    transition: all 0.75s ease 0s;
}
.c-form-widget button[type="submit"]:before,
.o-button:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-form-widget button.disabled[type="submit"],
.c-form-widget button[type="submit"]:disabled,
.o-button.disabled,
.o-button:disabled {
    background-color: #b7b7b7;
    color: #5c5c5c;
    cursor: default;
    pointer-events: none;
}
.c-form-widget button.focus[type="submit"],
.c-form-widget button[type="submit"]:focus,
.c-form-widget button[type="submit"]:hover,
.o-button.focus,
.o-button:focus,
.o-button:hover {
    color: #fff;
}
.c-form-widget button.focus[type="submit"]:after,
.c-form-widget button[type="submit"]:focus:after,
.c-form-widget button[type="submit"]:hover:after,
.o-button.focus:after,
.o-button:focus:after,
.o-button:hover:after {
    height: 450%;
}
.c-form-widget button.o-button--fadein[type="submit"],
.o-button.o-button--fadein {
    transition: all 1.3s ease;
}
.c-form-widget button.o-button--fadein[type="submit"]:after,
.c-form-widget button.o-button--fadein[type="submit"]:before,
.o-button.o-button--fadein:after,
.o-button.o-button--fadein:before {
    display: none;
}
.c-form-widget button[type="submit"],
.o-button--primary {
    background-color: #e82b2b;
    color: #fff;
}
.o-button--secondary {
    background-color: #000;
    color: #fff;
}
.o-button--secondary.focus,
.o-button--secondary:focus,
.o-button--secondary:hover {
    color: #000;
}
.o-button--secondary:after {
    background-color: #fff;
    color: #000;
}
.o-button--fadein.o-button--primary.focus,
.o-button--fadein.o-button--primary:focus,
.o-button--fadein.o-button--primary:hover {
    background-color: #000;
    color: #fff;
}
.o-button--fadein.o-button--secondary.focus,
.o-button--fadein.o-button--secondary:focus,
.o-button--fadein.o-button--secondary:hover {
    background-color: #fff;
    color: #000;
}
.o-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.o-buttons > li {
    margin-right: 3rem;
}
@media (max-width: 767.98px) {
    .o-buttons > li {
        margin-bottom: 3rem;
    }
}
.o-buttons > li:last-of-type {
    margin-right: 0;
}
@media (max-width: 767.98px) {
    .o-buttons > li:last-of-type {
        margin-bottom: 0;
    }
}
.o-link {
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
    color: #000;
}
.o-link,
.o-link:before {
    transition: all 0.3s ease;
}
.o-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e82b2b;
}
.o-text-link {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding-bottom: 1px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
.o-text-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}
.o-text-link.focus,
.o-text-link:focus,
.o-text-link:hover {
    color: #e82b2b;
}
.o-text-link.focus:before,
.o-text-link:focus:before,
.o-text-link:hover:before {
    background: #e82b2b;
}
.o-text-link.disabled,
.o-text-link:disabled {
    color: #b7b7b7;
}
.o-text-link.disabled:before,
.o-text-link:disabled:before {
    background: #b7b7b7;
}
.o-text-ico-link {
    position: relative;
    font-weight: 600;
    padding: 0;
    color: #000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
.o-text-ico-link,
.o-text-ico-link i {
    display: inline-block;
    vertical-align: top;
}
.o-text-ico-link i {
    margin: -14px -4px -14px -17px;
    font-size: 5rem;
}
.o-text-ico-link.focus,
.o-text-ico-link:focus,
.o-text-ico-link:hover {
    color: #e82b2b;
}
.o-text-ico-link.disabled,
.o-text-ico-link:disabled {
    color: #b7b7b7;
}
.o-text-ico-link.ico-right i {
    margin: -14px -16px -14px -4px;
}
.o-action-solid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    color: #fff;
    font-size: 5rem;
    background-color: #e82b2b;
    transition: all 0.3s ease;
}
.o-action-solid.focus,
.o-action-solid:focus,
.o-action-solid:hover {
    background-color: #000;
}
.o-mouse-cursor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #e82b2b;
    color: #fff;
}
.container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1361px) {
    .container {
        max-width: 1361px;
    }
}
.container-fluid,
.container-large,
.container-medium,
.container-small,
.container-tablet,
.container-xlarge {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-small {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-small,
    .container-tablet {
        max-width: 768px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-medium,
    .container-small,
    .container-tablet {
        max-width: 992px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-large,
    .container-medium,
    .container-small,
    .container-tablet {
        max-width: 1200px;
    }
}
@media (min-width: 1361px) {
    .container,
    .container-large,
    .container-medium,
    .container-small,
    .container-tablet,
    .container-xlarge {
        max-width: 1361px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.o-columns--container {
    max-width: 1014px;
}
.o-columns {
    flex-wrap: wrap;
}
.d-flex,
.o-columns {
    display: flex;
}
.text-center {
    text-align: center;
}
.o-columns--multi {
    margin: 0;
}
@media (min-width: 1200px) {
    .o-columns--multi {
        margin: 0 -5rem;
    }
}
.o-columns--multi > div {
    margin-bottom: 8rem;
    padding: 0;
}
.o-columns--multi > div:last-child {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .o-columns--multi > div {
        padding: 0 5rem;
        margin-bottom: 0;
    }
}
@media (max-width: 1199.98px) {
    .o-columns--multi > div:first-child {
        padding-right: 5rem;
    }
    .o-columns--multi > div:nth-child(2) {
        padding-left: 5rem;
    }
}
@media (max-width: 767.98px) {
    .o-columns--multi > div:first-child {
        padding-right: 0;
    }
    .o-columns--multi > div:nth-child(2) {
        padding-left: 0;
    }
}
.o-column--text {
    display: flex;
    flex-wrap: wrap;
}
.o-column--text .o-header--h4 {
    font-weight: 500;
}
.o-column--text .o-header--h4 strong {
    font-weight: 700;
}
.o-column--text .o-buttons {
    padding-top: 4rem;
}
.o-column--text .o-button {
    min-width: 250px;
}
.o-column--full,
.o-column--two {
    width: 100%;
}
@media (min-width: 768px) {
    .o-column--two:first-child {
        padding-right: 80px;
    }
}
@media (min-width: 576px) {
    .o-column--two:first-child {
        padding-right: 39px;
    }
}
@media (min-width: 768px) {
    .o-column--two:last-child {
        padding-left: 80px;
    }
}
@media (min-width: 576px) {
    .o-column--two:last-child {
        padding-left: 39px;
    }
}
@media (min-width: 576px) {
    .o-column--two {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .o-column--two {
        padding-bottom: 8rem;
    }
    .o-column--two:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    #reverseTwoColumn .o-column--text :first-child {
        order: 2;
        padding-bottom: 0;
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    #reverseTwoColumn .o-column--text :last-child {
        order: 1;
    }
}
.o-column--three {
    width: 33.33%;
}
@media (max-width: 1199.98px) {
    .o-column--three {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .o-column--three {
        width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .o-column--three:last-child {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .two-column--images .col-md-6 {
        padding-bottom: 2.8rem;
    }
    .two-column--images .col-md-6:last-child {
        padding-bottom: 0;
    }
}
.o-column--title {
    width: 100%;
}
@media (min-width: 992px) {
    .o-column--title {
        width: 30%;
    }
}
.o-column--header {
    max-width: 27rem;
}
.o-column--header:after {
    display: block;
    width: 100%;
    max-width: 20rem;
    height: 2px;
    margin-top: 3rem;
    background-color: #ededed;
    content: "";
}
.o-column--content {
    width: 100%;
    padding-top: 3rem;
}
@media (min-width: 992px) {
    .o-column--content {
        width: 70%;
    }
    .o-column--content.o-column--full {
        width: 100%;
    }
}
.widget-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 1199.98px) {
    .widget-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 767.98px) {
    .widget-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.widget-spacing.pt-0 {
    padding-top: 0;
}
.widget-spacing.pb-0 {
    padding-bottom: 0;
}
.o-container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}
@media (max-width: 991.98px) {
    .o-container {
        max-width: 718px;
    }
}
@media (max-width: 767.98px) {
    .o-container {
        padding: 0 2rem;
    }
}
.o-wrapper {
    padding: 0;
}
.o-inner {
    width: 100%;
}
@media (min-width: 1200px) {
    .o-inner {
        padding: 0;
    }
}
@media (min-width: 1361px) {
    .o-inner {
        padding: 0;
    }
}
.o-inner-left {
    padding-left: calc(50vw - 575px);
}
html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: lining-nums;
    height: auto;
    font-size: 62.5%;
}

del {
    text-decoration: line-through;
    color: #555;
    font-weight: 500;
    font-size: 17px;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Montserrat, sans-serif;
    background-color: #f7f7f7;
}
*,
:after,
:before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
button {
    padding: 0;
    border: 0;
    background: transparent;
}
ul {
    list-style: none;
}
.u-img-fluid,
img {
    max-width: 100%;
}
blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
#alert-container .alert-msg,
.apos-pager,
.c-form-widget button[type="submit"],
.c-form legend,
.c-gallery-modal__gallery-wrapper .swiper-pagination-fraction,
.c-header__actions__explore,
.c-header__actions__geolocation span,
.c-header__navigation-link,
.c-header__navigation__dropdown-link a,
.c-profile--slider__control .swiper-button-next,
.c-profile--slider__control .swiper-button-prev,
.c-profile--slider__control .swiper-pagination,
.c-rich-text ol,
.c-rich-text p:not([class]),
.c-rich-text ul,
.c-tab .tab__trigger,
.c-tab__nav li a,
.c-table thead tr th,
.custom-checkbox,
.custom-file,
.custom-radio,
.form-field .apos-forms-fieldset,
.form-field .form-field__input,
.form-field .form-field__label,
.form-field .form-field__select,
.form-field .invalid-msg,
.form-field .valid-msg,
.location-dropdown__head .location-active,
.location-dropdown__list li a,
.o-body,
.o-button,
.o-caption--label,
.o-link,
.o-mouse-cursor,
.o-paragraph,
.o-text,
.o-text--label-large,
.o-text--label-small,
.o-text--normal,
.o-text-eyebrow,
.o-text-ico-link,
.o-text-ico-tag,
.o-text-link.o-small-text-link,
.position-dropdown .select-wrapper .dropdown-content li label.dropdown-option span,
.scroll-more,
.secondary-navigation__menu-inner ul li a,
.secondary-navigation__trigger,
.select-wrapper .dropdown-content li,
.select-wrapper input.select-dropdown,
.swiper-container .c-slideshow-controls .swiper-pagination-fraction,
.toggle-control {
    font-family: Montserrat, sans-serif;
}
.main-section {
    margin-top: 70px;
}
.secondary-navigation ~ .main-section {
    margin-top: 140px;
}
.c-header__navigation__dropdown-link a,
.c-table thead tr th,
.custom-checkbox,
.custom-radio,
.o-body,
.position-dropdown .select-wrapper .dropdown-content li label.dropdown-option span {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 500;
}
.o-paragraph,
.o-text--normal,
.select-wrapper .dropdown-content li {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 500;
}
.apos-pager,
.c-form legend,
.c-profile--slider__control .swiper-button-next,
.c-profile--slider__control .swiper-button-prev,
.c-tab .tab__trigger,
.c-tab__nav li a,
.custom-file,
.o-caption--label,
.o-mouse-cursor,
.o-text--label-large,
.o-text-eyebrow,
.o-text-ico-link,
.o-text-ico-tag,
.o-text-link.o-small-text-link,
.toggle-control {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.c-gallery-modal__gallery-wrapper .swiper-pagination-fraction,
.c-header__actions__explore,
.c-header__navigation-link,
.c-profile--slider__control .swiper-pagination,
.form-field .invalid-msg,
.form-field .valid-msg,
.o-text--label-small,
.scroll-more,
.secondary-navigation__menu-inner ul li a,
.secondary-navigation__trigger,
.swiper-container .c-slideshow-controls .swiper-pagination-fraction {
    font-size: 1.75rem;
    line-height: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.o-text--light {
    color: #ededed;
}
.text-uppercase {
    text-transform: uppercase;
}
.o-caption--label {
    padding-left: 34px;
    position: relative;
}
.o-caption--label:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #268599;
}
.o-header {
    font-family: Montserrat, sans-serif;
}
.o-display {
    font-size: 5rem;
    font-weight: 400;
    line-height: 6rem;
}
@media (max-width: 1360.98px) {
    .o-display {
        font-size: 3.5rem;
        line-height: 4rem;
    }
}
.o-header--h1,
.o-header--marquee,
.uikit-page .ui-section-title {
    font-size: 7rem;
    font-weight: 700;
    line-height: 8rem;
}
@media (max-width: 1360.98px) {
    .o-header--h1,
    .o-header--marquee,
    .uikit-page .ui-section-title {
        font-size: 4.5rem;
        line-height: 5rem;
    }
}
.o-header--h2,
.o-header--medium,
.position-dropdown .select-wrapper input.select-dropdown {
    font-size: 4rem;
    font-weight: 700;
    line-height: 5rem;
}
@media (max-width: 1360.98px) {
    .o-header--h2,
    .o-header--medium,
    .position-dropdown .select-wrapper input.select-dropdown {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}
.c-search--bar__field .c-search--bar__control,
.o-header--h3,
.o-header--small,
.uikit-page .ui-section-sub-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
}
@media (max-width: 1360.98px) {
    .c-search--bar__field .c-search--bar__control,
    .o-header--h3,
    .o-header--small,
    .uikit-page .ui-section-sub-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
.o-header--h4,
.o-text-link,
.position-dropdown .select-wrapper .dropdown-content li.disabled span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
}
@media (max-width: 1360.98px) {
    .o-header--h4,
    .o-text-link,
    .position-dropdown .select-wrapper .dropdown-content li.disabled span {
        font-size: 2rem;
        line-height: 3rem;
    }
}
.o-header--light {
    color: #fff;
}
.o-link {
    font-size: 1.6rem;
    font-weight: 600;
}
.o-text-tag {
    font-weight: 600;
    display: inline-block;
    padding: 8px 19px;
    border: 1px solid #898989;
    border-radius: 34px;
    color: #000;
}
.o-text-ico-tag {
    display: inline-block;
    padding: 0;
}
.o-text-ico-tag i {
    display: inline-block;
    margin: -14px -5px -14px -9px;
    font-size: 5rem;
    vertical-align: top;
}
.o-text-eyebrow {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding-left: 1.7rem;
}
.o-text-eyebrow:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #75c9d6;
    transform: rotate(45deg);
}
.o-text-eyebrow.eyebrow-white:before {
    background: #fff;
}
.scroll-more {
    color: #5c5c5c;
    position: relative;
    padding: 0 0 15px;
}
.scroll-more:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.o-box-shadow {
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
    .mobile-none {
        display: none;
    }
}
.article-page-spacing {
    margin-top: 172px;
}
.piece-detail--page {
    padding: 10rem 0 12rem;
}
@media (max-width: 1199.98px) {
    .piece-detail--page {
        padding: 8rem 0;
    }
}
.piece-detail--page .o-text-eyebrow {
    margin-bottom: 1rem;
}
.piece-detail--page .o-header {
    padding-bottom: 4.3rem;
}
@media (max-width: 1199.98px) {
    .piece-detail--page .o-header {
        padding-bottom: 3rem;
    }
}
.piece-detail--page p {
    color: #5c5c5c;
    padding-bottom: 4.3rem;
}
.piece-detail--page__action {
    padding-bottom: 10rem;
    display: flex;
    align-items: flex-start;
    position: relative;
}
@media (max-width: 1199.98px) {
    .piece-detail--page__action {
        padding-bottom: 5rem;
    }
}
@media (max-width: 767.98px) {
    .piece-detail--page__action {
        padding-bottom: 2rem;
    }
}
.piece-detail--page__action ul {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 2rem;
}
@media (max-width: 767.98px) {
    .piece-detail--page__action ul {
        display: block;
    }
}
.piece-detail--page__action ul li {
    padding-right: 4.4rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
.piece-detail--page__action ul li:last-child {
    padding-right: 0;
}
.piece-detail--page__action .o-text-link {
    margin-left: auto;
    font-weight: 500;
    margin-top: 1rem;
}
@media (max-width: 1199.98px) {
    .piece-detail--page__action .o-text-link {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
}
@media (max-width: 767.98px) {
    .piece-detail--page__action .o-text-link {
        position: absolute;
        right: 0;
        top: 0;
    }
}
.form-field .form-field__input,
.form-field .form-field__select {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #b7b7b7;
}
.select-wrapper {
    position: relative;
}
.select-wrapper + label {
    position: absolute;
    top: -26px;
    font-size: 1.3rem;
}
.select-wrapper select {
    display: none;
}
.select-wrapper input.select-dropdown {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    border: none;
    border-bottom: 2px solid #b7b7b7;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    height: 5rem;
    line-height: 5rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper .dropdown-content {
    z-index: 4;
    background: #fff;
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.15);
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 0 0;
}
.select-wrapper .dropdown-content li {
    color: #000;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}
.select-wrapper .dropdown-content li.selected,
.select-wrapper .dropdown-content li:hover {
    color: #e82b2b;
}
.custom-radio {
    position: relative;
    display: inline-block;
    padding: 2px 0 2px 44px;
    margin-bottom: 0;
    margin-right: 3rem;
    text-align: left;
    cursor: pointer;
}
.custom-radio > span {
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border: 2px solid #000;
    background: transparent;
}
.custom-radio > span:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background-color: #000;
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.custom-radio > input {
    z-index: z-index(under);
    position: absolute;
    opacity: 0;
}
.custom-radio > input:checked ~ span:after {
    opacity: 1;
    visibility: visible;
}
.custom-radio > input:disabled ~ span {
    pointer-events: none;
    border-color: #b7b7b7;
}
.custom-radio > input.error ~ span {
    border-color: #de4646;
}
.custom-radio:last-child {
    margin-right: 0;
}
.custom-checkbox {
    position: relative;
    display: inline-block;
    padding: 2px 0 2px 44px;
    margin-bottom: 0;
    margin-right: 3rem;
    text-align: left;
    cursor: pointer;
}
@media (max-width: 991.98px) {
    .custom-checkbox {
        margin-bottom: 2rem;
    }
}
.custom-checkbox > span {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border: 2px solid #000;
    background: transparent;
}
.custom-checkbox > span:after {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    color: #fff;
    font-family: fontello;
    font-size: 5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.custom-checkbox > input {
    z-index: z-index(under);
    position: absolute;
    opacity: 0;
}
.custom-checkbox > input:checked ~ span {
    background-color: #000;
}
.custom-checkbox > input:checked ~ span:after {
    opacity: 1;
    visibility: visible;
}
.custom-checkbox > input:disabled ~ span {
    pointer-events: none;
    border-color: #b7b7b7;
}
.custom-checkbox > input.error ~ span,
.custom-checkbox > input.error ~ span:after {
    border-color: #de4646;
}
.custom-checkbox:last-child {
    margin-right: 0;
}
.toggle-control {
    position: relative;
    display: inline-block;
    padding: 2px 0 1px 54px;
    text-align: left;
    cursor: pointer;
}
.toggle-control > span {
    border-radius: 12.5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 25px;
    transition: all 0.3s ease;
    background: #000;
}
.toggle-control > span:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s ease;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 100%;
}
.toggle-control > input {
    z-index: -1;
    position: absolute;
    opacity: 0;
}
.toggle-control > input:checked ~ span {
    background: #e82b2b;
}
.toggle-control > input:checked ~ {
    color: #e82b2b;
}
.toggle-control > input:checked ~ span:after {
    left: calc(100% - 23px);
}
.toggle-control > input:disabled ~ span {
    background: #b7b7b7;
}
.toggle-control.single-toggle {
    width: 45px;
    height: 25px;
    padding: 0;
}
.toggle-control.disabled {
    pointer-events: none;
    color: #b7b7b7;
}
.custom-file > span.file-loader,
.spinner-round {
    background: linear-gradient(272.91deg, #e82b2b 8.13%, #000 94.86%);
    border: none;
    animation: spinner-border 0.75s linear infinite;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.custom-file > span.file-loader:before,
.spinner-round:before {
    content: "";
    background: #fff;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
}
.custom-file {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding: 4px 0 4px 41px;
    text-align: left;
    cursor: pointer;
}
.custom-file > input {
    z-index: -1;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}
.custom-file > span {
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    background: transparent;
    cursor: pointer;
}
.custom-file > span i {
    display: block;
    margin: -4px;
    font-size: 3.4rem;
}
.custom-file:hover {
    color: #e82b2b;
}
.custom-file:hover > span {
    border-color: #e82b2b;
}
.custom-file.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.custom-file > span.file-loader {
    width: 30px;
    height: 30px;
}
.custom-file > span.file-loader:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 4px;
    top: 4px;
}
.uploaded-files {
    padding-top: 0.5rem;
}
.uploaded-files li {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
    padding-top: 1rem;
}
.uploaded-files span {
    position: relative;
    padding-right: 4rem;
}
.uploaded-files .delete-cvfile {
    font-size: 3.4rem;
    line-height: 3.4rem;
    color: #e82b2b;
    position: absolute;
    right: 0;
    top: -8px;
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.position-dropdown {
    width: 100%;
    position: relative;
    margin-bottom: 6rem;
}
.position-dropdown p {
    padding-top: 1.5rem;
    color: #898989;
}
.position-dropdown .caret,
.position-dropdown .select-material {
    display: none;
}
.position-dropdown .select-wrapper {
    width: 100%;
}
.position-dropdown .select-wrapper input.select-dropdown {
    height: auto;
    border-bottom: 1px solid #b7b7b7;
    text-align: left;
    padding: 0 0 2.5rem;
    text-overflow: ellipsis;
    background: url(images/arrow-down.svg) no-repeat 100% 0;
    background-size: 50px auto;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
}
.position-dropdown .select-wrapper input.select-dropdown:focus {
    text-overflow: ellipsis;
}
@media (max-width: 1360.98px) {
    .position-dropdown .select-wrapper input.select-dropdown {
        padding: 0 0 14px;
    }
}
.position-dropdown .select-wrapper .dropdown-content {
    padding: 0 0 25px;
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    left: 0;
}
.position-dropdown .select-wrapper .dropdown-content li {
    padding: 12px 0 12px 60px;
    background: none;
}
@media (max-width: 1360.98px) {
    .position-dropdown .select-wrapper .dropdown-content li {
        padding-left: 5rem;
    }
}
@media (max-width: 767.98px) {
    .position-dropdown .select-wrapper .dropdown-content li {
        padding: 1rem 2rem 1rem 1.4rem;
    }
}
.position-dropdown .select-wrapper .dropdown-content li.disabled {
    background: #000;
    position: relative;
    padding: 2.5rem 8rem 2.5rem 6.5rem;
    margin-bottom: 25px;
    cursor: auto;
}
@media (max-width: 1360.98px) {
    .position-dropdown .select-wrapper .dropdown-content li.disabled {
        padding-left: 5rem;
    }
}
@media (max-width: 767.98px) {
    .position-dropdown .select-wrapper .dropdown-content li.disabled {
        padding-left: 2rem;
        margin-bottom: 30px;
    }
}
.position-dropdown .select-wrapper .dropdown-content li.disabled span {
    color: #fff;
    padding: 0;
}
.position-dropdown .select-wrapper .dropdown-content li.disabled span:before {
    display: none;
}
.position-dropdown .select-wrapper .dropdown-content li.disabled .close-dropdown {
    position: absolute;
    right: 2rem;
    top: 18px;
    color: #fff;
    font-family: fontello;
    cursor: pointer;
    font-size: 5rem;
    line-height: 5rem;
    border: none;
    background: transparent;
    outline: none;
}
@media (max-width: 1360.98px) {
    .position-dropdown .select-wrapper .dropdown-content li.disabled .close-dropdown {
        top: 15px;
    }
}
.position-dropdown .select-wrapper .dropdown-content li .toggle-control {
    color: #000;
}
.position-dropdown .select-wrapper .dropdown-content li label.dropdown-option {
    padding: 0 0 0 50px;
    position: relative;
    cursor: pointer;
}
.position-dropdown .select-wrapper .dropdown-content li label.dropdown-option:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -1px;
    color: #000;
    font-family: fontello;
    font-size: 5rem;
    line-height: 2.8rem;
}
.position-dropdown .select-wrapper .dropdown-content li label.dropdown-option input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.position-dropdown .select-wrapper .dropdown-content li label.dropdown-option span {
    color: #000;
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .position-dropdown .select-wrapper .dropdown-content li label.dropdown-option span {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
}
.position-dropdown .select-wrapper .dropdown-content li label.dropdown-option.active:before {
    color: #e82b2b;
}
.position-dropdown .select-wrapper .dropdown-content li#sm_select_all {
    margin-bottom: 15px;
    position: relative;
}
.position-dropdown .select-wrapper .dropdown-content li#sm_select_all .o-text-link {
    position: absolute;
    right: 3.5rem;
    top: 1rem;
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .position-dropdown .select-wrapper .dropdown-content li#sm_select_all .o-text-link {
        right: 2rem;
    }
}
@media (max-width: 767.98px) {
    .position-dropdown .select-wrapper .dropdown-content li#sm_select_all {
        margin-bottom: 20px;
        padding-left: 2rem;
    }
}
.o-tabs__pane[aria-hidden="true"] {
    display: none;
}
#alert-container {
    z-index: 1;
}
#alert-container .alert-msg {
    border: none;
    background: #fff;
    top: 25px;
    border-radius: 3px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    right: 25px;
    padding: 15px;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 99;
    font-size: 1.3rem;
    line-height: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#alert-container .alert-msg:before {
    color: #e82b2b;
    content: "";
    font-family: fontello;
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin-right: 4px;
    vertical-align: sub;
}
.slide-in {
    animation-name: slideIn;
    animation-duration: 0.8s;
}
@keyframes slideIn {
    0% {
        transform: translateX(400px);
    }
    to {
        transform: translateX(0);
    }
}
.slide-out {
    animation-name: slideOut;
    animation-duration: 0.8s;
}
@keyframes slideOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(80px);
        opacity: 0;
    }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ffffff;
    margin: 0 5px;
    opacity: 1;
    width: 13px;
    height: 13px;
    margin: 5px;
    border-radius: 50%;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e82b2b;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background-image: url(images/arrow-left.svg);
    background-position: 50%;
    background-size: 10px auto;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    margin-top: 0;
}
.swiper-container .c-slideshow-controls {
    display: flex;
    align-items: center;
    position: relative;
}
.swiper-container .c-slideshow-controls .swiper-scrollbar {
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    width: 80%;
    flex-grow: 1;
    margin-right: 3.5rem;
}
.swiper-container .c-slideshow-controls .swiper-scrollbar-drag {
    background: #000;
    height: 3px;
    top: -1px;
    border-radius: 0;
}
.swiper-container .c-slideshow-controls .swiper-button-next,
.swiper-container .c-slideshow-controls .swiper-button-prev {
    position: static;
}
.swiper-container .c-slideshow-controls .swiper-button-next {
    transform: rotate(180deg);
    margin-left: 1rem;
    margin-right: -20px;
}
@media (max-width: 767.98px) {
    .swiper-container .c-slideshow-controls .swiper-button-next {
        margin-right: -16px;
    }
}
.swiper-container .c-slideshow-controls .swiper-pagination-fraction {
    font-weight: 700;
    position: absolute;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    width: auto;
}
.positions-pager {
    margin-top: 65px;
}
.apos-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 1.6rem;
    text-align: center;
}
.apos-pager-number {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 5px;
}
.apos-pager-number a,
.apos-pager .apos-active {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 3.4rem;
    text-decoration: none;
    color: #000;
    text-align: center;
    padding: 2px 0 0;
}
.apos-pager-next a,
.apos-pager-prev a {
    display: block;
    width: 35px;
    height: 35px;
    text-decoration: none;
    margin: 0 15px;
    color: #000;
    font-size: 5rem;
}
.apos-pager-next a i,
.apos-pager-prev a i {
    margin: -6px;
    line-height: 3.4rem;
    display: inline-block;
    vertical-align: top;
}
.apos-pager-number.apos-active {
    color: #e82b2b;
}
.apos-pager-number.apos-last:after {
    content: none;
}
.apos-ui .apos-pager {
    display: flex;
    align-items: center;
}
.apos-ui .apos-pager-number a {
    padding: 0;
}
.apos-ui .apos-pager-number a,
.apos-ui .apos-pager .apos-active {
    padding-top: 2px;
}
.apos-ui .apos-pager-number.apos-last:after {
    display: none;
}
.brand--primary {
    background-color: #e82b2b;
}
.brand--secondary {
    background-color: #268599;
}
.brand--light {
    background-color: #75c9d6;
}
.interface--black {
    background-color: #000;
}
.interface--charcoal {
    background-color: #2e2e2e;
}
.interface--darkgrey {
    background-color: #5c5c5c;
}
.interface--mediumgrey {
    background-color: #898989;
}
.interface--lightgrey {
    background-color: #b7b7b7;
}
.interface--offwhite {
    background-color: #ededed;
}
.interface--white {
    background-color: #fff;
}
.interface--error {
    background-color: #de4646;
}
.interface--success {
    background-color: #31ae6b;
}
.border {
    border: 1px solid #b7b7b7;
}
.uikit-banner {
    margin-top: 140px;
}
.uikit-page {
    padding: 35px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
}
.uikit-page .h1-tablet {
    font-size: 4.5rem;
    line-height: 5rem;
}
.uikit-page .h2-tablet {
    font-size: 3rem;
    line-height: 3.5rem;
}
.uikit-page .h3-tablet {
    font-size: 2.5rem;
    line-height: 3rem;
}
.uikit-page .h4-tablet {
    font-size: 2rem;
    line-height: 3rem;
}
.uikit-page .display-tablet {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 400;
}
.uikit-page .component-container,
.uikit-page .uikit-container {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.uikit-page .component-container .cookie-policy {
    position: static;
}
.uikit-page .c-header {
    position: relative;
}
.uikit-page .ui-section-title {
    margin: 0 0 55px;
    padding: 40px 0;
    color: #000;
    border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 991.98px) {
    .uikit-page .ui-section-title {
        font-size: 4.5rem;
        line-height: 5rem;
    }
}
.uikit-page .ui-section-sub-title {
    margin: 0;
    padding: 0 0 35px;
    color: #000;
}
@media (max-width: 991.98px) {
    .uikit-page .ui-section-sub-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
.uikit-page h4.title-sub-text {
    padding: 0 0 50px;
}
.uikit-page h6.title-sub-text {
    padding: 0 0 35px;
}
.uikit-page h6.title-sub-text strong {
    font-weight: 600;
}
.uikit-page h3.component-title {
    border-bottom: 1px solid #5c5c5c;
    margin: 0 auto 60px;
    padding: 0 0 15px;
    max-width: 1720px;
}
.uikit-page .ui-color-block {
    position: relative;
    height: 300px;
}
@media (max-width: 1360.98px) {
    .uikit-page .ui-color-block {
        height: 150px;
    }
}
@media (max-width: 767.98px) {
    .uikit-page .ui-color-block {
        height: 60px;
    }
}
.uikit-page .ui-color h6 {
    padding: 40px 30px;
    color: #000;
}
.uikit-page .ui-color h6 .hljs-comment {
    color: #898989;
}
.uikit-page .uikit-alert .c-alert {
    position: static;
}
.uikit-page .uikit-typography .col-sm-7 {
    flex: 0 0 60%;
    max-width: 60%;
}
@media (max-width: 1439px) {
    .uikit-page .uikit-typography .col-sm-7 {
        flex: 0 0 56%;
        max-width: 56%;
    }
}
@media (max-width: 1360.98px) {
    .uikit-page .uikit-typography .col-sm-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.uikit-page .uikit-typography .col-sm-5 {
    flex: 0 0 40%;
    max-width: 40%;
}
@media (max-width: 1439px) {
    .uikit-page .uikit-typography .col-sm-5 {
        flex: 0 0 44%;
        max-width: 44%;
        padding-top: 20px;
    }
}
@media (max-width: 1360.98px) {
    .uikit-page .uikit-typography .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.uikit-page .typography-card {
    padding-bottom: 40px;
}
@media (max-width: 767.98px) {
    .uikit-page .typography-card {
        display: block;
    }
}
.uikit-page .typography-card .na {
    color: #5c5c5c;
}
.uikit-page .typography-info {
    border-right: 1px solid #ededed;
    width: 307px;
    margin-right: 40px;
    min-height: 132px;
    font-size: 1.3rem;
}
@media (max-width: 1439px) {
    .uikit-page .typography-info {
        width: 295px;
        margin-right: 30px;
    }
}
.uikit-page .typography-info label {
    display: flex;
    align-items: flex-start;
    padding: 0 0 6px;
    color: #2e2e2e;
}
.uikit-page .typography-info label span {
    width: 128px;
    color: #000;
    padding-right: 20px;
    text-align: right;
}
.uikit-page .iconography .col-md-2 {
    flex: 0 0 10%;
    max-width: 10%;
    padding-bottom: 10px;
}
.uikit-page .iconography i.icon {
    color: #000;
    font-size: 5rem;
}
.uikit-page .iconography .img-icon {
    width: 66px;
}
.uikit-page .iconography .body {
    padding: 0 0 45px;
    color: #5c5c5c;
    margin-top: -40px;
}
.uikit-page .iconography span {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    color: #000;
    font-size: 1.3rem;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}
.uikit-page .iconography .graphic-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.uikit-page .iconography .graphic-list li {
    width: 25%;
    text-align: center;
    padding-bottom: 25px;
}
.uikit-page .iconography .graphic-list li label {
    display: block;
    padding-top: 15px;
}
.uikit-page .iconography .graphic-list .graphics-ico {
    display: block;
}
@media (max-width: 1360.98px) {
    .uikit-page .iconography .graphic-list li {
        width: 33.33%;
    }
}
.uikit-page .alternative-btn {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px;
}
.uikit-page .alternative-btn .o-button {
    margin-right: 35px;
}
.uikit-page .alternative-btn.red-bg {
    background: #e82b2b;
}
.uikit-page .uikit-tag {
    padding: 40px;
    background: #2e2e2e;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.uikit-page .uikit-tag li {
    padding-right: 50px;
}
.uikit-page .darktheme {
    background: #000;
    padding: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.uikit-page .ui-buttons-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 30px;
}
.uikit-page .ui-buttons-row label {
    color: #5c5c5c;
}
.uikit-page .ui-buttons-row__left {
    width: 283px;
}
.uikit-page .ui-buttons-row__right {
    display: flex;
    width: calc(100% - 283px);
    flex-wrap: wrap;
}
.uikit-page .ui-buttons-row__right > div {
    width: 30%;
}
.uikit-page .ui-buttons-row.row-heading label {
    margin: 0 0 20px;
}
.uikit-page .uikit-form {
    overflow: hidden;
}
.uikit-page .uikit-form .uikit-form-info {
    color: #5c5c5c;
}
.uikit-page .uikit-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.uikit-page .uikit-checkbox > div {
    padding-right: 50px;
    padding-bottom: 15px;
}
.uikit-page .uikit-transparent {
    padding: 60px 88px;
    background: #000;
}
.uikit-page .uikit-modal .modal {
    position: static;
    padding: 0 !important;
}
.uikit-page .uikit-modal .modal .modal-dialog {
    transform: none;
}
.uikit-page .uikit-insightfeatcard {
    max-width: 920px;
}
@media (max-width: 1199.98px) {
    .uikit-page .uikit-insightfeatcard {
        max-width: 442px;
    }
}
.uikit-page .uikit-insightcard {
    max-width: 540px;
}
@media (max-width: 1199.98px) {
    .uikit-page .uikit-insightcard {
        max-width: 320px;
    }
}
.uikit-page .apos-pager {
    justify-content: flex-start;
}
.uikit-page .uikit-galleryfilter .position-dropdown {
    max-width: 825px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    .uikit-page .component-container {
        padding: 0;
    }
}
@media (max-width: 1360.98px) {
    .uikit-page .ui-buttons-row__left {
        display: none;
    }
    .uikit-page .ui-buttons-row__right {
        width: 100%;
    }
    .uikit-page .ui-buttons-row__right > div {
        width: 50%;
        padding-bottom: 10px;
    }
    .uikit-page .uikit-tag li {
        padding-right: 35px;
        padding-bottom: 25px;
    }
}
@media (max-width: 991.98px) {
    .uikit-page .iconography .col-md-2 {
        flex: 0 0 14%;
        max-width: 14%;
    }
    .uikit-page .component-container {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .uikit-page .iconography .col-md-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .uikit-page .ui-buttons-row__right > div {
        width: 100%;
    }
    .uikit-page .row-heading {
        display: block;
    }
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    background-color: #f7f7f7;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: top 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.insights-card {
    overflow: hidden;
    color: #fff;
}
.insights-card,
.insights-card__image {
    position: relative;
}
.insights-card__image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.insights-card__image img {
    display: block;
    width: 100%;
    height: 377px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .insights-card__image img {
        height: 223px;
    }
}

@media (max-width: 1199.98px) {
    .insights-card__image-shape {
        width: 105px;
        height: 16px;
    }
}
.insights-card__content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16.5rem 1.8rem 3rem;
}
@media (max-width: 1199.98px) {
    .insights-card__content {
        padding: 0 1.8rem 3.8rem;
    }
}
@media (max-width: 767.98px) {
    .insights-card__content {
        padding: 0 5rem 3.8rem 1.8rem;
    }
}
.insights-card .o-text-ico-tag {
    z-index: 1;
    position: absolute;
    top: 3rem;
    left: 3rem;
}
@media (max-width: 1199.98px) {
    .insights-card .o-text-ico-tag {
        top: 2.5rem;
        left: 2rem;
    }
}
.insights-card .o-header {
    font-weight: 500;
}
.insights-card .o-header a {
    color: #fff;
}
.insights-featured--card {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.insights-featured--card__image {
    position: relative;
}
.insights-featured--card__image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.insights-featured--card__image img {
    display: block;
    width: 100%;
    height: 518px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1360.98px) {
    .insights-featured--card__image img {
        height: 280px;
    }
}
@media (max-width: 1199.98px) {
    .insights-featured--card__image img {
        height: 280px;
    }
}
@media (max-width: 767.98px) {
    .insights-featured--card__image img {
        height: 203px;
    }
}
.insights-featured--card__image-shape {
    z-index: 1;
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 165px;
    height: 27px;
    background: #fff;
    transform: skew(-43deg);
}
.insights-featured--card__content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5rem 5.5rem;
}
@media (max-width: 1360.98px) {
    .insights-featured--card__content {
        padding: 0 5rem 2.4rem 2.4rem;
    }
}
@media (max-width: 1199.98px) {
    .insights-featured--card__content {
        padding: 0 5rem 2.4rem 2.4rem;
    }
}
@media (max-width: 767.98px) {
    .insights-featured--card__content {
        padding: 0 3rem 1.8rem 1.8rem;
    }
}
.insights-featured--card .o-header {
    max-width: 615px;
}
.insights-featured--card .o-header a {
    color: #fff;
}
.insights-featured--card .o-text-ico-tag {
    z-index: 1;
    position: absolute;
    top: 3rem;
    left: 3rem;
}
@media (max-width: 1360.98px) {
    .insights-featured--card .o-text-ico-tag {
        top: 2.5rem;
        left: 1.8rem;
    }
}
@media (max-width: 1199.98px) {
    .insights-featured--card .o-text-ico-tag {
        top: 2.5rem;
        left: 1.8rem;
    }
}
.profile-card {
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}
.profile-card,
.profile-card__image {
    position: relative;
}
.profile-card__image:after {
    content: "";
    background: linear-gradient(180deg, transparent 54.17%, rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.profile-card__image img {
    display: block;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.profile-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8.5rem 3.5rem 4rem;
}
@media (max-width: 991.98px) {
    .profile-card__content {
        min-height: unset;
    }
}
@media (max-width: 767.98px) {
    .profile-card__content {
        padding: 0 5rem 2.5rem 3rem;
    }
}
.profile-card__plus {
    z-index: 0;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: #fff;
    font-size: 5rem;
    cursor: pointer;
}
.profile-card .o-header {
    font-weight: 500;
}
.vertical-card {
    overflow: hidden;
    color: #fff;
}
.vertical-card,
.vertical-card__image {
    position: relative;
    border-radius: 15px 15px 0px 0px;
    background-color: #fff;
}
.vertical-card__image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vertical-card__image img {
    display: block;
    width: 100%;
    height: 464px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1360.98px) {
    .vertical-card__image img {
        height: 281px;
    }
}
@media (max-width: 767.98px) {
    .vertical-card__image img {
        height: 281px;
    }
}
.vertical-card__content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3.5rem 4rem 1.5rem;
    transition: bottom 0.5s ease;
}
@media (max-width: 1360.98px) {
    .vertical-card__content {
        padding: 3.5rem 2rem 1rem;
    }
}
@media (max-width: 767.98px) {
    .vertical-card__content {
        padding: 0 1.8rem;
    }
}
.vertical-card .o-header {
    font-weight: 500;
    padding-bottom: 2rem;
    word-break: break-word;
}
.vertical-card__content-discription {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.vertical-card__content-discription .o-paragraph {
    word-break: break-word;
    font-size: 1.4rem;
}
.vertical-card:hover .vertical-card__content {
    bottom: 2rem;
}
@media (max-width: 1199.98px) {
    .vertical-card:hover .vertical-card__content {
        bottom: 0;
    }
}
.vertical-card:hover .vertical-card__content-discription {
    max-height: 110px;
}
@media (max-width: 1199.98px) {
    .vertical-card:hover .vertical-card__content-discription {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .c-accordion__title {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .c-accordion__title {
        margin-bottom: 60px;
    }
}
.c-accordion__accordion-item:last-child {
    border-bottom: 2px solid #b7b7b7;
}
.c-accordion__accordion-item__button {
    position: relative;
    width: 100%;
    padding: 24px 50px 24px 30px;
    text-align: left;
    border-top: 2px solid #b7b7b7;
    cursor: pointer;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    .c-accordion__accordion-item__button {
        padding: 20px 40px 19px 10px;
    }
}
.c-accordion__accordion-item__button:after {
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    content: url(images/accordion-plus.svg);
}
@media (max-width: 767.98px) {
    .c-accordion__accordion-item__button:after {
        right: 10px;
    }
}
.c-accordion__accordion-item__button-active {
    color: #268599;
    border-top: 2px solid #268599;
    font-weight: 600;
}
.c-accordion__accordion-item__button-active:after {
    content: url(images/accordion-minus.svg);
}
.c-accordion__accordion-item__panel {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 24px;
    color: #5c5c5c;
    transition: max-height 0.2s ease-out, margin-bottom 0.2s ease-out;
}
@media (max-width: 767.98px) {
    .c-accordion__accordion-item__panel {
        padding: 0 0 0 10px;
    }
}
.c-accordion__accordion-item__panel-active {
    margin-bottom: 20px;
    max-height: inherit;
}
.c-accordion__button-container {
    padding-top: 4rem;
}
.c-accordion__accordion-item__panel__button-container {
    margin-top: 40px;
}
.c-grid__container {
    display: block;
    margin-bottom: 13.5rem;
}
@media (min-width: 768px) {
    .c-grid--offset {
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .c-grid--offset .c-grid__first,
    .c-grid--offset .c-grid__second {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
@media (min-width: 768px) {
    .c-grid--offset .c-grid__first {
        padding-right: 1.5rem;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .c-grid--offset .c-grid__first .c-rich-text {
        background-color: #fff;
        margin-left: 4rem;
        padding: 4rem;
    }
    .c-grid--offset .c-grid__first [data-apos-widget-wrapper="apostrophe-rich-text"] {
        margin-bottom: 2rem;
    }
}
@media (min-width: 768px) {
    .c-marquee--wide + .c-grid__container .c-grid__first {
        position: relative;
        margin-top: -29rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 768px) {
    .c-grid--offset .c-grid__second {
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 1.5rem;
    }
}
@media (max-width: 1199.98px) {
    .c-one--column {
        max-width: 540px;
        margin: 0 auto;
    }
}
.c-one--column__insight {
    width: 48.7%;
}
@media (max-width: 1199.98px) {
    .c-one--column__insight {
        width: 100%;
    }
}
.c-one--column__contant {
    width: 51.3%;
    padding-left: 9.5rem;
}
@media (max-width: 1199.98px) {
    .c-one--column__contant {
        width: 100%;
        padding-left: 0;
        padding-top: 3rem;
    }
}
@media (max-width: 1199.98px) {
    .c-one--column__insight .insights-card__image img {
        height: 377px;
    }
}
@media (max-width: 767.98px) {
    .c-one--column__insight .insights-card__image img {
        height: 223px;
    }
}
@media (max-width: 1199.98px) {
    .c-one--column__insight .insights-card__content {
        padding-bottom: 4.8rem;
        padding-right: 16.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-one--column__insight .insights-card__content {
        padding-right: 1.8rem;
        padding-bottom: 3.8rem;
    }
}
.c-one--column__contant .o-header {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
@media (max-width: 1199.98px) {
    .c-one--column__contant .o-header {
        padding-bottom: 3rem;
    }
}
.c-one--column__contant p {
    color: #5c5c5c;
}
.c-one--column__buttons {
    padding-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1199.98px) {
    .c-one--column__buttons {
        padding-top: 3rem;
    }
}
.c-one--column__buttons .o-button {
    min-width: 250px;
    margin-right: 3rem;
    padding: 19px 22px;
}
@media (max-width: 767.98px) {
    .c-one--column__buttons .o-text-link {
        margin-top: 3rem;
    }
}
.c-two--column__image {
    overflow: hidden;
}
.c-two--column__image img {
    display: block;
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .c-two--column__image img {
        height: 210px;
    }
}
.c-two--column__contant {
    padding-top: 4rem;
}
@media (max-width: 767.98px) {
    .c-two--column .col-md-6:last-child {
        margin-top: 6rem;
    }
}
.c-two--column__contant .o-header {
    margin-top: 1rem;
    padding: 0;
    margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
    .c-two--column__contant .o-header {
        min-height: 9rem;
    }
}
.c-three--column .o-header--h3 {
    padding-bottom: 4rem;
}
.c-three--column__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
@media (max-width: 1199.98px) {
    .c-three--column__row {
        margin: 0 -15px;
    }
}
.c-three--column__row .c-three--column__col {
    width: 33.33%;
    padding: 0 12px;
}
@media (max-width: 1199.98px) {
    .c-three--column__row .c-three--column__col {
        padding: 0 15px;
    }
}
@media (max-width: 767.98px) {
    .c-three--column__row .c-three--column__col {
        width: 100%;
        padding-bottom: 4rem;
    }
}
@media (max-width: 767.98px) {
    .c-three--column__row .c-three--column__col:last-child {
        padding-bottom: 0;
    }
}
.c-three--column__image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-three--column__image img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.c-three--column__contant {
    padding-top: 4rem;
    text-align: center;
}
.c-three--column__slider .c-slideshow-controls {
    margin-top: 4rem;
}
.c-three--column__slider .c-three--column__item {
    width: 290px;
    margin-right: 2.5rem;
}
@media (max-width: 1199.98px) {
    .c-three--column__slider .c-three--column__item {
        width: 206px;
        margin-right: 30px;
    }
}
.c-three--column__contant .o-header {
    padding-bottom: 2rem;
}
.c-three--column__contant p {
    max-width: 240px;
    margin: 0 auto;
    color: #5c5c5c;
}
.c-contact .o-header {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.c-contact a {
    color: #000;
}
.c-contact .o-text-link {
    font-weight: 500;
}
@media (max-width: 1199.98px) {
    .c-contact .o-text-link {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
}
.c-form {
    padding: 0;
}
.c-form :nth-child(8) :nth-child(2) :nth-child(2) label {
    top: -24px;
}
.c-form .o-header {
    padding-bottom: 3rem;
}
.c-form .o-header--h4 {
    color: #268599;
}
.c-form .c-form__button {
    min-width: 170px;
    margin-top: 0;
}
.c-form__radios {
    padding-top: 1.2rem;
}
.c-form .apos-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4.5rem;
}
@media (max-width: 767.98px) {
    .c-form .apos-area {
        margin: 0 -1.5rem;
    }
}
.c-form .apos-area .apos-area-widget-wrapper {
    padding: 0 4.5rem 4.5rem;
}
@media (max-width: 767.98px) {
    .c-form .apos-area .apos-area-widget-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.c-form textarea.apos-forms-input {
    min-height: 20rem;
}
.c-form .apos-required label:first-of-type:after {
    display: none;
}
.c-form legend {
    font-weight: 700;
    padding-bottom: 2rem;
    display: block;
}
.c-form .format-required {
    max-width: 300px;
    color: #5c5c5c;
    margin-top: -15px;
    padding-bottom: 2.5rem;
}
.c-form .form-loader {
    align-items: center;
}
.c-form .form-loader .custom-file {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
}
.c-form .custom-checkbox {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
.c-form .custom-checkbox ul {
    list-style: disc;
    padding-left: 17px;
}
@media (max-width: 991.98px) {
    .c-form .o-columns--two {
        width: 100%;
    }
}
.c-form .column-two--row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.c-form .column-two--row > div {
    padding: 0 10px;
    width: 67%;
}
@media (max-width: 991.98px) {
    .c-form .column-two--row > div {
        width: 100%;
        padding-bottom: 4.5rem;
    }
}
.c-form .column-two--row > div:first-child {
    width: 33%;
}
@media (max-width: 991.98px) {
    .c-form .column-two--row > div:first-child {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .c-form .column-two--row {
        display: block;
    }
}
.apos-forms-fieldset legend {
    font-weight: 700;
}
.apos-modal .apos-forms-fieldset legend {
    font-weight: 400;
}
.c-form__checkboxes legend,
.c-form__radios legend {
    margin-bottom: 4rem;
}
.c-form__checkboxes input,
.c-form__radios input {
    margin-left: 1.5rem;
}
.c-form__select {
    position: relative;
}
.c-form__select__caret {
    top: auto;
}
.c-form__select__caret.o-icon--caret-down {
    transform: translateX(-100%) rotate(90deg);
}
.apos-modal .c-form__select__caret {
    display: none;
}
.apos-forms-fieldset {
    display: flex;
    border-width: 0;
    flex-wrap: wrap;
}
.form-field .invalid-msg {
    display: none;
}
.form-field.apos-error .invalid-msg {
    display: block;
}
.form-field.apos-error input:first-of-type:not(.apos-field-input-radio) {
    box-shadow: none;
}
.form-field .form-field__control {
    position: relative;
    width: 100%;
    color: #000;
}
.form-field .apos-forms-fieldset,
.form-field .form-field__input,
.form-field .form-field__label,
.form-field .form-field__select {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.form-field .form-field__input {
    display: block;
    width: 100%;
    padding: 1.3rem 2rem;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-field .form-field__input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}
.form-field .form-field__input:-moz-placeholder,
.form-field .form-field__input::-moz-placeholder {
    opacity: 1;
    color: #000;
}
.form-field .form-field__input:focus {
    border-color: #000;
}
.form-field .form-field__input[type="checkbox"],
.form-field .form-field__input[type="radio"] {
    width: auto;
    margin: 0;
    padding: 0;
}
.form-field .form-field__select {
    width: 100%;
    padding: 1.3rem 1.5rem;
    color: #000;
    outline: none;
}
.form-field .active.form-field__label + .form-field__input,
.form-field.form-field--is-filled .form-field__input {
    border-color: #000;
}
.form-field.apos-error .form-field__input,
.form-field.apos-error .form-field__select {
    border-color: #de4646;
}
.form-field.valid .form-field__input,
.form-field.valid .form-field__select {
    border-color: #31ae6b;
}
.form-field .form-field__label {
    z-index: -1;
    cursor: text;
    position: absolute;
    top: -2px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.5rem 2rem 0;
    transition: all 0.4s;
}
.form-field .form-field__label:focus {
    border-color: #000;
}
.form-field.form-field--is-filled .form-field__label,
.form-field .form-field__label.active {
    padding-top: 0;
    color: #898989;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 500;
}
.form-field .form-field__icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 5rem;
}
.form-field textarea.apos-forms-input {
    min-height: 20rem;
    resize: vertical;
}
.form-field .invalid-msg,
.form-field .valid-msg {
    padding-top: 0.8rem;
}
.form-field .invalid-msg {
    color: #de4646;
}
.form-field .valid-msg {
    color: #31ae6b;
}
.c-form .apos-area .apos-area-widget-wrapper .o-text-link:before {
    background: #e82b2b;
}
.c-footer {
    padding: 7.3rem 0 3rem;
    color: #5c5c5c;
    border-top: 1px solid #b7b7b7;
}
@media (max-width: 1199.98px) {
    .c-footer {
        padding-bottom: 5rem;
        margin: 0 4.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-footer {
        padding-bottom: 3rem;
        margin: 0 2rem;
    }
}
@media (max-width: 1199.98px) {
    .c-footer .o-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.c-footer a {
    color: #5c5c5c;
    transition: all 0.3s ease;
}
.c-footer__bottom-row {
    padding-top: 5rem;
}
@media (max-width: 1199.98px) {
    .c-footer__bottom-row {
        padding-top: 0.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-footer__bottom-row {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
    }
}
.c-footer__logo {
    width: 43%;
    padding-top: 0rem;
}
.c-footer__logo img {
    max-width: 150px;
}
@media (max-width: 1199.98px) {
    .c-footer__logo {
        width: 45%;
    }
}
@media (max-width: 767.98px) {
    .c-footer__logo {
        width: 100%;
        padding-bottom: 2rem;
    }
}
.c-footer__nav-section__nav {
    display: flex;
    width: 57%;
    flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
    .c-footer__nav-section__nav {
        width: 55%;
    }
}
@media (max-width: 767.98px) {
    .c-footer__nav-section__nav {
        width: 100%;
    }
}
.c-footer__nav-section__nav li {
    padding-bottom: 0.7rem;
    padding-right: 4rem;
    width: 20%;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 500;
}
@media (max-width: 1199.98px) {
    .c-footer__nav-section__nav li {
        width: 50%;
    }
}
.c-footer__nav-section__nav li a:hover {
    color: #e82b2b;
}
.c-footer__bottom-row__text {
    padding-top: 1.6rem;
}
@media (max-width: 767.98px) {
    .c-footer__bottom-row__text {
        order: 2;
    }
}
.c-footer__bottom-row__text .c-footer__site-by {
    padding-bottom: 2.2rem;
    padding-right: 2.5rem;
	line-height: 2.5rem;
}
.c-footer__bottom-row__text ul li {
    padding-right: 3rem;
}
.c-footer__bottom-row__text a {
    text-decoration: underline;
    color: #898989;
}
.c-footer__bottom-row__text a:hover {
    color: #e82b2b;
}
.c-footer__social-nav {
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .c-footer__social-nav {
        order: 1;
        margin-left: -20px;
        margin-top: -10px;
    }
}
.c-footer__social-nav li {
    padding: 0 5px;
}
.c-footer__social-nav li a {
    color: #000;
    font-size: 5rem;
}
.c-footer__social-nav li a:hover {
    color: #e82b2b;
}
.c-featured--highlight {
    padding: 0;
}
.c-featured--highlight .swiper-pagination {
    left: auto;
    right: calc(50vw - 555px);
    bottom: 19px;
    width: auto;
}
@media (max-width: 1199.98px) {
    .c-featured--highlight .swiper-pagination {
        right: 4.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-featured--highlight .swiper-pagination {
        right: 2rem;
    }
}
.c-featured--highlight .swiper-button-next,
.c-featured--highlight .swiper-button-prev {
    left: calc(55.6% + 77px);
    right: auto;
    bottom: 0;
}
@media (max-width: 1360.98px) {
    .c-featured--highlight .swiper-button-next,
    .c-featured--highlight .swiper-button-prev {
        left: calc(48.2% + 77px);
    }
}
@media (max-width: 1199.98px) {
    .c-featured--highlight .swiper-button-next,
    .c-featured--highlight .swiper-button-prev {
        left: calc(48.2% + 13px);
    }
}
@media (max-width: 767.98px) {
    .c-featured--highlight .swiper-button-next,
    .c-featured--highlight .swiper-button-prev {
        left: 0;
    }
}
.c-featured--highlight .swiper-button-next {
    margin-left: 60px;
    transform: rotate(180deg);
}
.c-featured--highlight__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-featured--highlight__item__image {
    position: relative;
    width: 55.6%;
    overflow: hidden;
}
@media (max-width: 1360.98px) {
    .c-featured--highlight__item__image {
        width: 48.2%;
    }
}
@media (max-width: 767.98px) {
    .c-featured--highlight__item__image {
        width: 100%;
    }
}
.c-featured--highlight__item__image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 130px;
    background: url();
    background-repeat: repeat;
    z-index: 1;
}
.c-featured--highlight__item__image img {
    display: block;
    width: 100%;
    height: 658px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .c-featured--highlight__item__image img {
        height: 366px;
    }
}
.c-featured--highlight__item__content {
    width: 44.4%;
    padding-right: calc(50vw - 555px);
    padding-left: 95px;
}
@media (max-width: 1360.98px) {
    .c-featured--highlight__item__content {
        width: 51.8%;
    }
}
@media (max-width: 1199.98px) {
    .c-featured--highlight__item__content {
        padding-right: 4.5rem;
        padding-left: 3rem;
    }
}
@media (max-width: 767.98px) {
    .c-featured--highlight__item__content {
        width: 100%;
        padding: 4rem 2rem 8rem;
    }
}
.right-align--slider .c-featured--highlight__item__image {
    order: 2;
}
.right-align--slider .c-featured--highlight__item__image:before {
    right: auto;
    left: 0;
    top: 0;
}
@media (max-width: 767.98px) {
    .right-align--slider .c-featured--highlight__item__image {
        order: 1;
    }
    .right-align--slider .c-featured--highlight__item__image:before {
        right: 0;
        left: auto;
    }
}
.right-align--slider .c-featured--highlight__item__content {
    order: 1;
    padding-left: calc(50vw - 555px);
    padding-right: 95px;
}
@media (max-width: 1199.98px) {
    .right-align--slider .c-featured--highlight__item__content {
        padding-left: 4.5rem;
        padding-right: 3rem;
    }
}
@media (max-width: 767.98px) {
    .right-align--slider .c-featured--highlight__item__content {
        padding: 4rem 2rem 8rem;
    }
}
.right-align--slider .swiper-button-next,
.right-align--slider .swiper-button-prev {
    left: calc(50vw - 555px);
}
@media (max-width: 1199.98px) {
    .right-align--slider .swiper-button-next,
    .right-align--slider .swiper-button-prev {
        left: 4.5rem;
    }
}
@media (max-width: 767.98px) {
    .right-align--slider .swiper-button-next,
    .right-align--slider .swiper-button-prev {
        left: 18px;
    }
}
.right-align--slider .swiper-button-prev {
    margin-left: -18px;
}
.right-align--slider .swiper-button-next {
    margin-left: 45px;
}
.right-align--slider .swiper-pagination {
    right: calc(55.6% + 95px);
}
@media (max-width: 1360.98px) {
    .right-align--slider .swiper-pagination {
        right: calc(48.2% + 95px);
    }
}
@media (max-width: 1199.98px) {
    .right-align--slider .swiper-pagination {
        right: calc(48.2% + 45px);
    }
}
@media (max-width: 767.98px) {
    .right-align--slider .swiper-pagination {
        right: 2rem;
    }
}
.c-featured--highlight__item__content .o-header {
    padding: 10px 0 20px;
}
.c-featured--highlight__item__content p {
    color: #5c5c5c;
    padding-bottom: 3rem;
}
.c-featured--highlight__item__content p strong {
    font-weight: 700;
}
.c-featured--highlight__item__content .o-text-link {
    margin-top: 1rem;
    font-weight: 500;
}
@media (max-width: 1199.98px) {
    .c-featured--highlight__item__content .o-text-link {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
}
.c-featured-insight--slider .c-featured-insight--slider__item {
    width: 749px;
    margin-right: 3rem;
}
@media (max-width: 1360.98px) {
    .c-featured-insight--slider .c-featured-insight--slider__item {
        width: 442px;
    }
}
@media (max-width: 1199.98px) {
    .c-featured-insight--slider .c-featured-insight--slider__item {
        width: 442px;
    }
}
@media (max-width: 767.98px) {
    .c-featured-insight--slider .c-featured-insight--slider__item {
        width: 320px;
        margin-right: 1rem;
    }
}
.c-featured-insight--slider .c-slideshow-controls {
    margin-top: 35px;
}
.c-gallery .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear;
}
.c-gallery .c-slideshow-controls {
    margin-top: 55px;
}
.c-gallery .c-gallery__item__image {
    overflow: hidden;
}
.c-gallery__item {
    margin-right: 30px;
    width: auto;
}
@media (max-width: 767.98px) {
    .c-gallery__item {
        margin-right: 2rem;
    }
}
.c-gallery__item img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.gallery-item1 img {
    width: 324px;
    height: 518px;
}
@media (max-width: 1199.98px) {
    .gallery-item1 img {
        width: 230px;
        height: 368px;
    }
}
.gallery-item2 .c-gallery__item__image {
    padding: 8px 0;
}
.gallery-item2 img {
    width: 350px;
    height: 217px;
}
@media (max-width: 1199.98px) {
    .gallery-item2 img {
        width: 249px;
        height: 154px;
    }
}
.gallery-item3 img {
    width: 350px;
    height: 464px;
}
@media (max-width: 1199.98px) {
    .gallery-item3 img {
        width: 249px;
        height: 330px;
    }
}
.menu-active {
    height: 100%;
    overflow: hidden;
}
.c-header,
.menu-active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.c-header {
    z-index: 3;
    padding: 0 10rem;
    color: #000;
    transition: top 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.c-header.scroll-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.c-header.scroll-down {
    top: -80px;
}
.c-header .full-white-image {
    display: none;
}
.c-header.c-header--transparent {
    background: transparent;
    color: #fff;
}
.c-header.c-header--bg {
    background-color: #f7f7f7;
}
@media (max-width: 1199.98px) {
    .c-header {
        padding: 0 4.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-header {
        padding: 0 2rem;
    }
}
.alert-active .c-header {
    margin-top: 50px;
}
.c-header__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
@media (max-width: 1199.98px) {
    .c-header__inner {
        align-items: center;
        padding: 15px 0px 25px 0px;
    }
}
.c-header__branding {
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
}
.c-header__branding:hover {
    opacity: 0.8;
}
.c-header__branding img {
    display: block;
    width: 150px;
}
@media (max-width: 1199.98px) {
    .c-header__branding {
        margin-bottom: 0;
    }
}
.c-header__navigation {
    display: none;
}
@media (min-width: 1200px) {
    .c-header__navigation {
        display: flex;
        flex-direction: row;
    }
}
@media (max-width: 1199.98px) {
    .c-header__navigation {
        z-index: 2;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        min-height: 100vh;
        overflow: hidden;
        padding: 0;
        background: #fff;
        transition: width 0.65s cubic-bezier(0.4, 0, 0.1, 1);
    }
    .c-header__navigation.is-active {
        width: 100%;
    }
}
.c-header__navigation__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 7.2rem 0 6rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-out;
    overflow: hidden;
}
@media (max-width: 1199.98px) {
    .c-header__navigation__dropdown {
        z-index: 4;
        position: fixed;
        top: 140px;
        left: auto;
        right: -100%;
        opacity: 1;
        visibility: visible;
        padding: 0 7rem 0 9.5rem;
        height: calc(100% - 140px);
    }
    .c-header__navigation__dropdown.active-sabmenu {
        right: 0;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation__dropdown {
        top: 102px;
        height: calc(100% - 102px);
        padding: 0 2.8rem 0 5rem;
    }
}
.c-header__navigation .c-header__navigation__dropdown .sub-nav__back {
    display: none;
}
@media (max-width: 1199.98px) {
    .c-header__navigation .c-header__navigation__dropdown .sub-nav__back {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 35px;
        top: 30px;
        font-size: 5rem;
        line-height: 5rem;
        color: #000;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation .c-header__navigation__dropdown .sub-nav__back {
        left: 3px;
        top: 14px;
    }
}
@media (max-width: 1199.98px) {
    .c-header__navigation .c-header__navigation__dropdown .o-container {
        max-width: 100%;
        padding: 3.5rem 0 2rem;
        height: 100%;
        overflow: auto;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation .c-header__navigation__dropdown .o-container {
        padding: 2.2rem 0 2rem;
    }
}
.c-header__navigation__dropdown-row {
    display: flex;
}
@media (max-width: 1199.98px) {
    .c-header__navigation__dropdown-row {
        display: block;
    }
}
.c-header__navigation__dropdown-item {
    max-width: 286px;
    margin-right: 7.5rem;
    padding-top: 0.8rem;
}
@media (max-width: 1199.98px) {
    .c-header__navigation__dropdown-item {
        max-width: 100%;
        margin: 0;
        padding: 0 0 4.4rem;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation__dropdown-item {
        padding: 0 0 3.5rem;
    }
}
.c-header__navigation__dropdown .o-header {
    color: #2e2e2e;
    padding-bottom: 2rem;
}
@media (max-width: 1199.98px) {
    .c-header__navigation__dropdown .o-header {
        font-size: 3rem;
        line-height: 4rem;
        padding-bottom: 1.2rem;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation__dropdown .o-header {
        font-size: 2rem;
        line-height: 3rem;
    }
}
.c-header__navigation__dropdown p {
    color: #5c5c5c;
}
.c-header__navigation__dropdown-link {
    flex: 1;
    padding: 0 2rem;
}
@media (max-width: 1199.98px) {
    .c-header__navigation__dropdown-link {
        padding: 0;
    }
}
.c-header__navigation__dropdown-link li {
    padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
    .c-header__navigation__dropdown-link li {
        padding-bottom: 3rem;
    }
}
.c-header__navigation__dropdown-link a {
    color: #000;
}
@media (max-width: 767.98px) {
    .c-header__navigation__dropdown-link a {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
}
.c-header__navigation__dropdown-link a.active,
.c-header__navigation__dropdown-link a:hover {
    color: #e82b2b;
}
@media (max-width: 1199.98px) {
    .c-header__navigation-nav {
        padding-bottom: 4rem;
        transition: all 0.3s ease;
    }
}
@media (max-width: 1199.98px) {
    .c-header__navigation-wraper {
        position: absolute;
        background-color: #fff;
        height: 100%;
        width: 100vw;
        right: 0;
        overflow: auto;
    }
}
.c-header__navigation-items {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1200px) {
    .c-header__navigation-items {
        flex-direction: row;
        align-items: center;
    }
}
.c-header__navigation-item:hover .c-header__navigation__dropdown {
    opacity: 1;
    visibility: visible;
}
.c-header__navigation-item {
    margin: 0 2rem;
    padding-bottom: 3.2rem;
}
@media (max-width: 1199.98px) {
    .c-header__navigation-item {
        margin: 0;
        padding: 0;
    }
}
.c-header__navigation-item .sub-nav__ico {
    display: none;
}
@media (max-width: 1199.98px) {
    .c-header__navigation-item.children-navigation-item .sub-nav__ico {
        display: block;
        font-size: 5rem;
        line-height: 5rem;
        position: absolute;
        right: 52px;
        top: 26px;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation-item.children-navigation-item .sub-nav__ico {
        right: 24px;
        top: 6px;
    }
}
.c-header__navigation-item.mobile-navigation--item {
    display: none;
}
@media (max-width: 1199.98px) {
    .c-header__navigation-item.mobile-navigation--item {
        display: block;
    }
}
@media (max-width: 1199.98px) {
    .c-header__navigation-item.mobile-navigation--item .sub-nav__ico {
        display: block;
        font-size: 5rem;
        line-height: 5rem;
        position: absolute;
        right: 52px;
        top: 26px;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation-item.mobile-navigation--item .sub-nav__ico {
        right: 24px;
        top: 6px;
    }
}
.mobile-header--actions {
    margin: 0 45px;
    padding: 4rem 0 4.5rem;
    border-top: 1px solid #b7b7b7;
    transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
    .mobile-header--actions {
        margin: 0 2rem;
        padding: 2.2rem 0;
    }
}
.mobile-header--actions .c-header__actions__geolocation {
    display: flex;
    align-items: center;
}
.mobile-header--actions .c-header__actions__geolocation span {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}
@media (max-width: 1199.98px) {
    .mobile-header--actions .c-header__actions__geolocation span {
        padding-right: 0;
        padding-left: 11px;
    }
}
@media (max-width: 767.98px) {
    .mobile-header--actions .c-header__actions__geolocation span {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
}
.mobile-header--actions .c-header__actions__geolocation i {
    font-size: 5rem;
    line-height: 5rem;
}
@media (max-width: 767.98px) {
    .mobile-header--actions .c-header__actions__geolocation i {
        font-size: 2.9rem;
        line-height: 2.9rem;
    }
}
@media (max-width: 1199.98px) {
    .mobile-header--actions .c-header__actions__geolocation i:after {
        top: 23px;
    }
}
@media (max-width: 767.98px) {
    .mobile-header--actions .c-header__actions__geolocation i:after {
        top: 13px;
    }
}
@media (min-width: 1200px) {
    .mobile-header--actions {
        display: none;
    }
}
.c-header__navigation-link {
    position: relative;
    color: #000;
    text-decoration: none;
    padding-bottom: 6px;
}
@media (max-width: 1199.98px) {
    .c-header__navigation-link {
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 700;
        padding: 3rem 6.5rem;
        display: block;
    }
}
@media (max-width: 767.98px) {
    .c-header__navigation-link {
        padding: 1.5rem 4rem;
        font-size: 2rem;
        line-height: 3rem;
    }
}
.c-header__navigation-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e82b2b;
    transition: width 0.3s ease;
}
@media (max-width: 1199.98px) {
    .c-header__navigation-link:before {
        display: none;
    }
}
.c-header__navigation-link:hover {
    color: #e82b2b;
}
.c-header__navigation-link:hover:before {
    width: 100%;
}
.c-header__navigation-link.is-active {
    color: rgba(0, 0, 0, 0.4);
}
.c-header__trigger {
    z-index: 1;
    position: relative;
    display: flex;
    padding: 2rem 1.5rem;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .c-header__trigger {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .c-header__trigger {
        margin-right: -14px;
        cursor: pointer;
    }
}
.c-header__hamburger {
    position: relative;
    width: 2rem;
    height: 2px;
    background: #000;
}
.c-header__hamburger:after,
.c-header__hamburger:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: inherit;
    background: #000;
    transform: translate(0deg);
}
.c-header__hamburger:before {
    bottom: 0.6rem;
}
.c-header__hamburger:after {
    top: 0.6rem;
}
.c-header__trigger.is-active .c-header__hamburger {
    background: transparent;
}
.c-header__trigger.is-active .c-header__hamburger:before {
    transform: rotate(-45deg);
    bottom: 0;
}
.c-header__trigger.is-active .c-header__hamburger:after {
    transform: rotate(45deg);
    top: 0;
}
.menu-mobile-header {
    display: none;
}
@media (max-width: 1199.98px) {
    .menu-mobile-header {
        display: flex;
        align-items: center;
        padding: 45px 65px;
    }
}
@media (max-width: 767.98px) {
    .menu-mobile-header {
        padding: 30px 40px;
    }
}
.menu-mobile-header .c-header__branding img {
    width: 170px;
}
@media (max-width: 767.98px) {
    .menu-mobile-header .c-header__branding img {
        width: 120px;
    }
}
@media (max-width: 1199.98px) {
    .menu-mobile-header .c-header__trigger {
        margin-left: auto;
    }
}
.c-header__actions {
    padding-bottom: 3.2rem;
}
@media (max-width: 1199.98px) {
    .c-header__actions {
        display: flex;
        align-items: center;
        margin-left: auto;
        padding-bottom: 0;
        padding-top: 0;
    }
}
.c-header__actions button {
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .c-header__actions .c-header__actions__geolocation {
        display: none;
    }
}
.c-header__actions__geolocation span {
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-right: 7px;
}
.c-header__actions__geolocation i {
    font-size: 2.9rem;
    position: relative;
    padding-left: 10px;
    margin: -9px 0 -11px;
}
@media (max-width: 1199.98px) {
    .c-header__actions__geolocation i {
        font-size: 3.4rem;
        padding-left: 0;
        padding-right: 8px;
    }
}
.c-header__actions__geolocation i:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    left: 0;
    top: 14px;
}
@media (max-width: 1199.98px) {
    .c-header__actions__geolocation i:after {
        left: auto;
        right: 0;
        top: 16px;
    }
}
.c-header__actions__explore {
    margin-left: auto;
    margin-top: 17px;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .c-header__actions__explore {
        margin-left: 1.5rem;
        margin-top: 0;
    }
}
.c-header__actions__explore i {
    font-size: 3.4rem;
    margin: -8px 0 -10px 0.5rem;
}
@media (max-width: 1199.98px) {
    .c-header__actions__explore i {
        font-size: 5rem;
        margin: 0;
    }
}
@media (max-width: 1199.98px) {
    .c-header__actions span {
        display: none;
    }
}
.location-dropdown {
    z-index: 4;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    color: #000;
    background: #fff;
    transition: width 0.6s cubic-bezier(0.65, 0.005, 0.35, 0.995);
}
.location-dropdown__container {
    position: absolute;
    background-color: #fff;
    height: 100%;
    width: 580px;
    top: 0;
    right: 0;
}
@media (max-width: 767.98px) {
    .location-dropdown__container {
        width: 100vw;
    }
}
.location-dropdown__head {
    display: flex;
    align-items: center;
    padding: 20px;
}
@media (max-width: 767.98px) {
    .location-dropdown__head {
        padding: 19px 15px;
    }
}
.location-open .location-dropdown {
    width: 580px;
    transition: width 0.65s cubic-bezier(0.4, 0, 0.1, 1);
}
@media (max-width: 767.98px) {
    .location-open .location-dropdown {
        width: 100%;
    }
}
.location-dropdown__head .location-close {
    font-size: 5rem;
    line-height: 5rem;
}
@media (max-width: 767.98px) {
    .location-dropdown__head .location-close {
        order: 2;
        margin-left: auto;
    }
}
.location-dropdown__head .location-active {
    display: flex;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-items: center;
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .location-dropdown__head .location-active {
        margin-left: 0;
        order: 1;
        flex-flow: row-reverse;
    }
}
.location-dropdown__head .location-active i {
    font-size: 2.9rem;
}
.location-dropdown__body {
    padding: 12rem 10rem 0;
}
@media (max-width: 767.98px) {
    .location-dropdown__body {
        padding: 2.2rem 4.2rem 0;
    }
}
.location-dropdown__body .o-header {
    font-weight: 500;
    padding-bottom: 4.7rem;
}
@media (max-width: 767.98px) {
    .location-dropdown__body .o-header {
        padding-bottom: 3rem;
    }
}
.location-dropdown__list li {
    padding: 2.1rem 0;
}
.location-dropdown__list li .location-logo {
    width: 34px;
    margin-bottom: -18px;
}
.location-dropdown__list li img {
    width: 64px;
    margin: -12px 0 0 -13px;
    max-width: none;
}
.location-dropdown__list li span {
    width: calc(100% - 34px);
    padding-left: 24px;
    display: block;
}
.location-dropdown__list li a {
    display: flex;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 500;
}
.location-dropdown__list li a.active span {
    opacity: 0.4;
    font-weight: 700;
}
.c-header--transparent .full-white-image {
    display: block;
}
.c-header--transparent .full-color-image {
    display: none;
}
.c-header--transparent .c-header__actions .c-header__actions__explore,
.c-header--transparent .c-header__actions .c-header__actions__geolocation {
    color: #fff;
}
@media (min-width: 1200px) {
    .c-header--transparent .c-header__navigation-link {
        color: #fff;
    }
}
.c-header--transparent .c-header__hamburger.main-trigger,
.c-header--transparent .c-header__hamburger.main-trigger:after,
.c-header--transparent .c-header__hamburger.main-trigger:before {
    background: #fff;
}
.c-header--transparent .c-header__actions__geolocation i:after {
    border-top-color: #fff;
}
.c-header--transparent .mobile-header--actions .c-header__actions__geolocation i:after {
    border-top-color: #000;
}
.navScroll {
    background-color: #fff !important;
}
.navScroll .c-header__hamburger {
    background-color: #000 !important;
}
.navScroll .c-header__hamburger:after,
.navScroll .c-header__hamburger:before {
    background: #000 !important;
}
.navScroll i {
    color: #000 !important;
}
.c-hero-banner {
    margin-top: -380px;
}
.c-hero-banner__item__image {
    position: relative;
}
.c-hero-banner__item__image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.c-hero-banner__item__image img {
    display: block;
    width: 100%;
    height: 1040px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s ease-out;
}
@media (max-width: 1600.98px) {
    .c-hero-banner__item__image img {
        height: 860px;
    }
}
@media (max-width: 1449.98px) {
    .c-hero-banner__item__image img {
        height: 780px;
    }
}
@media (max-width: 1199.98px) {
    .c-hero-banner__item__image img {
        height: 780px;
    }
}
@media (max-width: 767.98px) {
    .c-hero-banner__item__image img {
        height: 597px;
    }
}
.c-hero-banner__item__content {
    z-index: 2;
    position: absolute;
    top: 75%;
    right: 0;
    left: 0;
    color: #fff;
    transform: translateY(-50%);
    margin-top: -3rem;
}
@media (max-width: 1199.98px) {
    .c-hero-banner__item__content {
        margin-top: -4.5rem;
    }
}
.c-hero-banner .scroll-more {
    z-index: 2;
    position: absolute;
    left: calc(50vw - 575px);
    bottom: 12px;
}
@media (max-width: 1199.98px) {
    .c-hero-banner .scroll-more {
        left: 45px;
    }
}
@media (max-width: 767.98px) {
    .c-hero-banner .scroll-more {
        display: none;
    }
}
.c-hero-banner .c-hero-banner__item {
    position: relative;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
    transform-style: preserve-3d;
}
.c-hero-banner .swiper-container {
    perspective: 6000px;
}
.c-hero-banner .swiper-wrapper {
    transform-style: preserve-3d;
}
.c-hero-banner .swiper-pagination {
    left: auto;
    right: 100px;
    bottom: 38px;
    width: auto;
}
@media (max-width: 1199.98px) {
    .c-hero-banner .swiper-pagination {
        right: 277px;
    }
}
@media (max-width: 767.98px) {
    .c-hero-banner .swiper-pagination {
        right: 268px;
    }
}
.c-hero-banner .swiper-scrollbar {
    left: 0;
    bottom: 89px;
    background: transparent;
    border-radius: 0;
    width: calc(100% - 125px);
}
@media (max-width: 1199.98px) {
    .c-hero-banner .swiper-scrollbar {
        width: calc(100% - 50px);
    }
}
.c-hero-banner .swiper-scrollbar-drag {
    border-radius: 0;
    background: #e82b2b;
}
.c-hero-banner .swiper-button-next,
.c-hero-banner .swiper-button-prev {
    left: auto;
    right: 210px;
    bottom: 20px;
}
@media (max-width: 1199.98px) {
    .c-hero-banner .swiper-button-next,
    .c-hero-banner .swiper-button-prev {
        right: 139px;
    }
}
@media (max-width: 767.98px) {
    .c-hero-banner .swiper-button-next,
    .c-hero-banner .swiper-button-prev {
        right: 130px;
    }
}
.c-hero-banner .swiper-button-prev {
    margin-right: 60px;
}
.c-hero-banner .swiper-button-next {
    transform: rotate(180deg);
}
.c-hero-banner__inner {
    width: 100%;
}
.c-hero-banner__container:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 94px;
    z-index: 2;
}
@media (max-width: 1199.98px) {
    .c-hero-banner__container:before {
        width: calc(100% - 45px);
    }
}

@media (max-width: 1360.98px) {
    .c-hero-banner__item:before {
        right: 1px;
        bottom: 2px;
        width: 322px;
        height: 322px;
    }
}
@media (max-width: 767.98px) {
    .c-hero-banner__item:before {
        width: 187px;
        height: 187px;
    }
}
.c-hero-banner__item__content .o-header {
    max-width: 570px;
    padding: 0 0 20px;
}
.c-hero-banner__item__content label {
    display: block;
    margin-bottom: 35px;
}
.c-hero-banner__item__content .o-text-link {
    color: #fff;
    position: relative;
    z-index: 4;
    text-transform: none;
}
.c-hero-banner__item__content .o-text-link:before {
    background: #fff;
}
.c-hero-banner__item__content .o-text-link:hover {
    color: #e82b2b;
}
.c-hero-banner__item__content .o-text-link:hover:before {
    background: #e82b2b;
}
.c-hero-banner__container .cursor {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50px, -50px);
}
.c-hero-banner__container .cursor.hidden {
    opacity: 0;
    visibility: hidden;
}
@keyframes zoomeffect {
    0% {
        background-position: 50%;
        transform: scale(1);
    }
    to {
        background-position: 50%;
        transform: scale(1.2);
    }
}
.c-image-embed__image img {
    display: block;
}
.c-image-embed .o-caption--label,
.o-video-embed .o-caption--label {
    margin-top: 18px;
}
.image-video {
    position: relative;
}
.image-video .image-video-fancybox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.audio-embed {
    max-width: 1022px;
    margin: 0 auto;
}
.audio-embed iframe {
    width: 100%;
}
.c-insight--slider .no-slidedata .swiper-wrapper {
    justify-content: center;
}
.c-insight--slider .c-insight--slider__item {
    width: 660px;
    align-items: center;
}
@media (max-width: 1360.98px) {
    .c-insight--slider .c-insight--slider__item {
        width: 320px;
        margin-right: 1rem;
    }
}
@media (max-width: 1199.98px) {
    .c-insight--slider .c-insight--slider__item {
        width: 320px;
        margin-right: 1rem;
    }
}
@media (max-width: 767.98px) {
    .c-insight--slider .c-insight--slider__item {
        margin-right: 1rem;
    }
}
@media (max-width: 1360.98px) {
    .c-insight--slider .insights-card__image img {
        height: 223px;
    }
}
@media (max-width: 1360.98px) {
    .c-insight--slider .insights-card__image-shape {
        width: 105px;
        height: 16px;
    }
}
@media (max-width: 1360.98px) {
    .c-insight--slider .insights-card__content {
        padding: 0 1.8rem 3.8rem;
    }
}
@media (max-width: 1360.98px) {
    .c-insight--slider .insights-card .o-text-ico-tag {
        top: 2.5rem;
        left: 2rem;
    }
}
.c-insight--slider .c-slideshow-controls {
    margin-top: 35px;
}
.c-lead--highlight {
    overflow: hidden;
    margin: 0 6rem;
}
@media (max-width: 1199.98px) {
    .c-lead--highlight {
        margin: 0 4.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-lead--highlight {
        margin: 0 2rem;
    }
}
@media (max-width: 1199.98px) {
    .c-lead--highlight .o-container {
        padding-left: 8.4rem;
        padding-right: 6.4rem;
    }
}
@media (max-width: 767.98px) {
    .c-lead--highlight .o-container {
        padding: 0;
    }
}
.c-lead--highlight__bg {
    position: relative;
    background: #e82b2b;
    margin-bottom: 0rem;
}

@media (max-width: 767.98px) {
    .c-lead--highlight__bg:before {
        width: 85px;
    }
}
.c-lead--highlight__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6rem 0;
    color: #fff;
}
@media (max-width: 767.98px) {
    .c-lead--highlight__row {
        display: block;
    }
}
.c-lead--highlight .c-lead--highlight__button {
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .c-lead--highlight .c-lead--highlight__button {
        margin-left: 0;
        text-align: center;
    }
}
.c-lead--highlight__contant {
    width: auto;
    flex: 1;
}
@media (max-width: 767.98px) {
    .c-lead--highlight__contant {
        width: 100%;
        padding-bottom: 4rem;
    }
}
.c-lead--highlight__contant .o-header {
    padding-top: 1rem;
}
.c-listed--grids .insights-card {
    margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
    .c-listed--grids .insights-card {
        margin-bottom: 6rem;
    }
}
.c-expertise--grid .vertical-card {
    margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
    .c-expertise--grid .vertical-card {
        margin-bottom: 4rem;
    }
}
.c-profile--grid .profile-card {
    margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
    .c-profile--grid .profile-card {
        margin-bottom: 4rem;
    }
}
@media (max-width: 1199.98px) {
    .c-profile--grid .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .c-profile--grid .profile-card img {
        height: 370px;
    }
}
@media (max-width: 767.98px) {
    .c-profile--grid .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .c-profile--grid .profile-card img {
        height: 365px;
        -o-object-position: top;
        object-position: top;
    }
}
.listed-card--head {
    padding-bottom: 8rem;
}
@media (max-width: 1199.98px) {
    .listed-card--head {
        padding-bottom: 6rem;
    }
}
.listed-card--head p {
    color: #5c5c5c;
}
.c-contact--main {
    overflow: hidden;
}
.c-contact--detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4.2rem;
    padding-top: 7.7rem;
}
.c-contact--detail__map {
    width: 58.8%;
    position: relative;
}
@media (max-width: 1199.98px) {
    .c-contact--detail__map {
        width: 47.8%;
    }
}
@media (max-width: 767.98px) {
    .c-contact--detail__map {
        order: 1;
        width: 100%;
    }
}
.c-contact--detail__contant {
    width: 41.2%;
    padding-right: 40px;
}
@media (max-width: 1199.98px) {
    .c-contact--detail__contant {
        width: 52.2%;
        padding-right: 30px;
    }
}
@media (max-width: 767.98px) {
    .c-contact--detail__contant {
        order: 2;
        width: 100%;
        padding-right: 0;
        padding-top: 3rem;
    }
}
.c-contact--detail__contant .o-paragraph {
    color: #000;
}
.c-contact--detail__contant a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}
.c-contact--detail__contant .c-rich-text .c-rich-text {
    max-width: 30rem;
}
@media (max-width: 1199.98px) {
    .c-contact--detail__contant .c-rich-text .c-rich-text {
        max-width: 100%;
    }
}
.c-contact--detail__map iframe {
    width: 100%;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199.98px) {
    .c-contact--detail__map iframe {
        height: 323px;
    }
}
.c-contact--detail__map:before {
    content: "";
    position: absolute;
    right: -10.7rem;
    top: -7.7rem;
    width: 322px;
    height: 322px;
    background: url();
    background-repeat: repeat;
    z-index: 0;
}
@media (max-width: 1199.98px) {
    .c-contact--detail__map:before {
        right: -48px;
    }
}
@media (max-width: 767.98px) {
    .c-contact--detail__map:before {
        right: -58px;
        top: -27px;
    }
}
.c-gallery-modal__overlay,
.c-video-modal__overlay {
    z-index: 420;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}
.c-video-modal__container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 6rem;
    overflow-y: auto;
    box-sizing: border-box;
}
.c-video-modal__container iframe {
    height: 100% !important;
    width: 100% !important;
}
.c-video-modal__video-wrapper {
    margin: 0 auto;
    width: 100%;
}
.c-video-modal__close {
    border: 0;
    background: transparent;
}
@keyframes mmfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mmslideIn {
    0% {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes mmslideOut {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}
.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden="false"] .c-video-modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .c-video-modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .c-video-modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .c-video-modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .c-video-modal__container,
.micromodal-slide .c-video-modal__overlay {
    will-change: transform;
}
.c-close-button {
    z-index: 4;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: block;
    font-size: 5rem;
    color: #fff;
    border: none;
    outline: none;
}
.c-video-modal__video-wrapper .apos-video-player {
    position: relative;
    display: flex;
    overflow: hidden;
    height: auto;
    padding-bottom: 56.25%;
    max-width: 100%;
}
.c-video-modal__video-wrapper .apos-video-player embed,
.c-video-modal__video-wrapper .apos-video-player iframe,
.c-video-modal__video-wrapper .apos-video-player object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-gallery-modal__container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 6rem;
}
.c-gallery-modal__gallery-wrapper {
    max-width: 1110px;
    margin: 0 auto;
}
.c-gallery-modal__gallery-wrapper .swiper-wrapper {
    margin-bottom: 60px;
}
.c-gallery-modal__gallery-wrapper .swiper-button-next,
.c-gallery-modal__gallery-wrapper .swiper-button-prev {
    background-image: url(images/arrow-left-white.svg);
}
.c-gallery-modal__gallery-wrapper .swiper-button-next {
    transform: rotate(180deg);
    right: -15px;
}
.c-gallery-modal__gallery-wrapper .swiper-button-prev {
    left: auto;
    right: 45px;
}
.c-gallery-modal__gallery-wrapper .swiper-pagination-fraction {
    color: #fff;
    font-weight: 700;
    width: auto;
    left: auto;
    right: 125px;
    bottom: 18px;
}
.c-gallery-modal__image img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 150px);
}
.o-pull--quote .o-display {
    color: #268599;
    padding-bottom: 3.5rem;
}
.o-pull--quote .o-buttons {
    padding-top: 5.5rem;
}
.c-page--banner {
    position: relative;
    color: #fff;
}
.c-page--banner:before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 322px;
    height: 322px;
    background: url();
    background-repeat: repeat;
}
@media (max-width: 1199.98px) {
    .c-page--banner:before {
        width: 187px;
        height: 187px;
    }
}
.c-page--banner__image {
    position: relative;
}
.c-page--banner__image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.c-page--banner__image img {
    display: block;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}
.c-page--banner__contant {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
@media (max-width: 767.98px) {
    .c-page--banner__contant {
        top: 166px;
        transform: none;
    }
}
.c-page--banner .o-header {
    max-width: 570px;
    margin-top: 5px;
}
@media (max-width: 1199.98px) {
    .c-page--banner .o-header {
        max-width: 443px;
    }
}
.c-available--position .o-header--h2 {
    padding-bottom: 8rem;
}
@media (max-width: 1199.98px) {
    .c-available--position__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -18px;
    }
}
@media (max-width: 767.98px) {
    .c-available--position__list {
        margin: 0;
    }
}
.c-available--position__card {
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .c-available--position__card {
        width: 100%;
        margin: 0 0 30px;
    }
}
.c-available--position__text {
    width: 45%;
    padding-top: 4px;
}
.c-available--position__text .o-text-eyebrow:before {
    background: #000;
}
@media (max-width: 1199.98px) {
    .c-available--position__text {
        width: 100%;
    }
    .c-available--position__text .o-header {
        padding-bottom: 1rem;
    }
}
.c-available--position__button {
    margin-left: auto;
    display: flex;
    align-items: center;
}
@media (max-width: 1199.98px) {
    .c-available--position__button {
        flex-wrap: wrap;
        padding-top: 3rem;
    }
}
.c-available--position__button .o-text-link {
    margin-right: 3.5rem;
}
@media (max-width: 1199.98px) {
    .c-available--position__button .o-text-link {
        margin-bottom: 4rem;
    }
}
.c-available--position__button .o-button {
    min-width: 250px;
    padding: 19px 22px;
}
@media (max-width: 1199.98px) {
    .c-available--position__button .o-button {
        min-width: 100%;
    }
}
.c-profile--modal .modal-dialog {
    max-width: 1110px;
}
.c-profile--modal .modal-content {
    background: #fff;
    position: relative;
}
.c-profile--modal .modal-content .close {
    z-index: 2;
    position: absolute;
    opacity: 1;
    right: 3rem;
    top: 3rem;
    cursor: pointer;
}
@media (max-width: 1199.98px) {
    .c-profile--modal .modal-content .close {
        right: 2.5rem;
        top: 2.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-profile--modal .modal-content .close {
        top: 1rem;
        right: 3px;
    }
}
.c-profile--modal .modal-content .close i {
    font-size: 5rem;
    line-height: 5rem;
    color: #000;
}
.c-profile--modal .modal-body {
    padding: 0;
}
.c-profile--modal__item {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
@media (max-width: 1199.98px) {
    .c-profile--modal__item {
        display: block;
        padding: 10rem 13.2rem 7.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-profile--modal__item {
        padding: 7rem 2rem 6rem;
    }
}
.c-profile--modal__item .c-profile--modal__image {
    width: 42%;
}
@media (max-width: 1199.98px) {
    .c-profile--modal__item .c-profile--modal__image {
        width: 100%;
    }
}
.c-profile--modal__item .c-profile--modal__image img {
    display: block;
    width: 100%;
    height: 589px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .c-profile--modal__item .c-profile--modal__image img {
        width: auto;
        height: 380px;
    }
}
@media (max-width: 767.98px) {
    .c-profile--modal__item .c-profile--modal__image img {
        width: 100%;
        height: 246px;
    }
}
.c-profile--modal__contact {
    width: 58%;
    padding: 7.5rem 5rem 6.5rem 8.5rem;
}
.c-profile--modal__contact * {
    scrollbar-width: thin;
    scrollbar-color: #acacac #ececec;
}
.c-profile--modal__contact ::-webkit-scrollbar {
    width: 8px;
}
.c-profile--modal__contact ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ececec;
}
.c-profile--modal__contact ::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 10px;
}
.c-profile--modal__contact ::-webkit-scrollbar-thumb:hover {
    background: #acacac;
    opacity: 0.7;
}
@media (max-width: 1199.98px) {
    .c-profile--modal__contact {
        width: 100%;
        padding: 3rem 0 5rem;
    }
}
@media (max-width: 767.98px) {
    .c-profile--modal__contact {
        padding-bottom: 0;
    }
}
.c-profile--modal__contact .o-header {
    padding-bottom: 1rem;
}
.c-profile--modal__contact .o-text-eyebrow {
    margin-bottom: 2.8rem;
}
.c-profile--modal__contact p {
    padding-bottom: 2.5rem;
}
.c-profile--modal__contact p:last-child {
    padding-bottom: 0;
}
.c-profile--modal__contact .c-rich-text {
    max-height: 285px;
    overflow: auto;
    padding-right: 85px;
}
@media (max-width: 1199.98px) {
    .c-profile--modal__contact .c-rich-text {
        max-height: 250px;
    }
}
@media (max-width: 767.98px) {
    .c-profile--modal__contact .c-rich-text {
        padding-right: 2rem;
    }
}
.c-profile--modal__contact.no-linkedin .c-rich-text {
    max-height: 325px;
}
@media (max-width: 1199.98px) {
    .c-profile--modal__contact.no-linkedin .c-rich-text {
        max-height: 280px;
    }
}
.c-profile--modal__contact .c-rich-text ul li {
    padding-bottom: 0.4rem;
}
.c-profile--modal__social {
    padding-top: 1.2rem;
    margin-left: -16px;
    display: flex;
    flex-wrap: wrap;
}
.c-profile--modal__social a {
    font-size: 5rem;
    color: #000;
    line-height: 5rem;
    margin-right: 3rem;
    display: block;
}
.c-profile--slider__control {
    position: absolute;
    width: 58%;
    bottom: 2rem;
    right: 0;
}
@media (max-width: 1199.98px) {
    .c-profile--slider__control {
        width: 100%;
    }
}
.c-profile--slider__control .swiper-button-next,
.c-profile--slider__control .swiper-button-prev {
    background-image: url(images/arrow-tailed-left.svg);
    background-position: 0;
    background-size: 50px auto;
    width: auto;
    padding-left: 5rem;
    display: flex;
    align-items: center;
}
.c-profile--slider__control .swiper-button-prev {
    left: 70px;
}
@media (max-width: 1199.98px) {
    .c-profile--slider__control .swiper-button-prev {
        left: 25px;
    }
}
@media (max-width: 767.98px) {
    .c-profile--slider__control .swiper-button-prev {
        left: 3px;
    }
}
.c-profile--slider__control .swiper-button-next {
    right: 35px;
    background-image: url(images/arrow-tailed-right.svg);
    background-position: 100%;
    padding-left: 0;
    padding-right: 5rem;
}
@media (max-width: 1199.98px) {
    .c-profile--slider__control .swiper-button-next {
        right: 25px;
    }
}
@media (max-width: 767.98px) {
    .c-profile--slider__control .swiper-button-next {
        right: 3px;
    }
}
.c-profile--slider__control .swiper-pagination {
    font-weight: 700;
    color: #000;
    z-index: 4;
    padding: 7px 0;
}
.c-rich-text p {
    color: #5c5c5c;
    margin-bottom: 1em;
}
.c-rich-text p strong {
    font-weight: 700;
}
.c-rich-text ol,
.c-rich-text ul {
    padding-left: 1.9rem;
}
.c-rich-text ol li,
.c-rich-text ul li {
    color: #5c5c5c;
    padding-left: 3rem;
    padding-bottom: 4rem;
}
.c-rich-text ul li {
    position: relative;
}
.c-rich-text ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 2px;
    width: 1rem;
    height: 1rem;
    background: #268599;
    transform: rotate(45deg);
}
.c-rich-text ul {
    list-style: none;
    padding-left: 0;
}
.c-rich-text ul ul li {
    list-style: none;
    padding-top: 2rem;
    padding-bottom: 0;
}
.c-rich-text ul ul li:before {
    top: 2.8rem;
    border: 1px solid #268599;
    background: transparent;
}
.c-rich-text ol {
    list-style: decimal-leading-zero;
    padding-left: 4rem;
}
.c-rich-text ol li {
    padding-left: 1.1rem;
}
.c-rich-text ol li::marker {
    color: #268599;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
}
.c-rich-text ol ol {
    padding-left: 2.7rem;
}
.c-rich-text ol ol li {
    list-style: upper-alpha;
    padding-top: 2rem;
    padding-bottom: 0;
}
.c-rich-text a {
    position: relative;
    color: #000;
    text-decoration: none;
}
.c-rich-text a:before {
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
}
.c-rich-text a:hover {
    color: #e82b2b;
}
@media (max-width: 767.98px) {
    .c-rich-text a {
        text-decoration: underline;
        display: inline;
    }
    .c-rich-text a:before {
        display: none;
    }
}
.o-rich-text-lockup {
    display: block;
    margin-bottom: 13.5rem;
}
@media (min-width: 768px) {
    .o-rich-text-lockup__content {
        flex-wrap: wrap;
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        display: flex;
    }
}
.o-rich-text-lockup__column:not(:last-child) {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .o-rich-text-lockup__column {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .o-rich-text-lockup__column:not(:last-child) {
        margin-bottom: 0;
    }
    .o-rich-text-lockup__column:first-child {
        padding-right: 3rem;
    }
}
.secondary-navigation {
    z-index: 2;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: #ededed;
    width: 100%;
    height: 60px;
    transition: top 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.secondary-navigation.secondary-navigation-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 420;
}
.secondary-navigation.primary-navigation-sticky {
    top: 8rem;
}
@media (max-width: 767.98px) {
    .secondary-navigation .o-container {
        padding-right: 170px;
        max-width: 100%;
    }
}
.secondary-navigation__trigger {
    display: none;
    text-transform: none;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__trigger {
        display: flex;
        align-items: center;
        padding: 13px 0;
    }
}
.secondary-navigation__trigger i {
    font-size: 3.4rem;
    margin-left: -10px;
    margin-right: 5px;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__menu-inner {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        width: 100%;
        background-color: #fff;
    }
}
.secondary-navigation__menu-inner.open-mobile-navigation {
    opacity: 1;
    visibility: visible;
}
.secondary-navigation__menu-inner ul {
    display: flex;
    justify-content: flex-start;
    padding: 2rem 0;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__menu-inner ul {
        display: block;
    }
}
.secondary-navigation__menu-inner ul li {
    margin-right: 40px;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__menu-inner ul li {
        margin-right: 0;
    }
}
.secondary-navigation__menu-inner ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__menu-inner ul li a {
        padding: 24px 0 24px 75px;
        display: block;
    }
}
@media (max-width: 767.98px) {
    .secondary-navigation__menu-inner ul li a {
        padding-left: 45px;
    }
}
.secondary-navigation__menu-inner ul li a:before {
    content: "";
    height: 2px;
    width: 0;
    background: #e82b2b;
    position: absolute;
    left: 0;
    bottom: -21px;
    transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__menu-inner ul li a:before {
        display: none;
    }
}
.secondary-navigation__menu-inner ul li a.active,
.secondary-navigation__menu-inner ul li a:hover {
    color: #000;
}
.secondary-navigation__menu-inner ul li a.active:before,
.secondary-navigation__menu-inner ul li a:hover:before {
    width: 100%;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__menu-inner ul li a.active,
    .secondary-navigation__menu-inner ul li a:hover {
        color: #e82b2b;
    }
}
.secondary-navigation__button-container {
    position: absolute;
    top: 0;
    right: 0;
}
.secondary-navigation__button-container .o-button {
    min-width: 227px;
    padding: 19px 22px;
}
@media (max-width: 1199.98px) {
    .secondary-navigation__button-container .o-button {
        min-width: 165px;
    }
}
@media (max-width: 767.98px) {
    .secondary-navigation__button-container .o-button {
        height: 60px;
        padding: 18px 22px;
    }
}
.c-search--bar {
    background: #000;
    position: relative;
    padding-top: 18rem;
    padding-bottom: 10rem;
}
@media (max-width: 1199.98px) {
    .c-search--bar {
        padding-top: 16rem;
        padding-bottom: 12rem;
    }
}
@media (max-width: 767.98px) {
    .c-search--bar {
        padding-top: 14rem;
        padding-bottom: 10rem;
    }
}
.c-search--bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: 135px;
    background: url();
    background-repeat: repeat;
    z-index: 1;
    opacity: 0.2;
}
@media (max-width: 1199.98px) {
    .c-search--bar:before {
        height: 60px;
        width: 187px;
    }
}
@media (max-width: 767.98px) {
    .c-search--bar:before {
        display: none;
    }
}
.c-search--bar__field {
    position: relative;
}
.c-search--bar__field .c-search--bar__control {
    color: #fff;
    padding: 1.2rem 1rem;
    height: auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    width: 100%;
    outline: none;
}
@media (max-width: 1199.98px) {
    .c-search--bar__field .c-search--bar__control {
        padding: 1.5rem 1rem;
    }
}
.c-search--bar__field .c-search--bar__control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}
.c-search--bar__field .c-search--bar__control:-moz-placeholder,
.c-search--bar__field .c-search--bar__control::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.c-search--bar__field .c-search--bar__button {
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 5rem;
    line-height: 5rem;
    transform: rotate(-90deg);
    z-index: 999;
}
.c-search--head {
    padding-top: 11.7rem;
    padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
    .c-search--head {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
}
.c-search--result {
    padding-bottom: 12rem;
}
@media (max-width: 1199.98px) {
    .c-search--result {
        padding-bottom: 6.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-search--result {
        padding-bottom: 8rem;
    }
}
.c-search--result__row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 4.2rem;
    margin-bottom: 6rem;
    border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 1199.98px) {
    .c-search--result__row {
        padding-bottom: 6rem;
    }
}
@media (max-width: 767.98px) {
    .c-search--result__row {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }
}
.c-search--result__row .c-search--result__content {
    width: calc(100% - 255px);
    padding-right: 12.5rem;
}
@media (max-width: 1199.98px) {
    .c-search--result__row .c-search--result__content {
        padding-right: 5rem;
    }
}
@media (max-width: 767.98px) {
    .c-search--result__row .c-search--result__content {
        width: 100%;
        order: 2;
        padding: 4rem 0 0;
    }
}
.c-search--result__row .c-search--result__image {
    width: 255px;
}
@media (max-width: 767.98px) {
    .c-search--result__row .c-search--result__image {
        width: 100%;
        order: 1;
    }
}
.c-search--result__row .c-search--result__image img {
    display: block;
    height: 187px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .c-search--result__row .c-search--result__image img {
        height: 234px;
    }
}
.c-search--result__content .o-header {
    padding-bottom: 2rem;
}
@media (max-width: 1199.98px) {
    .c-search--result__content .o-header {
        font-weight: 500;
    }
}
.c-search--result__content .o-header a {
    color: #268599;
}
.c-search--result__content p {
    padding-bottom: 2rem;
}
.c-search--result__content .c-search--result__tag {
    color: #5c5c5c;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-search--result__row:hover .c-search--result__content .o-header a {
    color: #e82b2b;
}
.c-share-modal .modal-dialog {
    max-width: 1110px;
    margin: 0 auto;
}
.c-share-modal .modal-content {
    background: #fff;
    position: relative;
}
.c-share-modal .modal-content .close {
    z-index: 2;
    position: absolute;
    opacity: 1;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
@media (max-width: 1199.98px) {
    .c-share-modal .modal-content .close {
        right: 2rem;
        top: 2rem;
    }
}
.c-share-modal .modal-content .close i {
    font-size: 5rem;
    line-height: 5rem;
    color: #000;
}
.c-share-modal .modal-body {
    padding: 8rem 8.5rem 8rem 8rem;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
    .c-share-modal .modal-body {
        padding: 8rem 4.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-share-modal .modal-body {
        padding: 9.5rem 2rem 3rem;
        display: block;
    }
}
.c-share-modal__image {
    width: 36.6%;
}
@media (max-width: 1199.98px) {
    .c-share-modal__image {
        width: 49%;
    }
}
@media (max-width: 767.98px) {
    .c-share-modal__image {
        width: 100px;
    }
}
.c-share-modal__image img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .c-share-modal__image img {
        height: 100px;
    }
}
.c-share-modal__contact {
    width: 63.4%;
    padding-top: 25px;
    padding-left: 55px;
}
@media (max-width: 1199.98px) {
    .c-share-modal__contact {
        padding-top: 0;
        padding-left: 3rem;
        width: 51%;
    }
}
@media (max-width: 767.98px) {
    .c-share-modal__contact {
        padding-top: 2.5rem;
        padding-left: 0;
        width: 100%;
    }
}
.c-share-modal__contact .o-header {
    padding-bottom: 5px;
}
@media (max-width: 767.98px) {
    .c-share-modal__contact .o-header {
        padding-bottom: 1rem;
    }
}
.c-share-modal__contact p {
    color: #5c5c5c;
    max-height: 20rem;
    overflow: auto;
}
@media (max-width: 1199.98px) {
    .c-share-modal__contact p {
        max-height: 40rem;
    }
}
@media (max-width: 767.98px) {
    .c-share-modal__contact p {
        max-height: 17rem;
    }
}
.c-share-modal__contact .copy-link {
    margin-top: 15px;
    display: flex;
    border: 1px solid #b7b7b7;
    position: relative;
    align-items: center;
}
.c-share-modal__contact .copy-link i {
    font-size: 5rem;
    line-height: 5rem;
    margin: 0 10px 0 5px;
}
.c-share-modal__contact .copy-link span {
    width: calc(100% - 135px);
    white-space: nowrap;
    overflow: hidden;
}
.c-share-modal__contact .copy-link .o-text-link {
    position: absolute;
    right: 15px;
    top: 10px;
}
.share-modal__social {
    padding: 35px 0 30px;
    margin-left: -16px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
    .share-modal__social {
        padding: 2rem 0;
    }
}
.share-modal__social a {
    font-size: 5rem;
    color: #000;
    margin-right: 3rem;
}
.share-modal__social a:hover {
    color: #e82b2b;
}
.share-modal__social a:last-child {
    margin-right: 0;
}
@media (min-width: 1200px) {
    .share-modal__social a:last-child {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .c-tab {
        position: relative;
    }
}
.c-tab__nav {
    display: flex;
    flex-wrap: wrap;
}
.c-tab .tab__trigger {
    display: none;
    position: relative;
    color: #e82b2b;
    border-top: 4px solid #e82b2b;
    padding: 2rem 6rem 2rem 2rem;
    width: 100%;
    text-align: left;
}
@media (max-width: 1199.98px) {
    .c-tab .tab__trigger {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .c-tab .tab__trigger {
        padding: 1.7rem 6rem 1.7rem 2rem;
    }
}
.c-tab .tab__trigger i {
    font-size: 5rem;
    line-height: 5rem;
    color: #000;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
    .c-tab .tab__trigger i {
        top: 5px;
    }
}
@media (max-width: 1199.98px) {
    .c-tab__nav {
        display: block;
        z-index: 3;
        position: absolute;
        top: 66px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        width: 100%;
        background-color: #fff;
    }
}
@media (max-width: 767.98px) {
    .c-tab__nav {
        top: 60px;
    }
}
.c-tab__nav li {
    width: 25%;
    text-align: center;
}
@media (max-width: 1199.98px) {
    .c-tab__nav li {
        width: 100%;
        text-align: left;
    }
}
.c-tab__nav li a {
    padding: 3rem;
    color: #5c5c5c;
    position: relative;
    display: block;
}
@media (max-width: 1199.98px) {
    .c-tab__nav li a {
        padding: 2.1rem 2rem;
        color: #000;
    }
}
.c-tab__nav li a:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #898989;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
}
@media (max-width: 1199.98px) {
    .c-tab__nav li a:before {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .c-tab__nav li a:hover {
        color: #e82b2b;
    }
}
.c-tab__nav li a.active {
    color: #000;
}
.c-tab__nav li a.active:before {
    background: #e82b2b;
}
.c-tab__content .c-tab__panel {
    display: none;
    transition: opacity 0.15s linear;
}
.c-tab__content .c-tab__panel.active {
    display: block;
}
.c-tab.active-mobile .c-tab__nav {
    opacity: 1;
    visibility: visible;
}
.c-tab.active-mobile .c-tab .tab__trigger i {
    transform: rotate(180deg);
}
@media (max-width: 1199.98px) {
    .c-table {
        overflow: auto;
    }
}
.c-table .table {
    width: 100%;
    border-spacing: 0;
}
@media (max-width: 767.98px) {
    .c-table .table {
        min-width: 600px;
    }
}
.c-table thead tr th {
    font-weight: 700;
    width: 50%;
    padding: 3rem 5rem;
    background: #ededed;
    vertical-align: top;
    text-align: left;
}
@media (max-width: 1199.98px) {
    .c-table thead tr th {
        padding: 3rem;
    }
}
.c-table tbody tr td {
    padding: 6rem 5rem;
    vertical-align: top;
    border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 1199.98px) {
    .c-table tbody tr td {
        padding: 6rem 3rem;
    }
}
.c-table tr td:first-child,
.c-table tr th:first-child {
    padding-left: 9.5rem;
}
@media (max-width: 1199.98px) {
    .c-table tr td:first-child,
    .c-table tr th:first-child {
        padding-left: 2rem;
    }
}
.c-table tr td:last-child,
.c-table tr th:last-child {
    padding-right: 9.5rem;
}
@media (max-width: 1199.98px) {
    .c-table tr td:last-child,
    .c-table tr th:last-child {
        padding-right: 2rem;
    }
}
.c-table .table p {
    color: #5c5c5c;
}
.c-table .table .o-body {
    color: #268599;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .c-table .three-column-table {
        min-width: 900px;
    }
}
.c-table .three-column-table thead tr th {
    width: 33.33%;
}
.c-text-notes {
    padding: 5rem 0;
    border: 1px solid #b7b7b7;
    color: #5c5c5c;
}
@media (max-width: 1199.98px) {
    .c-text-notes {
        padding: 5rem 5rem 4.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-text-notes {
        padding: 4rem;
    }
}
.c-text-notes .o-header {
    padding-bottom: 2rem;
}
.c-text-notes p {
    font-weight: 500;
}
.c-text-citation {
    border-top: 1px solid #5c5c5c;
    padding-top: 4rem;
    overflow: hidden;
}
.c-text-citation p {
    color: #5c5c5c;
}
.c-image-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 95px;
}
@media (max-width: 1199.98px) {
    .c-image-text {
        padding-right: 0;
    }
}
.c-image-text__image {
    width: 53.3%;
}
@media (max-width: 1199.98px) {
    .c-image-text__image {
        width: 48%;
    }
}
@media (max-width: 767.98px) {
    .c-image-text__image {
        width: 100%;
        order: 1;
    }
}
.c-image-text__image img {
    width: 100%;
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .c-image-text__image img {
        height: 521px;
    }
}
@media (max-width: 767.98px) {
    .c-image-text__image img {
        height: 350px;
    }
}
.c-image-text__content {
    width: 46.7%;
    padding-right: 95px;
}
@media (max-width: 1199.98px) {
    .c-image-text__content {
        width: 52%;
        padding-right: 3rem;
    }
}
@media (max-width: 767.98px) {
    .c-image-text__content {
        width: 100%;
        order: 2;
        padding-right: 0;
        padding-top: 6rem;
    }
}
.c-image-text__content .o-header span {
    display: block;
}
.c-image-text__content .o-header {
    padding-bottom: 2.5rem;
}
.c-image-text__content .o-button {
    margin-top: 3rem;
}
.c-image-text.left-image .c-image-text__image {
    order: 1;
}
.c-image-text.left-image .c-image-text__content {
    order: 2;
    padding-right: 0;
    padding-left: 95px;
}
@media (max-width: 1199.98px) {
    .c-image-text.left-image .c-image-text__content {
        padding-left: 3rem;
    }
}
@media (max-width: 767.98px) {
    .c-image-text.left-image .c-image-text__content {
        padding-left: 0;
    }
}
.c-testimonial {
    padding: 0;
}
@media (max-width: 1199.98px) {
    .c-testimonial {
        overflow: hidden;
    }
}
.c-testimonial .o-header--h3 {
    padding-bottom: 4.5rem;
}
.c-testimonial .c-slideshow-controls {
    margin-top: 2rem;
    padding-top: 1.7rem;
}
.c-testimonial__dot {
    position: relative;
}
.c-testimonial__dot:before {
    content: "";
    position: absolute;
    right: -12rem;
    top: -2rem;
    width: 322px;
    height: 322px;
    background: url();
    background-repeat: repeat;
    z-index: 0;
    opacity: 0.4;
}
@media (max-width: 1199.98px) {
    .c-testimonial__dot:before {
        right: -6rem;
        top: 1.5rem;
        width: 237px;
        height: 237px;
    }
}
@media (max-width: 767.98px) {
    .c-testimonial__dot:before {
        right: -25px;
        top: -2px;
    }
}
.c-testimonial__item {
    background: #000;
    margin-top: 62px;
    padding: 0 48px 60px 65px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1360.98px) {
    .c-testimonial__item {
        padding: 0 4rem 4rem;
    }
}
@media (max-width: 767.98px) {
    .c-testimonial__item {
        margin-top: 100px;
        padding: 0;
    }
}
.c-testimonial__item__image {
    width: 50.8%;
    margin-top: -62px;
}
@media (max-width: 1360.98px) {
    .c-testimonial__item__image {
        margin-top: -24px;
        width: 39.8%;
    }
}
@media (max-width: 1199.98px) {
    .c-testimonial__item__image {
        width: 50.8%;
    }
}
@media (max-width: 767.98px) {
    .c-testimonial__item__image {
        width: 100%;
        max-width: 253px;
        margin-top: -100px;
    }
}
.c-testimonial__item__image img {
    height: 517px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1360.98px) {
    .c-testimonial__item__image img {
        height: 422px;
    }
}
@media (max-width: 1199.98px) {
    .c-testimonial__item__image img {
        height: 380px;
    }
}
@media (max-width: 767.98px) {
    .c-testimonial__item__image img {
        height: 297px;
    }
}
.c-testimonial__item__content {
    width: 49.2%;
    color: #fff;
    padding-left: 52px;
    padding-top: 80px;
}
@media (max-width: 1360.98px) {
    .c-testimonial__item__content {
        padding-left: 3.4rem;
        width: 60.2%;
    }
}
@media (max-width: 1199.98px) {
    .c-testimonial__item__content {
        width: 49.2%;
    }
}
@media (max-width: 767.98px) {
    .c-testimonial__item__content {
        padding: 3rem 2.4rem 3rem 4.4rem;
        width: 100%;
    }
}
.c-testimonial__item__content p {
    min-height: 300px;
}
@media (max-width: 1360.98px) {
    .c-testimonial__item__content p {
        min-height: 245px;
    }
}
.c-testimonial__item__content .o-header {
    padding-top: 16px;
    padding-bottom: 10px;
}
@media (max-width: 1360.98px) {
    .c-testimonial__item__content .o-header {
        font-weight: 500;
    }
}
.c-vertical--slider .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
    margin-top: 2rem;
    margin: 6px auto 0 110px;
}
.c-vertical--slider .no-slidedata .swiper-wrapper {
    justify-content: center;
}
.box {
    width: 185px;
    margin-right: 0px;
    border-radius: 0px 0px 15px 15px;
}

@media only screen and (max-width: 768px) {
    .box {
        width: 0px;
        margin-right: 0px;
        border-radius: 0px 0px 15px 15px;
    }
}
.c-vertical--slider .c-vertical--slider__item {
    width: 379.571px;
    margin-right: 35px;
    --tw-shadow: 0px 1rem 4rem -1rem rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 1rem 4rem -1rem var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1rem 4rem -1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.c-vertical--slider .c-vertical--slider__item:hover {
    transform: scale(1.09);
    z-index: 1;
}
@media (min-width: 1450px) {
    .c-vertical--slider .c-vertical--slider__item {
        width: 412.571px;
        margin-right: 35px;
        border-radius: 0px 0px 15px 15px;
    }
}
@media (max-width: 1360.98px) {
    .c-vertical--slider .c-vertical--slider__item {
        width: 206px;
    }
}
.c-vertical--slider .c-vertical--slider__item img {
    transition: width 0.3s ease;
    height: 464px;
}
@media (min-width: 1450px) {
    .c-vertical--slider .c-vertical--slider__item img {
        height: 477px;
    }
}
@media (max-width: 1360.98px) {
    .c-vertical--slider .c-vertical--slider__item img {
        height: 281px;
    }
}
.c-vertical--slider .c-slideshow-controls {
    margin-top: 55px;
}
.c-vertical--head {
    position: relative;
    padding-right: 250px;
    margin-bottom: 3.8rem;
}
@media (max-width: 1199.98px) {
    .c-vertical--head {
        margin-bottom: 5.5rem;
    }
}
@media (max-width: 767.98px) {
    .c-vertical--head {
        padding-right: 0;
        margin-bottom: 3.8rem;
    }
}
.c-vertical--head .o-header {
    padding-bottom: 6px;
}
.c-vertical--head p {
    color: #5c5c5c;
}
@media (max-width: 767.98px) {
    .c-vertical--head p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
}
.c-vertical--head .o-text-link {
    position: absolute;
    right: 0;
    bottom: 5px;
}
@media (max-width: 1199.98px) {
    .c-vertical--head .o-text-link {
        position: relative;
        margin-top: 3rem;
    }
}
.c-vertical--slider__container .o-mouse-cursor {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    pointer-events: none;
}
.c-vertical--slider__container .o-mouse-cursor.active-cursor {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.c-alert {
    z-index: 4;
    position: fixed;
    left: 0;
    display: none;
    width: 100%;
    background: #000;
}
@media (max-width: 767.98px) {
    .c-alert {
        padding: 9px 0;
    }
}
.c-alert .o-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-alert.is-active {
    display: block;
}
.c-alert--top {
    top: 0;
}
.c-alert__text {
    display: flex;
    width: calc(100% - 60px);
    color: #fff;
    align-items: center;
}
.c-alert__text i {
    font-size: 3.4rem;
    line-height: 3.4rem;
}
@media (max-width: 767.98px) {
    .c-alert__text i {
        display: none;
    }
}
.c-alert__text p {
    width: calc(100% - 34px);
    padding-left: 1rem;
}
@media (max-width: 767.98px) {
    .c-alert__text p {
        width: 100%;
        padding-left: 0;
    }
}
.c-alert__text a {
    color: #fff;
    text-underline-offset: 3px;
    text-decoration: underline;
}
.c-alert__text a:hover {
    color: #e82b2b;
}
.c-alert__button {
    cursor: pointer;
}
.c-alert__button i {
    color: #fff;
    font-size: 5rem;
    line-height: 5rem;
}
.u-sr-only {
    position: absolute;
    left: -999rem;
}
.u-sr-only--focusable:active,
.u-sr-only--focusable:focus {
    z-index: 4;
    left: 0;
}
.u-bg-dots {
    position: relative;
}
.u-bg-dots:not(body) {
    overflow: hidden;
}
.u-bg-dots:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 160rem;
    background-size: 160rem;
    background-position: top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.u-small-dropdowns > .apos-area > .apos-ui .apos-dropdown-items,
.u-small-dropdowns > .apos-area > .apos-area-widgets > .apos-area-widget-wrapper > .apos-ui .apos-dropdown-items {
    column-count: 3 !important;
    max-width: 390px !important;
}
.u-small-dropdowns > .apos-area > .apos-ui .apos-dropdown-item,
.u-small-dropdowns > .apos-area > .apos-area-widgets > .apos-area-widget-wrapper > .apos-ui .apos-dropdown-item {
    padding: 12px 18px !important;
    font-size: 13px !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
}
.leaflet-bottom,
.leaflet-top {
    z-index: 400 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}

@media (min-width: 1450px) {
    #spacer_div_w94510127160923950 {
        height: 120px;
    }
}

@media (min-width: 1200px) and (max-width: 1449.98px) {
    #spacer_div_w94510127160923950 {
        height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #spacer_div_w94510127160923950 {
        height: 80px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #spacer_div_w94510127160923950 {
        height: 80px;
    }
}

@media (min-width: 1450px) {
    #spacer_div_w492024087319182317 {
        height: 120px;
    }
}

@media (min-width: 1200px) and (max-width: 1449.98px) {
    #spacer_div_w492024087319182317 {
        height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #spacer_div_w492024087319182317 {
        height: 80px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #spacer_div_w492024087319182317 {
        height: 80px;
    }
}

@media (min-width: 1450px) {
    #spacer_div_w630876607475086753 {
        height: 50px;
    }
}

/* 
                                                                                                                                      ##Device = Laptops, Desktops
                                                                                                                                      ##Screen = B/w 1200px to 1440px
                                                                                                                                    */

@media (min-width: 1200px) and (max-width: 1449.98px) {
    #spacer_div_w630876607475086753 {
        height: 50px;
    }
}

/* 
                                                                                                                                      ##Device = Tablets, Ipads
                                                                                                                                      ##Screen = B/w 768px to 1200px
                                                                                                                                    */
@media (min-width: 768px) and (max-width: 1199.98px) {
    #spacer_div_w630876607475086753 {
        height: 80px;
    }
}

/* 
                                                                                                                                      ##Device = Low Resolution Tablets, Mobiles
                                                                                                                                      ##Screen = B/w 320px to 767px
                                                                                                                                    */
@media (min-width: 320px) and (max-width: 767px) {
    #spacer_div_w630876607475086753 {
        height: 80px;
    }
}

@media (min-width: 1450px) {
    #spacer_div_w794330963237794584 {
        height: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1449.98px) {
    #spacer_div_w794330963237794584 {
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #spacer_div_w794330963237794584 {
        height: 80px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #spacer_div_w794330963237794584 {
        height: 80px;
    }
}

@media (min-width: 1450px) {
    #spacer_div_w630876607475086753 {
        height: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1449.98px) {
    #spacer_div_w630876607475086753 {
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #spacer_div_w630876607475086753 {
        height: 80px;
    }
}

/* 
                                                                                                                              ##Device = Low Resolution Tablets, Mobiles
                                                                                                                              ##Screen = B/w 320px to 767px
                                                                                                                            */
@media (min-width: 320px) and (max-width: 767px) {
    #spacer_div_w630876607475086753 {
        height: 80px;
    }
}

@media (min-width: 1450px) {
    #spacer_div_w220963247333232160 {
        height: 120px;
    }
}

@media (min-width: 1200px) and (max-width: 1449.98px) {
    #spacer_div_w220963247333232160 {
        height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #spacer_div_w220963247333232160 {
        height: 80px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #spacer_div_w220963247333232160 {
        height: 40px;
    }
}

body::-webkit-scrollbar {
    width: 8px;
    position: fixed;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: #ea2929;
    border-radius: 0;
    border: 0;
}

.my-paragraph::after {
    content: "";
    color: #000000;
}

.price {
    color: #ff133e;
    font-size: 1.975rem;
    color: #ff133e;
    font-weight: 700;
}

.additional-option {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 500;
}

.background-repeat {
    height: 203.8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media only screen and (max-width: 768px) {
    .main-section {
        margin-top: 200px;
    }
    .c-hero-banner .swiper-pagination {
        right: 15px;
    }
    .c-header__navigation__dropdown-row {
        display: flex;
        margin: unset;
    }
    .c-header__navigation__dropdown-item {
        padding: 0 0 3.5rem;
        display: none;
    }
    .c-vertical--slider .swiper-wrapper {
        align-items: center;
        transition-timing-function: linear;
        margin-top: 2rem;
        margin: 2px auto 0 20px;
    }
    .c-vertical--slider .c-vertical--slider__item {
        width: 92%;
    }
    .c-vertical--slider .c-vertical--slider__item {
        width: 379.571px;
        margin-right: 35px;
        border-radius: 0px 0px 15px 15px;
    }
    .main-section {
        margin-top: 80px;
    }
    .c-hero-banner__item__content {
        z-index: 2;
        position: absolute;
        top: 83%;
        right: 0;
        left: 0;
        color: #fff;
        transform: translateY(-50%);
        margin-top: -3rem;
    }
    .c-hero-banner {
        margin-top: -300px;
    }
    .background-repeat {
        height: 187.8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .c-header__branding img {
        display: block;
        width: 110px;
    }
    .c-header__inner {
        align-items: center;
        padding: 15px 0px 15px 0px;
    }
    .c-header__branding {
        margin-bottom: 0rem;
        transition: all 0.3s ease;
        margin-top: 0rem;
    }
    .menu-mobile-header {
        padding: 15px 15px 15px 15px;
    }
    .c-header__navigation-link {
        font-size: 2rem;
        line-height: 3rem;
        padding: 15px 15px 15px 15px;
    }
}

body .gform_wrapper h2.gform_title {
    display: none !important;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #b7b7b7;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
    z-index: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 24px 22px;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    border-radius: 0;
    text-align: center;
    transition: all 1s ease;
    cursor: pointer;
    min-width: 300px;
    background-color: #e82b2b;
    color: #fff;
}

.whatsapp {
    position: fixed;
    width: 50px;
    height: 40px;
    bottom: 40px;
    right: 33px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: none;
}
.my-whatsapp {
    margin-top: 16px;
}
@media only screen and (max-width: 768px) {
    .whatsapp {
        right: 24px;
        display: block;
    }
}
