.top-bar .toggle-topbar.menu-icon a span::after, .top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
}

meta.foundation-version {
    font-family: "/{{ version }}/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:66.875em)/";
    width: 66.875em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #333;
    margin-bottom: 0;
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}

.top-bar .row {
    max-width: none;
}

.top-bar form, .top-bar input {
    margin-bottom: 0;
}

.top-bar input {
    height: 1.8rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .75rem;
}

.top-bar .button, .top-bar button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: .75rem;
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px;
}

.top-bar .name h1 {
    line-height: 45px;
    font-size: 1.0625rem;
    margin: 0;
}

.top-bar .name h1 a {
    font-weight: 400;
    color: #fff;
    width: 75%;
    display: block;
    padding: 0 15px;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
    top: 50%;
    margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0 40px 0 15px;
    color: #fff;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    width: 16px;
}

.top-bar-section, .top-bar-section .has-dropdown {
    position: relative;
}

.top-bar.expanded {
    height: auto;
    background: 0 0;
}

.top-bar-section ul li, .top-bar.expanded .title-area {
    background: #333;
}

.top-bar.expanded .toggle-topbar a {
    color: #888;
}

.top-bar.expanded .toggle-topbar a::after {
    box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
}

.top-bar-section {
    left: 0;
    width: auto;
    transition: left .3s ease-out;
}

.top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0;
}

.top-bar-section .divider, .top-bar-section [role=separator] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 15px;
    font-family: open_sans,sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    text-transform: none;
}

.top-bar-section ul li > a.button, .top-bar-section ul li > button {
    font-size: .8125rem;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
}

.top-bar-section ul li > a.button {
    background-color: #1c89e6;
    border-color: #146eba;
}

.top-bar-section ul li > a.button:focus, .top-bar-section ul li > a.button:hover {
    background-color: #146eba;
    color: #fff;
}

.top-bar-section ul li > a.button.secondary {
    background-color: #888;
    border-color: #6d6d6d;
    color: #fff;
}

.top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.button.secondary:hover {
    background-color: #6d6d6d;
    color: #fff;
}

.top-bar-section ul li > a.button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #fff;
}

.top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.button.success:hover {
    background-color: #4a831c;
    color: #fff;
}

.top-bar-section ul li > a.button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #fff;
}

.top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.button.alert:hover {
    background-color: #9e0c0f;
    color: #fff;
}

.top-bar-section ul li > button {
    background-color: #1c89e6;
    border-color: #146eba;
}

.top-bar-section ul li > button:focus, .top-bar-section ul li > button:hover {
    background-color: #146eba;
    color: #fff;
}

.top-bar-section ul li > button.secondary {
    background-color: #888;
    border-color: #6d6d6d;
    color: #fff;
}

.top-bar-section ul li > button.secondary:focus, .top-bar-section ul li > button.secondary:hover {
    background-color: #6d6d6d;
    color: #fff;
}

.top-bar-section ul li > button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #fff;
}

.top-bar-section ul li > button.success:focus, .top-bar-section ul li > button.success:hover {
    background-color: #4a831c;
    color: #fff;
}

.top-bar-section ul li > button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #fff;
}

.top-bar-section ul li > button.alert:focus, .top-bar-section ul li > button.alert:hover {
    background-color: #9e0c0f;
    color: #fff;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: #272727;
    color: #fff;
}

.top-bar-section ul li.active > a {
    background: #1c89e6;
    color: #fff;
}

.top-bar-section ul li.active > a:hover {
    background: #1676c8;
    color: #fff;
}

.top-bar-section .has-form {
    padding: 15px;
}

.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    height: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
    width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
    display: none;
}

.top-bar-section .dropdown {
    padding: 0;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
}

.top-bar-section .dropdown li a {
    font-weight: 400;
    padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: 400;
}

.top-bar-section .dropdown li.parent-link, .top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
    margin-top: 0;
}

.top-bar-section .dropdown li.parent-link a, .top-bar-section .dropdown li.title h5 a {
    color: #fff;
    line-height: 22.5px;
    display: block;
}

.top-bar-section .dropdown li.parent-link a:hover, .top-bar-section .dropdown li.title h5 a:hover {
    background: 0 0;
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 15px;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
    top: auto;
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
    font-size: .625rem;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 1200px) {
    .top-bar, .top-bar.expanded {
        background: #333;
    }
    .top-bar .title-area, .top-bar-section ul li {
        float: left;
    }
    .top-bar {
        overflow: visible;
    }
    .top-bar:after, .top-bar:before {
        content: " ";
        display: table;
    }
    .top-bar:after {
        clear: both;
    }
    .top-bar .toggle-topbar {
        display: none;
    }
    .top-bar .name h1 a {
        width: auto;
    }
    .top-bar .button, .top-bar button, .top-bar input {
        font-size: .875rem;
        position: relative;
        top: 7px;
    }
    .contain-to-grid .top-bar {
        max-width: 75em;
        margin: 0 auto;
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }
    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section li.hover > a:not(.button) {
        background: #272727;
        color: #fff;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: #333;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        color: #fff;
        background: #1c89e6;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #1676c8;
        color: #fff;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 35px !important;
    }
    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px;
    }
    .top-bar-section .has-dropdown.moved {
        position: relative;
    }
    .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -1px;
        right: 5px;
        line-height: 1.2;
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: 0 0;
        min-width: 100%;
    }
    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #fff;
        background: #333;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #fff;
        background: #272727;
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #4e4e4e;
        clear: none;
        height: 45px;
        width: 0;
    }
    .top-bar-section .has-form {
        background: #333;
        padding: 0 15px;
        height: 45px;
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }
    .no-js .top-bar-section ul li:hover > a {
        background: #272727;
        color: #fff;
    }
    .no-js .top-bar-section ul li:active > a {
        background: #1c89e6;
        color: #fff;
    }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}

.inner-wrap, .off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
}

.off-canvas-wrap {
    overflow: hidden;
}

.off-canvas-wrap.move-left, .off-canvas-wrap.move-right {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.inner-wrap {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.left-off-canvas-menu, .right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
    -webkit-overflow-scrolling: touch;
}

.inner-wrap:after, .inner-wrap:before {
    content: " ";
    display: table;
}

.inner-wrap:after {
    clear: both;
}

.left-off-canvas-menu {
    -ms-transform: translate(-100.5%, 0);
    -webkit-transform: translate3d(-100.5%, 0, 0);
    -ms-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0);
    left: 0;
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
    -ms-transform: translate(100.5%, 0);
    -webkit-transform: translate3d(100.5%, 0, 0);
    -ms-transform: translate3d(100.5%, 0, 0);
    transform: translate3d(100.5%, 0, 0);
    right: 0;
}

.move-left .exit-off-canvas, .move-right .exit-off-canvas {
    z-index: 10001;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
}

.move-left .exit-off-canvas, .move-right .exit-off-canvas, .offcanvas-overlap .exit-off-canvas, .offcanvas-overlap-left .exit-off-canvas, .offcanvas-overlap-right .exit-off-canvas, ul.off-canvas-list li a {
    transition: background .3s ease;
    display: block;
}

.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.off-canvas-list li label {
    display: block;
    padding: .3rem .9375rem;
    color: #999;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0;
}

ul.off-canvas-list li a {
    padding: .66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
}

ul.off-canvas-list li a:hover {
    background: #242424;
}

.move-right > .inner-wrap {
    -ms-transform: translate(15.625rem, 0);
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 66.875em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.move-left > .inner-wrap {
    -ms-transform: translate(-15.625rem, 0);
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 66.875em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 66.875em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 66.875em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    -webkit-tap-highlight-color: transparent;
}

.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}

.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem;
}

