.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.no-padding { 
    padding: 0 !important;
	margin: 0 !important;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
template {
    display: none;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: transparent;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
audio,
iframe,
img,
object,
video {
    max-width: 100%;
}
iframe,
img {
    border: 0 none;
}
img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
b,
strong {
    font-weight: 700;
}
address {
    font-style: normal;
}
svg:not(:root) {
    overflow: hidden;
}
a,
button,
input[type="button"],
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="submit"],
label[for] {
    cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a[href^="tel"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
button,
select {
    text-transform: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
nav ol,
nav ul {
    list-style: none outside none;
}
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
input::placeholder {
    color: inherit;
    opacity: 1;
}
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
textarea::placeholder {
    color: inherit;
    opacity: 1;
}
input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type="button"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@font-face {
    font-family: Fjalla One;
    src: url(../fonts/FjallaOne-Regular.woff2) format("woff2"), url(../fonts/FjallaOne-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-BoldItalic.woff2) format("woff2"), url(../fonts/Montserrat-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBoldItalic.woff2) format("woff2"), url(../fonts/Montserrat-SemiBoldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Italic.woff2) format("woff2"), url(../fonts/Montserrat-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-LightItalic.woff2) format("woff2"), url(../fonts/Montserrat-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-MediumItalic.woff2) format("woff2"), url(../fonts/Montserrat-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Italic.woff2) format("woff2"), url(../fonts/Raleway-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Bold.woff2) format("woff2"), url(../fonts/Raleway-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.woff2) format("woff2"), url(../fonts/Raleway-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-BoldItalic.woff2) format("woff2"), url(../fonts/Raleway-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-LightItalic.woff2) format("woff2"), url(../fonts/Raleway-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Light.woff2) format("woff2"), url(../fonts/Raleway-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: IBM Plex Sans;
    src: url(../fonts/IBMPlexSans-Regular.woff2) format("woff2"), url(../fonts/IBMPlexSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: IBM Plex Sans;
    src: url(../fonts/IBMPlexSans-Light.woff2) format("woff2"), url(../fonts/IBMPlexSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: IBM Plex Sans;
    src: url(../fonts/IBMPlexSans-Bold.woff2) format("woff2"), url(../fonts/IBMPlexSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    min-width: 320px;
    background: #fff;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.88;
    color: #161d1d;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a[href^="tel"] {
    text-decoration: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.94em;
}
.h1,
h1 {
    font-size: 36px;
    line-height: 1.33;
    color: #3e4382;
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 34px;
    }
}
@media (max-width: 1023px) {
    .h1,
    h1 {
        font-size: 30px;
    }
}
.h2,
h2 {
    font-size: 36px;
    line-height: 1.33;
    color: #3e4382;
}
@media (max-width: 1199px) {
    .h2,
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 1023px) {
    .h2,
    h2 {
        font-size: 28px;
    }
}
.h3,
h3 {
    font-family: Fjalla One, Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1;
    color: #3e4382;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .h3,
    h3 {
        font-size: 30px;
    }
}
@media (max-width: 1023px) {
    .h3,
    h3 {
        font-size: 26px;
    }
}
.h4,
h4 {
    font-family: Fjalla One, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #3e4382;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .h4,
    h4 {
        font-size: 24px;
    }
}
@media (max-width: 1023px) {
    .h4,
    h4 {
        font-size: 20px;
    }
}
.h5,
h5 {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.75;
    color: #3e4382;
}
@media (max-width: 1199px) {
    .h5,
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 1023px) {
    .h5,
    h5 {
        font-size: 16px;
    }
}
.h6,
h6 {
    font-size: 12px;
    line-height: 2;
    color: #74adcd;
    font-weight: 600;
}
blockquote,
dl,
hr,
ol,
p,
table,
ul {
    margin-bottom: 1.88em;
}
p {
    font-size: 16px;
    line-height: 1.75;
    color: #161d1d;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    p {
        font-size: 14px;
        line-height: 1.6;
    }
}
blockquote:last-child,
dl:last-child,
h1:last-child,
h1[class],
h2:last-child,
h2[class],
h3:last-child,
h3[class],
h4:last-child,
h4[class],
h5:last-child,
h5[class],
h6:last-child,
h6[class],
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}
.clear:after {
    content: "";
    line-height: 0;
    display: table;
    clear: both;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}
.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.hidden,
[hidden] {
    display: none;
}
.disabled,
[disabled] {
    cursor: default;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hidden-xs {
        display: none !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1199.02px) {
    .hidden-lg {
        display: none !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
.aligncenter,
.alignleft,
.alignnone,
.alignright {
    margin: 5px 15px 1.88em;
}
.alignleft {
    margin-left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .alignleft {
        margin: 5px 0 10px;
    }
}
.alignright {
    margin-right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .alignright {
        margin: 5px 0 10px;
    }
}
.alignnone {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .alignnone {
        margin: 5px 0 10px;
    }
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .aligncenter {
        margin: 5px 0 10px;
    }
}
.wp-caption {
    position: relative;
}
.wp-caption img {
    width: 100%;
}
.wp-caption-text {
    padding: 8px;
    font-size: 0.8em;
    color: inherit;
    background: transparent;
    text-align: center;
}
.nocomments {
    padding-top: 12px;
    font-weight: 700;
    font-size: 18px;
}
.widgets {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widgets {
        margin: 0;
    }
}
.widgets > li {
    width: 50%;
    padding: 10px 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widgets > li {
        width: 100%;
        padding: 10px 0;
    }
}
.widget {
    margin-bottom: 15px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget > ul {
    list-style: none outside none;
    margin: 0;
}
.widget > ul li {
    padding: 5px 0;
}
.widget > ul a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.widget > ul a:hover {
    border-bottom-color: #161d1d;
    color: #161d1d;
}
.widget_calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
.widget_calendar td,
.widget_calendar th {
    padding: 5px;
    border: 1px solid #000;
}
.widget_calendar caption {
    padding: 12px;
    font-weight: 700;
}
.widget_calendar tfoot {
    font-weight: 700;
}
.widget_rss .rsswidget {
    vertical-align: middle;
}
.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0;
}
.widget_categories .screen-reader-text {
    display: none;
}
.widget_categories .post-form {
    width: 100%;
    padding: 5px;
}
.widget_nav_menu ul {
    list-style: none;
}
.widget_nav_menu ul li {
    padding: 5px 0;
}
.widget_pages ul ul {
    padding: 5px 0 0 25px;
}
.comments {
    position: relative;
}
.comments .children {
    position: relative;
    padding-left: 70px;
}
.comments .children:after,
.comments .children:before {
    content: "";
    position: absolute;
    display: block;
}
.comments .children:before {
    top: 33px;
    left: 23px;
    width: 32px;
    height: 27px;
    border-left: 8px solid #c3c3c3;
    border-bottom: 8px solid #c3c3c3;
    border-radius: 0 0 0 8px;
}
.comments .children:after {
    top: -5px;
    left: 8px;
    border: 20px solid transparent;
    border-width: 20px 19px;
    border-bottom-color: #c3c3c3;
}
.comments .comment {
    position: relative;
    border-top: 1px dashed #363636;
}
.comments .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.comments .says {
    padding-left: 5px;
}
.comments .moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999;
}
.comments .comment__entry {
    position: relative;
    padding: 30px 0 30px 65px;
}
.comments .comment__text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.comments .comment__meta {
    padding-bottom: 12px;
}
.comments .comment__meta a {
    color: #363636;
}
.comments .comment__reply {
    padding-top: 10px;
    text-align: right;
}
.comments .comment__reply a {
    display: inline-block;
    min-width: 180px;
    padding: 22px 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.084em;
    text-transform: uppercase;
    background: #3e4382;
    border: 2px solid #3e4382;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.comments .comment__reply a:hover {
    color: #3e4382;
    background: #fff;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .comments .comment__reply a {
        padding: 16px 14px;
        min-width: 140px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .comments .comment__reply a {
        min-width: 120px;
    }
}
.comment-respond {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #363636;
}
.comment-respond h3 {
    position: relative;
}
.comment-respond small {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-respond label {
    display: inline-block;
    padding-bottom: 4px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}
.comment-respond textarea {
    height: 150px;
    resize: none;
}
.comment-respond input[type="text"]:focus {
    background-color: #fff;
}
.comment-respond input[type="text"]::-webkit-input-placeholder {
    color: #777;
}
.comment-respond input[type="text"]:-ms-input-placeholder,
.comment-respond input[type="text"]::-moz-placeholder,
.comment-respond input[type="text"]::-webkit-input-placeholder,
.comment-respond input[type="text"]::placeholder {
    color: #777;
}
.comment-respond .required {
    color: #e40000;
}
.comment-respond .comment-notes {
    padding-top: 15px;
}
.comment-respond .form-submit input {
    display: inline-block;
    min-width: 180px;
    padding: 22px 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.084em;
    text-transform: uppercase;
    background: #3e4382;
    border: 2px solid #3e4382;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.comment-respond .form-submit input:hover {
    color: #3e4382;
    background: #fff;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .comment-respond .form-submit input {
        padding: 16px 14px;
        min-width: 140px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .comment-respond .form-submit input {
        min-width: 120px;
    }
}
.paging {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .paging {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.paging a {
    text-decoration: none;
}
.paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .paging ul {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
        margin-bottom: 20px;
    }
}
.paging ul li {
    margin: 0 5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .paging ul li:first-child {
        margin-left: 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .paging ul li:last-child {
        margin-right: 0;
    }
}
.paging ul a,
.paging ul li.paging__spacer {
    background-color: #fff;
    font-size: 14px;
    color: #000;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.paging ul a:hover,
.paging ul li.is-current a {
    color: #fff;
    background-color: #161d1d;
}
.paging .paging__next,
.paging .paging__prev {
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.paging .paging__next:hover,
.paging .paging__prev:hover {
    color: #161d1d;
}
.paging .paging__next:only-child {
    margin-left: auto;
    margin-right: 0;
}
.paging .paging__prev:only-child {
    margin-right: auto;
    margin-left: 0;
}
.paging .paging__first,
.paging .paging__label,
.paging .paging__last,
.paging .paging__next,
.paging .paging__prev {
    margin: 9px;
}
.search-form {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.search-form label {
    width: 80%;
}
.search-form .search__field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.search-form .search__btn {
    width: 20%;
    padding: 10px;
}
.search-form .search__field:focus {
    background-color: #fff;
}
.search-form .search__field::-webkit-input-placeholder {
    color: #777;
}
.search-form .search__field:-ms-input-placeholder,
.search-form .search__field::-moz-placeholder,
.search-form .search__field::-webkit-input-placeholder,
.search-form .search__field::placeholder {
    color: #777;
}
.search-form .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.section-comments {
    padding-top: 15px;
}
.section-comments a {
    text-decoration: none;
}
.section-comments p {
    padding-bottom: 18px;
}
.section-comments ol,
.section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}
.section-comments h3 {
    position: relative;
    padding: 0 0 10px;
}
.section-comments h3 small {
    position: absolute;
    top: 0;
    right: 0;
}
.app-block-banner {
    margin-top: 17px;
    position: relative;
    padding: 42px 0 36px;
}
@media (max-width: 1199px) {
    .app-block-banner {
        padding: 42px 0;
    }
}
@media (max-width: 1023px) {
    .app-block-banner {
        padding: 24px 0;
    }
}
.app-block-banner .section__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    height: auto;
    width: auto;
    background-color: #74adcd;
    background-position: 0 0;
    background-repeat: repeat;
    display: block;
    content: "";
}
@media (max-width: 1023px) {
    .app-block-banner .section__image {
        background-size: cover;
    }
}
.app-block-banner .shell {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-banner .shell {
        display: block;
    }
}
.app-block-banner .entry {
    position: relative;
    max-width: calc(100% - 410px);
}
@media (max-width: 1499px) {
    .app-block-banner .entry {
        padding-left: 60px;
    }
}
@media (max-width: 1023px) {
    .app-block-banner .entry {
        padding-left: 80px;
        max-width: calc(100% - 340px);
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-banner .entry {
        margin-bottom: 30px;
        max-width: 100%;
    }
}
.app-block-banner .entry h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
	margin-bottom: 0 !important;
	margin-top: 18px;
}
.app-block-banner .entry h3 {
    margin: 0;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.75;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .app-block-banner .entry h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-banner .entry h3 {
        line-height: 1.2;
    }
}
.app-block-banner .entry img {
    position: absolute;
    top: -78px;
    right: calc(100% + 44px);
}
@media (max-width: 1499px) {
    .app-block-banner .entry img {
        display: none;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-banner .entry img {
        max-width: 60px;
        top: -18px;
        left: 0;
    }
}
.app-block-banner .section__actions {
    width: 410px;
}
@media (max-width: 1023px) {
    .app-block-banner .section__actions {
        width: 330px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-banner .section__actions {
        width: 100%;
        padding: 15px 0 0;
        text-align: center;
    }
}
.app-block-banner .section__actions .btn {
    margin-left: 13px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-banner .section__actions .btn {
        margin: 0 0 10px 10px;
    }
}
@media(min-width:768px) and (max-width:1023px){
    .app-block-banner .section__actions .btn {
        min-width:180px;
    }
    .app-block-banner .section__actions .btn:first-of-type {
        margin-bottom:18px
    }
}
.app-block-cols {
    padding: 15px 0 124px;
    text-align: center;
}
@media (max-width: 1199px) {
    .app-block-cols {
        padding-bottom: 80px;
    }
}
@media (max-width: 1023px) {
    .app-block-cols {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-cols {
        padding-bottom: 20px;
    }
}
.app-block-cols .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-cols .grid {
        display: block;
    }
}
.app-block-cols .grid .grid__col {
    padding: 0 0 20px;
}
.app-block-cols .grid .grid__col--1of3 {
    width: 324px;
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-cols .grid .grid__col--1of3 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.app-block-cols .grid__col--1of3 h5 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-cols .grid__col--1of3 h5 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}
.app-block-cols .grid__col--1of3 h5:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 4px;
    border-radius: 100px 0 100px 0;
    background: #74adcd;
    display: block;
    content: "";
}
.app-block-cols .grid__col--1of3 p {
    margin: 0;
}
.home .app-block-content {
	padding-bottom: 150px;align-content;
}
.app-block-content {
    padding-bottom: 120px;
    top: 0;
    opacity: 1;
}
@media (max-width: 1199px) {
    .app-block-content {
        padding-bottom: 90px;
    }
}
@media (max-width: 1023px) {
    .app-block-content {
        padding-bottom: 72px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-content {
        padding-bottom: 42px;
    }
}
.app-block-content .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-content .shell {
        display: block;
    }
}
.app-block-content .section__image {
    width: 510px;
    max-width: 42.5%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s 0.6s;
    -o-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-content .section__image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}
.app-block-content .section__image img {
    width: 100%;
    border-radius: 5px;
}
.app-block-content .entry {
    position: relative;
    top: -8px;
    width: 588px;
    max-width: 49%;
    right: -100px;
    -webkit-transition: all 0.6s 0.6s;
    -o-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s;
    opacity: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-content .entry {
        top: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        right: 0;
    }
}
.app-block-content .entry h3 {
    margin: 0 0 23px;
}
@media (max-width: 1199px) {
    .app-block-content .entry h3 {
        margin-bottom: 15px;
    }
}
.app-block-content .entry h6 {
    margin: 0 0 25px;
    text-transform: uppercase;
    letter-spacing: 0.084em;
}
@media (max-width: 1199px) {
    .app-block-content .entry h6 {
        margin-bottom: 15px;
    }
}
.app-block-content .entry p {
    margin: 0;
    text-align: justify;
}
.app-block-content .section__actions {
    padding-top: 47px;
}
@media (max-width: 1199px) {
    .app-block-content .section__actions {
        padding-top: 30px;
    }
}
@media (max-width: 1023px) {
    .app-block-content .section__actions {
        padding-top: 25px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-content .section__actions {
        padding-top: 20px;
    }
}
.app-block-content .section__actions .btn {
    margin-right: 25px;
}
@media (max-width: 1199px) {
    .app-block-content .section__actions .btn {
        margin-right: 10px;
    }
}
.app-block-content + .app-block-content {
    padding-bottom: 140px;
}
@media (max-width: 1199px) {
    .app-block-content + .app-block-content {
        padding-bottom: 100px;
    }
}
@media (max-width: 1023px) {
    .app-block-content + .app-block-content {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-content + .app-block-content {
        padding-bottom: 40px;
    }
}
.app-block-content.app-block-revert .shell {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.app-block-content.app-block-revert .entry {
    right: auto;
    left: -100px;
}
.app-block-content.app-block-revert.visible .entry {
    right: auto;
    left: 0;
}
.app-block-content.visible .section__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.app-block-content.visible .entry {
    right: 0;
    opacity: 1;
}
.app-block-gallery {
    padding: 150px 0 0;
}
@media (max-width: 1199px) {
    .app-block-gallery {
        padding-top: 100px;
    }
}
@media (max-width: 1023px) {
    .app-block-gallery {
        padding-top: 70px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery {
        padding: 40px 0 20px;
    }
}
.app-block-gallery .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .shell {
        display: block;
    }
}
.app-block-gallery .entry {
    position: relative;
    z-index: 3;
    width: 510px;
    max-width: 42.5%;
    padding-right: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .entry {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-right: 0;
    }
}
.app-block-gallery .entry h2 {
    margin-bottom: 35px;
    padding-top: 13px;
    font-family: Fjalla One, Helvetica, Arial, sans-serif;
    color: #3e4382;
    font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .entry h2 {
        padding-top: 10px;
        margin-bottom: 20px;
    }
}
.app-block-gallery .entry p {
    max-width: 385px;
    text-align: justify;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .entry p {
        max-width: 100%;
    }
}
.app-block-gallery .section__slider {
    position: relative;
    width: 57.5%;
}
.app-block-gallery .section__slider:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    display: block;
    content: "";
    background: #fff;
    z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .section__slider {
        width: 100%;
    }
}
.app-block-gallery .slider__clip {
    width: 510px;
}
@media (max-width: 1023px) {
    .app-block-gallery .slider__clip {
        max-width: 100%;
        padding-right: 20px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .slider__clip {
        padding: 0;
    }
}
.app-block-gallery .slider__clip .slider__slide {
    width: 510px;
    max-width: 100%;
}
@media (max-width: 1023px) {
    .app-block-gallery .slider__clip .slider__slide {
        padding-right: 20px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .slider__clip .slider__slide {
        width: 100%;
        padding: 0 10px;
    }
}
.app-block-gallery .slider__clip .slider__slide a {
    overflow: hidden;
    border-radius: 5px;
    display: block;
}
.app-block-gallery .slider__clip .slider__slide a:hover img {
    opacity: 0.7;
}
.app-block-gallery .slider__clip .slider__slide img {
    border-radius: 5px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.app-block-gallery .slick-list {
    overflow: visible !important;
}
.app-block-gallery .slick-arrow {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 1023px) {
    .app-block-gallery .slick-arrow {
        margin-bottom: -30px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .slick-arrow {
        margin-bottom: -40px;
    }
}
.app-block-gallery .slick-arrow:hover {
    opacity: 0.7;
}
.app-block-gallery .slick-arrow.slick-prev {
    left: -185px;
    background: url(../images/arrow-prev.png) no-repeat 0 0;
    background-size: contain;
}
@media (max-width: 1023px) {
    .app-block-gallery .slick-arrow.slick-prev {
        left: 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .slick-arrow.slick-prev {
        left: 10px;
    }
}
.app-block-gallery .slick-arrow.slick-next {
    left: -150px;
    background: url(../images/arrow-next.png) no-repeat 0 0;
    background-size: contain;
}
@media (max-width: 1023px) {
    .app-block-gallery .slick-arrow.slick-next {
        left: 35px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery .slick-arrow.slick-next {
        left: 45px;
    }
}
.app-block-gallery + .app-block-text {
    padding: 146px 0 0;
}
@media (max-width: 1199px) {
    .app-block-gallery + .app-block-text {
        padding-top: 100px;
    }
}
@media (max-width: 1023px) {
    .app-block-gallery + .app-block-text {
        padding-top: 70px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery + .app-block-text {
        padding-top: 40px;
    }
}
.app-block-gallery + .app-block-text + .app-block-testimonials {
    padding-top: 90;
    padding-bottom: 90px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-gallery + .app-block-text + .app-block-testimonials {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.app-block-intro {
    padding-bottom: 124px;
    top: 0;
    opacity: 1;
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .app-block-intro {
        padding-bottom: 100px;
    }
}
@media (max-width: 1023px) {
    .app-block-intro {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .app-block-intro {
        padding-top: 40px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro {
        padding-bottom: 40px;
    }
}
.app-block-intro .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .shell {
        display: block;
    }
}
.app-block-intro .entry {
    position: relative;
    opacity: 0;
    left: -100px;
    padding-top: 13px;
    width: 423px;
    max-width: 40%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 1023px) {
    .app-block-intro .entry {
        max-width: 47%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .entry {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        left: 0;
    }
}
.app-block-intro .entry h2 {
    margin: 0 0 17px;
    text-align: center;
}
.app-block-intro .entry p {
    margin: 0;
    font-size: 18px;
    line-height: 1.94;
    color: #3e4382;
    font-weight: 600;
    text-align: center;
}
.app-block-intro .section__actions {
    padding-top: 43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media (max-width: 1199px) {
    .app-block-intro .section__actions {
        padding-top: 35px;
    }
}
@media (max-width: 1023px) {
    .app-block-intro .section__actions {
        padding-top: 30px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .section__actions {
        padding-top: 25px;
    }
}
.app-block-intro .section__actions .btn--light {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .section__actions .btn--light {
        margin: 0 10px 10px;
    }
}
.app-block-intro .section__actions .btn--blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .section__actions .btn--blue {
        margin: 0 10px 10px;
    }
}
.app-block-intro .section__image {
    position: relative;
    width: 600px;
    max-width: 50%;
    opacity: 0;
    right: -100px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .section__image {
        max-width: 100%;
        width: 100%;
        right: 0;
    }
}
.app-block-intro .section__image img {
    border-radius: 5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .section__image img {
        padding-left: 30px;
        width: 97%;
    }
}
.app-block-intro .section__image img + img {
    position: absolute;
    bottom: 0;
    left: -38px;
    border-radius: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-intro .section__image img + img {
        left: -53px;
        width: auto;
    }
}
.app-block-intro.visible .entry {
    opacity: 1;
    left: 0;
}
.app-block-intro.visible .section__image {
    opacity: 1;
    right: 0;
}
.app-block-partners {
    position: relative;
    padding: 80px 0 72px;
    background: #e8edee;
}
@media (max-width: 1199px) {
    .app-block-partners {
        padding: 60px 0;
    }
}
@media (max-width: 1023px) {
    .app-block-partners {
        padding: 40px 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-partners {
        padding: 30px 0 15px;
    }
}
.app-block-partners:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50vw;
    left: -50vw;
    width: auto;
    height: auto;
    display: block;
    content: "";
    background: #e8edee;
}
.app-block-partners .shell {
    position: relative;
    z-index: 2;
    text-align: center;
}
.app-block-partners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-partners ul {
        display: block;
    }
}
.app-block-partners ul li {
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .app-block-partners ul li {
        max-width: 23%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-partners ul li {
        display: inline-block;
        vertical-align: middle;
        width: 32%;
        max-width: 32%;
        margin-bottom: 15px;
    }
}
.app-block-partners ul li a {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.app-block-partners ul li a:hover {
    opacity: 0.7;
}
.app-block-partners ul li img {
    max-height: 103px;
    width: auto;
}
@media (max-width: 1199px) {
    .app-block-partners ul li img {
        max-width: 80%;
        height: auto;
    }
}
.app-block-services {
    padding-bottom: 70px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services {
        padding-bottom: 40px;
    }
}
.app-block-services .section__title {
    padding-bottom: 43px;
    text-align: center;
}
@media (max-width: 1199px) {
    .app-block-services .section__title {
        padding-bottom: 40px;
    }
}
@media (max-width: 1023px) {
    .app-block-services .section__title {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .section__title {
        padding-bottom: 20px;
    }
}
.app-block-services .section__title h3 {
    margin: 0 0 10px;
}
.app-block-services .section__title h6 {
    text-transform: uppercase;
    letter-spacing: 0.083em;
}
.app-block-services .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    flex-wrap: wrap;
}
.grid__col.grid__col--1of2.centered {
    margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .grid {
        display: block;
    }
}
.app-block-services .grid .grid__col {
    padding: 0;
}
.app-block-services .grid .grid__col--1of2 {
    width: 474px;
    max-width: 47%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .grid .grid__col--1of2 {
        width: 100%;
        max-width: 100%;
    }
}
.app-block-services .grid ul {
    list-style: none;
}
.app-block-services .grid ul li {
    position: relative;
    padding: 0 0 80px 90px;
}
@media (max-width: 1199px) {
    .app-block-services .grid ul li {
        padding-bottom: 60px;
    }
}
@media (max-width: 1023px) {
    .app-block-services .grid ul li {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .grid ul li {
        padding: 0 0 30px 50px;
    }
}
.app-block-services .grid ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 60px;
    height: 60px;
    background: #3e4382;
    border-radius: 50%;
    display: block;
    content: "";
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .grid ul li:before {
        width: 40px;
        height: 40px;
    }
}
.app-block-services .grid ul li svg {
    position: absolute;
    top: 24px;
    left: 20px;
    color: #fff;
    font-size: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .grid ul li svg {
        top: 13px;
        left: 12px;
        font-size: 20px;
    }
}
.app-block-services .grid ul li h5 {
    margin: 0 0 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .grid ul li h5 {
        margin-bottom: 5px;
    }
}
.app-block-services .grid ul li h5 a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.app-block-services .grid ul li h5 a:hover {
    opacity: 0.5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-services .grid ul li h5 a {
        display: block;
    }
}
.app-block-services .grid ul li p {
    margin: 0;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    color: #6a727a;
    text-align: justify;
}
.app-block-testimonials {
    padding: 132px 0 79px;
}
@media (max-width: 1199px) {
    .app-block-testimonials {
        padding: 100px 0 70px;
    }
}
@media (max-width: 1023px) {
    .app-block-testimonials {
        padding: 70px 0 40px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-testimonials {
        padding: 40px 0 30px;
    }
}
.app-block-testimonials .section__title {
    padding-bottom: 79px;
    text-align: center;
}
@media (max-width: 1199px) {
    .app-block-testimonials .section__title {
        padding-bottom: 60px;
    }
}
@media (max-width: 1023px) {
    .app-block-testimonials .section__title {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-testimonials .section__title {
        padding-bottom: 20px;
    }
}
.app-block-testimonials .section__title h3 {
    margin: 0 0 10px;
}
.app-block-testimonials .section__title h6 {
    text-transform: uppercase;
    letter-spacing: 0.083em;
}
.app-block-testimonials .testimonials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-testimonials .testimonials__list {
        display: block;
    }
}
.app-block-testimonials .single__testimonial {
    background: #fff;
    border-radius: 0 50px 0 50px;
    -webkit-box-shadow: 0 8px 16px rgba(29, 32, 35, 0.08);
    box-shadow: 0 8px 16px rgba(29, 32, 35, 0.08);
    max-width: 49%;
    padding: 30px 54px 46px;
}
@media (max-width: 1023px) {
    .app-block-testimonials .single__testimonial {
        padding: 20px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-testimonials .single__testimonial {
        margin-bottom: 20px;
        max-width: 100%;
    }
}
.app-block-testimonials .testimonial__title {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 2px solid #f2f4f6;
}
.app-block-testimonials .testimonial__title > svg {
    margin: 0 6px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #3e4382;
    opacity: 0.6;
}
.app-block-testimonials .testimonial__title h4 {
    position: relative;
    top: 2px;
    margin: 0 13px 0 0;
    font-family: Fjalla One, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #3e4382;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.app-block-testimonials .testimonial__title h6 {
    position: relative;
    top: 5px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #99999c;
}
.app-block-testimonials .stars__wrap {
    position: absolute;
    top: 5px;
    right: 2px;
}
@media (max-width: 1023px) {
    .app-block-testimonials .stars__wrap {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 5px 0 0;
    }
}
.app-block-testimonials .stars__wrap svg {
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #74adcd;
}
.app-block-testimonials .testimonial__body p {
    font-size: 12px;
    line-height: 2.13;
    color: #a1aeba;
    text-align: justify;
}
.app-block-testimonials .hasSlider.testimonials__list {
    display: block;
    margin-bottom: 60px;
}
.app-block-testimonials .hasSlider.testimonials__list .single__testimonial {
    max-width: 96%;
}
.app-block-testimonials .hasSlider.testimonials__list .slick-list {
    overflow: visible !important;
}
.app-block-testimonials .hasSlider.testimonials__list .slick-arrow {
    position: absolute;
    bottom: -60px;
    left: 0;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 1023px) {
    .app-block-testimonials .hasSlider.testimonials__list .slick-arrow {
        bottom: -50px;
    }
}
.app-block-testimonials .hasSlider.testimonials__list .slick-arrow:hover {
    opacity: 0.7;
}
.app-block-testimonials .hasSlider.testimonials__list .slick-arrow.slick-prev {
    left: 0;
    background: url(../images/arrow-prev.png) no-repeat 0 0;
    background-size: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-testimonials .hasSlider.testimonials__list .slick-arrow.slick-prev {
        left: 10px;
    }
}
.app-block-testimonials .hasSlider.testimonials__list .slick-arrow.slick-next {
    left: 35px;
    background: url(../images/arrow-next.png) no-repeat 0 0;
    background-size: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-testimonials .hasSlider.testimonials__list .slick-arrow.slick-next {
        left: 45px;
    }
}
.app-block-text {
    position: relative;
    padding: 88px 0 37px;
    z-index: 3;
}
@media (max-width: 1199px) {
    .app-block-text {
        padding: 60px 0 30px;
    }
}
@media (max-width: 1023px) {
    .app-block-text {
        padding: 50px 20px 30px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-text {
        padding: 40px 20px 30px;
    }
}
.app-block-text:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    width: auto;
    height: auto;
    background: #fff;
    content: "";
    display: block;
}
.app-block-text .shell {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 800px;
}
.app-block-text h6 {
    margin-bottom: 33px;
    text-transform: uppercase;
    letter-spacing: 0.083em;
}
@media (max-width: 1199px) {
    .app-block-text h6 {
        margin-bottom: 30px;
    }
}
@media (max-width: 1023px) {
    .app-block-text h6 {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-text h6 {
        margin-bottom: 20px;
    }
}
.app-block-text p {
    text-align: justify;
}
@media (max-width: 1199px) {
    .app-block-text p {
        margin-bottom: 40px;
    }
}
@media (max-width: 1023px) {
    .app-block-text p {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-text p {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .app-block-text + .app-block-banner .entry {
        padding-left: 0 !important;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .app-block-text + .app-block-banner .entry {
        text-align: center;
    }
}
.app-block-title {
    position: relative;
    text-align: center;
    padding: 37px 0 69px;
}
@media (max-width: 1199px) {
    .app-block-title {
        padding: 30px 0 50px;
    }
}
@media (max-width: 1023px) {
    .app-block-title {
        padding: 10px 0 30px;
    }
}
.app-block-title:after {
    position: absolute;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    width: auto;
    height: 24px;
    background: #3e4382;
    display: block;
    content: "";
}
.app-block-title h2 {
    margin-bottom: 8px;
    font-family: Fjalla One, Helvetica, Arial, sans-serif;
}
.app-block-title .breadcrumbs ul {
    list-style: none;
}
.app-block-title .breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    color: #3e4382;
    letter-spacing: 0.083em;
    text-transform: uppercase;
}
.app-block-title .breadcrumbs ul li:last-child a {
    pointer-events: none;
}
.app-block-title .breadcrumbs ul li:last-child a:hover {
    color: #3e4382;
}
.app-block-title .breadcrumbs ul li + li:before {
    display: inline-block;
    vertical-align: top;
    content: "/";
}
.app-block-title .breadcrumbs ul li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.app-block-title .breadcrumbs ul li a:hover {
    color: #74adcd;
}
.article-single .article__head {
    margin-bottom: 40px;
}
.article-single .article__head:last-child {
    margin-bottom: 0;
}
.article .article__head {
    margin-bottom: 10px;
}
.article .article__head:last-child {
    margin-bottom: 0;
}
.articles ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.articles li {
    width: 33%;
    padding: 20px;
}
.articles .articles__items {
    list-style: none;
    padding: 0;
}
.articles .articles__item + .articles__item {
    margin-top: 30px;
}
.btn {
    display: inline-block;
    min-width: 180px;
    padding: 22px 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.084em;
    text-transform: uppercase;
    background: #3e4382;
    border: 2px solid #3e4382;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.btn,
.btn:hover {
    text-decoration: none;
}
.btn:hover {
    color: #3e4382;
    background: #fff;
}
@media (max-width: 1199px) {
    .btn {
        padding: 16px 14px;
        min-width: 140px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
        min-width: 120px;
    }
}
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.btn--menu {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 40px;
    height: 25px;
    padding-top: 10px;
    display: none;
}
.btn--menu p.menu-desc {
    margin: 0;
    position: absolute;
    left: -52px;
    top: 1px;
    font-size: 14px;
    line-height: 1.5;
    color: #3e4382;
    font-weight: 600;
}
.btn--menu.is-active p.menu-desc {
	color: #FFFFFF;
}
@media (max-width: 1199px) {
    .btn--menu {
        top: 0;
    }
}
@media (max-width: 1023px) {
    .btn--menu {
        display: block;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--menu {
        top: 5px;
    }
}
.btn--menu span {
    position: relative;
    position: absolute;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.btn--menu span,
.btn--menu span:after,
.btn--menu span:before {
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #3e4382;
    border-radius: 0;
}
.btn--menu span:after,
.btn--menu span:before {
    position: absolute;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.btn--menu span:before {
    top: -10px;
    display: block;
    content: "";
    -webkit-transition: top 0.1s ease-in 0.34s, opacity 0.1s ease-in, background-color 0.15s ease;
    -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
    transition: top 0.1s ease-in 0.34s, opacity 0.1s ease-in, background-color 0.15s ease;
}
.btn--menu span:after {
    bottom: -10px;
    display: block;
    content: "";
    -webkit-transition: bottom 0.1s ease-in 0.34s, background-color 0.15s ease, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.34s, background-color 0.15s ease, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s ease;
    transition: bottom 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s ease;
    transition: bottom 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s ease, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.btn--menu.is-active span {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #fff;
}
.btn--menu.is-active span:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s, background-color 0.15s ease;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s, background-color 0.15s ease;
    background: #fff;
}
.btn--menu.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, background-color 0.15s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
    transition: bottom 0.1s ease-out, background-color 0.15s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
    -o-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
    transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s, background-color 0.15s ease;
    transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s, background-color 0.15s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
    background: #fff;
}
.home .btn--menu {
    display: block;
}
.btn--blue {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.084em;
    text-transform: uppercase;
    background: #3e4382;
    border: 2px solid #3e4382;
    border-radius: 0;
    min-width: 180px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.btn--blue:hover {
    color: #3e4382;
    background: #fff;
}
@media (max-width: 1199px) {
    .btn--blue {
        min-width: 140px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--blue {
        min-width: 120px;
    }
}
.btn--light {
    background: #74adcd;
    border-color: #74adcd;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.btn--light:hover {
    color: #74adcd;
}
.btn--white {
    background: #fff;
    border-color: #fff;
    color: #161d1d;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.btn--white:hover {
    color: #fff;
    background: #74adcd;
}
.footer__bar {
    padding: 61px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__bar {
        display: block;
        padding-top: 15px;
    }
}
.footer__bar .copyright p {
    font-size: 12px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.083em;
}
.footer__bar .footer__secondary {
    min-width: 33%;
    width: 386px;
}
@media (max-width: 1023px) {
    .footer__bar .footer__secondary {
        width: auto;
        min-width: 10px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__bar .footer__secondary {
        min-width: 100%;
        width: 100%;
        margin-top: 15px;
    }
}
.footer__bar .footer__secondary ul {
    list-style: none;
}
.footer__bar .footer__secondary li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__bar .footer__secondary li {
        margin: 0 10px 0 0;
    }
}
.footer__bar .footer__secondary li a {
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.083em;
}
.footer__bar .footer__secondary li a:hover {
    opacity: 0.7;
}
.footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__grid {
        display: block;
    }
}
.footer__grid .grid__col {
    width: 300px;
    max-width: 25%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__grid .grid__col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}
.footer__grid .grid__col-size2 {
    width: 369px;
    max-width: 35%;
}
@media (max-width: 1023px) {
    .footer__grid .grid__col-size2 {
        max-width: 30%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__grid .grid__col-size2 {
        width: 100%;
        max-width: 100%;
    }
}
.footer__grid .grid__col-size3 {
    padding-top: 6px;
    width: 386px;
    max-width: 33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__grid .grid__col-size3 {
        width: 100%;
        max-width: 100%;
        padding-top: 15px;
    }
}
.footer__grid .footer__logo {
    display: block;
    margin-bottom: 29px;
}
@media (max-width: 1023px) {
    .footer__grid .footer__logo {
        margin-bottom: 15px;
        max-width: 100%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__grid .footer__logo {
        margin: 0 auto 15px;
    }
}
.footer__grid .grid__col-size1 p {
    margin-bottom: 10px;
    font-family: IBM Plex Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 2.14;
    color: #fff;
    text-align: center;
}
.footer__grid .footer__socials ul {
    list-style: none;
}
.footer__grid .footer__socials ul li {
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
nav.footer__socials {
    display: flex;
    justify-content: center;
}
@media (max-width: 1023px) {
    .footer__grid .footer__socials ul li {
        margin-right: 15px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__grid .footer__socials ul li {
        margin: 0 10px;
    }
}
.footer__grid .footer__socials ul li a {
    display: block;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.footer__grid .footer__socials ul li a:hover {
    opacity: 0.5;
}
.footer__grid .footer--nav {
    position: relative;
    left: 36px;
}
@media (max-width: 1023px) {
    .footer__grid .footer--nav {
        left: 0;
    }
}
.footer__grid .footer--nav > ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__grid .footer--nav > ul > li {
    width: 165px;
    max-width: 49%;
}
.footer__grid .footer--nav > ul > li > a {
    display: block;
    font-family: Fjalla One, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 19px;
}
@media (max-width: 1023px) {
    .footer__grid .footer--nav > ul > li > a {
        margin-bottom: 5px;
    }
}
.footer__grid .footer--nav > ul > li ul {
    list-style: none;
}
.footer__grid .footer--nav > ul > li ul li {
    display: block;
    margin-bottom: 12px;
}
@media (max-width: 1023px) {
    .footer__grid .footer--nav > ul > li ul li {
        margin-bottom: 5px;
    }
}
.footer__grid .footer--nav > ul > li ul li a {
    font-size: 12px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    text-decoration: none;
}
.footer__grid .footer--nav > ul > li ul li a:hover {
    opacity: 0.7;
}
.footer__grid .grid__col-size3 ul {
    list-style: none;
}
.footer__grid .grid__col-size3 ul li {
    position: relative;
    display: block;
    padding-left: 36px;
    margin-bottom: 6px;
}
@media (max-width: 1023px) {
    .footer__grid .grid__col-size3 ul li {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer__grid .grid__col-size3 ul li {
        text-align: left;
    }
}
.footer__grid .grid__col-size3 ul svg {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.footer__grid .grid__col-size3 ul p {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    color: #fff;
}
.footer__grid .grid__col-size3 ul a {
    text-decoration: none;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    color: #fff;
}
.footer__grid .grid__col-size3 ul a:hover {
    text-decoration: underline;
}
.footer {
    padding: 60px 0 23px;
    width: 100%;
    background: #3e4382;
    color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
        padding: 20px 0;
        text-align: center;
    }
}
.grid .grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}
.grid .grid__col {
    width: 100%;
    padding: 15px;
}
.grid .grid__col--1of2 {
    width: 50%;
}
.header__bar {
    padding: 5px 0 6px;
    text-align: center;
    background: #3e4382;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header__bar {
        padding: 0 0 5px;
    }
}
.header__bar ul {
    list-style: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header__bar ul li:not(:first-child) {
        display: none;
    }
}
.header__bar ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 42px;
}
@media (max-width: 1023px) {
    .header__bar ul li {
        padding: 0 10px;
    }
}
.header__bar ul li svg {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #74adcd;
}
.header__bar ul li p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 13px;
    font-size: 16px;
    line-height: 1.19;
    color: #fff;
}
.header__body {
    padding: 50px 0 10px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 1199px) {
    .header__body {
        padding: 20px 0 30px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header__body {
        padding: 20px 0;
    }
}
.header__body .shell {
    position: relative;
    z-index: 3;
}
.header__body .header__right,
.header__body .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__body .header__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1023px) {
    .header__body .header__right {
        display: none;
    }
}
.header__body .header__right .nav {
    position: relative;
    top: -9px;
    margin-right: 9px;
}
.header__body .header__right .btn--blue {
    position: relative;
    top: -8px;
}
.small_header .header__body .header__right {
    display: none;
}
.scrolled .header__body {
    padding: 20px 0 20px;
    box-shadow: 0px 0px 10px 0px #bdbdbd;
}
@media (max-width: 1199px) {
    .scrolled .header__body {
        padding: 20px 0 20px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .scrolled .header__body {
        padding: 20px 0;
    }
}
.hide__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e4382;
    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: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hide__header {
        overflow: auto;
        padding: 20px;
    }
}
.hide__header .nav {
    text-align: center;
    margin: 110px 0 10px;
}
.hide__header .nav ul {
    list-style: none;
}
.hide__header .nav li {
    display: block;
    margin: 0 0 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hide__header .nav li {
        margin: 0 0 5px;
    }
}
.hide__header .nav li a {
    min-width: auto;
    font-size: 24px;
    color: #fff;
}
.hide__header .nav li a:hover {
    color: #74adcd;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hide__header .nav li a {
        font-size: 20px;
    }
}
.hide__header .header__bar {
    background-color: transparent;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hide__header .header__bar ul,
    .hide__header .header__bar ul li {
        display: block;
    }
}
.is-active .hide__header {
    opacity: 1;
    visibility: visible;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.is-active .logo {
    opacity: 0;
}
.scrolled .header {
    background: #fff;
}
body.admin-bar #wpadminbar {
    position: fixed;
}
body.admin-bar .header {
    margin-top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar .header {
        margin-top: 46px;
    }
}
.ico {
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    display: inline-block;
    vertical-align: top;
}
.ico,
.image-fit {
    position: relative;
}
.image-fit {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.image-fit img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-fit--bottom {
    background-position: bottom;
}
.image-fit--bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
}
.logo {
    left: 3px;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 500px;
}
.scrolled .logo {
	width: 250px;
}
.scrolled .btn--menu { 
    margin-top: 17.5px; 
}
@media (max-width: 1199px) {
    .logo {
        width: 300px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
        width: 180px;
    }
	.scrolled .logo {
	width: 180px;
}
.scrolled .btn--menu { 
    margin-top: 0; 
}
}
.logo > img {
    display: block;
    width: 100%;
    height: auto;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 100%;
}
.main .shell {
    padding: 0;
}
body.error404 .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.error404 .main > section {
    width: 100%;
}
.nav ul {
    list-style: none;
}
.nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 44px;
}
@media (max-width: 1199px) {
    .nav li {
        margin-right: 30px;
    }
}
.nav li a {
    display: block;
    min-width: 78px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.083em;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #3e4382;
}
.nav li a:hover {
    color: #74adcd;
}
.nav ul ul {
    position: absolute;
    top: 99%;
    left: -20px;
    width: 200px;
    padding: 20px;
    display: block;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav ul ul li {
    display: block;
    margin: 0 0 10px;
}
.nav ul ul li a {
    font-size: 12px;
}
.hide__header .nav ul ul,
.nav li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.hide__header .nav ul ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    max-height: 0;
    max-width: 900px;
}
.hide__header .nav ul ul li {
    display: inline-block;
    margin: 20px 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hide__header .nav ul ul li {
        margin: 20px 5px;
    }
}
.hide__header .nav ul ul li a {
    font-size: 14px;
    line-height: 20px;
}
.hide__header .nav ul li.open > ul {
    max-height: 450px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.richtext-entry > ol:not([class]),
.richtext-entry > ol:not([class]) ol,
.richtext-entry > ol:not([class]) ul,
.richtext-entry > ul:not([class]),
.richtext-entry > ul:not([class]) ol,
.richtext-entry > ul:not([class]) ul {
    padding-left: 30px;
}
.richtext-entry > blockquote {
    border-left: 2px solid #161d1d;
    margin-left: 0;
    padding: 0 0 0 16px;
}
.richtext-entry > *.alignwide {
    width: 100%;
    max-width: 100%;
    clear: both;
}
.richtext-entry > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.richtext-entry > *.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    padding: 0 20px;
}
.section-default {
    margin: 50px 0;
    top: 0;
    opacity: 1;
}
.section-default .section__content {
    margin-bottom: 40px;
}
.section-default .section__content:last-child {
    margin-bottom: 0;
}
.section-default .section__title {
    margin-bottom: 20px;
}
.section-default .section__title:last-child {
    margin-bottom: 0;
}
.section-default ol,
.section-default ul {
    list-style-position: inside;
}
.section-default blockquote,
.section-default blockquote p {
    font-size: 15px;
    line-height: 1.42;
    opacity: 1 !important;
    font-style: italic;
    font-weight: 600;
    text-transform: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-default blockquote,
    .section-default blockquote p {
        font-size: 13px;
        line-height: 1.42;
    }
}
.section-default .section__sidebar {
    display: none;
}
.section-default--404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
}
.section-default--404 .section__shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-default--404 h2 {
    margin-bottom: 20px;
}
.section-default--404 .btn {
    display: inline-block;
    margin-top: 20px;
}
.search .section__sidebar {
    display: none;
}
.search .articles {
    padding: 50px 0;
}
.search .articles ol,
.search .articles ul {
    list-style: none;
}
.search .articles ol li,
.search .articles ul li {
    margin-bottom: 30px;
}
section {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
section.visible {
    opacity: 1;
    top: 0;
}
.page-template-default .main > h1 {
    padding-top: 50px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .page-template-default .main > h1 {
        padding-top: 30px;
    }
}
.home.page-template-default .main {
    padding-bottom: 0;
}
.page-template-default .main {
    padding-bottom: 0px;
}
.page-template-default .main .wp-caption.alignright,
.page-template-default .main img.alignright {
    display: block;
    margin-left: auto;
}
.page-template-default .main ol,
.page-template-default .main ul {
    list-style-position: inside;
}
.shell {
    position: relative;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 100%;
}
.shell--fluid {
    max-width: none;
}
.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 173px;
    background-repeat: no-repeat;
    background-position: right 0;
}
@media (max-width: 1199px) {
    .wrapper {
        padding-top: 137px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .wrapper {
        padding-top: 81px;
    }
}
.wrapper .wrapper__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
@media (max-width: 1023px) {
    .wrapper {
        background-size: contain;
    }
}
body.admin-bar .wrapper .wrapper__inner {
    min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
    body.admin-bar .wrapper .wrapper__inner {
        min-height: calc(100vh - 46px);
    }
}
.is-active .wrapper {
    max-height: 100vh;
    overflow: hidden;
}
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label,
.gform_wrapper.gform_wrapper,
.gform_wrapper.gform_wrapper.gf_browser_ie .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_body,
.gform_wrapper.gform_wrapper .gform_footer,
.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gform_wrapper .gform_heading,
.gform_wrapper.gform_wrapper .gform_heading .gform_title,
.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper .gform_page_footer input[type="submit"] {
    padding: 0;
    margin: 0;
}
.gform_wrapper .gform_footer {
    position: relative;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gform_wrapper .gform_body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border: 0;
    background-color: transparent;
}
.gform_wrapper .gform_body .gform_fields .gfield--medium,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--medium.gfield_error {
    width: 50%;
    max-width: 50%;
}
.gform_wrapper .gform_body .gform_fields .gfield--small,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--small.gfield_error {
    width: 33.33%;
    max-width: 33.33%;
}
.gform_wrapper .gform_body .gform_fields .gfield--address,
.gform_wrapper .gform_body .gform_fields .gfield--checkbox,
.gform_wrapper .gform_body .gform_fields .gfield--consent,
.gform_wrapper .gform_body .gform_fields .gfield--date,
.gform_wrapper .gform_body .gform_fields .gfield--fileupload,
.gform_wrapper .gform_body .gform_fields .gfield--html,
.gform_wrapper .gform_body .gform_fields .gfield--large,
.gform_wrapper .gform_body .gform_fields .gfield--name,
.gform_wrapper .gform_body .gform_fields .gfield--radio,
.gform_wrapper .gform_body .gform_fields .gfield--rangeslider,
.gform_wrapper .gform_body .gform_fields .gfield--section,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--address.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--checkbox.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--consent.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--date.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--fileupload.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--html.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--large.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--name.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--radio.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--rangeslider.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--section.gfield_error {
    width: 100%;
    max-width: 100%;
}
.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type="submit"] {
    line-height: normal;
    min-height: 0;
    width: auto;
}
.gform_wrapper .gform_body .gform_fields {
    margin: 0 -15px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
    padding: 0 15px;
    margin-bottom: 20px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid grey;
    border-radius: 0;
    font-weight: inherit;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    height: 200px;
    resize: vertical;
    padding: 15px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select {
    padding: 0 15px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select[multiple="multiple"] {
    padding: 15px;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input[type="radio"] {
    display: none;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label {
    position: relative;
    padding-left: 20px;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
    width: 14px;
    height: 14px;
    border: 1px solid grey;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
    display: none;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label {
    font-weight: 400;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label:after {
    display: block;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
    border-radius: 100%;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
    left: 2px;
    width: 10px;
    height: 10px;
    background: grey;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
    border-radius: 100%;
}
.ui-datepicker {
    display: none;
}
.ui-datepicker select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px;
    border: 0;
    background: transparent;
}
.ui-datepicker select::-ms-expand {
    display: none;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: relative;
    background: transparent;
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid;
    border-width: 5px 5px 0;
    border-color: #fff transparent transparent;
}
.ui-datepicker .ui-datepicker-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.ui-datepicker .ui-datepicker-next:before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.ui-datepicker .ui-datepicker-header {
    background: blue;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default,
.ui-datepicker .ui-datepicker-calendar tbody td,
.ui-datepicker .ui-datepicker-calendar thead {
    background: #fff;
    text-shadow: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
    background: blue;
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
    background: gray !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    border: 0;
    background: blue;
    color: #fff;
    margin: 0;
}
.gform_wrapper.gform_wrapper div.validation_error,
.gform_wrapper.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-color: red;
    background-color: transparent;
}
.gform_wrapper.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper.gform_wrapper .gfield_required,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper div.validation_error,
.gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio {
    color: red;
}
.gform_wrapper.gform_wrapper div.validation_error {
    display: none;
}
.gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .gform_wrapper .gform_body .gform_fields .gfield,
    .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
        width: 100%;
    }
}

.home .app-block-intro .attachment-app_intro:first-of-type {
    border-radius: 10px 90px 10px 100px;
}

.home .app-block-intro .section__image:before {
    background: linear-gradient(28deg, #73b9e1 0%, #0000 30%);
    background-blend-mode: overlay;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 90px 10px 100px;
}

li.menu-item-has-children > a:after {
    content: "+";
    display:inline;
    color:#fff;
    font-size:30px;
    font-weight:300;
    margin: 8px -20px 0 10px;
}

li.menu-item-has-children.open > a:after {
    content: "-";
}