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
}

ol,
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
}

@font-face {
    font-family: Graphik LCG;
    src: url(../../assets/fonts/graphiklcg-400-regular.woff2) format("woff2"), url(../../assets/fonts/graphiklcg-400-regular.woff) format("woff"), url(../../assets/fonts/graphiklcg-400-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik LCG;
    src: url(../../assets/fonts/graphiklcg-500-medium.woff2) format("woff2"), url(../../assets/fonts/graphiklcg-500-medium.woff) format("woff"), url(../../assets/fonts/graphiklcg-500-medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik LCG;
    src: url(../../assets/fonts/graphiklcg-600-semibold.woff2) format("woff2"), url(../../assets/fonts/graphiklcg-600-semibold.woff) format("woff"), url(../../assets/fonts/graphiklcg-600-semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik LCG;
    src: url(../../assets/fonts/graphiklcg-700-bold.woff2) format("woff2"), url(../../assets/fonts/graphiklcg-700-bold.woff) format("woff"), url(../../assets/fonts/graphiklcg-700-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: "smooth"
}

body,
input,
select,
textarea {
    font-family: Graphik LCG, Helvetica, Arial, Sans-Serif;
    font-size: 16px
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    font-weight: 400;
    line-height: 1.5em;
    color: #222;
    background-color: #fff
}

input[type=number],
input[type=tel],
input[type=text],
textarea {
    font-size: 16px
}

button {
    padding: 0
}

.image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1210px
}

.nowrap {
    white-space: nowrap
}

.attention {
    margin-bottom: 67px;
    background-color: #b52a25
}

.attention__container {
    padding-top: 8px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.attention__icon {
    width: 57px;
    min-width: 57px;
    height: 67px
}

.attention__icon--right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.attention__title {
    margin-left: 72px;
    margin-right: 72px;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:768px) {
    .attention__icon {
        width: 32px;
        min-width: 32px;
        height: 36px
    }

    .attention__title {
        margin-left: 32px;
        margin-right: 32px;
        padding-top: 8px;
        font-size: 1.25em;
        line-height: 1em
    }
}

@media screen and (max-width:500px) {
    .attention__container {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .attention__icon {
        width: 24px;
        min-width: 24px;
        height: 28px
    }

    .attention__title {
        margin-left: 24px;
        margin-right: 24px;
        padding-top: 0;
        font-size: .875em;
        line-height: 1.428571428571429em
    }
}

.hero-tag {
    display: inline-block;
    padding: 11px 12px;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    background-color: #222;
    color: #fff
}

.hero-notice {
    font-size: 1.125em;
    line-height: 1.777777777777778em
}

.hero-notice__highlight {
    color: #b52a25;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (max-width:500px) {
    .hero-notice {
        font-size: .875em;
        line-height: 1.714285714285714em
    }
}

.hero {
}

.hero__heading,
.hero__tag {
    text-align: center
}

.hero__tag {
    margin-bottom: 32px
}

.hero__heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    max-width: 1110px;
    font-size: 2.875em;
    line-height: 1.304347826086957em;
    font-weight: 700
}

.hero__image {
    margin-bottom: 36px
}

.hero__notice {
    margin-bottom: 38px
}

.hero__description {
    max-width: 975px;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 500
}

@media screen and (max-width:768px) {
    .hero__heading {
        font-size: 2em;
        line-height: 1.4375em
    }
}

@media screen and (max-width:500px) {
    .hero__heading {
        font-size: 1.5em;
        line-height: 1.5em
    }

    .hero__image {
        margin-left: -20px;
        margin-right: -20px
    }

    .hero__description {
        font-size: .875em;
        line-height: 1.714285714285714em
    }
}

.balloon {
    margin-bottom: 20px;
    padding: 10px 26px 12px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 13px;
    position: relative
}

.balloon:after {
    margin-left: -10px;
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0
}

.balloon__heading {
    font-size: 1.375em;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase
}

.balloon__description {
    font-size: 1.125em;
    line-height: 1.5em
}

.balloon--danger {
    background-color: #b52a25
}

.balloon--danger:after {
    border-color: #b52a25 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.balloon--success {
    background-color: #699930
}

.balloon--success:after {
    border-color: #699930 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

@media screen and (max-width:768px) {
    .balloon {
        padding-left: 16px;
        padding-right: 16px
    }

    .balloon__heading {
        font-size: 1em;
        line-height: 1.5em
    }

    .balloon__description {
        font-size: .875em;
        line-height: 1.571428571428571em
    }
}

.checkout-item__balloon {
    text-align: center
}

.checkout {
    margin-bottom: 86px;
    background-color: #304799
}

.checkout__container {
    padding-top: 80px;
    padding-bottom: 100px
}

.checkout__heading {
    margin-bottom: 52px;
    font-size: 2.0em;
    line-height: 1.304347826086957em;
    font-weight: 700;
    text-align: center
}

.checkout__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.checkout__item {
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width:768px) {
    .checkout__heading {
        font-size: 2em;
        line-height: 1.4375em
    }
}

@media screen and (max-width:500px) {
    .checkout {
        margin-bottom: 48px
    }

    .checkout__container {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .checkout__heading {
        font-size: 1.5em;
        line-height: 1.5em
    }

    .checkout__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout__item {
        padding-left: 0;
        padding-right: 0
    }

    .checkout__item:not(:last-child) {
        margin-bottom: 48px
    }
}

.quote-steps-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quote-steps-heading__title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 500
}

.quote-steps-heading__arrow {
    margin-top: 12px;
    width: 51px;
    min-width: 51px;
    height: 48px
}

.quote-steps-heading__arrow--right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media screen and (max-width:640px) {
    .quote-steps-heading__arrow {
        display: none
    }
}

.quote-steps-item {
    text-align: center
}

.quote-steps-item__heading {
    font-size: 1.875em;
    line-height: 1.5em;
    font-weight: 700
}

.quote-steps-item__description {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 500
}

@media screen and (max-width:500px) {
    .quote-steps-item__heading {
        font-size: 1.125em;
        line-height: 1.444444444444444em
    }

    .quote-steps-item__description {
        font-size: .875em;
        line-height: 1.714285714285714em
    }
}

.quote-steps__heading {
    margin-bottom: 2px
}

.quote-steps__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quote-steps__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%
}

@media screen and (max-width:640px) {
    .quote-steps__heading {
        margin-bottom: 16px
    }

    .quote-steps__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quote-steps__item {
        width: 100%
    }

    .quote-steps__item:not(:last-child) {
        margin-bottom: 24px
    }
}

.quote-quiz-question-answer {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    background-color: #699930;
    border-radius: 4px;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.quote-quiz-question-answer__input {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.no-touch .quote-quiz-question-answer:hover {
    background-color: #5f8a2b
}

@media screen and (max-width:500px) {
    .quote-quiz-question-answer {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 1em;
        height: 48px;
        line-height: 48px
    }
}

.quote-quiz-question__title {
    margin-bottom: 32px;
    font-size: 1.5em;
    line-height: 1.291666666666667em;
    font-weight: 500;
    text-align: center
}

.quote-quiz-question__answers {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quote-quiz-question__answer {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
    max-width: 220px
}

@media screen and (max-width:500px) {
    .quote-quiz-question__title {
        font-size: 1.125em;
        line-height: 1.444444444444444em
    }

    .quote-quiz-question__answers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .quote-quiz-question__answer:not(:last-child) {
        margin-bottom: 16px
    }
}

.quote-quiz-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quote-quiz-loading__spinner {
    margin-bottom: 8px;
    width: 60px;
    height: 60px
}

.quote-quiz-loading__title {
    font-size: 1.125em;
    line-height: 1.277777777777778em;
    font-weight: 500;
    text-align: center
}

@media screen and (max-width:500px) {
    .quote-quiz-loading__spinner {
        width: 30px;
        height: 30px
    }

    .quote-quiz-loading__title {
        font-size: .875em;
        line-height: 1.714285714285714em
    }
}

.button {
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background-color: #699930;
    border-radius: 6px;
    -webkit-transition: background-color .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: background-color .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: background-color .25s ease-in-out, transform .25s ease-in-out;
    transition: background-color .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.no-touch .button:hover {
    background-color: #5f8a2b
}

.button:active {
    -webkit-transform: translateY(2px) scale(.99);
    transform: translateY(2px) scale(.99)
}

.button__icon {
    margin-right: 6px;
    width: 24px;
    height: 24px
}

.button__title {
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: 500
}

@media screen and (max-width:500px) {
    .button {
        padding-left: 16px;
        padding-right: 16px;
        height: 48px
    }

    .button__icon {
        width: 16px;
        height: 16px
    }

    .button__title {
        font-size: 1em;
        line-height: 1.5em
    }
}

.quote-quiz-result {
    text-align: center
}

.quote-quiz-result__heading {
    margin-bottom: 16px;
    font-size: 1.5em;
    line-height: 1.291666666666667em;
    font-weight: 700
}

.quote-quiz-result__decription {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    max-width: 460px;
    font-size: 1.125em;
    line-height: 1.388888888888889em
}

.quote-quiz-result__decription strong {
    font-weight: 600
}

@media screen and (max-width:500px) {
    .quote-quiz-result__heading {
        font-size: 1.125em;
        line-height: 1.444444444444444em
    }

    .quote-quiz-result__decription {
        font-size: .875em;
        line-height: 1.571428571428571em
    }
}

@-webkit-keyframes popup {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes popup {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.quote-quiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, .07), 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    box-shadow: 0 0 11px rgba(0, 0, 0, .07), 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 6px
}

.quote-quiz__step {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.quote-quiz__step--active {
    display: block;
    -webkit-animation: popup .25s 1;
    animation: popup .25s 1
}

.quote {
    margin-bottom: 86px;
    background-color: #ECEEF7;
    padding: 60px 10px;
}

.quote--filled {
    margin-bottom: 30px;
    padding-top: 88px;
    padding-bottom: 88px;
    background-color: #eceef7
}

.quote__heading {
    margin-bottom: 16px;
    font-size: 2.875em;
    line-height: 1.304347826086957em;
    font-weight: 700;
    text-align: center
}

.quote__quiz,
.quote__steps {
    margin-left: auto;
    margin-right: auto
}

.quote__steps {
    margin-bottom: 66px;
    width: 50%
}

.quote__quiz {
    width: 66.66%
}

@media screen and (max-width:1024px) {

    .quote__quiz,
    .quote__steps {
        width: 83.33%
    }
}

@media screen and (max-width:768px) {
    .quote__heading {
        font-size: 2em;
        line-height: 1.4375em
    }

    .quote__quiz,
    .quote__steps {
        width: 100%
    }
}

@media screen and (max-width:500px) {
    .quote__heading {
        font-size: 1.5em;
        line-height: 1.5em
    }

    .quote__steps {
        margin-bottom: 32px
    }
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-menu__item:not(:last-child):after {
    margin-left: 4px;
    margin-right: 4px;
    content: "|"
}

.footer-menu__link {
    color: #222;
    text-decoration: none
}

.footer__container {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center
}

.footer__disclaimer,
.footer__menu {
    margin-bottom: 8px
}

@media screen and (max-width:500px) {
    .footer__container {
        font-size: .8125em;
        line-height: 1.692307692307692em
    }
}

.text_main1 {
    margin: 20px auto;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center;
}

.text_main2 {
    margin: 20px auto;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 700;
    text-align: center;
    color:#b52a25;
}

.quote__container {
    
}


.main_ul {
    display: table;
    margin: 20px auto;
    font-size: 140%;
    line-height: 1.2;
}
.main_ul li:nth-child(2), .main_ul li:nth-child(3), .main_ul li:nth-child(4){
    padding-left: 25px;
}

