@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap);

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,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
    height: 100%;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0;
}

.img-fullwidth {
    width: 100%;
}

.btn-open {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60px;
    width: 100%;
}

.btn-open .active:after,
.btn-open .active:before {
    transform: rotate(0);
}

.btn-open span:after {
    position: absolute;
    content: "";
    display: block;
    background: grey;
    width: 30px;
    height: 2px;
    transform: rotate(90deg);
    transition: 0.5s;
}

.btn-open span:before {
    position: absolute;
    content: "";
    display: block;
    background: grey;
    width: 30px;
    height: 2px;
    transform: rotate(-180deg);
    transition: 0.5s;
}

#hamburger {
    z-index: 9999;
}

#hamburger .wrapper {
    margin: 20px;
}

header {
    padding: 10px 0;
    background: #fff;
    color: #f1f1f1;
    transition: 0.5s;
    max-height: 60px;
    height: 60px;
}

header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

header .block {
    width: 33%;
    z-index: 1;
    height: 45px;
}

header .contacts {
    position: relative;
    z-index: 3;
    margin-right: 60px;
}

header .contact-link {
    cursor: pointer;
    font-size: 20px;
    font-family: Lato;
    color: #000;
    transition: color 0.3s ease-in-out;
}

header .contact-link .phone-icon {
    margin-left: 5px;
    transform: scale(-1, 1);
}

header .contact-link span {
    color: #4d89f6;
}

header .contact-link:hover {
    color: #4d89f6;
}

header .block nav {
    margin-left: 60px;
}

header .block_3 {
    margin-right: 50px;
}

header .text-right {
    text-align: -webkit-right;
}

header button {
    position: relative;
    display: block;
    max-width: 230px;
    text-align: center;
    width: 100%;
    height: 40px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #fff;
    background: #eb5757;
    border-radius: 4px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    z-index: 9999;
}

header img {
    padding-top: 5px;
}

@media screen and (max-width: 500px) {
    header img {
        height: 35px;
        margin-top: 8px;
        padding: 0;
    }
}

/* header .block_2 {
    z-index: 0;
} */

header ul li {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    list-style: none;
    display: inline-block;
    color: #000;
    padding: 0 20px;
}

header ul li a {
    font-size: 19px;
    line-height: 20px;
    color: #000;
    font-family: Lato;
}

header nav {
    display: flex;
    height: 100%;
    align-items: center;
}

header .active {
    display: block !important;
}