@media only screen {
    .hide-for-large, .hide-for-large-only, .hide-for-large-up, .hide-for-medium, .hide-for-medium-only, .hide-for-medium-up, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .show-for-large-down, .show-for-medium-down, .show-for-small, .show-for-small-down, .show-for-small-only, .show-for-small-up {
        display: inherit !important;
    }
    .hide-for-large-down, .hide-for-medium-down, .hide-for-small, .hide-for-small-down, .hide-for-small-only, .hide-for-small-up, .show-for-large, .show-for-large-only, .show-for-large-up, .show-for-medium, .show-for-medium-only, .show-for-medium-up, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-large, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-medium, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .visible-for-large-down, .visible-for-medium-down, .visible-for-small, .visible-for-small-down, .visible-for-small-only, .visible-for-small-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-down, .hidden-for-medium-down, .hidden-for-small, .hidden-for-small-down, .hidden-for-small-only, .hidden-for-small-up, .visible-for-large, .visible-for-large-only, .visible-for-large-up, .visible-for-medium, .visible-for-medium-only, .visible-for-medium-up, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-large, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-medium, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.show-for-large-down, table.show-for-medium-down, table.show-for-small, table.show-for-small-down, table.show-for-small-only, table.show-for-small-up {
        display: table;
    }
    thead.hide-for-large, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-medium, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.show-for-large-down, thead.show-for-medium-down, thead.show-for-small, thead.show-for-small-down, thead.show-for-small-only, thead.show-for-small-up {
        display: table-header-group !important;
    }
    tbody.hide-for-large, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.show-for-large-down, tbody.show-for-medium-down, tbody.show-for-small, tbody.show-for-small-down, tbody.show-for-small-only, tbody.show-for-small-up {
        display: table-row-group !important;
    }
    tr.hide-for-large, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-medium, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.show-for-large-down, tr.show-for-medium-down, tr.show-for-small, tr.show-for-small-down, tr.show-for-small-only, tr.show-for-small-up {
        display: table-row !important;
    }
    td.hide-for-large, td.hide-for-large-only, td.hide-for-large-up, td.hide-for-medium, td.hide-for-medium-only, td.hide-for-medium-up, td.hide-for-xlarge-only, td.hide-for-xlarge-up, td.hide-for-xxlarge-only, td.hide-for-xxlarge-up, td.show-for-large-down, td.show-for-medium-down, td.show-for-small, td.show-for-small-down, td.show-for-small-only, td.show-for-small-up, th.hide-for-large, th.hide-for-large-only, th.hide-for-large-up, th.hide-for-medium, th.hide-for-medium-only, th.hide-for-medium-up, th.hide-for-xlarge-only, th.hide-for-xlarge-up, th.hide-for-xxlarge-only, th.hide-for-xxlarge-up, th.show-for-large-down, th.show-for-medium-down, th.show-for-small, th.show-for-small-down, th.show-for-small-only, th.show-for-small-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 1200px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
    .hide-for-large, .hide-for-large-only, .hide-for-large-up, .hide-for-small, .hide-for-small-down, .hide-for-small-only, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .show-for-large-down, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-medium-up, .show-for-small-up {
        display: inherit !important;
    }
    .hide-for-large-down, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-small-up, .show-for-large, .show-for-large-only, .show-for-large-up, .show-for-small, .show-for-small-down, .show-for-small-only, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-large, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-small-only, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .visible-for-large-down, .visible-for-medium, .visible-for-medium-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-small-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-down, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-small-up, .visible-for-large, .visible-for-large-only, .visible-for-large-up, .visible-for-small, .visible-for-small-down, .visible-for-small-only, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-large, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-small-only, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.show-for-large-down, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-small-up {
        display: table;
    }
    thead.hide-for-large, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-small-only, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.show-for-large-down, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-small-up {
        display: table-header-group !important;
    }
    tbody.hide-for-large, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-small-only, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.show-for-large-down, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-small-up {
        display: table-row-group !important;
    }
    tr.hide-for-large, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-small-only, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.show-for-large-down, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-small-up {
        display: table-row !important;
    }
    td.hide-for-large, td.hide-for-large-only, td.hide-for-large-up, td.hide-for-small, td.hide-for-small-down, td.hide-for-small-only, td.hide-for-xlarge-only, td.hide-for-xlarge-up, td.hide-for-xxlarge-only, td.hide-for-xxlarge-up, td.show-for-large-down, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-only, td.show-for-medium-up, td.show-for-small-up, th.hide-for-large, th.hide-for-large-only, th.hide-for-large-up, th.hide-for-small, th.hide-for-small-down, th.hide-for-small-only, th.hide-for-xlarge-only, th.hide-for-xlarge-up, th.hide-for-xxlarge-only, th.hide-for-xxlarge-up, th.show-for-large-down, th.show-for-medium, th.show-for-medium-down, th.show-for-medium-only, th.show-for-medium-up, th.show-for-small-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .hide-for-small, .hide-for-small-down, .hide-for-small-only, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .show-for-large, .show-for-large-down, .show-for-large-only, .show-for-large-up, .show-for-medium-up, .show-for-small-up {
        display: inherit !important;
    }
    .hide-for-large, .hide-for-large-down, .hide-for-large-only, .hide-for-large-up, .hide-for-medium-up, .hide-for-small-up, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-small, .show-for-small-down, .show-for-small-only, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-medium, .hidden-for-medium-down, .hidden-for-medium-only, .hidden-for-small, .hidden-for-small-down, .hidden-for-small-only, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .visible-for-large, .visible-for-large-down, .visible-for-large-only, .visible-for-large-up, .visible-for-medium-up, .visible-for-small-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large, .hidden-for-large-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-medium-up, .hidden-for-small-up, .visible-for-medium, .visible-for-medium-down, .visible-for-medium-only, .visible-for-small, .visible-for-small-down, .visible-for-small-only, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.hide-for-small, table.hide-for-small-down, table.hide-for-small-only, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.show-for-large, table.show-for-large-down, table.show-for-large-only, table.show-for-large-up, table.show-for-medium-up, table.show-for-small-up {
        display: table;
    }
    thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-small-only, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.show-for-large, thead.show-for-large-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-medium-up, thead.show-for-small-up {
        display: table-header-group !important;
    }
    tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-small-only, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.show-for-large, tbody.show-for-large-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-medium-up, tbody.show-for-small-up {
        display: table-row-group !important;
    }
    tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-small-only, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.show-for-large, tr.show-for-large-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-medium-up, tr.show-for-small-up {
        display: table-row !important;
    }
    td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.hide-for-small, td.hide-for-small-down, td.hide-for-small-only, td.hide-for-xlarge-only, td.hide-for-xlarge-up, td.hide-for-xxlarge-only, td.hide-for-xxlarge-up, td.show-for-large, td.show-for-large-down, td.show-for-large-only, td.show-for-large-up, td.show-for-medium-up, td.show-for-small-up, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.hide-for-small, th.hide-for-small-down, th.hide-for-small-only, th.hide-for-xlarge-only, th.hide-for-xlarge-up, th.hide-for-xxlarge-only, th.hide-for-xxlarge-up, th.show-for-large, th.show-for-large-down, th.show-for-large-only, th.show-for-large-up, th.show-for-medium-up, th.show-for-small-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .hide-for-large, .hide-for-large-down, .hide-for-large-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .hide-for-small, .hide-for-small-down, .hide-for-small-only, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .show-for-large-up, .show-for-medium-up, .show-for-small-up, .show-for-xlarge-only, .show-for-xlarge-up {
        display: inherit !important;
    }
    .hide-for-large-up, .hide-for-medium-up, .hide-for-small-up, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-large, .show-for-large-down, .show-for-large-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-small, .show-for-small-down, .show-for-small-only, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-large, .hidden-for-large-down, .hidden-for-large-only, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-medium-only, .hidden-for-small, .hidden-for-small-down, .hidden-for-small-only, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .visible-for-large-up, .visible-for-medium-up, .visible-for-small-up, .visible-for-xlarge-only, .visible-for-xlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-up, .hidden-for-medium-up, .hidden-for-small-up, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-large, .visible-for-large-down, .visible-for-large-only, .visible-for-medium, .visible-for-medium-down, .visible-for-medium-only, .visible-for-small, .visible-for-small-down, .visible-for-small-only, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-large, table.hide-for-large-down, table.hide-for-large-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.hide-for-small, table.hide-for-small-down, table.hide-for-small-only, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.show-for-large-up, table.show-for-medium-up, table.show-for-small-up, table.show-for-xlarge-only, table.show-for-xlarge-up {
        display: table;
    }
    thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-large-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-small-only, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.show-for-large-up, thead.show-for-medium-up, thead.show-for-small-up, thead.show-for-xlarge-only, thead.show-for-xlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-large-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-small-only, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.show-for-large-up, tbody.show-for-medium-up, tbody.show-for-small-up, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-large-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-small-only, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.show-for-large-up, tr.show-for-medium-up, tr.show-for-small-up, tr.show-for-xlarge-only, tr.show-for-xlarge-up {
        display: table-row !important;
    }
    td.hide-for-large, td.hide-for-large-down, td.hide-for-large-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.hide-for-small, td.hide-for-small-down, td.hide-for-small-only, td.hide-for-xxlarge-only, td.hide-for-xxlarge-up, td.show-for-large-up, td.show-for-medium-up, td.show-for-small-up, td.show-for-xlarge-only, td.show-for-xlarge-up, th.hide-for-large, th.hide-for-large-down, th.hide-for-large-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.hide-for-small, th.hide-for-small-down, th.hide-for-small-only, th.hide-for-xxlarge-only, th.hide-for-xxlarge-up, th.show-for-large-up, th.show-for-medium-up, th.show-for-small-up, th.show-for-xlarge-only, th.show-for-xlarge-up {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .hide-for-large, .hide-for-large-down, .hide-for-large-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .hide-for-small, .hide-for-small-down, .hide-for-small-only, .hide-for-xlarge-only, .show-for-large-up, .show-for-medium-up, .show-for-small-up, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: inherit !important;
    }
    .hide-for-large-up, .hide-for-medium-up, .hide-for-small-up, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .show-for-large, .show-for-large-down, .show-for-large-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-small, .show-for-small-down, .show-for-small-only, .show-for-xlarge-only {
        display: none !important;
    }
    .hidden-for-large, .hidden-for-large-down, .hidden-for-large-only, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-medium-only, .hidden-for-small, .hidden-for-small-down, .hidden-for-small-only, .hidden-for-xlarge-only, .visible-for-large-up, .visible-for-medium-up, .visible-for-small-up, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-up, .hidden-for-medium-up, .hidden-for-small-up, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .visible-for-large, .visible-for-large-down, .visible-for-large-only, .visible-for-medium, .visible-for-medium-down, .visible-for-medium-only, .visible-for-small, .visible-for-small-down, .visible-for-small-only, .visible-for-xlarge-only {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-large, table.hide-for-large-down, table.hide-for-large-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.hide-for-small, table.hide-for-small-down, table.hide-for-small-only, table.hide-for-xlarge-only, table.show-for-large-up, table.show-for-medium-up, table.show-for-small-up, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
        display: table;
    }
    thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-large-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-small-only, thead.hide-for-xlarge-only, thead.show-for-large-up, thead.show-for-medium-up, thead.show-for-small-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-large-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-small-only, tbody.hide-for-xlarge-only, tbody.show-for-large-up, tbody.show-for-medium-up, tbody.show-for-small-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-large-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-small-only, tr.hide-for-xlarge-only, tr.show-for-large-up, tr.show-for-medium-up, tr.show-for-small-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
        display: table-row !important;
    }
    td.hide-for-large, td.hide-for-large-down, td.hide-for-large-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.hide-for-small, td.hide-for-small-down, td.hide-for-small-only, td.hide-for-xlarge-only, td.show-for-large-up, td.show-for-medium-up, td.show-for-small-up, td.show-for-xlarge-up, td.show-for-xxlarge-only, td.show-for-xxlarge-up, th.hide-for-large, th.hide-for-large-down, th.hide-for-large-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.hide-for-small, th.hide-for-small-down, th.hide-for-small-only, th.hide-for-xlarge-only, th.show-for-large-up, th.show-for-medium-up, th.show-for-small-up, th.show-for-xlarge-up, th.show-for-xxlarge-only, th.show-for-xxlarge-up {
        display: table-cell !important;
    }
}
*{box-sizing:border-box}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,figure{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*:focus{outline:none}a{text-decoration:none}a:active,a:hover{outline:0}small{font-size:80%}img{border:0}address{font-style:normal}button,input,optgroup,textarea{color:inherit;font:inherit;margin:0;-webkit-appearance:none}textarea{overflow:auto;resize:none}table{border-collapse:collapse;border-spacing:0}ul,ol{margin:0;padding-left:0;list-style-type:none}td,th{padding:0}p{margin:0}.row{display:-webkit-flex;display:-ms-flexbox;display:flex}.row-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.row-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.justify-content-between{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.align-items-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;display:-webkit-flex;display:-ms-flexbox;display:flex}.align-items-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.justify-content-end{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-between_align-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.justify-content-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.w100{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.text-center{text-align:center}.container{max-width:1170px;padding:0
30px;margin:0
auto}@media (max-width: 767px){.container{padding:0
15px}}*[hidden]{display:none !important}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{margin-bottom:0;margin-top:0;display:block}h1,.h1{font-size:1.77778rem;position:relative;line-height:1.5;font-weight:700;margin-bottom:20px}h1 span, .h1
span{overflow:hidden;position:relative;z-index:2;display:block}h2,.h2{font-size:1.77778rem;color:#1F2447;font-weight:600;margin-bottom:20px}h3,.h3{font-size:1.44444rem;margin-bottom:20px}h4,.h4{font-size:1.22222rem}h5,.h5{font-size:1.11111rem}p
a{text-decoration:underline;color:#3783ef}p a:hover{text-decoration:none}.wpcf7-form-control-wrap{display:block}span.wpcf7-not-valid-tip{position:absolute;bottom:-18px}span.wpcf7-not-valid-tip{color:#f00;font-size:12px;font-weight:normal;display:block}input.wpcf7-not-valid{background:transparent url(/wp-content/themes/healthy/img/field-error.svg) no-repeat center right 10px;background-size:20px 20px;border-color:#ff2c2e;-webkit-transition:0s;-moz-transition:0s;-o-transition:0s;transition:0s;padding-right:30px;width:100%}.input-wrap{position:relative}.btn-wrap{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}input,textarea{width:100%;transition:all 0.25s cubic-bezier(0.4, 0, 1, 1);letter-spacing:1px;line-height:38px;font-weight:600;font-size:14px;background:none;border-radius:0;border:0;color:#fff}.btn{background:#0C1C87;border-radius:4px;padding:10px
35px;display:inline-block;cursor:pointer;transition:all 0.24s cubic-bezier(0.4, 0, 1, 1);font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;text-align:center;color:#FFF;width:auto;min-width:190px}.btn.btn-white{color:#0C1C87;background:#FFF}.btn.btn-white:hover{color:#0C1C87;background:#DFE7FC}.btn.btn-blue{background:#77E2FD;color:#fff}.btn.btn-blue:hover{background:#77E2FD;opacity:0.7}.btn.btn-orange{background:#D93B01;color:#fff}.btn.btn-orange:hover{background:#D93B01;opacity:0.7}@media (max-width: 400px){.btn{font-size:14px;padding:10px;min-width:170px}}.btn:active{background:#0e23b0;color:#fff}.btn:hover{background:#0e23b0;color:#fff}.check-bet-input input::-webkit-input-placeholder{color:#fff;opacity:1}.check-bet-input input::-moz-placeholder{color:#fff;opacity:1}.check-bet-input input:-ms-input-placeholder{color:#fff;opacity:1}.check-bet-input input:-moz-placeholder{color:#fff;opacity:1}input::-webkit-input-placeholder{color:#fff;opacity:0.5}input::-moz-placeholder{color:#fff;opacity:0.5}input:-ms-input-placeholder{color:#fff;opacity:0.5}input:-moz-placeholder{color:#fff;opacity:0.5}.check-bet-input input::-webkit-input-placeholder{color:#fff;opacity:0.5}.check-bet-input input::-moz-placeholder{color:#fff;opacity:0.5}.check-bet-input input:-ms-input-placeholder{color:#fff;opacity:0.5}.check-bet-input input:-moz-placeholder{color:#fff;opacity:0.5}input:focus::-webkit-input-placeholder{opacity:1}input:focus::-moz-placeholder{opacity:1}input:focus:-ms-input-placeholder{opacity:1}input:focus:-moz-placeholder{opacity:1}textarea::-webkit-input-placeholder{color:#fff;opacity:0.5}textarea::-moz-placeholder{color:#fff;opacity:0.5}textarea:-ms-input-placeholder{color:#fff;opacity:0.5}textarea:-moz-placeholder{color:#fff;opacity:0.5}textarea:focus::-webkit-input-placeholder{opacity:1}textarea:focus::-moz-placeholder{opacity:1}textarea:focus:-ms-input-placeholder{opacity:1}textarea:focus:-moz-placeholder{opacity:1}.is-visible{display:block !important}.is-hidden{display:none !important}.is-drilldown{position:relative;overflow:hidden}.is-drilldown
li{display:block}.is-drilldown.animate-height{transition:height 0.5s}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);background:#fefefe;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear}.drilldown .is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear}.drilldown .is-drilldown-submenu
a{padding:0.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #2864EF;position:absolute;top:50%;margin-top:-6px;right:14px}.drilldown.align-left .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #2864EF;right:14px;left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #2864EF transparent transparent;right:auto;left:1rem}.drilldown .js-drilldown-back>a::before{width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #2864EF transparent transparent;display:inline-block;vertical-align:baseline;margin-right:0.75rem}*::selection{background:rgba(2, 98, 235, 0.5)}ul,ol{margin:0;padding-left:0;list-style-type:none}html{height:100%}.uk-offcanvas-flip{overflow:hidden !important}a,.button{transition:all 0.35s cubic-bezier(0.4, 0, 1, 1) 0s}.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background:#fdcb2e;border-color:transparent}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:none}a:focus,.button:focus{text-decoration:none;outline:none;box-shadow:none}.btn:focus,button:focus{box-shadow:none;outline:none}input[type="data"]::-webkit-clear-button{display:none}a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover{text-decoration:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;color:#000;min-width:320px;background:#fff;font-family:'Open Sans',sans-serif;line-height:1.6}@media (max-width: 767px){body{font-size:14px}}input[type="date"]::-webkit-inner-spin-button{display:none;-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:"color 9999s ease-out, background-color 9999s ease-out";-webkit-transition-delay:9999s}input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:#000}@media (min-width: 0px){html{font-size:14px}}@media (min-width: 600px){html{font-size:16px}}@media (min-width: 1200px){html{font-size:18px}}input::-ms-clear{display:none}.wrapper{overflow:hidden}header{position:absolute;top:0;left:0;width:100%}.header{top:0;left:0;width:100%;padding:40px
0 42px;transition:all 0.25s cubic-bezier(0.4, 0, 1, 1);box-shadow:0 0 0 0 rgba(0, 0, 0, 0.2)}.header-logo{position:relative;z-index:5;max-width:140px}.header-nav li:last-child
a{padding-right:0}.header-nav>ul>li.service_menu>a{opacity:1;color:#fff;background:#33127A;border-radius:8px 0}.header-nav>ul>li.service_menu>a{position:relative}.header-nav
a{font-size:14px;z-index:5;display:block;padding:5px
10px;font-weight:500;position:relative;text-decoration:none;color:#fff;transition:all 0.23s cubic-bezier(0.4, 0, 1, 1)}.header-nav a:hover{color:#77E2FD}@media (max-width: 859px){.header-nav.show{display:block;-webkit-animation:transform_menu 0.4s both cubic-bezier(0.4, 0, 1, 1);animation:transform_menu 0.4s both cubic-bezier(0.4, 0, 1, 1)}}@-webkit-keyframes
transform_menu{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes
transform_menu{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}.mob-menu{width:210px}.mob-menu-wrap{margin-top:80px;overflow-y:auto;height:calc(100% - 80px)}.mob-menu .uk-offcanvas-bar{width:100%}@media (min-width: 860px){.mob-menu{display:none !important}}@media (max-width: 859px){.mob-menu{width:100%}}.mob-menu .uk-offcanvas-bar{padding:0
0 20px;background:#fff;box-shadow:0px 6px 8px rgba(0, 0, 0, 0.15);font-size:15px;width:280px;line-height:20px;overflow-y:hidden}.mob-menu .uk-offcanvas-bar
ul{height:auto}.mob-menu .uk-offcanvas-bar
li{background:#fff}.mob-menu .uk-offcanvas-bar li .js-drilldown-back{background:#F5F7FA}.mob-menu .uk-offcanvas-bar li .js-drilldown-back a:hover{color:#1F2447;background:#F5F7FA}.mob-menu .uk-offcanvas-bar li
a{color:#1F2447;display:block;font-size:16px;line-height:26px;font-weight:400;padding:12px
30px 12px 20px;text-transform:none;width:100%;transition:all 0.25s cubic-bezier(0.4, 0, 1, 1)}@media (max-height: 480px){.mob-menu .uk-offcanvas-bar li
a{font-size:14px;padding:10px
25px 10px 15px}}@media (max-width: 440px){.mob-menu .uk-offcanvas-bar li
a{font-size:14px;padding:10px
25px 10px 15px}}.mob-menu .uk-offcanvas-bar li a:hover{background:#2864EF;color:#fff}.mob-menu .uk-offcanvas-bar li a:hover::after{border-color:transparent transparent transparent #fff}.btn-menu{width:24px;position:relative;height:20px;display:none;background:none;padding:0;border:0;z-index:2}@media (max-width: 859px){.btn-menu{display:block}}.btn-menu
.line{width:100%;height:3px;background:#fff;position:absolute;left:0;top:50%;margin-top:-3px}.btn-menu .line:after{content:"";width:100%;height:3px;top:-7px;position:absolute;left:0;background:#fff}.btn-menu .line::before{content:"";width:100%;height:3px;top:7px;position:absolute;left:0;background:#fff}.btn-menu-close{width:24px;position:absolute;top:35px;right:15px;height:20px;background:none;padding:0;display:none;border:0;z-index:2}.btn-menu-close
.line{width:100%;height:3px;position:absolute;left:0;top:50%;margin-top:-3px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#2864EF}.btn-menu-close .line::before{content:"";width:100%;height:3px;position:absolute;left:0;top:auto;bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background:#2864EF}.uk-open .btn-menu-close{display:block}.uk-offcanvas-overlay::before{background:rgba(20, 26, 32, 0.5);box-shadow:0 6px 8px rgba(0, 0, 0, 0.15)}.banner{min-height:530px;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:0;padding-bottom:150px;position:relative;overflow:hidden}.banner::after{content:"";position:absolute;bottom:-1px;border-bottom:160px solid #fff;border-left:100vw solid transparent;left:0}.banner .col-lg-5{width:44%}.banner .col-lg-7{padding-left:30px;width:56%}@media (max-width: 959px){.banner::after{border-bottom:130px solid #fff}}@media (max-width: 767px){.banner::after{border-bottom:70px solid #fff}}.banner
.h1{color:#fff;margin-bottom:30px}@media (max-width: 767px){.banner
.h1{margin-bottom:15px}}.banner
.btn{margin-top:35px;font-size:14px}.banner
.text{color:#fff;padding-bottom:50px;line-height:1.67}.banner .text
p{word-break:normal}.banner .text p+p{margin-top:18px}@media (max-width: 1024px){.banner
.text{font-size:15px}}.banner>.container{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.banner>.container>.row{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:2;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;width:100%;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:45px}@media (max-width: 767px){.banner>.container>.row{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:30px;max-height:-webkit-max-content;max-height:max-content}}.banner-fig
img{height:auto;width:100%}.banner-fig #banner-fig-anim{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 959px){.banner
.btn{padding:10px
15px}}@media (max-width: 767px){.banner
.text{-webkit-order:3;-ms-flex-order:3;order:3;padding-bottom:30px;max-width:100%}.banner .banner-fig{-webkit-order:2;-ms-flex-order:2;order:2;-webkit-flex:0 0 260px;-ms-flex:0 0 260px;flex:0 0 260px;padding-bottom:0;width:100%;position:relative;margin:0
auto 20px;display:block;max-width:none}.banner
.btn{margin-top:25px}.banner
.h1{-webkit-order:1;-ms-flex-order:1;order:1;max-width:100%}}@media screen and (max-width: 768px){.banner>.container>.row{display:block !important}.banner .col-lg-5{width:100%}.banner .col-lg-7{padding-left:0;width:100%}}@media (max-width: 480px){.banner
.btn{padding:10px}}.bg-gray{overflow:hidden;background:#F5F7FA}.bg-blue{overflow:hidden;background:linear-gradient(266.44deg, #308BF9 2.73%, #152BAF 149.58%)}.bg-blue
h2{color:#fff}.bg-blue+div,.bg-blue+.schedule,.bg-blue+.schedule+footer{background:#F5F7FA}.bg-dark{overflow:hidden;background:linear-gradient(266.44deg, #252630 2.73%, #30313E 149.58%)}.bg-dark,
.bg-dark
h2{color:#fff}.bg-dark+div,.bg-dark+.schedule,.bg-dark+.schedule+footer{background:#F5F7FA}.customers{padding:300px
0 110px;overflow:hidden;position:relative}.customers::after{content:"";position:absolute;top:-1px;border-top:190px solid #fff;border-right:100vw solid transparent;left:0}@media (max-width: 959px){.customers{padding-bottom:70px;padding-top:170px}.customers::after{border-top:120px solid #fff}}@media (max-width: 767px){.customers{padding:130px
0 30px}.customers::after{border-top:80px solid #fff}}.customers
.container{z-index:2;position:relative}.customers-img{background:#fff;background-color:#fff;border-radius:4px;padding-bottom:47.5%;box-shadow:4px 4px 30px rgba(0, 0, 0, 0.06);position:relative}.customers-img
img{display:inline-block;height:auto;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:100%}.customers
.h2{margin-bottom:55px;font-size:26px}@media (max-width: 767px){.customers
.h2{margin-bottom:35px;font-size:22px}}.customers
ul{margin:0
-15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.customers ul
li{text-align:center;padding:0
15px;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}@media (max-width: 959px){.customers ul
li{-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%;margin-bottom:20px}}@media (max-width: 800px){.customers
ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.customers ul
li{-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;text-align:center;margin-bottom:25px;max-width:33.333%}}@media (max-width: 767px){.customers ul
li{max-width:50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;margin-bottom:30px}}.trust{padding-top:55px;padding-bottom:55px}@media (max-width: 767px){.trust{padding:30px
0}}.trust
.row{margin:0
-15px;display:block}@media (max-width: 767px){.trust
.row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.trust .row::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.trust-list{max-width:50%;padding:0
15px;float:left}@media (max-width: 767px){.trust-list{width:100%;margin-bottom:35px;max-width:100%;-webkit-order:2;-ms-flex-order:2;order:2;float:none}}.trust-list
li{color:#6D717C;background:#fff;padding:16px
20px 35px 27px;background:#FFF;box-shadow:4px 4px 30px rgba(0, 0, 0, 0.04);border-radius:5px;margin-bottom:30px;font-size:16px;font-weight:400;line-height:1.4;min-height:192px}@media (max-width: 600px){.trust-list
li{font-size:14px}}.trust-list li:last-child{margin-bottom:0}.trust-list
.num{display:block;font-weight:600;font-size:34px;margin-bottom:4px;color:#2864EF}.trust-list .num
.img{width:52px}.trust-list .num .img
img{height:auto;width:100%}.trust-list #num2::after{content:"+";display:inline-block;margin-left:4px}.trust-list
.title{font-size:20px;display:block;margin-bottom:10px;color:#2864EF;font-weight:600}@media (max-width: 600px){.trust-list
.title{font-size:18px}}.trust-text{max-width:50%;padding:0
15px;color:#000;float:left;margin-bottom:40px}@media (max-width: 767px){.trust-text{width:100%;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:30px;max-width:100%;float:none}}.trust-text p+p{margin-top:7px}.trust-form{max-width:50%;padding:0
15px;float:left;width:50%}.trust-form
.btn{min-width:221px}@media (max-width: 767px){.trust-form{width:100%;-webkit-order:3;-ms-flex-order:3;order:3;max-width:100%;float:none}}.trust-form
.h2{margin-bottom:38px}@media (max-width: 600px){.trust-form
.h2{margin-bottom:25px}}form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.input-wrap{position:relative;margin-bottom:38px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (max-width: 800px){.input-wrap{margin-bottom:25px}}@media (max-width: 480px){.input-wrap{position:relative;margin-bottom:32px}}.input-wrap.anim::before{width:100%}.input-wrap::after{content:"";height:2px;position:absolute;bottom:0px;right:0;width:100%;z-index:0;background:#CFD2E2;border-radius:1px}.input-wrap::before{content:"";height:2px;position:absolute;bottom:0px;right:0;transition:width 0.25s cubic-bezier(0.4, 0, 1, 1);width:0;background:#2864EF;z-index:1}.input-wrap
input{display:block;border-radius:0;height:44px;padding:10px
0;line-height:24px;color:#000;font-weight:600}.input-wrap
label{font-size:14px;position:absolute;line-height:22px;color:#000;bottom:10px;transition:bottom 0.25s cubic-bezier(0.4, 0, 1, 1)}.input-wrap label.animate-label{bottom:90%}.textarea-wrap{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:46px;transition:all 0.25s cubic-bezier(0.4, 0, 1, 1)}@media (max-width: 767px){.textarea-wrap{margin-bottom:40px}}.textarea-wrap
textarea{display:block;border-radius:0;height:44px;padding:10px
0;line-height:24px;color:#000;font-weight:600}.textarea-wrap.anim{margin-bottom:22px}.textarea-wrap.anim
textarea{height:68px}.activities{padding-top:52px;padding-bottom:40px;margin-bottom:100px}@media (max-width: 1023px){.activities{padding-top:22px}}@media (max-width: 767px){.activities{margin-bottom:50px}}.activities-title{color:#1F2447;margin-bottom:15px}.activities-title
.h2{margin-bottom:8px}.activities-title
p{margin-bottom:0}.activities .row-column{overflow:hidden}.activities-item{margin:0
-15px;padding:0
0 60px;margin-bottom:40px;position:relative}@media screen and (min-width: 0\0){.activities-item{position:relative}}@media (max-width: 767px){.activities-item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:30px
0;margin-bottom:0}}.activities-item:last-child{margin-bottom:15px;padding-bottom:0}.activities-item:last-child::after{display:none}.activities-item
.mask{position:relative;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.activities-item_fig{position:absolute;width:100%;top:0;bottom:0;margin:auto;padding:0
15px;right:-100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activities-item_fig
img{height:auto;width:100%}@media screen and (min-width: 0\0){.activities-item_fig{right:0;width:50%;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media (max-width: 767px){.activities-item_fig{width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:1;max-width:none;position:static;padding:0;display:block;margin-bottom:15px}}.activities-item_fig
.bg{position:relative}@media screen and (min-width: 0\0){.activities-item_fig
.bg{min-height:354px}}@media (max-width: 767px){.activities-item_fig
.bg{margin-bottom:22px}}.activities-item_fig .bg>div{position:relative;z-index:1;padding-bottom:64.5%}.activities-item_fig .bg > div
svg{position:absolute;top:0;left:0;right:0;max-width:80%;bottom:0;max-height:90%;margin:auto}.activities-item
.mask{padding:0
15px 35%;z-index:1}@media (max-width: 767px){.activities-item
.mask{display:none}}.activities-item:nth-child(even) .activities-item_fig{left:-100%;right:auto}@media screen and (min-width: 0\0){.activities-item:nth-child(even) .activities-item_fig{left:0;width:50%;right:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.activities-item:nth-child(even) .mask{-webkit-order:1;-ms-flex-order:1;order:1}.activities-item:nth-child(even) .activities-item_text{-webkit-order:2;-ms-flex-order:2;order:2}@media (max-width: 767px){.activities-item:nth-child(even) .activities-item_text{-webkit-order:2;-ms-flex-order:2;order:2}}.activities-item_text{color:#000;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative;min-height:inherit;line-height:1.6;padding:0
15px;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}@media screen and (min-width: 0\0){.activities-item_text{position:static;min-height:inherit}}@media (max-width: 767px){.activities-item_text{max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}}.activities-item_text p+p{margin-top:7px}.activities-item_text
.title{display:block;font-weight:600;margin-bottom:30px;font-size:24px;color:#1F2447}@media (max-width: 767px){.activities-item_text
.title{margin-bottom:15px;font-size:20px}}.activities-item_text .title-small{font-size:16px;margin-bottom:30px;line-height:1.6;position:relative;max-width:80%;padding-left:55px;color:#2864EF;display:block}@media (max-width: 959px){.activities-item_text .title-small{max-width:100%}}.activities-item_text .title-small:after{content:"";width:34px;height:30px;background:url(/wp-content/themes/healthy/img/quote.svg) no-repeat;position:absolute;left:0;top:4px}@media (max-width: 767px){.activities-item_text .title-small{margin-bottom:22px;font-size:14px}}.about{margin-bottom:90px}.about .about-row
img{height:auto;min-height:1px;width:100%}@media (max-width: 959px){.about{margin-bottom:60px}}@media (max-width: 767px){.about{margin-bottom:40px}.about .about-row{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.about .h2, .about
h2{margin-bottom:30px}.about-info{padding-right:15px;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;font-size:16px;line-height:24px;color:#000}.about-info p+p{margin-top:7px}@media (max-width: 767px){.about-info{max-width:100%;margin-bottom:20px;-webkit-flex:1;-ms-flex:1;flex:1}}.about-info h3, .about-info
.h3{font-weight:600;font-size:24px;margin-bottom:12px;line-height:1.8;color:#1F2447}@media (max-width: 767px){.about-info h3, .about-info
.h3{font-size:20px}}.about-info
ul{margin-bottom:30px}.about-info ul
li{padding-left:14px;position:relative}.about-info ul li::after{content:"";width:5px;height:5px;border-radius:50%;position:absolute;top:8px;left:0;background:#000}.about-info ul li+li{margin-top:13px}.about-img{margin-left:auto}@media (max-width: 959px){.about-img{margin:0
auto}}#growth
svg{max-width:none;max-height:none;-webkit-transform:scale(1.4) !important;-ms-transform:scale(1.4) !important;transform:scale(1.4) !important}.further{padding:108px
0}@media (max-width: 959px){.further{padding:68px
0}}@media (max-width: 767px){.further{padding:58px
0}}.further-list{margin:0
-30px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.further-list
.img{height:72px;margin-bottom:22px}.further-list .img
img{display:block;height:100%;transition:opacity .24s cubic-bezier(0.4, 0, 1, 1), transform .24s cubic-bezier(0.4, 0, 1, 1);width:auto}@media (max-width: 959px){.further-list{margin:0
-15px}}.further-list
li{padding:0
30px}@media (max-width: 959px){.further-list
li{padding:0
15px}}@media (max-width: 767px){.further-list
li{max-width:100%;margin-bottom:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:30px}.further-list li:nth-child(1){margin-top:0%}}.further-list li
a{color:#000;display:block;font-size:14px}.further-list li a:hover
img{opacity:0.7;-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}.further-list li a:hover
.title{opacity:0.7}.further-list li
.title{transition:opacity 0.25s cubic-bezier(0.4, 0, 1, 1);font-weight:600;display:block;margin-bottom:9px;font-size:20px;line-height:1.2;color:#2864EF}@media (max-width: 767px){.further-list li
.title{font-size:18px}}.further
.h2{margin-bottom:53px}@media (max-width: 600px){.further
.h2{margin-bottom:40px}}.schedule{padding:52px
0}.schedule
.row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0
-15px}.schedule-text{padding:0
15px;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width: 767px){.schedule-text{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:20px}}.schedule-text p+p{margin-top:8px}.schedule-text
.h2{margin-bottom:20px}.schedule-form{padding:18px
15px 0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width: 639px){.schedule-form .input-wrap{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.schedule-form .input-wrap
label{color:#4B5062}.schedule-form .textarea-wrap{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:46px;transition:all 0.25s cubic-bezier(0.4, 0, 1, 1)}.schedule-form .textarea-wrap.anim{margin-bottom:22px}.schedule-form .textarea-wrap.anim
textarea{height:68px}@media (max-width: 767px){.schedule-form{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}footer{padding:50px
0}footer
.copy{color:#6D717C}@media (max-width: 767px){footer{padding:20px
0}footer .justify-content-between{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}footer .justify-content-between
.copy{font-size:13px;margin-bottom:20px;text-align:center}}footer .social
a{margin-left:30px}footer .social a:first-child{margin-left:0}@media (max-width: 959px){.about
.row{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.about-wrap .about-video{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:15px;position:relative}.about-video
img{height:auto;min-height:1px;width:100%}@media (max-width: 959px){.about-wrap .about-video{max-width:100%;padding-right:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-order:2;-ms-flex-order:2;order:2}}.about-wrap .about-video .btn-play{position:absolute;top:0;left:0;right:0;margin:auto;bottom:0;width:86px;height:86px;background:url(/wp-content/themes/healthy/img/play.svg) no-repeat;cursor:pointer;transition:opacity 0.24s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 1, 1);transition:transform 0.24s cubic-bezier(0.4, 0, 1, 1), opacity 0.24s cubic-bezier(0.4, 0, 1, 1);transition:transform 0.24s cubic-bezier(0.4, 0, 1, 1), opacity 0.24s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 1, 1);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.about-wrap .about-video .btn-play:hover{opacity:0.7;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.about-wrap .about-video-info{padding-left:15px}.about-wrap .about-video-info .sub-title{margin-bottom:20px;font-weight:600;font-size:24px;line-height:1.6;color:#000}@media (max-width: 959px){.about-wrap .about-video-info .sub-title{font-size:20px}}@media (max-width: 959px){.about-wrap .about-video-info{max-width:100%;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:20px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0}}.about-row.row{margin-bottom:110px}@media (max-width: 959px){.about-row.row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:50px}}@media (max-width: 767px){.about-row.row{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.about-banner.row{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media (max-width: 959px){.about-banner.row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}@media (max-width: 767px){.about-banner.row{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.about-banner .about-video{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:15px;position:relative;overflow:hidden}.about-banner .about-video
img{height:100%;width:100%;max-width:-webkit-max-content;max-width:max-content;-o-object-fit:cover;object-fit:cover}@media (max-width: 767px){.about-banner .about-video{max-width:100%;padding-right:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-order:2;-ms-flex-order:2;order:2}.about-banner .about-video
img{max-width:inherit}}.about-banner .about-video .btn-play{position:absolute;top:0;left:0;right:15px;margin:auto;bottom:0;width:86px;height:86px;background:url(/wp-content/themes/healthy/img/play.svg) no-repeat;cursor:pointer;transition:opacity 0.24s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 1, 1);transition:transform 0.24s cubic-bezier(0.4, 0, 1, 1), opacity 0.24s cubic-bezier(0.4, 0, 1, 1);transition:transform 0.24s cubic-bezier(0.4, 0, 1, 1), opacity 0.24s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 1, 1);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}@media (max-width: 767px){.about-banner .about-video .btn-play{right:10px}}@media (max-width: 480px){.about-banner .about-video .btn-play{width:66px;height:66px;background-size:cover}}.about-banner .about-video .btn-play:hover{opacity:0.7;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.about-banner .about-video-info{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;color:#fff;background:linear-gradient(254.9deg, #308AF9 1.98%, #2052CD 99.64%);box-shadow:4px 4px 40px rgba(0, 0, 0, 0.06);padding:55px}@media (max-width: 1340px){.about-banner .about-video-info{padding:30px}}@media (max-width: 959px){.about-banner .about-video-info{padding:20px}}.about-banner .about-video-info
h2{margin-bottom:25px;color:#fff}.about-banner .about-video-info .sub-title{margin-bottom:20px;font-weight:600;font-size:24px;line-height:1.6;color:#fff}@media (max-width: 959px){.about-banner .about-video-info .sub-title{font-size:20px}}@media (max-width: 767px){.about-banner .about-video-info .sub-title{font-size:18px}}@media (max-width: 767px){.about-banner .about-video-info{max-width:100%;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:0px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding:25px}}.about-figure{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.about-figure .about-video{position:relative;margin-right:-3%;max-width:70%}@media (max-width: 959px){.about-figure .about-video{margin-right:auto;max-width:80%;margin-left:auto}}@media (max-width: 530px){.about-figure .about-video{max-width:100%}}.about-figure .about-video .btn-play{position:absolute;top:-100px;left:15px;right:0;margin:auto;bottom:0;width:142px;height:142px;background:url(/wp-content/themes/healthy/img/play-fig.svg) no-repeat;cursor:pointer;transition:opacity 0.24s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 1, 1);transition:transform 0.24s cubic-bezier(0.4, 0, 1, 1), opacity 0.24s cubic-bezier(0.4, 0, 1, 1);transition:transform 0.24s cubic-bezier(0.4, 0, 1, 1), opacity 0.24s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 1, 1);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width: 767px){.about-figure .about-video .btn-play{width:100px;height:100px;background-size:cover;top:-65px}}@media (max-width: 499px){.about-figure .about-video .btn-play{width:65px;height:65px;background-size:cover;top:-35px}}.about-figure .about-video .btn-play:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.about-figure .about-video-info{max-width:400px;padding-right:30px}@media (max-width: 959px){.about-figure .about-video-info{margin-right:0;padding-right:0;margin-bottom:30px}}.about-figure .about-video-info .sub-title{margin-bottom:20px;font-weight:600;font-size:24px;line-height:1.6;color:#000}@media (max-width: 959px){.about-figure .about-video-info .sub-title{font-size:20px}}@media (max-width: 767px){.about-figure .about-video-info{max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0}}.onward{padding:90px
0}@media (max-width: 959px){.onward{padding:70px
0}}.onward
.h2{margin-bottom:30px}@media (max-width: 767px){.onward{padding:40px
0}.onward
.h2{margin-bottom:35px;font-size:22px}}.onward
ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0
-15px}.onward-img{margin-bottom:20px;transition:opacity 0.25s cubic-bezier(0.4, 0, 1, 1);height:72px}.onward-img
img{display:block;height:72px;width:auto}.onward-col{-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%;padding:0
15px;font-size:16px;line-height:1.6;color:#000}.onward-col
a{color:#000;height:100%;display:block}.onward-col a:hover
.title{opacity:0.7}.onward-col a:hover .onward-img{opacity:0.8}@media (max-width: 767px){.onward-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.onward-col+.onward-col{margin-top:40px}}.onward-col
.title{font-weight:600;font-size:20px;line-height:1.3;color:#2864EF;margin-bottom:5px;transition:opacity 0.25s cubic-bezier(0.4, 0, 1, 1)}.onward-second
.bg{background:#FFF;height:100%;display:block;box-shadow:0px 2px 10px rgba(0, 0, 0, 0.15)}.onward-second .onward-img
img{width:100%}@media (max-width: 767px){.onward-second .onward-col{max-width:460px;margin-left:auto;margin-right:auto}}.onward-second .onward-col
.title{margin-bottom:17px}.onward-second
.text{padding:0
28px 25px}@media (max-width: 767px){.onward-second
.text{padding:0
15px 20px}}.onward-third{position:relative;padding-bottom:250px}@media (max-width: 959px){.onward-third{padding-bottom:180px}}@media (max-width: 767px){.onward-third{padding-bottom:100px}}.onward-third .h2, .onward-third
h2{margin-bottom:40px}.onward-third::before{content:"";position:absolute;bottom:-1px;border-bottom:190px solid #F5F7FA;border-left:100vw solid transparent;left:0}@media (max-width: 959px){.onward-third::before{border-bottom:120px solid #F5F7FA}}@media (max-width: 767px){.onward-third::before{border-bottom:80px solid #F5F7FA}}.onward-third .onward-col{font-weight:400}.onward-third .onward-col
.title{color:#fff;margin-bottom:18px}.onward-third .onward-col
a{color:#fff;height:100%;display:block}.menu-services-wrap{position:absolute;top:0;left:0;right:0;width:100%;background:#33127A;z-index:3;padding:120px
0 40px 0;display:none}li:hover .menu-services-wrap{display:block}.menu-services-menu-container{max-width:1170px;padding:0
30px;margin:0
auto;position:relative;font-weight:600;line-height:1.43;font-size:14px;color:#fff}.menu-services-menu-container>ul{-webkit-flex:0 0 310px;-ms-flex:0 0 310px;flex:0 0 310px;max-width:310px}.menu-services-menu-container>ul>li{padding:0
3px 12px 3px;margin:0!important}.menu-services-menu-container>ul>li:last-child{margin-bottom:0}.menu-services-menu-container li
a{border-radius:8px 0;color:#fff;opacity:0.6;padding:10px
50px 10px 18px!important}.menu-services-menu-container>ul>li:hover>a,.menu-services-menu-container>ul>li.active>a{background:#4A1FA5;opacity:1;color:#fff}.menu-services-menu-container > ul > li:hover .dropdown-content,
.menu-services-menu-container > ul > li.active .dropdown-content{display:block}.menu-services-menu-container>ul>li>a{line-height:41px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.menu-services-menu-container>ul>li.filled>a{position:relative}.menu-services-menu-container .dropdown-content{position:absolute;left:0;min-height:100%;top:0;display:none;padding:0
30px 25px 380px;right:0}.menu-services-menu-container .dropdown-content
h3{font-weight:600;font-size:20px;margin-bottom:12px;line-height:1.7}.menu-services-menu-container .dropdown-content
li{min-height:61px;margin:0;max-width:580px}.menu-services-menu-container .dropdown-content li+li{margin-top:12px}.menu-services-menu-container .dropdown-content li
a{font-weight:600;position:relative;opacity:1}.menu-services-menu-container .dropdown-content .sub-menu>li>a{padding-left:80px!important;padding-right:5px!important}.menu-services-menu-container .dropdown-content .sub-menu>li>a>img{position:absolute;width:auto;height:54px;left:0;top:1px}.menu-services-menu-container .dropdown-content li a
span{display:block;font-size:13px;line-height:22px;color:#fff;opacity:0.6;font-weight:400}.menu-services-menu-container .dropdown-content
.title{font-weight:600;display:block;margin-bottom:15px;font-size:20px;color:#000;line-height:34px}.menu-services-menu-container
a{padding:0;color:#1F2447;font-weight:600}.menu-services-menu-container a:hover{opacity:1;color:#2864EF}.is-drilldown{overflow:visible !important;max-width:100% !important}.video-container{position:relative;height:0;overflow:hidden;padding-bottom:66.13%}.video-container iframe, .video-container object, .video-container embed, .video-container
video{position:absolute;top:0;left:-1px;width:calc(100% + 2px);height:auto;max-width:none;z-index:1;mix-blend-mode:screen}.template_4 .further-list li .title,
.template_4 .trust-list .title,
.template_4 .trust-list .num,
.template_4 .activities-item_text .title-small{color:#1F2447}.template_4 .activities-item_text .title-small:after{background-image:url(/wp-content/themes/healthy/img/quote-dark.svg)}.reviews-section{padding:70px
0}.reviews-section.theme-one{padding:30px
0 95px}.reviews-section.theme-one
.comment{background:#FFF;padding:40px
55px 42px 145px;box-shadow:0 6px 30px rgba(0, 0, 0, 0.05);border-radius:5px;font-size:18px;line-height:1.7;margin-bottom:45px;position:relative}.reviews-section.theme-one .comment
.user_info{display:none}.reviews-section.theme-one .comment .text p+p{margin-top:12px}.reviews-section.theme-one .comment::before{content:"";border-left:18px solid transparent;border-right:18px solid transparent;border-top:21px solid #fff;position:absolute;left:55px;bottom:-20px}.reviews-section.theme-one .comment::after{content:"";left:50px;top:46px;position:absolute;background-image:url("data:image/svg+xml,%0A%3Csvg width='45' height='41' viewBox='0 0 45 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M42.6905 0H28.6603C27.3865 0 26.3527 1.03307 26.3527 2.30596V16.3262C26.3527 17.5991 27.3865 18.6321 28.6603 18.6321H35.3755C35.2877 22.3032 34.4339 25.2409 32.8185 27.45C31.5448 29.1933 29.6157 30.6369 27.0358 31.7761C25.8496 32.2972 25.3373 33.6992 25.8912 34.8706L27.5526 38.3757C28.088 39.501 29.4126 39.9944 30.5572 39.501C33.6124 38.182 36.1924 36.5125 38.2969 34.4832C40.863 32.0066 42.6213 29.2118 43.5721 26.0941C44.5228 22.9765 44.9982 18.7243 44.9982 13.3284V2.30596C44.9982 1.03311 43.9643 0 42.6905 0Z' fill='%233C72F0'/%3E%3Cpath d='M4.89384 39.4917C7.91219 38.1774 10.4783 36.5079 12.5966 34.4833C15.1858 32.0066 16.9534 29.2211 17.9042 26.1264C18.8549 23.0318 19.3301 18.7658 19.3301 13.3284V2.30596C19.3301 1.03307 18.2965 0 17.0226 0H2.99233C1.71852 0 0.684719 1.03307 0.684719 2.30596V16.3262C0.684719 17.5991 1.71852 18.6321 2.99233 18.6321H9.70747C9.61977 22.3032 8.76596 25.2409 7.15063 27.45C5.87684 29.1933 3.94768 30.6369 1.36778 31.7761C0.18166 32.2972 -0.330629 33.6992 0.223196 34.8706L1.88006 38.3665C2.41547 39.4917 3.74927 39.99 4.89384 39.4917Z' fill='%233C72F0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='45' height='41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-size:cover;vertical-align:top;width:45px;height:41px}.reviews-section.theme-one.orange .comment::after{background-image:url("data:image/svg+xml,%0A%3Csvg width='45' height='41' viewBox='0 0 45 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M42.6905 0H28.6603C27.3865 0 26.3527 1.03307 26.3527 2.30596V16.3262C26.3527 17.5991 27.3865 18.6321 28.6603 18.6321H35.3755C35.2877 22.3032 34.4339 25.2409 32.8185 27.45C31.5448 29.1933 29.6157 30.6369 27.0358 31.7761C25.8496 32.2972 25.3373 33.6992 25.8912 34.8706L27.5526 38.3757C28.088 39.501 29.4126 39.9944 30.5572 39.501C33.6124 38.182 36.1924 36.5125 38.2969 34.4832C40.863 32.0066 42.6213 29.2118 43.5721 26.0941C44.5228 22.9765 44.9982 18.7243 44.9982 13.3284V2.30596C44.9982 1.03311 43.9643 0 42.6905 0Z' fill='%23D93B01'/%3E%3Cpath d='M4.89384 39.4917C7.91219 38.1774 10.4783 36.5079 12.5966 34.4833C15.1858 32.0066 16.9534 29.2211 17.9042 26.1264C18.8549 23.0318 19.3301 18.7658 19.3301 13.3284V2.30596C19.3301 1.03307 18.2965 0 17.0226 0H2.99233C1.71852 0 0.684719 1.03307 0.684719 2.30596V16.3262C0.684719 17.5991 1.71852 18.6321 2.99233 18.6321H9.70747C9.61977 22.3032 8.76596 25.2409 7.15063 27.45C5.87684 29.1933 3.94768 30.6369 1.36778 31.7761C0.18166 32.2972 -0.330629 33.6992 0.223196 34.8706L1.88006 38.3665C2.41547 39.4917 3.74927 39.99 4.89384 39.4917Z' fill='%23D93B01'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='45' height='41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:cover}.reviews-section.theme-one .reviews-user{padding-left:35px;display:flex}.reviews-section.theme-one .reviews-user_avatar{flex:0 0 76px;overflow:hidden;height:76px;width:76px}.reviews-section .reviews-user_info
.name{display:block;font-weight:600;font-size:20px;padding-top:8px;color:#000;line-height:1.5}.reviews-section .reviews-user_info
.state{display:block;font-weight:400;font-size:16px;color:#6D717C;line-height:1.5}.reviews-section.theme-one .reviews-user_avatar{margin-right:27px}.reviews-section.theme-one .reviews-user_avatar
img{display:block}.reviews-section.theme-two .reviews-item{display:flex}.reviews-section.theme-two{padding:10px
0 150px}.reviews-section.theme-two .comment
.user_info{display:none}.reviews-section.theme-two .reviews-user{flex:0 0 200px;order:1;margin-right:80px;max-width:200px}.reviews-section.theme-two .reviews-user_avatar{width:160px;margin-bottom:3px;height:160px;overflow:hidden}.reviews-section.theme-two
.comment{order:2;padding:45px
65px;font-size:18px;position:relative;line-height:1.7;background:#2965EF;color:#fff}.reviews-section.theme-two.orange
.comment{background:#D93B01}.reviews-section.theme-two .comment::before{content:"";border-bottom:18px solid transparent;border-right:21px solid  #2965EF;border-top:18px solid transparent;position:absolute;left:-20px;top:50%;transform:translateY(-50%)}.reviews-section.theme-two.orange .comment::before{border-right:21px solid  #D93B01}.reviews-section.theme-three .reviews-item{display:flex;align-items:flex-end}.reviews-section.theme-three{padding:60px
0 80px}.reviews-section.theme-three .comment .user_info
.name{display:block;font-weight:600;font-size:20px;padding-top:10px;color:#000;line-height:1.5}.reviews-section.theme-three .comment .user_info
.state{display:block;font-weight:400;font-size:16px;color:#6D717C;line-height:1.5}.reviews-section.theme-three .reviews-user{flex:0 0 246px;order:1;position:relative;margin-top:auto;margin-right:90px;max-width:246px}.reviews-section.theme-three .reviews-user:after{content:"";width:229px;height:229px;left:0;bottom:0;position:absolute;background:#3C72F0}.reviews-section.theme-three.orange .reviews-user:after{background:#D93B01}.reviews-section.theme-three .reviews-user .reviews-user_info{display:none}.reviews-section.theme-three .reviews-user_avatar{width:229px;height:229px;overflow:hidden;position:relative;z-index:2;margin:0
0 18px 18px}.reviews-section.theme-three
.comment{order:2;padding:102px
65px 35px;font-size:18px;position:relative;line-height:1.7;background:#FFF;box-shadow:0px 4px 30px rgba(0, 0, 0, 0.05);border-radius:5px}.reviews-section.theme-three .comment
.text{margin-bottom:10px}.reviews-section.theme-three .comment::after{content:"";left:65px;top:46px;position:absolute;background-image:url("data:image/svg+xml,%0A%3Csvg width='45' height='41' viewBox='0 0 45 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M42.6905 0H28.6603C27.3865 0 26.3527 1.03307 26.3527 2.30596V16.3262C26.3527 17.5991 27.3865 18.6321 28.6603 18.6321H35.3755C35.2877 22.3032 34.4339 25.2409 32.8185 27.45C31.5448 29.1933 29.6157 30.6369 27.0358 31.7761C25.8496 32.2972 25.3373 33.6992 25.8912 34.8706L27.5526 38.3757C28.088 39.501 29.4126 39.9944 30.5572 39.501C33.6124 38.182 36.1924 36.5125 38.2969 34.4832C40.863 32.0066 42.6213 29.2118 43.5721 26.0941C44.5228 22.9765 44.9982 18.7243 44.9982 13.3284V2.30596C44.9982 1.03311 43.9643 0 42.6905 0Z' fill='%233C72F0'/%3E%3Cpath d='M4.89384 39.4917C7.91219 38.1774 10.4783 36.5079 12.5966 34.4833C15.1858 32.0066 16.9534 29.2211 17.9042 26.1264C18.8549 23.0318 19.3301 18.7658 19.3301 13.3284V2.30596C19.3301 1.03307 18.2965 0 17.0226 0H2.99233C1.71852 0 0.684719 1.03307 0.684719 2.30596V16.3262C0.684719 17.5991 1.71852 18.6321 2.99233 18.6321H9.70747C9.61977 22.3032 8.76596 25.2409 7.15063 27.45C5.87684 29.1933 3.94768 30.6369 1.36778 31.7761C0.18166 32.2972 -0.330629 33.6992 0.223196 34.8706L1.88006 38.3665C2.41547 39.4917 3.74927 39.99 4.89384 39.4917Z' fill='%233C72F0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='45' height='41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-size:cover;vertical-align:top;width:38px;height:34px}.reviews-section.theme-three.orange .comment::after{background-image:url("data:image/svg+xml,%0A%3Csvg width='45' height='41' viewBox='0 0 45 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M42.6905 0H28.6603C27.3865 0 26.3527 1.03307 26.3527 2.30596V16.3262C26.3527 17.5991 27.3865 18.6321 28.6603 18.6321H35.3755C35.2877 22.3032 34.4339 25.2409 32.8185 27.45C31.5448 29.1933 29.6157 30.6369 27.0358 31.7761C25.8496 32.2972 25.3373 33.6992 25.8912 34.8706L27.5526 38.3757C28.088 39.501 29.4126 39.9944 30.5572 39.501C33.6124 38.182 36.1924 36.5125 38.2969 34.4832C40.863 32.0066 42.6213 29.2118 43.5721 26.0941C44.5228 22.9765 44.9982 18.7243 44.9982 13.3284V2.30596C44.9982 1.03311 43.9643 0 42.6905 0Z' fill='%23D93B01'/%3E%3Cpath d='M4.89384 39.4917C7.91219 38.1774 10.4783 36.5079 12.5966 34.4833C15.1858 32.0066 16.9534 29.2211 17.9042 26.1264C18.8549 23.0318 19.3301 18.7658 19.3301 13.3284V2.30596C19.3301 1.03307 18.2965 0 17.0226 0H2.99233C1.71852 0 0.684719 1.03307 0.684719 2.30596V16.3262C0.684719 17.5991 1.71852 18.6321 2.99233 18.6321H9.70747C9.61977 22.3032 8.76596 25.2409 7.15063 27.45C5.87684 29.1933 3.94768 30.6369 1.36778 31.7761C0.18166 32.2972 -0.330629 33.6992 0.223196 34.8706L1.88006 38.3665C2.41547 39.4917 3.74927 39.99 4.89384 39.4917Z' fill='%23D93B01'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='45' height='41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:cover}@media (max-width: 767px){.reviews-section.theme-one .reviews-user{padding-left:0}.reviews-section.theme-one{padding-bottom:70px}.reviews-section.theme-one .comment::before{left:22px}.reviews-section.theme-one
.comment{padding:100px
30px 35px}.reviews-section.theme-one .comment::after{left:30px;top:40px}.reviews-section .reviews-user_info
.name{font-size:18px}.reviews-section .reviews-user_info
.state{max-width:80%}.reviews-section.theme-one .reviews-user_avatar{margin-right:20px}.reviews-section.theme-one
.comment{font-size:16px}.reviews-section.theme-one .reviews-user_info
.name{padding-top:0px;padding-bottom:2px}.reviews-section.theme-two{padding-bottom:80px}.reviews-section.theme-two .reviews-user_info
.state{max-width:100%}.reviews-section.theme-two .reviews-item{flex-direction:column}.reviews-section.theme-two .reviews-user{margin:0
0 35px 0}.reviews-section.theme-two
.comment{padding:32px
30px;font-size:16px}.reviews-section.theme-two .comment::before{content:"";border-left:18px solid transparent;border-right:18px solid transparent;border-bottom:21px solid #2965EF;border-top:0;position:absolute;left:50px;top:-20px;transform:translateY(0)}.reviews-section.theme-two.orange .comment::before{border-bottom:21px solid #D93B01;border-right:18px solid transparent}.reviews-section.theme-three .reviews-item{flex-direction:column;align-items:flex-start}.reviews-section.theme-three
.comment{padding:105px
30px 30px;font-size:16px}.reviews-section.theme-three .reviews-user{margin-bottom:30px}.reviews-section.theme-three .comment::after{left:30px;top:46px}}.video-container>canvas{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0}#video_banner{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;display:block !important;opacity:0}.activities-item_text ul
li{padding-left:14px;position:relative}.activities-item_text ul li::after{content:"";width:5px;height:5px;border-radius:50%;position:absolute;top:8px;left:0;background:#000}.activities-item_text ul li+li{margin-top:13px}.activities-item_text
ul{margin-bottom:30px}.activities-item_text ul:last-child{margin-bottom:0}.wrapper_header{min-height:64px;width:100%;margin:0;padding:0;position:relative;z-index:7}.wrapper_header
.logo{display:block;width:167px;height:45px;overflow:hidden;text-decoration:none;outline:none;margin:12.5px 0;padding:0}.wrapper_header .logo>span{display:block;width:167px;height:45px;margin:0;padding:0;overflow:hidden;background:transparent url('/wp-content/themes/svg/logo.svg') no-repeat scroll 50% 50%;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}.wrapper_header
.desktop_menu{display:none;vertical-align:top;width:auto;max-width:100%;overflow:hidden;margin:0;padding:0;list-style:none;white-space:nowrap;font:400 0/0 monospace}.wrapper_header .desktop_menu>li{display:inline-block;vertical-align:top;width:auto;margin:0
13px;padding:0}.wrapper_header .desktop_menu>li:first-child{margin-left:0}.wrapper_header .desktop_menu>li:last-child{margin-right:0}.wrapper_header .desktop_menu > li
a{display:block;width:100%;margin:0;padding:0;cursor:pointer;outline:none;text-decoration:none;font-family:'OpenSans',sans-serif;font-weight:400;font-size:15px;line-height:normal;color:#000}.wrapper_header .desktop_menu > li a>span{display:block;width:100%;overflow:hidden;margin:0;padding:0}.wrapper_header .desktop_menu > li a:hover{color:#0262eb}.wrapper_header .offcanvas-flip{display:inline-block;width:24px;height:17px;overflow:hidden;text-decoration:none;cursor:pointer;outline:none;vertical-align:top;text-decoration:none;vertical-align:top;font:400 0/0 sans-serif;text-indent:100%;background:transparent url('/wp-content/themes/svg/menu.svg') no-repeat scroll 50% 50%;position:absolute;top:50%;right:15px;margin:-8.5px 0 0;padding:0}.wrapper_header .offcanvas-flip:hover{opacity:0.5}@media (min-width:960px){body.uk-offcanvas-overlay::before,body.uk-offcanvas-overlay>.uk-offcanvas-content{display:none !important}#offcanvas-flip{display:none !important}html.uk-offcanvas-page{overflow-x:hidden !important}body.uk-offcanvas-overlay>.uk-offcanvas-content{width:auto !important;height:auto !important;display:none !important}.wrapper_header
.desktop_menu{display:inline-block}.wrapper_header .offcanvas-flip{display:none}}.wrapper_header>.container{position:relative}.clearfix::before{content:"";display:table}.clearfix::after{content:"";display:table}.open-menu-button .btn-menu{background-image:url("data:image/svg+xml,%0A%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 10C15.7761 10 16 10.2239 16 10.5C16 10.7454 15.8231 10.9496 15.5899 10.9919L15.5 11H0.5C0.22386 11 0 10.7761 0 10.5C0 10.2546 0.176877 10.0504 0.410125 10.0081L0.5 10H15.5ZM15.5 5C15.7761 5 16 5.2239 16 5.5C16 5.7761 15.7761 6 15.5 6H0.5C0.22386 6 0 5.7761 0 5.5C0 5.2239 0.22386 5 0.5 5H15.5ZM15.5 0C15.7761 0 16 0.22386 16 0.5C16 0.77614 15.7761 1 15.5 1H0.5C0.22386 1 0 0.77614 0 0.5C0 0.22386 0.22386 0 0.5 0H15.5Z' fill='black' fill-opacity='1'/%3E%3C/svg%3E%0A");width:16px;background-size:cover;height:18px;display:block;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.menu{padding:0;font-family:'Poppins',sans-serif;word-spacing:normal;margin:0}.menu
ul{padding:0}.menu>li{display:inline-block;vertical-align:top;float:none;font-weight:400;letter-spacing:normal;word-spacing:normal;list-style:none;text-align:left}.menu>li>a{color:#252533;display:block;font-size:16px;height:64px;font-weight:500;line-height:64px;padding:0
10px;text-transform:capitalize;text-overflow:ellipsis;text-shadow:none;overflow:hidden;white-space:nowrap;position:relative;z-index:15}.menu>li>a:focus{text-decoration:none}.menu>li:hover>a{text-decoration:none;color:#002D9C}.menu > li.has-dropdown:hover a::before{content:"";border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #F4F5F7;position:absolute;bottom:0;left:0;right:0;width:0;margin:auto}.menu .wrapper-drop-menu::before{box-shadow:0 15px 10px 0 rgb(163 170 174 / 15%);content:"";left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw;background:#F4F5F7;position:absolute;top:0;height:100%}.menu > li:hover .wrapper-drop-menu{-webkit-animation:menu-height .5s infinite;animation:menu-height .5s infinite;-webkit-animation-iteration-count:1;animation-iteration-count:1;display:block;opacity:1}.menu .wrapper-drop-menu{background:#F4F5F7;display:none;position:fixed;left:0;top:64px;right:0;padding:20px
0;z-index:10;overflow:hidden}.menu .wrapper-drop-menu .wrapper ul.sub-menu>li{float:left;width:33.33333%;padding:0
15px}.menu .wrapper-drop-menu>.wrapper>ul.sub-menu{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0
-15px}.menu .wrapper-drop-menu>.wrapper>ul.sub-menu>li>.sub-menu{margin-top:5px}.menu .wrapper-drop-menu .wrapper ul.sub-menu>li:last-child{border-right:none}.menu .wrapper-drop-menu .wrapper ul.sub-menu>li.menu-item-has-children{padding-bottom:15px}.menu .wrapper-drop-menu .wrapper ul.sub-menu .sub-menu
li{border:none;float:none;padding:0;width:100%}.menu .demo-icon{color:#f16d35;font-size:11px}@-webkit-keyframes menu-height{0%{opacity:0}100%{opacity:1}}@keyframes menu-height{0%{opacity:0}100%{opacity:1}}.menu ul
li{list-style:none;width:100%}.menu ul li
p{color:#646464;font-size:13px;line-height:18px;padding:0
10px}.menu ul li
a{color:#252533;display:block;font-size:16px;font-weight:400;padding:6px
0;line-height:24px;font-family:'Poppins',sans-serif;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.menu ul.sub-menu li:nth-child(3n+1){content:'';clear:both}.menu ul.sub-menu ul.sub-menu li
a{font-size:16px}.menu ul.sub-menu li
a{font-size:16px}.wrapper-drop-menu>div>ul.sub-menu>li>a{font-weight:600}.menu ul.sub-menu .sub-menu li a::after{display:none}.menu ul li a:hover{color:#002D9C;text-decoration:none}.menu .menu-4-col .wrapper-drop-menu>.wrapper>ul.sub-menu>li{width:25%}.menu .menu-4-col ul.sub-menu li:nth-child(3n+1){content:'';clear:none}.menu .menu-4-col ul.sub-menu li:nth-child(4n+1){content:'';clear:both}@media(min-width:1200px){.wrapper_header .menu>li.menu-item-has-children>a::after{display:none}}@media screen and (max-width: 1024px){.box-1{width:21.04%}.box-2{width:17.92%}.box-3{width:27%}.box-4{width:11.95%}.box-5{width:12.21%}.box-7{position:absolute !important;right:15px}}.menu-bottom{background:#0C50A0;height:50px;padding:5px
0}.menu-bottom>.wrapper{padding:0}.menu-bottom
p{display:block;width:33.33333%;overflow:hidden;font-size:16px;line-height:40px;margin:0;padding:0
15px;font-weight:300;color:#fff;float:left}.menu-bottom p>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;width:100%}.menu-bottom ul.pull-right{width:66.66667%;height:40px;padding:0;margin:0;word-spacing:normal;letter-spacing:-.65em;text-align:right}.menu-bottom ul.pull-right>li{display:inline-block;vertical-align:top;float:none;font-weight:400;letter-spacing:normal;word-spacing:normal;text-align:left;transition:all 400ms ease}.menu-bottom ul.pull-right{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;-webkit-align-content:stretch;align-content:stretch;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.menu-bottom ul.pull-right>li{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;position:relative}.menu-bottom ul.pull-right>li:first-child{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;text-align:right;height:40px}.menu-bottom
li{border-right:1px solid #2562aa;float:none;list-style:none;padding:0
15px}.menu-bottom li:last-child{border-right:none}.menu-bottom
a{color:#fff;text-decoration:none;display:inline-block;max-width:100%;position:relative;vertical-align:top;font-size:14px;font-weight:300;min-width:16px;line-height:20px;margin:10px
0;padding:0
0 0 26px;overflow:hidden}.menu-bottom a:hover
span.text{text-decoration:none;color:#ccd5e5}.menu-bottom a
span.text{padding:0;margin:0;display:block;width:100%;overflow:hidden;white-space:nowrap}.menu-bottom a span.text .text-call{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.menu-bottom a span.text
span.number{display:inline-block;width:0;transition:all 300ms ease}.menu-bottom a:hover span.text
span.number{width:116px}.menu-bottom a .icon-call, .menu-bottom a .icon-chat-1{display:block;width:16px;font-size:16px;line-height:20px;height:20px;text-align:center;margin:0;padding:0;overflow:visible;position:absolute;top:0;left:0}.menu-bottom a .icon-call::before, .menu-bottom a .icon-chat-1::before{display:block;width:16px;line-height:20px;padding:0;margin:0;text-align:center}.menu-bottom a .icon-chat-1{top:3px}.menu-bottom
.toggle_search{transition:all 400ms ease;display:inline-block;width:auto;max-width:100%;position:absolute;top:0;right:15px;left:15px}.menu-bottom .toggle_search
.searchbox{position:relative;transition:all 400ms ease}.menu-bottom .toggle_search .searchbox
.input{display:block;width:0;overflow:hidden;padding:0;height:40px;transition:all 400ms ease;position:absolute;top:0;right:0}.menu-bottom .toggle_search.active .searchbox
.input{padding:0
26px;width:100%}.menu-bottom .toggle_search .searchbox
.go{display:inline-block;vertical-align:top;width:70px;height:40px}.menu-bottom .toggle_search.active .searchbox
.go{display:inline-block;vertical-align:top;width:16px}.menu-bottom .toggle_search .searchbox .input input, .menu-bottom .toggle_search .searchbox .input input:focus{width:100%;margin:0;border:0;display:block;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;height:40px;padding:0;box-shadow:none;font:400 14px/40px "OpenSans-Light",sans-serif;color:#9cbbdf;transition:none;box-sizing:border-box;opacity:1}.menu-bottom .toggle_search .searchbox .input input::-webkit-input-placeholder{color:#9cbbdf;opacity:1}.menu-bottom .toggle_search .searchbox .input input:-moz-placeholder{color:#9cbbdf;opacity:1}.menu-bottom .toggle_search .searchbox .input input::-moz-placeholder{color:#9cbbdf;opacity:1}.menu-bottom .toggle_search .searchbox .input input:-ms-input-placeholder{color:#9cbbdf;opacity:1}.menu-bottom .toggle_search .searchbox .input .icon-search{display:block;width:16px;font-size:16px;line-height:20px;height:20px;text-align:center;margin:0;padding:0;overflow:visible;position:absolute;top:13px;left:0;color:#fff}.menu-bottom .toggle_search .searchbox .input .icon-search::before{display:block;width:16px;line-height:20px;padding:0;margin:0;text-align:center}.menu-bottom .toggle_search .searchbox
a{display:inline-block;max-width:100%;position:relative;vertical-align:top;font-size:14px;font-weight:300;min-width:16px;line-height:20px;margin:10px
0;padding:0
0 0 26px;overflow:hidden;background:#0C50A0;z-index:1}.menu-bottom .toggle_search.active .searchbox
a{position:absolute;top:0;right:0}.menu-bottom .toggle_search .searchbox a .icon-search, .menu-bottom .toggle_search .searchbox a .icon-cancel{display:block;width:16px;font-size:16px;line-height:20px;height:20px;text-align:center;margin:0;padding:0;overflow:visible;position:absolute;top:0;left:0}.menu-bottom .toggle_search .searchbox a .icon-search{top:2px}.menu-bottom .toggle_search .searchbox a .icon-cancel{top:3px}.menu-bottom .toggle_search .searchbox a
.text{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.menu-bottom .toggle_search .searchbox a .icon-cancel, .menu-bottom .toggle_search.active a .icon-search{display:none}.menu-bottom .toggle_search.active a .icon-cancel{display:block}.menu-bottom .toggle_search.active
a{width:16px;padding:0
0 0 16px}.menu-bottom .toggle_search .searchbox a .icon-search::before, .menu-bottom .toggle_search .searchbox a .icon-cancel::before{display:block;width:16px;line-height:20px;padding:0;margin:0;text-align:center}.move-left>.inner-wrap,.right-off-canvas-menu{-webkit-transform:none;-ms-transform:none;transform:none;transition:none}.move-left .exit-off-canvas{background:rgba(0, 0, 0, 0.25);box-shadow:none}.right-off-canvas-menu{background:#fff;width:290px}@media (max-width: 370px){.right-off-canvas-menu{width:260px}}.right-off-canvas-menu{position:fixed;right:-320px;transition:right .5s ease;z-index:1000000;padding:15px
15px 100px}.right-off-canvas-menu
.searchform{position:absolute;left:15px;right:15px;bottom:15px}.right-off-canvas-menu .searchform
form{position:relative}.right-off-canvas-menu .searchform .btn-search, .right-off-canvas-menu .searchform
button{position:absolute;padding:0;width:25px;height:25px;cursor:pointer;top:55%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;font-size:0}.right-off-canvas-menu .searchform .btn-search .icon-search::before, .right-off-canvas-menu .searchform button .icon-search::before{font-weight:700}.right-off-canvas-menu .searchform .btn-search:hover, .right-off-canvas-menu .searchform button:hover{opacity:0.7}.right-off-canvas-menu .searchform .btn-search span, .right-off-canvas-menu .searchform button
span{font-size:18px}.right-off-canvas-menu .searchform input[type="text"]{width:100%;height:60px;padding:0
46px 0 16px;line-height:60px;border:0;background:#F4F5F7;box-shadow:inset 0px -1px 0px rgba(24, 26, 31, 0.6);border-radius:2px 2px 0px 0px;transition:all .2s ease-in;font-weight:400;font-size:16px;color:#252533}.right-off-canvas-menu .searchform input[type="text"]::-webkit-input-placeholder{line-height:60px;color:rgba(37, 37, 51, 0.5);opacity:1;font-size:16px}.right-off-canvas-menu .searchform input[type="text"]::-moz-placeholder{line-height:60px;color:rgba(37, 37, 51, 0.5);opacity:1;font-size:16px}.right-off-canvas-menu .searchform input[type="text"]:-ms-input-placeholder{line-height:60px;color:rgba(37, 37, 51, 0.5);opacity:1;font-size:16px}.right-off-canvas-menu .searchform input[type="text"]:-moz-placeholder{line-height:60px;color:rgba(37, 37, 51, 0.5);opacity:1;font-size:16px}.move-left .right-off-canvas-menu{right:0}.top-bar{height:auto;background:#fff}.top-bar-section > ul
li{background:#fff;float:none}.top-bar-section ul li>a{color:#252533;display:block;font-size:16px;font-family:'Poppins',sans-serif;line-height:24px;font-weight:500;padding:12px
30px 12px 8px;text-transform:none;width:100%}.top-bar-section ul li > a:focus, .top-bar-section ul li>a:hover{text-decoration:none}.top-bar-section ul li > a
span{display:block;width:100%;overflow:hidden}.top-bar-section ul li:hover:not(.has-form)>a{background:transparent;color:#252533}.top-bar-section ul li:hover:not(.has-form)>a::after{border:none}.top-bar-section ul li.active>a{background:#2b2c30;color:#fff;text-decoration:none}.top-bar-section ul li.active > a:hover, .top-bar-section ul li.active>a:focus{background:#2b2c30;color:#fff;text-decoration:none}.top-bar-section .has-dropdown>a::after{content:"" !important;width:8px;height:14px;margin:-5px 7px 0 10px;vertical-align:middle;display:inline-block;background-image:url("data:image/svg+xml,%0A%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0918 11L6.0918 6L1.0918 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;border:0}@media only screen and (min-width: 66.875em){.top-bar-section .has-dropdown>a::after{content:"" !important;width:8px;height:14px;margin:-5px 7px 0 10px;vertical-align:middle;display:inline-block;background-image:url("data:image/svg+xml,%0A%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0918 11L6.0918 6L1.0918 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;border:0}}.top-bar-section .has-dropdown>a::after{content:'';width:8px;height:14px;margin:-5px 7px 0 10px;vertical-align:middle;display:inline-block;background-image:url("data:image/svg+xml,%0A%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0918 11L6.0918 6L1.0918 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;border:0}.top-bar-section .has-dropdown.active > a::after, .top-bar-section .has-dropdown:focus > a::after, .top-bar-section .has-dropdown:hover>a::after{border-color:transparent transparent transparent #fff}.top-bar-section .dropdown li
a{font-weight:500;padding:12px
30px 12px 8px}.top-bar-section .dropdown li.parent-link
a{line-height:normal !important;padding:16px
30px 16px 8px !important}.top-bar-section .dropdown li.title h5
a{background:#f6f7f7;color:#252533}.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link
a{color:#252533;display:block;font-size:16px;line-height:48px;font-weight:500;padding:0
30px 0 20px}.top-bar-section ul li, .top-bar.expanded .title-area{background:#fff}.top-bar-section ul
li.back{position:relative}.top-bar-section ul li.back::before{background-image:url("data:image/svg+xml,%0A%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L0.999999 1' stroke='%2370747A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;content:'';width:8px;height:14px;vertical-align:middle;position:absolute;top:50%;left:15px;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);display:inline-block}.top-bar-section ul li.back h5
a{padding-left:36px !important;text-decoration:none;background:none !important;border-bottom:1px solid #EBECF0}#autocomplete{padding:0
15px 0;color:#000}#autocomplete ul li:first-child{margin-top:15px}#autocomplete ul li:last-child{margin-bottom:12px}#autocomplete
a{font-weight:400;display:block;font-size:14px;color:#000}#autocomplete a:hover{color:#002D9C !important}#autocomplete a:hover
span{color:#002D9C}#autocomplete a:hover
em{color:#002D9C}@media (min-width: 1200px){#autocomplete{padding:0}#autocomplete ul li:first-child{margin-top:25px}#autocomplete ul li:last-child{margin-bottom:15px}#autocomplete
a{font-size:16px}}#autocomplete li+li{margin-top:9px}#autocomplete
span{color:#000}#autocomplete
em{font-style:normal;font-weight:700;color:#000}@media only screen and (min-width: 1200px){.top-bar-section li:not(.has-form) a:not(.button){padding:12px
30px 12px 20px;line-height:26px;background:none}.top-bar-section li:not(.has-form) a:not(.button):hover{background:none;color:#165dad}}@media (max-width: 1200px){.menu>li>a{padding:0
10px}.menu ul.sub-menu li
a{font-size:18px}.menu ul.sub-menu ul.sub-menu li
a{font-size:16px}}@media (min-width: 1200px){.right-off-canvas-menu,
.move-left .exit-off-canvas{display:none}.open-menu-button{display:none}}@media (max-width: 1199px){.menu{display:none}.open-menu-button{display:block}.top-bar-section .has-dropdown>a::after{background-image:url("data:image/svg+xml,%0A%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L0.999999 1' stroke='%2370747A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat}.top-bar-section .has-dropdown>a::after{margin-right:10px}}@media only screen and (min-width: 66.875em){.top-bar-section li:not(.has-form) a:not(.button){line-height:26px;background:transparent;padding:11px
30px 11px 8px}.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){background:transparent;color:#252533}}