/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

*, ::after, ::before {
    box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input[type="text"]:disabled {
    background: #e5e5e5;
    cursor: not-allowed;
}

.form-check-control {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    cursor: pointer;
}

input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: #ffffff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type=checkbox]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #007200;
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type=checkbox]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:hover {
    cursor: pointer;
}

textArea:disabled {
    background: #e5e5e5;
    cursor: not-allowed;
}

.inputTitle {
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: bolder;
}

label {
    font-size: 1rem;
    font-weight: normal;
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html.noscroll,
body.noscroll {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    width: 100%
}

.container {
    max-width: 1240px;
    margin: 0 auto
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #1e1c1c;
    margin: 0
}

h1 {
    font-size: 1.875rem
}

@media only screen and (min-width: 480px) {
    h1 {
        font-size: 2.1875rem
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 2.5rem
    }
}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 2.8125rem
    }
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 3.125rem
    }
}

h2,
h3,
h4,
h5 {
    font-size: 1.6rem
}

@media only screen and (min-width: 480px) {

    h2,
    h3,
    h4,
    h5 {
        font-size: 1.825rem
    }
}

@media only screen and (min-width: 768px) {

    h2,
    h3,
    h4,
    h5 {
        font-size: 1.9rem
    }
}

@media only screen and (min-width: 1024px) {

    h2,
    h3,
    h4,
    h5 {
        font-size: 2.05rem
    }
}

@media only screen and (min-width: 1200px) {

    h2,
    h3,
    h4,
    h5 {
        font-size: 2.1875rem
    }
}

ul {
    margin: 40px auto 40px auto;
    padding: 0 0 0 20px
}

ul.subpoint {
    margin: 5px auto 5px auto;
    padding: 0 0 0 20px
}

@media only screen and (min-width: 768px) {
    ul {
        padding: 0 0 0 60px
    }
}

ul li {
    line-height: 1.5;
    font-size: 1rem
}

@media only screen and (min-width: 768px) {
    ul li {
        font-size: 1.25rem;
        line-height: 1.75
    }
}

p {
    font-size: .875rem;
    margin: 0 0 10px 0;
    color: #1e1c1c;
    font-weight: 400;
    line-height: 1.5
}

@media only screen and (min-width: 768px) {
    p {
        font-size: 1rem
    }
}

.button {
    text-decoration: none;
    color: #fff;
    padding: 20px 20px;
    margin: 10px 0;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

@media only screen and (min-width: 768px) {
    .button {
        padding: 20px 40px;
        margin: 0 10px;
        text-align: left
    }
}

.button--primary {
    background: #007200
}

.button--primary:hover {
    background: #003f00
}

.button--grey {
    background: #5f5f5f;
    color: #fff
}

.button--grey:hover {
    background: #3b3b3b
}

.button--black {
    background: #1e1c1c
}

.button--black:hover {
    background: #040303
}

.button-outline--black {
    border: 1px solid #1e1c1c;
    color: #1e1c1c
}

.button-outline--black:hover {
    background: #1e1c1c;
    color: #fff
}

.button--outline {
    border: 1px solid white
}

.button--outline:hover {
    background: white;
    color: #1e1c1c
}

.img--responsive {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bg--primary {
    background: #007200
}

.bg--black {
    background: #1e1c1c
}

.bg--grey {
    background: #5f5f5f
}

.text--white {
    color: #fff !important
}

.text--white p {
    color: #fff
}

.hero__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 100vw;
    max-width: 100%
}

@media only screen and (min-width: 1024px) {
    .hero__container--page {
        height: 100%;
        width: 100%;
        max-width: none
    }

    .hero__container--page .hero__content__inner {
        min-height: 500px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 100px;
        padding: 100px 50px 50px 50px
    }

    .hero__container--page .hero__content__inner h1 {
        font-size: 3.5rem
    }
}

.hero__container.bg--primary .hero__content__inner h1 strong {
    color: #1e1c1c
}

.hero__container.bg--primary .hero__content__buttons a:first-child {
    background: #1e1c1c;
    border: 1px solid #1e1c1c
}

.hero__container.bg--primary .hero__content__buttons a:first-child:hover {
    color: white;
    background: #040303;
    border: 1px solid #040303
}

.hero__content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    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
}

.hero__content--left {
    text-align: left
}