.block_2 {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    margin-top: -5px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.sticky .logo_blue,
.sticky button {
    display: block;
}

.sticky img {
    -webkit-filter: invert(37%) sepia(50%) saturate(536%) hue-rotate(168deg) brightness(91%) contrast(100%);
    filter: invert(37%) sepia(50%) saturate(536%) hue-rotate(168deg) brightness(91%) contrast(100%);
    transition: 0.5s;
}

.sticky .block_2 {
    position: absolute;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    header button {
        display: block;
    }

    .block_3 button,
    header nav {
        display: none;
    }

    .block_3 {
        width: 33%;
    }
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

footer p {
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #696e7b;
}

footer .icons {
    margin-top: 50px;
}

footer .icons a {
    padding: 0 10px;
    color: #696e7b;
    font-size: 20px;
}

footer .icons a:hover {
    transition: 0.5s;
    color: #eb5757;
}

footer .footer-nav {
    display: flex;
    justify-content: center;
}

footer .footer-nav li {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
    footer .footer-nav {
        flex-direction: column;
    }

    footer .footer-nav li {
        margin: 10px 0;
    }
}

footer .footer-nav li a {
    color: #696e7b;
    transition: 0.3s;
}

footer .footer-nav li a:hover {
    color: #494949;
}

.breadcrumbs ul {
    display: flex;
}

.breadcrumbs ul li {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.breadcrumbs ul li:last-child {
    color: #696e7b;
}

@media screen and (max-width: 768px) {
    header ul li a {
        font-size: 15px;
    }

    .breadcrumbs ul li:nth-child(2) {
        margin-left: 20px;
    }

    .breadcrumbs ul li:last-child {
        margin-left: 40px;
    }

    .breadcrumbs ul {
        flex-direction: column;
    }
}

.breadcrumbs ul li:not(:first-child) {
    padding: 0 0 0 25px;
}

.breadcrumbs ul li:not(:first-child)::before {
    content: "\2022";
    color: #828282;
    font-weight: 300;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.nav-icon-5 {
    width: 35px;
    height: 30px;
    margin: 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.nav-icon-5 span {
    background-color: #369;
    position: absolute;
    border-radius: 2px;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 4px;
    transition-duration: 0.5s;
}

.nav-icon-5 span:nth-child(1) {
    top: 0;
    left: 0;
}

.nav-icon-5 span:nth-child(2) {
    top: 13px;
    left: 0;
    opacity: 1;
}

.nav-icon-5 span:nth-child(3) {
    bottom: 0;
    left: 0;
}

.nav-icon-5.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}

.nav-icon-5.open span:nth-child(2) {
    opacity: 0;
}

.nav-icon-5.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
}

@media screen and (max-width: 500px) {
    .nav-icon-5 {
        width: 30px;
        height: 25px;
    }
    .nav-icon-5 span:nth-child(2) {
        top: 11px;
    }
}

.nav-block {
    display: none;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.nav-block ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.nav-block li {
    font-size: 20px;
    padding: 10px 0;
}

.menu {
    list-style: none;
    display: flex;
}

.menu__item {
    margin-right: 30px;
}

.menu__link {
    position: relative;
    display: block;
    text-decoration: none !important;
    color: #000;
    padding-bottom: 5px;
}

.menu__link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    border-bottom: 2px solid #696e7b;
    transition: 0.3s ease-out;
    opacity: 0;
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {
    header ul li a {
        font-size: 16px;
    }
    .menu__item {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1199px) {
    header ul li {
        padding: 0 10px;
    }
    header ul li a {
        font-size: 14px;
    }
    .menu__item {
        margin-right: 5px;
    }

    .menu__link:after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    header .contacts {
        display: none;
    }

    header .contact-link {
        font-size: 16px;
    }
}

.menu__item.active .menu__link:after,
.menu__link:hover:after {
    opacity: 1;
    width: 50%;
}

.life {
    padding-bottom: 50px;
    position: relative;
}

.life a {
    color: #fff;
}

.life .full-width {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
}

.life .wrap {
    margin-top: 100px;
    max-width: 540px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .life .full-width {
        justify-content: center !important;
        margin-bottom: 70px;
    }

    .life .wrap {
        text-align: center;
    }
}

.life h3 {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.55;
    letter-spacing: 0.05em;
}

.life p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 500px) {
    .life h3 {
        font-size: 28px;
    }
    .life p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.life button {
    cursor: pointer;
    max-width: 120px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000;
    background: white;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 576px) {
    .life button {
        margin-left: 15px;
    }
}

@media screen and (max-width: 412px) {
    .life .ml-custom-0 {
        margin-left: 0;
    }
}

.life button img {
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}

.life button:hover {
    transform: scale(1.1);
}

.life svg {
    max-width: 1000px;
    width: 100%;
    height: 100%;
}

.life .wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.mission {
    margin-top: 100px;
    padding-top: 140px;
    padding-bottom: 100px;
}

.mission .our-mission {
    color: #eb5757;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
}

.mission h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
}

@media screen and (max-width: 768px) {
    .mission {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .mission h3 {
        font-size: 26px;
        line-height: 38px;
    }

    .mission img {
        width: 100%;
    }
}

.mission p {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
}

.powered {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.powered h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    padding: 0 100px;
}

@media screen and (max-width: 768px) {
    .powered {
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .powered h3 {
        font-size: 26px;
        line-height: 38px;
        padding: 0;
    }
}

.powered_block {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    max-width: 270px;
    width: 100%;
    padding: 20px 15px 30px;
}

.powered_block img {
    width: 200px;
    height: 122px;
}

@media screen and (max-width: 1199px) {
    .powered_block {
        margin: 10px auto;
    }
}

.powered_block h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    padding: 0 5px;
}

.powered_block p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: 0.5s;
    text-align: center;
}

.powered_block:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    transition: 0.5s;
    cursor: pointer;
}

.donation {
    padding-bottom: 100px;
    padding-top: 100px;
}

.donation h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
}

@media screen and (max-width: 768px) {
    .donation {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .donation img {
        width: 100%;
    }

    .donation h3 {
        font-size: 26px;
        line-height: 38px;
    }
}

.donation p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0 120px;
}

.donation .notice {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #828282;
}

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

.block_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.terms h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    display: flex;
    align-items: center;
}

.terms p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.term-tab {
    background: #fff;
    box-shadow: -2px 4px 20px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
}

.term-tab_title {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.term-tab_title h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #111;
}

@media screen and (max-width: 768px) {
    .donation p {
        padding: 0;
    }

    .term-tab_title h3 {
        font-size: 13px;
        line-height: normal;
    }
}

.term-tab_content {
    padding: 0 0 20px 20px;
    display: none;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.term-tab_content p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: block;
    white-space: pre-line;
    margin-top: -30px;
    color: #494949;
}

@media screen and (max-width: 768px) {
    .term-tab_content p {
        font-size: 13px;
        line-height: normal;
    }
}

.term-tab_content h6 {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.term-tab a {
    color: #eb5757;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.term-tab .active {
    display: block;
    opacity: 1;
}

.privacy-data h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    display: flex;
    align-items: center;
}

.privacy-data p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.privacy-tab {
    background: #fff;
    box-shadow: -2px 4px 20px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
}

.privacy-tab_title {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.privacy-tab_title h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #111;
}

.privacy-tab_content {
    padding: 0 0 20px 20px;
    display: none;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.privacy-tab_content .color-black {
    color: #000;
}

.privacy-tab_content .content-list_item {
    margin-top: 10px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.privacy-tab_content .content-list_item ul {
    padding-left: 50px;
}

.privacy-tab_content .content-list_item ul li {
    list-style-type: circle;
    color: #eb5757;
}

.privacy-tab_content .content-list_item ul li span {
    display: block;
    padding-left: 0;
    margin-top: 0;
    font-family: Lato;
    font-size: 16px;
    line-height: 26px;
}

.privacy-tab_content .content-list_item::before {
    content: "\2022";
    color: #eb5757;
    font-weight: 600;
    display: inline-block;
    width: 1em;
}

.privacy-tab_content .content-list_item span {
    white-space: normal;
    display: block;
    padding-left: 20px;
    margin-top: -25px;
    word-break: break-word;
}

.privacy-tab_content .list {
    padding-left: 40px;
}

.privacy-tab_content .list li {
    margin-top: 10px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.privacy-tab_content .list li::before {
    content: "\2022";
    color: #eb5757;
    font-weight: 600;
    display: inline-block;
    width: 1em;
}

.privacy-tab_content .list li span {
    margin-top: -30px;
    display: block;
    white-space: normal;
    padding-left: 20px;
    padding-top: 5px;
    color: #000;
    word-break: break-word;
}

.privacy-tab_content ol {
    padding-left: 40px;
}

.privacy-tab_content ol .ol-list-span {
    margin-top: 0;
    padding-left: 0;
    margin-left: -40px;
}

.privacy-tab_content ol li {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.privacy-tab_content ol li span {
    white-space: normal;
    display: block;
    padding-left: 20px;
    margin-top: -25px;
    font-weight: 400;
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    word-break: break-word;
    color: #494949;
}

.privacy-tab_content ol li ul li {
    margin-top: 10px;
}

.privacy-tab_content ol li ul li::before {
    content: "\2022";
    color: #eb5757;
    font-weight: 600;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.privacy-tab_content ol li ul li p {
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .privacy-tab_title h3 {
        font-size: 13px;
        line-height: normal;
    }

    .privacy-tab_content .list {
        padding-left: 0;
    }

    .privacy-tab_content .list li span {
        padding-left: 20px;
        font-size: 13px;
    }

    .privacy-tab_content ol {
        padding-left: 0;
    }

    .privacy-tab_content ol .ol-list-span {
        padding-left: 0;
        margin-left: 0;
        font-size: 13px;
    }

    .privacy-tab_content ol li span {
        margin-left: 0;
    }

    .privacy-tab_content ol li ul li p {
        padding-left: 0;
    }
}

.privacy-tab_content p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: block;
    white-space: pre-line;
    margin-top: -30px;
    color: #494949;
}

.privacy-tab_content p b {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .privacy-tab_content p {
        font-size: 13px;
        line-height: normal;
    }
}

.privacy-tab_content h6 {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.privacy-tab a {
    color: #eb5757;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.privacy-tab .active {
    display: block;
    opacity: 1;
}

.licenses-title h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    display: flex;
    align-items: center;
}

.licenses-title p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.licenses-title h4 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

.licenses-title h6 {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.licenses-search .wrapper {
    display: flex;
    flex-direction: row;
}

.licenses-search input {
    width: 100%;
    height: 50px;
    border: 1px solid #494949;
    box-sizing: border-box;
    border-radius: 50px;
    padding-left: 20px;
    outline: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
}

.licenses-search input::-webkit-input-placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.licenses-search input::-moz-placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.licenses-search input:-ms-input-placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.licenses-search input::-ms-input-placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.licenses-search input::placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.license-card {
    margin: 0 auto;
    max-width: 270px;
    width: 100%;
    opacity: 1;
    /* height: 150px; */
    background: #fff;
    box-shadow: 0 3px 10px rgba(85, 121, 206, 0.12);
    border-radius: 8px;
}

.hideCard {
    display: none;
}

.license-card:hover {
    cursor: pointer;
    box-shadow: 1px 4px 15px rgba(85, 121, 206, 0.11);
}

.license-card--text {
    display: flex;
    justify-content: space-between;
}

.license-card span {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
}

.license-card h6 {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.license-card-content {
    padding: 20px;
}

.license-card--header {
    display: flex;
    justify-content: space-between;
}

.wrapper {
    position: relative;
    max-width: 560px;
    width: 100%;
}

.input-wrapper {
    position: relative;
    width: 100%;
    margin-right: 50px;
}

.input-wrapper:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-style: normal;
    text-decoration: inherit;
    color: #494949;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    right: 10px;
    font-weight: 900;
}

.licenses-search__select {
    display: none !important;
    z-index: 99;
    position: relative;
    width: 200px;
}

.licenses-search__btn-select {
    position: relative;
    border: 1px solid black;
    z-index: 99;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: transparent;
}

.licenses-search__btn-select:hover,
.licenses-search__btn-select:active,
.licenses-search__btn-select:focus {
    outline: none;
}

.licenses-search__options {
    background-color: white;
    position: absolute;
    top: 0;
    padding-top: 48px;
    width: 100%;
    height: 0;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 26px;
    transition: height 1s ease-in-out;
}

.licenses-search__option {
    width: 100%;
    border: none;
    text-align: center;
    padding: 15px 0;
    background-color: white;
    transition: all 0.3s ease-in-out;
}
.licenses-search__option:hover,
.licenses-search__option:active,
.licenses-search__option:focus {
    outline: none;
    background-color: #f5f5f5;
}

.licenses-search__option:first-child {
    margin-top: 20px;
}

.licenses-search__option:last-child {
    margin-bottom: 20px;
}

.licenses-search__options.active {
    height: 180px;
}

.not-found {
    display: none;
    text-align: center;
    font-size: 30px;
    padding: 20px 20px !important;
}

.not-found.active {
    display: block;
}

@media screen and (max-width: 420px) {
    .licenses-search .wrapper {
        flex-direction: column;
    }
    .input-wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .licenses-search__select {
        width: 100%;
        height: 50px;
    }
}

.form-section img {
    width: 100%;
}

.form-section h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
}

@media screen and (max-width: 768px) {
    .form-section h2 {
        font-size: 33px;
    }
}

.form-section_alert {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(85, 121, 206, 0.12);
    border-radius: 8px;
}

.form-section_alert span {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.form-section_alert_content {
    padding: 30px;
}

.b-center {
    align-items: center;
    justify-content: center;
    display: flex;
}

.form-text {
    display: block;
    max-width: 80%;
    width: 100%;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    white-space: pre-line;
    padding-left: 50px;
}

.form-text a {
    color: #eb5757;
}

.contact-form {
    margin-bottom: 100px;
}

.contact-form p {
    position: relative;
}

.contact-form p #email-error {
    position: absolute;
    top: 25px;
    right: 40px;
    color: #eb5757;
}

.contact-form .field-group {
    padding-left: 50px;
}

@media screen and (max-width: 768px) {
    .contact-form .field-group,
    .form-text {
        padding-left: 0;
    }
}

.contact-form .valid {
    border: 1px solid #27ae60 !important;
}

.contact-form .form-field {
    /*max-width: 460px;*/
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border: 1px solid #494949;
    box-sizing: border-box;
    border-radius: 50px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    outline: 0;
    padding-left: 30px;
}

.contact-form .form-field.error {
    border: 1px solid #eb5757 !important;
}

.contact-form span {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.contact-form label {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.contact-form .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #eb5757;
    border-radius: 50%;
}

.contact-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contact-form .form-label {
    max-width: 400px;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-form .form-label .radio-field {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .contact-form .form-label {
        font-size: 14px;
    }
}

.contact-form .submit {
    max-width: 150px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: #369;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    transition: 0.5s;
}

.contact-form .submit:hover {
    background: #eb5757;
}

.form-label input:checked ~ .checkmark:after {
    display: block;
}

.form-label .checkmark:after {
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #eb5757;
}

#snackbar {
    display: flex;
    justify-content: space-evenly;
    min-width: 250px;
    margin-left: -125px;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 10px rgba(85, 121, 206, 0.12);
    border-radius: 8px;
    text-align: center;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 10%;
    bottom: 30px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
}

#snackbar .wrong {
    color: #eb5757;
    -webkit-filter: invert(50%) sepia(88%) saturate(2317%) hue-rotate(328deg) brightness(99%) contrast(86%);
    filter: invert(50%) sepia(88%) saturate(2317%) hue-rotate(328deg) brightness(99%) contrast(86%);
}

#snackbar .done img {
    -webkit-filter: invert(48%) sepia(99%) saturate(339%) hue-rotate(93deg) brightness(95%) contrast(90%);
    filter: invert(48%) sepia(99%) saturate(339%) hue-rotate(93deg) brightness(95%) contrast(90%);
}

#snackbar .done a {
    color: #27ae60;
}

@media screen and (max-width: 1199px) {
    #snackbar {
        left: 20%;
    }
}

@media screen and (max-width: 768px) {
    #snackbar {
        left: 50%;
    }

    .text-md-center {
        text-align: center;
    }
}

.text-none {
    text-align: start;
}

.data-request span {
    padding-left: 50px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: 0.5s fadein, 0.5s 2.5s fadeout;
    animation: 0.5s fadein, 0.5s 2.5s fadeout;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.contact-form #address-error,
.contact-form #city-error,
.contact-form #data-error,
.contact-form #name-error {
    position: absolute;
    top: 25px;
    right: 40px;
    color: #eb5757;
}

.contact-form #address2-error,
.contact-form #lastname-error,
.contact-form #number-error,
.contact-form #zipcode-error {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #eb5757;
}

