html,
body {
    font-size: 16px;
    line-height: 1.5em
}

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

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: .75em;
    line-height: 1.2em
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px;
    margin-bottom: .4em
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 28px
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 18px
    }
    h5 {
        font-size: 16px
    }
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 32px
    }
    h2 {
        font-size: 26px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 20px
    }
    h5 {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 28px
    }
    h3 {
        font-size: 24px
    }
    h4 {
        font-size: 22px
    }
    h5 {
        font-size: 20px
    }
}

@media screen and (min-width: 1600px) {
    h1 {
        font-size: 40px
    }
    h2 {
        font-size: 32px
    }
    h3 {
        font-size: 28px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 22px
    }
    html,
    body {
        font-size: 18px
    }
}

a {
    color: #333;
    text-decoration: underline
}

a:hover {
    color: black
}

section {
    padding-top: 40px;
    padding-bottom: 40px
}

section .pad-y {
    padding-top: 16px;
    padding-bottom: 16px
}

section .pad-x {
    padding-left: 16px;
    padding-right: 16px
}

section .pad {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px
}

@media (max-width: 991px) {
    section .container {
        max-width: 100%
    }
}

@media screen and (min-width: 768px) {
    section {
        padding-top: 42px;
        padding-bottom: 42px
    }
    section .pad-y {
        padding-top: 20px;
        padding-bottom: 20px
    }
    section .pad-x {
        padding-left: 20px;
        padding-right: 20px
    }
    section .pad {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    section .row {
        margin-left: -20px;
        margin-right: -20px
    }
    section .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    section {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media screen and (min-width: 1200px) {
    section {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media screen and (min-width: 1600px) {
    section {
        padding-top: 64px;
        padding-bottom: 64px
    }
    section .container {
        max-width: 1440px;
        padding-right: 24px;
        padding-left: 24px
    }
    section .pad-y {
        padding-top: 24px;
        padding-bottom: 24px
    }
    section .pad-x {
        padding-left: 24px;
        padding-right: 24px
    }
    section .pad {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
        padding-bottom: 24px
    }
    section .row {
        margin-left: -24px;
        margin-right: -24px
    }
}

img {
    max-width: 100%
}

.y-button {
    display: inline-block;
    background: #ffcb00;
    color: #333;
    padding: .5em 1.5em;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    border: 0;
    line-height: 1.5;
    outline: 0
}

.y-button:hover {
    background: #f0bf00;
    color: black
}

@media screen and (max-width: 428px) {
    .y-button {
        display: block;
        margin-right: 0;
        text-align: center
    }
}

.rounded {
    border-radius: 10px
}

.broker-slim-top {
    background-color: #67a32c;
    max-width: 1600px;
    margin: 0 auto -80px auto;
    position: relative
}

.broker-slim-top h1 {
    margin-bottom: 0;
    color: white
}

.broker-slim-top:before {
    content: '';
    display: block;
    position: absolute;
    background: #ffcb00;
    width: 1%;
    height: 100%;
    left: 0;
    top: 0
}

.broker-slim-top:after {
    content: '';
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #a6ce39 40%, #257c39 40%)
}

.broker-control .pad {
    background: #6ba237;
    color: white
}

.broker-control ul {
    padding-left: 16px
}

.broker-control-img {
    height: 30%;
    overflow: hidden;
    margin-bottom: -16px;
    padding: 16px;
    text-align: center
}

@media (min-width: 720px) {
    .broker-control .pad {
        display: flex;
        background-image: url("/assets/img/iis/lines.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right
    }
    .broker-control-text {
        align-self: center
    }
    .broker-control-img {
        padding: 0;
        min-width: 20%;
        margin-bottom: 0
    }
}

.broker-control .control-button {
    margin-bottom: 10px
}

@media (min-width: 490px) {
    .broker-control .control-button {
        margin-bottom: 0;
        margin-right: 10px
    }
}

.broker-footer {
    background: #314e36;
    color: white
}

.broker-footer .col-12:not(:last-child) {
    margin-bottom: 24px
}

.broker-footer .broker-phone {
    color: white !important;
    text-decoration: none !important;
    display: block;
    font-size: 1.75em;
    line-height: 1.2em
}

.broker-footer .fake-h {
    display: none
}

@media (min-width: 768px) {
    .broker-footer .fake-h {
        display: block
    }
}

@media (min-width: 1600px) {
    .broker-footer .p-fix {
        padding-right: 10%
    }
}

.broker-main-nav {
    background: #f3f3f3;
    max-width: 1600px;
    padding: 0 16px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .broker-main-nav {
        padding: 0 25px
    }
}

@media (min-width: 768px) {
    .broker-main-nav {
        padding: 0 20px
    }
}

.broker-main-menu-wrap {
    max-width: 1600px;
    margin: 0 auto;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.broker-main-menu-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.broker-main-menu-topline {
    display: inline-flex;
    flex-wrap: nowrap;
    position: relative
}

.broker-main-menu-topline_item {
    cursor: pointer;
    padding: 16px 16px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    text-decoration: none
}

.broker-main-menu-topline_item:hover {
    color: #238441
}

.broker-main-menu-topline_item.active:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 3px;
    background-color: #ffcb00;
    bottom: 0;
    left: 0;
    transition: all .3s linear
}

.broker-menu {
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

.broker-menu-nav {
    padding: 0;
    background: #f3f3f3;
    max-width: 1600px;
    margin: 0 auto
}

.broker-menu-nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.broker-menu img {
    max-width: 100% !important
}

.broker-menu-wrap {
    max-width: 1600px;
    margin: 0 auto;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.broker-menu-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.broker-menu-topline {
    display: inline-flex;
    flex-wrap: nowrap;
    position: relative
}

.broker-menu-topline_bar {
    position: absolute;
    height: 3px;
    background-color: #ffcb00;
    bottom: 0;
    transition: all .3s linear
}

.broker-menu-topline_item {
    cursor: pointer;
    padding: 16px 16px;
    font-weight: 600;
    white-space: nowrap
}

.broker-menu-topline_item:hover {
    color: #238441
}

.broker-menu-dropdown.hidden {
    display: none
}

.broker-menu-dropdown-wrap {
    width: 100%;
    position: relative
}

.broker-menu-dropdown-section {
    display: none;
    opacity: 0;
    transition: all .5s linear
}

.broker-menu-dropdown-section.active {
    display: block;
    opacity: 1;
    transition: all .5s linear
}

.broker-tab {
    position: relative
}

.broker-tab-nav {
    padding: 0;
    background: #f3f3f3;
    max-width: 1600px;
    margin: 0 auto
}

.broker-tab-nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.broker-tab img {
    max-width: 100% !important
}

.broker-tab-wrap {
    max-width: 1600px;
    margin: 0 auto;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.broker-tab-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.broker-tab-topline {
    display: inline-flex;
    flex-wrap: nowrap;
    position: relative
}

.broker-tab-topline_bar {
    position: absolute;
    height: 3px;
    background-color: #ffcb00;
    bottom: 0;
    transition: all .3s linear
}

.broker-tab-topline_item {
    cursor: pointer;
    padding: 16px 16px;
    font-weight: 600;
    white-space: nowrap
}

.broker-tab-topline_item:hover {
    color: #238441
}

.broker-tab-dropdown.hidden {
    display: none
}

.broker-tab-dropdown-wrap {
    background: #fff;
    padding: 16px;
    border-radius: 0 0 10px 10px
}

.broker-tab-dropdown-section {
    display: none;
    opacity: 0;
    transition: all .5s linear
}

.broker-tab-dropdown-section.active {
    display: block;
    opacity: 1;
    transition: all .5s linear
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.basicLightbox {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7)
}

.basicLightbox .modal-container {
    background-color: white;
    border-radius: 10px;
    padding: 16px;
    margin: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 760px
}

.basicLightbox .modal-close {
    background-image: url("/assets/img/contact/close.svg");
    height: 44px;
    width: 44px;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.basicLightbox .modal-close:hover {
    cursor: pointer;
    opacity: .9
}

.carousel {
    margin-left: -8px;
    margin-right: -8px
}

@media screen and (min-width: 768px) {
    .carousel {
        margin-left: -16px;
        margin-right: -16px
    }
}

.carousel.is-hidden {
    display: none
}

.carousel.flickity-enabled {
    opacity: 1
}

.carousel .carousel-cell {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (min-width: 768px) {
    .carousel .carousel-cell {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px
    }
}

.carousel .flickity-prev-next-button.previous {
    width: 32px;
    height: 32px;
    left: -4px
}

@media screen and (min-width: 768px) {
    .carousel .flickity-prev-next-button.previous {
        left: 0
    }
}

.carousel .flickity-prev-next-button.next {
    width: 32px;
    height: 32px;
    right: -4px
}

@media screen and (min-width: 768px) {
    .carousel .flickity-prev-next-button.next {
        right: 0
    }
}

.carousel .flickity-page-dots {
    bottom: -32px
}

.carousel .flickity-page-dots .is-selected {
    background-color: #257c39
}

.accord-tabs {
    display: block;
    overflow-x: auto
}

.accord-tabs ul {
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 24px
}

.accord-tabs ul li {
    list-style: none;
    display: block;
    background: #f5f7f9;
    padding: .5em 1.5em;
    margin: 0;
    text-align: center
}

.accord-tabs ul li:first-child {
    border-radius: 4px 0 0 4px
}

.accord-tabs ul li:last-child {
    border-radius: 0 4px 4px 0
}

.accord-tabs ul li.active {
    background: #ffcb00
}

.accord-tabs ul li:hover {
    cursor: pointer
}

.accord input {
    position: absolute;
    opacity: 0 !important;
    z-index: -1
}

.accord input:checked~.accord-item-content {
    max-height: none;
    padding-bottom: 16px
}

.accord input:checked~.accord-item-label {
    background-image: url("/assets/img/anticor/acc-close.svg")
}

.accord-item {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden
}

.accord-item-label {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
    padding: 16px 32px 16px 0;
    cursor: pointer;
    background-image: url("/assets/img/anticor/acc-open.svg");
    background-position: right center;
    background-repeat: no-repeat
}

.accord-item-content {
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden
}

.is-hidden {
    display: none
}


/*# sourceMappingURL=style.css.map */