.wrapper {
    max-width: 1280px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:1279px) {
    .wrapper {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media (max-width:767px) {
    .wrapper {
        padding-right: 16px;
        padding-left: 16px
    }
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:767px) {
    .fl-sm-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .fl-sm-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:767px) {
    .fl-sm-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

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

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

.content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 12px
}

@media (max-width:767px) {
    .col {
        padding: 0
    }
}

.col-25 {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width:1279px) {
    .col-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }
}

@media (max-width:767px) {
    .col-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.col-33 {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%
}

@media (max-width:767px) {
    .col-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}

.col-50 {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width:767px) {
    .col-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}

.col-66 {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-75 {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

@media (max-width:767px) {
    .col-sm-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:767px) {
    .col-sm-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}


.button,
.fsBody .fsNextButton,
.fsBody .fsPreviousButton,
.fsBody .fsSubmitButton {
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer
}

.button.blue,
.fsBody .blue.fsNextButton,
.fsBody .blue.fsPreviousButton,
.fsBody .blue.fsSubmitButton {
    background-color: #205ed8;
    color: #fff
}

.button.blue:hover,
.fsBody .blue.fsNextButton:hover,
.fsBody .blue.fsPreviousButton:hover,
.fsBody .blue.fsSubmitButton:hover {
    background-color: #205ed8
}

.button.white,
.fsBody .white.fsNextButton,
.fsBody .white.fsPreviousButton,
.fsBody .white.fsSubmitButton {
    background-color: #fff;
    color: #002a81
}

.button.white:hover,
.fsBody .white.fsNextButton:hover,
.fsBody .white.fsPreviousButton:hover,
.fsBody .white.fsSubmitButton:hover {
    background-color: #fff
}

.button.small,
.fsBody .small.fsNextButton,
.fsBody .small.fsPreviousButton,
.fsBody .small.fsSubmitButton {
    height: 31px;
    padding: 0 12px;
    line-height: 31px;
    font-size: 14px
}

#footer .flex-row .footer-links ul,
#footer .flex-row .footer-social ul,
.list-style {
    list-style: none;
    margin: 0;
    padding: 0
}
.fsBody  {
    padding: 0 !important;
}
.icon.blog {
    background: url(../svg/blog.svg) no-repeat left center;
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}


.icon.icon-close {
    background: url(../index-98.html) no-repeat left center;
    background-size: cover;
    height: 22px;
    width: 22px;
    display: inline-block
}

@media (max-width:767px) {
    .icon.icon-close {
        width: 16px;
        height: 16px
    }
}
.visible-xs {
    display: none
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
}


.fsBody .fsForm {
    font-family: "Ringside Regular A", "Ringside Regular B"!important;
    margin: 0!important;
    padding: 0!important
}
fsBody .fsForm textarea,
.fsBody .fsSignature.input,
.fsBody input[type=email],
.fsBody input[type=number],
.fsBody input[type=tel],
.fsBody input[type=text],
.fsBody select {
    font-family: "Ringside Regular A", "Ringside Regular B"!important;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #c3d0e9!important;
    background-color: #fff
}

.fsBody select {
    color: #111
}

.fsBody .fsNextButton,
.fsBody .fsPreviousButton,
.fsBody .fsSubmitButton {
    font-family: "Ringside Regular A", "Ringside Regular B"!important;
    background-color: #205ed8!important;
    width: 80%;
    border-radius: 8px!important
}

@media (max-width:767px) {
    .fsBody .fsNextButton,
    .fsBody .fsPreviousButton,
    .fsBody .fsSubmitButton {
        width: 100%
    }
}

.fsBody.fsForm {
    font-family: "Ringside Regular A", "Ringside Regular B"!important;
    margin: 0!important;
    padding: 0!important
}

.fsBody .fsValidationError {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsBody .fsValidationError:after {
    content: 'Error';
    color: #df1e25;
    font-size: 14px
}

.fsBody .fsValidationError label {
    color: #df1e25!important
}

.fsBody .fsValidationError .fsForm textarea,
.fsBody .fsValidationError .fsSignature.input,
.fsBody .fsValidationError input[type=email],
.fsBody .fsValidationError input[type=number],
.fsBody .fsValidationError input[type=tel],
.fsBody .fsValidationError input[type=text],
.fsBody .fsValidationError select {
    border-color: #df1e25!important;
    color: #df1e25!important
}

.fsBody div.fsError {
    display: none
}

.consent-text {
    font-size: 14px;
    color: #6a6a6a;
    display: inherit;
    text-align: center;
    font-family: "Ringside Regular A", "Ringside Regular B"!important
}

.consent-text a {
    font-size: 14px;
    color: #205ed8
}


#header {
    top: 0;
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #6a6a6a;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 10
}

#header+* {
    margin-top: 56px
}

#header .header-logo {
    margin-left: 32px
}

@media (max-width:1279px) {
    #header .header-logo {
        margin-left: 0;
    }
}

@media (max-width:767px) {
    #header .header-logo-1 {
        margin-left: 0;
    }
}