#zip-code-block {
    padding: 0 20px;
}

.field-group-2 p {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

#quote-header {
    min-height: 60px;
}

/*#quote-header .logo {*/
/*    padding-left: 90px*/
/*}*/

@media screen and (max-width: 768px) {
    .data-request span {
        padding-left: 0;
    }

    .contact-form #address2-error,
    .contact-form #lastname-error,
    .contact-form #number-error,
    .contact-form #zipcode-error {
        right: 40px;
    }

    /*#quote-header .logo {*/
    /*    text-align: center;*/
    /*    padding-left: 0*/
    /*}*/
}

#quote-header .header-text {
    text-align: right;
}

#quote-header span {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #111;
    margin-right: 20px;
}

#quote-header span a {
    color: #eb5757;
}

.input-container {
    position: relative;
}

.main {
    /* display: absolute; */
    display: flex;
    min-height: 50vh;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.main__quote {
    display: flex;
}

.main .container:not([data-current="currently"]),
.main .mobile-block {
    display: none;
}

.main .mobile-block p {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #111;
    margin-right: 0;
}

.main__title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto -30px;
    /*min-height: 270px*/
}

.main h1 {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 70px;
}

@media screen and (max-width: 768px) {
    #quote-header .header-text {
        text-align: center;
    }

    #quote-header span {
        display: none;
        text-align: center;
        font-size: 12px;
    }

    .main .mobile-block {
        display: block;
    }

    .main h1 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 50px;
    }

    .main__title {
        margin: 0 auto 30px;
    }
}