.hero__content--center {
    text-align: center
}

.hero__content__inner {
    width: 100%;
    padding: 0 20px
}

@media only screen and (min-width: 480px) {
    .hero__content__inner {
        padding: 0 50px
    }
    
    .unicode-back:before {
        content: "\21E6";
    }
    
    .unicode-next:after {
        content: "\21E8";
    }
    
    .unicode-envelope:after {
        content: "\2709";
        font-size: 30px;
        margin-top: -11px;
    }
    
    .unicode-reset:after {
        content: "\27F2";
        font-size: 30px;
        margin-top: -11px;
    }
    
    .content-block-navigation {
        height: 420px;
    }
}

.hero__content__inner--center h1 {
    margin: 0 auto 20px auto
}

@media only screen and (min-width: 768px) {
    .hero__content__inner--center h1 {
        margin: 0 auto 30px auto
    }
}

.hero__content__inner h1 {
    color: #fff;
    font-size: 2.4rem;
    max-width: 800px;
    margin-bottom: 20px
}

.hero__content__inner h1 strong {
    color: #007200
}

@media only screen and (min-width: 768px) {
    .hero__content__inner h1 {
        font-size: 4rem
    }
}

@media only screen and (min-width: 1024px) {
    .hero__content__inner h1 {
        font-size: 5rem
    }
}

.hero__content__inner h2 {
    color: #fff;
    font-weight: 600;
    max-width: 600px;
    font-size: 1.25rem;
    line-height: 1.5
}

@media only screen and (min-width: 768px) {
    .hero__content__inner h2 {
        font-size: 1.75rem
    }
}

.hero__image--overlay:after {
    content: '';
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-simple__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0 0
}

.content-simple__button .button {
    margin: 0
}

.content-simple--center .content-simple__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-simple--right .content-simple__button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.content-block {
    padding: 0 20px;
    margin: 50px auto;
    position: relative
}