#header .content-wrapper {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    margin: 0;
    padding: 0
}

@media (max-width:1279px) {
    #header .content-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}


a.header-menu {
    padding: 0 34px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-right: 1px solid #c3d0e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}



@media (max-width:1279px) {
    a.header-menu {
        font-size: 12px;
        padding: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

a.header-menu.button-link {
    margin-left: 12px;
    border-right: none;
    padding: 0;
    text-transform: capitalize;
}

@media (max-width:1279px) {
    a.header-menu.button-link {
        margin-left: 16px
    }
}

.header-menu.sign-in {
    color: #205ed8;
    font-weight: 700;
    font-size: 14px;
    border-right: none;
    padding: 0;
    text-transform: capitalize;
}

.header-menu.selected {
    font-weight: 600
}

#header .right-group {
    margin-right: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1279px) {
    #header .right-group {
        margin-right: 12px
    }
}

@media (max-width:767px) {
    #header .menu-tab {
        width: 44px;
        height: 56px;
        position: fixed;
        z-index: 10;
        background-color: #df1e25;
        top: 0;
        left: 0;
        cursor: pointer
    }
    #header .menu-tab div {
        width: 16px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 3px 17px
    }
    #header .menu-tab div:nth-child(1) {
        margin-top: 22px
    }
    #header .menu-tab.active {
        left: 0;
        background-color: #fff;
        z-index: 100;
        will-change: auto
    }
    #header .menu-tab.active div {
        will-change: auto;
        height: 2px
    }
    #header .menu-tab.active div:nth-child(1) {
        margin-top: 15px
    }
    #header .menu-tab.active #one {
        -webkit-transform: translateY(11px) rotate(-130deg);
        transform: translateY(11px) rotate(-130deg);
        -webkit-transition: background-color .6s ease-in-out;
        transition: background-color .6s ease-in-out;
        background-color: #000
    }
    #header .menu-tab.active #two {
        opacity: 0;
        -webkit-transition: .8s ease;
        transition: .8s ease
    }
    #header .menu-tab.active #three {
        -webkit-transform: translateY(1px) rotate(-45deg);
        transform: translateY(1px) rotate(-45deg);
        -webkit-transition: background-color .6s ease-in-out;
        transition: background-color .6s ease-in-out;
        background-color: #000
    }
    #header .menu-hide {
        width: 240px;
        left: -240px;
        height: 100vh;
        position: fixed;
        z-index: 10;
        top: 0;
        visibility: visible;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    #header .menu-hide nav ul {
        margin-top: 56px
    }
    #header .menu-hide nav ul li {
        padding: 20px 23px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    #header .menu-hide nav ul li a {
        padding: 30px 25px;
        line-height: 1.29;
        letter-spacing: .5px;
        font-size: 14px
    }
    #header .menu-hide.show {
        left: 0;
        -webkit-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .2);
        box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .2);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: 1s ease-in;
        animation-timing-function: 1s ease-in
    }
}

hr {
    border: none;
    margin: 0 12px;
    height: 1px;
    background-color: #e2edf8
}

#footer {
    padding: 40px 0;
    background-color: #fff;
}

@media (max-width:1279px) {
    #footer .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#footer .flex-row .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1279px) {
    #footer .flex-row .footer-links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#footer .flex-row .footer-links>.col {
    padding: 0
}

@media (max-width:767px) {
    #footer .flex-row .footer-links>.col {
        margin-bottom: 32px
    }
}

#footer .flex-row .footer-links .section-name {
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width:767px) {
    #footer .flex-row .footer-links .section-name {
        font-size: 14px
    }
}