.main h2 {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 70px;
}

@media screen and (max-width: 768px) {
    .main h2 {
        font-size: 27px;
        line-height: 37px;
        margin-top: 20px;
    }
}

.main input {
    max-width: 200px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #696e7b;
    outline: 0;
    padding-left: 30px;
    font-size: 20px;
    line-height: 29px;
}

.explain-why {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 20%;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.explain-why span {
    font-family: Heebo;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    padding: 20px;
}

.why-data p {
    font-family: Heebo;
    font-size: 18px;
    color: #696e7b;
    cursor: pointer;
}

.label-zipcode {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.label-zipcode.focus,
.label-zipcode.validate {
    top: 11px;
    left: 48px;
    font-size: 13px;
    opacity: 1;
}

.label-mortgage {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.label-mortgage.focus,
.label-mortgage.validate {
    top: 11px;
    left: 86px;
    font-size: 13px;
    opacity: 1;
}

/* @media (max-width: 800px) {
    .label-zipcode.focus,
    .label-zipcode.validate {
        left: 44%;
    }
}

@media (max-width: 700px) {
    .label-zipcode.focus,
    .label-zipcode.validate {
        left: 43%;
    }
}

@media (max-width: 576px) {
    .label-zipcode.focus,
    .label-zipcode.validate {
        left: 35%;
    }
} */

.quote-checkbox {
    max-width: 50px !important;
    width: 100% !important;
    height: 20px !important;
    cursor: pointer;
}

.quote_par {
    display: flex;
    justify-content: center;
}

.quote_par label {
    display: flex;
    max-width: 300px;
    width: 100%;
    height: 40px;
    justify-content: start;
    align-items: center;
}

p {
    font-family: Heebo;
    font-size: 18px;
    color: #696e7b;
}

.form-block {
    max-width: 300px;
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    text-align: initial;
    justify-content: center;
    border-radius: 10px;
}

.form-block label {
    padding-top: 10px;
    padding-left: 30px;
    font-size: 14px;
}

.form-block input {
    border: none;
    height: 40px;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox input {
    max-width: 50px;
    width: 100%;
    height: 20px;
    cursor: pointer;
}

.text-quote-right {
    text-align: -webkit-right;
}

.by-clicking {
    margin-top: 10px;
    text-align: start;
    text-align: left;
    white-space: pre-line;
}

#height {
    max-width: 350px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    outline: 0;
    font-size: 20px;
}

#height option {
    font-size: 20px;
}

.children-block {
    margin-top: -30px;
}

@media screen and (max-width: 991px) {
    .children-block {
        flex-direction: column;
    }
}

.children-block button {
    max-width: 200px !important;
    margin-top: 20px;
}

.job-block button {
    margin-top: 20px;
    max-width: 300px;
}

#view_quote {
    max-width: 200px;
    width: 100%;
    height: 60px;
    box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.27);
    border-radius: 30px;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    transition: 0.5s;
    outline: 0;
    background: #696e7b;
    cursor: not-allowed;
}

