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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    -webkit-tap-highlight-color: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

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

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

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

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

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input {
    border-radius: 0;
    overflow: visible
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.container-fluid {
    padding-left: var(--padding-fluid);
    padding-right: var(--padding-fluid);
    width: 100%
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 130rem;
    padding-left: var(--padding);
    padding-right: var(--padding);
    width: 100%
}

@media only screen and (max-width:1025px) {
    .container {
        padding-left: var(--padding-fluid);
        padding-right: var(--padding-fluid)
    }
}

.row {
    align-content: normal;
    align-items: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    margin-left: calc(var(--padding)*-1);
    margin-right: calc(var(--padding)*-1);
    min-width: 100%
}

[class*=col-] {
    padding-left: var(--padding);
    padding-right: var(--padding);
    width: 100%
}

.col-0 {
    max-width: 0
}

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

.col-5 {
    max-width: 41.66666667%
}

.col-6 {
    max-width: 50%
}

.col-8 {
    max-width: 66.66666667%
}

.col-9 {
    max-width: 75%
}

.col-12 {
    max-width: 100%
}

@media only screen and (min-width:768px) {
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .col-md-6 {
        max-width: 50%
    }
    .col-md-10 {
        max-width: 83.33333333%
    }
}

@media only screen and (min-width:1025.1px) {
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .col-lg-2 {
        max-width: 16.66666667%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .col-lg-3 {
        max-width: 25%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .col-lg-4 {
        max-width: 33.33333333%
    }
    .col-lg-6 {
        max-width: 50%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .col-lg-8 {
        max-width: 66.66666667%
    }
    .col-lg-10 {
        max-width: 83.33333333%
    }
    .col-lg-11 {
        max-width: 91.66666667%
    }
    .col-lg-12 {
        max-width: 100%
    }
}

.white-1 {
    color: #fff
}

.red-1 {
    color: #f25e0c
}

.bg-red-1 {
    background: linear-gradient(to right, #fc8302, #ef560e);
}

.bg-blue-1 {
    background-color: #f25e0c
}

:root {
    --black-1: #000;
    --black-2: #232220;
    --gray-1: #c5c2bc;
    --gray-2: #878787;
    --white-1: #fff;
    --white-2: #f2f2f2;
    --white-3: #c2c2c2;
    --red-1: #f25e0c;
    --red-2: #f25e0c;
    --blue-1: #1a739d
}

.yes-mobile {
    display: none!important
}

@media only screen and (max-width:1025px) {
    .yes-mobile {
        display: block!important
    }
    .no-mobile {
        display: none!important
    }
}

@media only screen and (min-width:767.98px) {
    .yes-phone {
        display: none!important
    }
}

@media only screen and (max-width:767.98px) {
    .no-phone {
        display: none!important
    }
}

.container-img {
    display: flex;
    overflow: hidden
}

.container-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%
}

.fs-36 {
    font-size: 3.6rem!important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em
}

@media only screen and (max-width:767.98px) {
    .fs-phone-12 {
        font-size: 1.2rem!important;
        line-height: 1.2em
    }
    .fs-phone-12,
    .fs-phone-16 {
        font-weight: 400;
        letter-spacing: 0
    }
    .fs-phone-16 {
        font-size: 1.6rem!important;
        line-height: 1.75em
    }
    .fs-phone-24 {
        font-size: 2.4rem!important;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.2em
    }
}

.w-100 {
    width: 100%
}

.w-10 {
    width: 10%
}

.flex-center {
    justify-content: center
}

.flex-center,
.flex-y-center {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.flex-y-center {
    align-content: center
}

@media only screen and (min-width:1025.1px) {
    .d-lg-none {
        display: none!important
    }
}

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

.m-auto {
    margin: auto
}

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

.mb-1 {
    margin-bottom: .1rem
}

.mt-3 {
    margin-top: .3rem
}

.mt-4 {
    margin-top: .4rem
}

.mb-4 {
    margin-bottom: .4rem
}

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

.my-5 {
    margin-bottom: .5rem
}

.mt-10 {
    margin-top: 1rem
}

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

.mt-15 {
    margin-top: 1.5rem
}

.mt-20 {
    margin-top: 2rem
}

.mt-25 {
    margin-top: 2.5rem
}

.mt-30 {
    margin-top: 3rem
}

.mt-40 {
    margin-top: 4rem
}

.mb-40 {
    margin-bottom: 4rem
}

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

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

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

.mt-120 {
    margin-top: 12rem
}

@media only screen and (min-width:1025.1px) {
    .mt-lg-10 {
        margin-top: 1rem!important
    }
    .mt-lg-20 {
        margin-top: 2rem!important
    }
    .mt-lg-40 {
        margin-top: 4rem!important
    }
    .mt-lg-45 {
        margin-top: 4.5rem!important
    }
    .mt-lg-60 {
        margin-top: 6rem!important
    }
    .mt-lg-80 {
        margin-top: 8rem!important
    }
    .mt-lg-90 {
        margin-top: 9rem!important
    }
    .mt-lg-100 {
        margin-top: 10rem!important
    }
    .mt-lg-115 {
        margin-top: 6.5rem!important
    }
}

@media only screen and (max-width:767.98px) {
    .mb-phone-20 {
        margin-bottom: 2rem!important
    }
    .mt-phone-45 {
        margin-top: 4.5rem!important
    }
}

@media only screen and (min-width:767.98px) and (max-width:1025px) {
    .mb-tablet-40 {
        margin-bottom: 4rem!important
    }
}

@media only screen and (max-width:1025px) {
    .mx-mobile-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }
    .mt-mobile-30 {
        margin-top: 3rem!important
    }
    .mt-mobile-45 {
        margin-top: 4.5rem!important
    }
    .mt-mobile-50 {
        margin-top: 5rem!important
    }
    .mt-mobile-55 {
        margin-top: 5.5rem!important
    }
    .mt-mobile-60 {
        margin-top: 6rem!important
    }
    .mt-mobile-80 {
        margin-top: 8rem!important
    }
}

.pt-2 {
    padding-top: .2rem
}

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

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

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

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

.p-10 {
    padding: 1rem
}

.pl-10 {
    padding-left: 1rem
}

.pt-10 {
    padding-top: 1rem
}

.pb-10,
.py-10 {
    padding-bottom: 1rem
}

.py-10 {
    padding-top: 1rem
}

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

.pt-20 {
    padding-top: 2rem
}

.pb-20 {
    padding-bottom: 2rem
}

.pb-60 {
    padding-bottom: 6rem
}

@media only screen and (min-width:1025.1px) {
    .pb-lg-25 {
        padding-bottom: 2.5rem!important
    }
    .pt-lg-80 {
        padding-top: 8rem!important
    }
    .pb-lg-80 {
        padding-bottom: 8rem!important
    }
    .pt-lg-100,
    .py-lg-100 {
        padding-top: 10rem!important
    }
    .py-lg-100 {
        padding-bottom: 10rem!important
    }
    .py-lg-105 {
        padding-bottom: 10.5rem!important;
        padding-top: 10.5rem!important
    }
    .pb-lg-110 {
        padding-bottom: 11rem!important
    }
    .pb-lg-120 {
        padding-bottom: 12rem!important
    }
    .pt-lg-160 {
        padding-top: 16rem!important
    }
    .pt-lg-240 {
        padding-top: 24rem!important
    }
}

@media only screen and (max-width:767.98px) {
    .pt-phone-170 {
        padding-top: 17rem!important
    }
}

@media only screen and (min-width:767.98px) and (max-width:1025px) {
    .pt-tablet-220 {
        padding-top: 22rem!important
    }
}

@media only screen and (max-width:1025px) {
    .px-mobile-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .pr-mobile-10 {
        padding-right: 1rem!important
    }
    .pb-mobile-20 {
        padding-bottom: 2rem!important
    }
    .pt-mobile-30 {
        padding-top: 3rem!important
    }
    .pt-mobile-35 {
        padding-top: 3.5rem!important
    }
    .pb-mobile-35,
    .py-mobile-35 {
        padding-bottom: 3.5rem!important
    }
    .py-mobile-35 {
        padding-top: 3.5rem!important
    }
    .pb-mobile-60 {
        padding-bottom: 6rem!important
    }
    .pb-mobile-80 {
        padding-bottom: 8rem!important
    }
    .pt-mobile-120 {
        padding-top: 12rem!important
    }
    .pt-mobile-125 {
        padding-top: 12.5rem!important
    }
    .pb-mobile-130 {
        padding-bottom: 13rem!important
    }
    .order-mobile-1 {
        order: 1
    }
    .order-mobile-2 {
        order: 2
    }
    .order-mobile-3 {
        order: 3
    }
}

.overflow-hidden {
    overflow: hidden
}

.pos-relative {
    position: relative
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-uppercase {
    text-transform: uppercase
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}