#footer .flex-row .footer-links ul li {
    margin-bottom: 8px
}

#footer .flex-row .footer-links ul li a {
    font-weight: 400
}

@media (max-width:767px) {
    #footer .flex-row .footer-links ul li a {
        font-size: 14px
    }
}

@media (max-width:1279px) {
    #footer .flex-row .footer-social {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px
    }
}

@media (max-width:767px) {
    #footer .flex-row .footer-social {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#footer .flex-row .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1279px) {
    #footer .flex-row .footer-social ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

#footer .flex-row .footer-social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    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;
    background-color: #e8eefb;
    color: #205ed8
}

@media (max-width:1279px) {
    #footer .flex-row .footer-social ul li {
        margin-right: 15px
    }
}

#footer .footer-copyright {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.5;
    text-align: right
}

@media (max-width:1279px) {
    #footer .footer-copyright {
        margin-top: -33px
    }
}

@media (max-width:767px) {
    #footer .footer-copyright {
        margin-top: 24px;
        text-align: center;
        font-size: 14px
    }
}

.bg-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
    z-index: 0
}

.modal {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .modal {
        padding: 24px 16px
    }
}

.modal .modal-body {
    margin: 64px 0;
    overflow-x: auto;
    background: #fff;
    position: relative;
    padding: 35px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 9px;
    width: 600px
}

@media (max-width:1279px) {
    .modal .modal-body {
        width: 576px
    }
}

@media (max-width:767px) {
    .modal .modal-body {
        margin: 0;
        padding: 16px;
        width: 100%
    }
}

.modal .modal-body .col {
    padding: 0
}

.modal .modal-body .content-middle {
    margin-bottom: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.modal .modal-body .content-middle h3 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0;
}

@media (max-width:1279px) {
    .modal .modal-body .content-middle h3 {
        font-size: 20px
    }
}

.modal .modal-body .content-middle .close {
    position: absolute;
    right: 32px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 0
}

@media (max-width:767px) {
    .modal .modal-body .content-middle .close {
        right: 16px
    }
}

.modal .modal-body .consent-text {
    font-size: 14px;
    color: #6a6a6a;
    display: inherit;
    text-align: center
}

.modal .modal-body .consent-text a {
    font-size: 14px;
    color: #205ed8
}

.active.modal {
    visibility: visible;
    opacity: 1
}

.bg-mask.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 767px) {
    #header .dropdown, #header .dropdown1 {
        display: none;
    }
    }
    
    @media screen and (min-width: 768px) {
        .header-menu-item.dropdown-toggle {
          height: 100%;
        }
      
        #header .dropdown-menu, #header .dropdown-menu1 {
          top: 100%;
          border-top: 0;
          max-width: 100%;
          width: 100%;
        }
      
        #header .dropdown-item {
          text-transform: uppercase;
        }
    
        #header .dropdown, #header .dropdown1 {
            position: relative;
        }
    
        #header .header-menu-item.dropdown-toggle {
            background: transparent;
            border-left: 0;
            border-top: 0;
            border-bottom: 0;
        }
    
        #header .dropdown-menu, #header .dropdown-menu1 {
            top: 100%;
            position: absolute;
            background:#fff;
            opacity: 0;
            visibility: hidden;
            height: 0;
            border-top: 0;
        }
    
        #header .dropdown-menu.active, #header .dropdown-menu1.active {
            opacity: 1;
            visibility: visible;
            height: auto;
        }
    
        #header .dropdown-menu .dropdown-item, #header .dropdown-menu1 .dropdown-item {
            padding: 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .5px;
        display: block;
        color: inherit;
        }
    
        #header .dropdown-menu .dropdown-item:hover, #header .dropdown-menu1 .dropdown-item:hover {
        background: #df1d25;
        color:#fff;
        }
    
        #header .header-menu-item.link {
            padding: 0 34px;
            font-size: 14px;
            font-weight: 700;
            color: inherit;
            letter-spacing: .5px;
            text-transform: uppercase;
            border-right: 1px solid #c3d0e9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
            cursor: pointer;
        }
    
        #header .header-menu-item.link1 {
            padding: 0 34px;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: .5px;
            text-transform: uppercase;
            border-right: 1px solid #c3d0e9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
            cursor: pointer;
        }
    }