#view_quote.active {
    background: #369 !important;
    cursor: pointer;
}

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

@media screen and (max-width: 768px) {
    .checkbox label {
        text-align: initial !important;
        font-size: 14px !important;
    }

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

.text-start {
    text-align: initial !important;
}

@media screen and (max-width: 768px) {
    .text-sm-center,
    .text-start {
        text-align: center !important;
    }

    .text-quote-sm-center {
        text-align: -webkit-center !important;
    }
}

@media screen and (min-width: 992px) {
    #hamburger {
        display: none;
    }
}

.flex-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
}

.flex-block button {
    margin-bottom: 20px;
}

#result h3 {
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}

#result p {
    line-height: 22px;
}

#result b {
    font-weight: 600;
}

#result button {
    font-size: 16px;
    line-height: normal;
    max-width: 250px;
    margin-top: 50px;
}

.plan-tab {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: -2px 4px 20px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    cursor: pointer;
}

.plan-tab_title {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.plan-tab_title h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #111;
}

.plan-tab_content ul {
    list-style: disc !important;
    font-family: Heebo;
}

.plan-tab_content {
    padding: 0 0 20px 20px;
    display: none;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.plan-tab_content .color-black {
    color: #000;
}

.plan-tab .btn-open span::after,
.plan-tab .btn-open span::before {
    width: 20px;
}

.customize-plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .plan-tab_title h3 {
        font-size: 13px;
        line-height: normal;
    }

    .customize-plan {
        flex-direction: column;
    }
}