.content-block__background-image--overlay:after {
    content: '';
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.content-block__background-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-block__wrapper {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    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;
}

.content-nav-block {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .content-block__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width: 1024px) {
    .content-block__wrapper--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .content-block__wrapper--reverse .content-block__text {
        margin: 0 40px 0 0
    }
}

.sms-numbers,
.sms-numbers-right {
    padding-top: 0px
}

.sms-error-output {
    overflow-wrap: normal;
}

.sms-error-output-overflow {
    overflow-wrap: normal;
    max-height: 150px;
    overflow-y: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sms-balance {
    min-height: 18px;
    white-space: nowrap;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.content-block__image {
    width: 100%
}

.content-block__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image-confirmation {
    max-height: 380px;
}

@media only screen and (min-width: 1024px) {
    .content-block__image {
        width: 50%
    }
}

.content-block__text {
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .content-block__text {
        width: 50%
    }
}

.content-block__text--left {
    text-align: left
}

.content-block__text--left .content-block__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-block__text--center {
    text-align: center
}

.content-block__text--center .content-block__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 1024px) {
    .content-block__text--right {
        text-align: right
    }

    .content-block__text--right .content-block__button {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 768px) {
    .content-block__text {
        margin: 0 20px
    }
}

@media only screen and (min-width: 1024px) {
    .content-block__text {
        margin: 0 40px
    }
}

.content-block__text h2 {
    margin: 20px 0 20px 0
}

@media only screen and (min-width: 1024px) {
    .content-block__text h2 {
        margin: 0 0 20px 0
    }
}

.content-block__body {
    margin: 20px 0
}

.content-block__body p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 1rem
}

@media only screen and (min-width: 768px) {
    .content-block__body p {
        font-size: 1.25rem;
        line-height: 1.75
    }
}

.content-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0 0
}

.contact-form {
    padding: 0 20px;
    margin: 50px auto
}

@media only screen and (min-width: 768px) {
    .contact-form {
        margin: 100px auto;
        padding: 0 50px
    }
}

.contact-form__title {
    text-align: center
}

.contact-form__body {
    margin: 50px auto;
    border: 1px solid #eaeaea;
    padding: 40px 20px 20px 20px;
    max-width: 800px
}

@media only screen and (min-width: 768px) {
    .contact-form__body {
        padding: 60px 30px 30px 30px
    }
}

.contact-form__body .form__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-form__body .form__section .button {
    margin: 30px 0 0 0;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-form__body .form__section .form--name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .contact-form__body .form__section .form--name {
        margin-bottom: 0
    }
}

.contact-form__body .form__section h3 {
    margin-right: 15px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1rem
}

@media only screen and (min-width: 768px) {
    .contact-form__body .form__section h3 {
        font-size: 1.25rem
    }
    
    .unicode-back:before {
        content: "\21E6";
        left: 15px;
        position: absolute;
    }
    
    .unicode-next:after {
        content: "\21E8";
        right: 15px;
        position: absolute;
    }
    
    .unicode-envelope:after {
        content: "\2709";
        right: 15px;
        position: absolute;
        font-size: 30px;
        margin-top: -11px;
    }
}

.contact-form__body .form__section span {
    width: 100%;
    position: relative
}

.contact-form__body .form__section input {
    border: 0;
    position: relative;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.contact-form__body .form__section input:focus {
    outline: 0;
    border-bottom: 1px solid #007200;
}

.form__section-error {
    border-bottom: 1px solid #C20000 !important;
}

.contact-form__body .form__section textarea {
    resize: none;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.fullwidth_textarea {
    width: 100%;
    height: 255px;
}

.fullheight_textarea {
    background: rgba(0, 63, 0, 0);
    outline: 0px dashed #003f00;
    height: 270px;
}

.content-block__text.content-block-navigation textarea {
    resize: none;
    padding: 15px;
}

.info_textarea {
    background: #fff !important;
    cursor: default !important;
    width: 100%;
    height: 295px;
    border: 1px solid #eaeaea !important;
}

.drag-drop {
    background: rgba(0, 63, 0, 0.25);
    outline: 2px dashed #003f00;
    outline-offset: -10px;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.drag-drop-error {
    background: rgba(90, 15, 15, 0.25);
    outline: 2px dashed #5a0f0f;
    outline-offset: -10px;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.contact-form__body .form__section textarea:focus {
    outline: none;
    border: 1px solid #007200;
}

.fullwidth_textarea.fullheight_textarea.form__section-some-error,
.fullwidth_textarea.fullheight_textarea.form__section-some-error:focus {
    border: 1px solid #FFA05C;
}

.fullwidth_textarea.fullheight_textarea.form__section-error,
.fullwidth_textarea.fullheight_textarea.form__section-error:focus {
    border: 1px solid #C20000;
}

.contact-form__body__no__border {
    border: 0;
    padding: 0px 30px 30px 30px;
}

/*----------------------- NAV Section --------------------------------*/
.progress-steps {
    font-size: 1.75rem;
    line-height: 2.5;
}

.rounded-circle {
    border-radius: 50% !important;
}

.nav-tabs {
/*  border-bottom: 1px solid #dee2e6;*/
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

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

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

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

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

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

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

.content-back-forward-buttons {
    width: 100%;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-block,
.content-block .nav-tabs,
.content-block .nav-tabs .nav-item {
    position: relative;
}

.nav-link-bar {
    content: "";
    width: 80%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: -2;
}

.nav-progress-bar {
    content: "";
    width: 0;
    border-bottom: solid 2px #007200;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    left: 0;
    z-index: -1;
}

.content-block .nav-tabs .nav-item .nav-link {
    width: 70px;
    height: 70px;
    margin-bottom: 6%;
    background: white;
    border: 2px solid #ccc;
    color: #ccc;
    z-index: 10;
    cursor: pointer;
}

.content-block .nav-tabs .nav-item .nav-link:hover {
    color: #007200;
    border: 2px solid #007200;
    background: #BDD9BD;
}

.content-block .nav-tabs .nav-item .nav-link.nav-disabled:hover {
    color: #525252;
    border: 2px solid #525252;
    background: #A8A8A8;
    cursor: not-allowed;
}

.content-back-forward-buttons .content-simple__button .nav-disabled:hover {
    cursor: not-allowed;
}

.content-block .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    border: 2px solid #007200;
    color: #007200;
}

.content-block .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #007200;
    transition: 0.1s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #007200;
}

.hide-element {
    display: none !important;
}

.error_download_delete {
    display: inline-block;
}

.trash_errors,
.download_errors {
    height :15px;
    cursor: pointer;
}