html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: bold
}

img {
    border: 0
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}


p {
    margin-top: 0;
    margin-bottom: 10px
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

button, html input[type="button"], input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button
}

.w-form {
    margin: 0 0 15px
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus, .w-select:focus {
    border-color: #3898EC;
    outline: 0
}

.w-select {
    background-color: #fff;
    appearance: none;
    background-position: 96% center;
    background-repeat: no-repeat;
    background-image: url(../img/sel.png);
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:before, .w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before, .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-row:after {
    clear: both
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.w-col-4 {
    width: 33.33333333%
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px
    }
}
@media screen and (max-width: 767px) {

    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
}


@media screen and (max-width: 479px) {
    .w-container {
        max-width: none
    }

    .w-col {
        width: 100%
    }
}
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

h2 {
    margin: 10px 0px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin: 10px 0px 1px;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
}

h4 {
    margin: 10px 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

p {
    margin-top: 0px;
    margin-bottom: 26px;
    font-family: 'Varela Round', sans-serif;
    color: #848999;
    font-size: 14px;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.nav-bar {
    position: static;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    background-color: #fff;
    line-height: 44px;
    text-align: center;
    max-width: 940px;
}

.paragraph-2 {
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    border: 0px none #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    text-align: justify;
}

.form-block {
    width: 500px;
    margin-top: 20px;
    margin-right: 25%;
    margin-left: 25%;
}

@media (max-width: 520px) {
    .form-block {
        width: 100%;
    }
}

.submit-button {
    border-radius: 14px;
    background-color: #00ac2b;
    box-shadow: 0 3px 6px -1px #000;
    font-weight: 700;
}

.form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    white-space: normal;
}

.container-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #000;
    border-radius: 20px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eff1f4), to(#eff1f4));
    background-image: linear-gradient(180deg, #eff1f4, #eff1f4);
}

.body {
    border: 2px solid #000;
}

.field-label {
    margin-top: 10px;
    padding-top: 0px;
}

.heading-8 {
    color: red;
    font-weight: 700;
    text-decoration: line-through;
}

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

.image-9 {
    position: absolute;
    left: -24px;
}

.image-10 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 110px;
    margin-bottom: 35px;
    margin-left: 110px;
    padding-left: 0px;
}

.div-block-2 {
    position: absolute;
    left: -48px;
    top: 40%;
    z-index: 2;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.heading-9 {
    margin-right: 20px;
    margin-bottom: 25px;
    margin-left: 20px;
}

.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
}

.div-block-3 {
    min-width: 65px;
}

.div-block-4 {
    margin-left: 25px;
}

.heading-12 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
}

.paragraph-7 {
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: #4e4e4e;
}

.text-block-2 {
    font-family: Montserrat, sans-serif;
    color: #8d8d8d;
    font-size: 14px;
}

.bold-text-20 {
    color: #45688e;
    font-weight: 600;
}

.image-14 {
    max-width: 60px;
    border-radius: 20px;
}

.heading-13 {
    margin-right: 20px;
    margin-left: 20px;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-15 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
}

.paragraph-2 a, .paragraph-7 a {
    color: blue;
    font-weight: 700;
}

.heading-20 {
    color: #00c51e;
    font-weight: 700;
}

.heading-21 {
    color: #00b812;
    font-weight: 700;
}

.paragraph-10 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: red;
    font-size: 16px;
}

.container-14 {
    font-size: 12px;
}

.button-2 {
    background-color: #eb0254;
}

.heading-25 {
    border: 1px solid transparent;
    text-align: left;
}

.bold-text-60 {
    border: 1px solid transparent;
    color: red;
    text-align: left;
}

.bold-text-61 {
    text-align: left;
}

.list-item-41 {
    text-align: left;
}

.list-item-42 {
    text-align: left;
}

.list-item-43 {
    text-align: left;
}

.list-item-44 {
    text-align: left;
}

.list-item-45 {
    text-align: left;
}

.list-item-46 {
    text-align: left;
}

.list-item-47 {
    text-align: left;
}

.list-item-48 {
    text-align: left;
}

.list-item-49 {
    text-align: left;
}

.list-5 {
    padding-left: 0px;
    font-size: 15px;
    list-style-type: none;
}

.text-block-18 {
    border-bottom: 1px solid #000;
}

.paragraph-13 {
    float: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.image-23 {
    width: 60%;
}

.image-25 {
    width: 40%;
}

.image-26 {
    width: 40%;
}

.image-27 {
    width: 40%;
}

.image-28 {
    width: 40%;
}
@media (max-width: 991px) {

    .div-block-2 {
        left: -86px;
    }
}
@media (max-width: 767px) {
    .section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 32px 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.centered {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .nav-bar {
        /* padding-top: 26px; */
        padding-bottom: 26px;
    }

    .submit-button {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .container-3 {
        margin-bottom: 30px;
        padding-right: 0px;
    }

    .heading-8 {
        color: #ec0000;
    }

    .columns-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .div-block-2 {
        left: -168px;
        top: 52%;
        max-width: 0%;
    }

    .div-block-9 {
        margin-right: 0px;
    }

    .container-13 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-15 {
        margin-bottom: 15px;
    }

    .heading-20 {
        color: #099105;
    }

    .heading-21 {
        color: #00bb48;
    }
}

@media (max-width: 479px) {

    .section {
        padding-right: 11px;
    }

    .paragraph-2 {
        text-align: left;
    }

    .form-block {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    .submit-button {
        width: 80%;
    }

    .body {
        border-style: none;
    }

    .div-block-2 {
        left: -4%;
        top: 0%;
        overflow: visible;
        max-width: 0%;
        opacity: 1;
    }

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

    .div-block-9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-15 {
        width: 100%;
    }

    .image-23 {
        width: 100%;
    }

    .image-24 {
        display: none;
    }
}
.image-24 {
    height: auto;
}

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

.toggle-image {
    cursor: pointer;
}