.customize-plan button {
    padding: 10px;
    margin: 10px 10px;
    width: 100% !important;
    border-radius: 4px;
    height: auto;
    font-size: 14px !important;
    background: 0 0;
    color: #000;
    border: 1px solid #369;
}

.customize-plan button:hover {
    background: #369;
    color: #fff;
    box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.57);
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[title]:after,
[title]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

[title]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    border-radius: 3px;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

[title]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[title]:hover:after,
[title]:hover:before {
    visibility: visible;
    opacity: 1;
}

.ui-slider {
    margin-top: 20px;
    height: 7px;
    position: relative;
    background: 0 0;
    border: 1px solid #369 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #369 !important;
    border-radius: 25px;
    outline: 0;
    border: 2px solid #fff !important;
    position: absolute;
    top: -10px;
}

.ui-slider-horizontal .ui-slider-range {
    background: #e9ecf1;
}

#labelHolder {
    height: 7px;
    position: relative;
    border: none;
}

#slider {
    margin-top: 50px !important;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: rgb(51, 102, 153) 0px 0px 4px 0px;
}

#slider span {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    margin-top: 2px;
    margin-left: -0.6em;
    text-align: center;
    cursor: pointer;
}

.ui-mobile .ui-page-active {
    overflow: hidden !important;
    overflow-x: hidden !important;
}

div.ui-slider {
    height: 10px !important;
}

.btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-block button {
    margin-left: 50px;
}

@media screen and (max-width: 768px) {
    .btn-block {
        flex-direction: column;
        margin: 0 auto;
    }

    /*.btn-block button {*/
    /*    margin: 15px auto*/
    /*}*/
}

.btn-block .ui-btn {
    padding: 1.3em 3em 1.3em 2em;
    background-color: #fff;
}

.btn-block .ui-btn:focus,
.btn-block .ui-select,
.btn-block .ui-select:focus {
    box-shadow: none;
}

.btn-block .btn-active {
    padding: 1.3em 1em;
}

.btn-block input {
    max-width: 125px;
    width: 100%;
    margin-left: 50px;
    padding-left: 5px;
    border: 1px solid #d3d3d3;
    height: 65px;
}

.btn-block .ui-field-contain,
.input-container {
    height: 65px;
}

@media screen and (max-width: 768px) {
    .btn-block input {
        max-width: 100%;
    }

    .btn-block .ui-field-contain {
        max-width: 100%;
        width: 100%;
        margin: 15px auto;
        border: none;
    }
}

.btn-block .ui-selectmenu.ui-dialog .ui-content {
    overflow: scroll;
    max-height: 300px;
}

.ui-page {
    background: #fff;
}

.tooltip {
    font-family: Heebo;
    line-height: 16px;
}

.tooltip > .tooltip-inner {
    text-align: center;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.bs-tooltip-bottom,
.bs-tooltip-left,
.bs-tooltip-right,
.bs-tooltip-top {
    background-color: #fff;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
    border-color: #fff transparent;
}

.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
    border-color: transparent #fff;
}

#result .btn-block button {
    margin: 40px auto;
}

.tooltip-img {
    width: 10px;
    height: 10px;
}

label {
    margin-bottom: 0 !important;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #000;
    min-width: 210px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    height: 65px;
}

/* .big-select > .select {
    min-width: 250px;
} */

@media screen and (max-width: 768px) {
    .select {
        width: 100%;
    }
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    padding: 17px 15px 10px;
    font-size: 20px;
    line-height: 29px;
    color: #6d6d6d;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled.active,
.select-styled:active,
.select-styled:hover {
    background-color: none;
}

.select-styled.active:after,
.select-styled:active:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    max-height: 300px;
    overflow-y: scroll;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #d3d3d3;
}

.select-options li:hover {
    color: #000;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.choose-state {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-state button {
    margin-left: 3px;
}

@media screen and (max-width: 991px) {
    .choose-state button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .choose-state {
        flex-direction: column;
    }

    .choose-state button {
        margin-top: 10px;
    }
}

.clicking-block {
    display: flex;
    justify-content: center;
}

.pt150 {
    padding-top: 100px;
}

@media screen and (max-width: 1199px) {
    .pt150 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .pt150 {
        padding-top: 0;
    }
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) {
    .flex-sm-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#quote-code-block {
    width: 1000px;
    padding: 0 20px;
}

.tippy-box[data-theme~='blueberry'] {
    background-color: #369;
    color: white;
}

.tippy-box[data-theme~='blueberry'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color:  #369;
}
.tippy-box[data-theme~='blueberry'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color:  #369;
}
.tippy-box[data-theme~='blueberry'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color:  #369;
}
.tippy-box[data-theme~='blueberry'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color:  #369;
}
/* Quoters */
/* .quote-btn {
    max-width: 180px;
    min-width: 180px;
    width: 100%;
    height: 60px;
    background: #369;
    box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.27);
    border-radius: 30px;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    outline: 0;
}

.quote-btn:hover {
    background: #eb5757;
}

@media screen and (max-width: 768px) {
    .quote-btn {
        font-size: 16px;
        line-height: 20px;
        max-width: 130px;
        min-width: 130px;
        height: 50px;
        margin-top: 20px;
    }
} */

/* Mortgage Page */
/* .quote {
    min-height: calc(100vh - 60px - 304px - 48px); /* parent_height - header_height - footer_height 
} */

/* .quote__navigator {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.quote__title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: Lato;
}

.quote__navigator__btn-prev {
    cursor: pointer;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eb5757;
    color: white;
    width: 30px;
    height: 30px;
    transition: background-color .3s ease-in-out;
}

.quote__navigator__btn-prev:hover {
    background-color: #369;

}

.quote__body {
    text-align: center;
}

.quote__body__item:not(:last-child) {
    margin-bottom: 20px;
}

.quote-btn_new {
    background-color: #369;
    min-width: 300px;
    box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.27);
    border-radius: 30px;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    transition: background-color 0.3s ease-in-out;
    outline: 0;
}

.quote-btn_new:hover {
    background-color: #eb5757;
}

@media screen and (max-width: 768px) {
    .quote-btn_new {
        font-size: 16px;
        line-height: 20px;
        max-width: 130px;
        min-width: 130px;
        height: 50px;
        margin-top: 20px;
    }
}
 */
