* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

html {
    scroll-behavior: smooth
}

body,html {
    overflow-x: hidden
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

a,button,input,textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer
}

textarea {
    resize: none
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body {
    font-family: Roboto,sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000810;
    position: relative
}

body.fixed {
    position: fixed;
    width: 100%
}

body.swal2-shown {
    padding: 0!important
}

.section {
    padding: 80px 0
}

.section-nopb {
    padding: 80px 0 0
}

.section_header .subtitle {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-family: Archivo,sans-serif;
    font-weight: 600
}

.section_header .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background: #ffc631
}

.section_header .subtitle--extended {
    padding-left: 20px;
    margin-left: 40px
}

.section_header .subtitle--extended:before {
    width: 1000%;
    left: -1000%
}

.section_header .text {
    margin: 20px 0 30px
}

.highlight {
    color: #0da574
}

.primary-bg {
    background: #001f3f;
    color: #fff
}

h1,h2,h3,h4,h5,h6 {
    font-family: Archivo,sans-serif;
    font-weight: 700
}

h1 {
    font-size: 40px;
    line-height: 1.2
}

h2 {
    font-size: 36px;
    line-height: 1.1
}

h3,h4 {
    font-size: 26px;
    line-height: 1.2
}

h5 {
    font-size: 18px;
    line-height: 1.2
}

h6 {
    font-size: 14px;
    line-height: 1.5
}

.link-arrow {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    color: #0da574;
    letter-spacing: 1px;
    font-family: Archivo,sans-serif;
    font-weight: 600
}

.link-arrow--alt {
    color: #ffc631
}

.link-arrow i {
    margin-left: 5px;
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    font-size: 16px
}

.link-arrow:hover i {
    margin-left: 10px
}

.btn {
    font-family: Archivo,sans-serif;
    font-weight: 700;
    padding: 18px 30px;
    color: #000810;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffc631;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: inline-block;
    text-align: center
}

.btn:not(.btn--static):focus,.btn:not(.btn--static):hover {
    bottom: 5px
}

.btn-play {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 2px solid #001f3f;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #001f3f;
    font-size: 24px
}

.btn-play i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-play:focus,.btn-play:hover {
    border-color: #ffc631
}

.btn-play:focus i,.btn-play:hover i {
    color: #ffc631
}

.socials_item {
    margin-right: 20px
}

.socials_item:last-of-type {
    margin-right: 0
}

.socials_item-link {
    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;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #001f3f;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 30px
}

.socials_item-link:focus,.socials_item-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #ffc631
}

.socials--alt .socials_item-link {
    color: #001f3f;
    background: #ffc631
}

.hamburger {
    width: 30px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hamburger .line {
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    border-radius: 3px
}

.hamburger .line--short {
    width: 50%
}

.hamburger.active .line--short {
    width: 100%
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]:checked+label .icon {
    color: #0da574
}

input[type=checkbox]+label {
    cursor: pointer
}

input[type=checkbox]+label .icon {
    color: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #c8c8c8;
    margin-right: 20px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.field.error {
    border-color: red
}

.brand {
    display: inline-block;
    font-size: 28px;
    line-height: 22px;
    color: #fff;
    font-family: Archivo,sans-serif;
    font-weight: 700
}

.brand svg {
    margin-right: 10px
}

.brand .highlight {
    margin-left: 5px
}

#scrollToTop {
    position: fixed;
    right: 12px;
    bottom: -100px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    opacity: .5;
    background: #ffc631;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#scrollToTop.active {
    bottom: 12px
}

#scrollToTop:hover {
    opacity: 1
}

#scrollToTop .icon {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #001f3f;
    font-size: 24px;
    line-height: 24px
}

@media screen and (min-width:767.98px) {
    body {
        font-size: 19px
    }

    h1 {
        font-size: 46px;
        line-height: 1.1
    }

    h2 {
        font-size: 40px;
        line-height: 1.3
    }

    h3,h4 {
        font-size: 26px;
        line-height: 1.2
    }

    #scrollToTop {
        right: 20px
    }

    #scrollToTop.active {
        bottom: 20px
    }

    .btn-play {
        width: 110px;
        height: 110px;
        font-size: 34px
    }
}

@media screen and (min-width:991.98px) {
    h1 {
        font-size: 58px;
        line-height: 1
    }

    h2 {
        font-size: 48px;
        line-height: 1.1
    }

    h3 {
        font-size: 30px;
        line-height: 1.2
    }

    h4 {
        Line-height: 1.1
    }

    .section {
        padding: 180px 0
    }

    .section-nopb {
        padding: 180px 0 0
    }
}

@media screen and (min-width:1199.98px) {
    #scrollToTop {
        right: 40px
    }

    #scrollToTop.active {
        bottom: 40px
    }
}

.alert_popup {
    border-radius: 0;
    padding-bottom: 30px!important
}

.alert_popup-close {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.alert_popup-title {
    font-family: Archivo,sans-serif;
    color: #001f3f!important;
    padding: 30px 30px 0
}

.alert_popup-content .main {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.header_navbar {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    background: #001f3f
}

.header_navbar-nav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.header_navbar-nav .link {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: .9
}

.header_navbar-nav_list {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header_navbar-nav_list.active {
    max-height: 90vh;
    margin-top: 30px;
    overflow-y: scroll
}

.header_navbar-nav_list .list-item {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Archivo,sans-serif;
    font-weight: 600;
    padding: 20px 0
}

.header_navbar-nav_list .list-item .dropdown-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px
}

.header_navbar-nav_list .list-item .dropdown-content.active {
    max-height: 1000px;
    margin: 20px 0 0 15px
}

.header_navbar-nav_list .list-item .dropdown-content .link {
    margin-bottom: 20px
}

.header_navbar-nav_list .list-item .dropdown-content .link:last-of-type {
    margin-bottom: 0
}

.header_navbar-nav_list .list-item .dropdown-trigger {
    text-transform: inherit;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header_navbar-nav_list .list-item .dropdown-trigger.active .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header_navbar-nav_list .list-item .dropdown-trigger .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffc631;
    margin: 0 10px
}

.header_extension {
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden
}

.header_extension .section_header {
    position: relative;
    z-index: 3
}

.header_extension .plan {
    position: absolute;
    width: 50%;
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
    bottom: -22%;
    right: 10%;
    opacity: .8;
    z-index: 1
}

.header_extension .breadcrumbs {
    margin-top: 30px
}

.header_extension .breadcrumbs_item {
    font-weight: 500;
    position: relative;
    margin-right: 84px
}

.header_extension .breadcrumbs_item:hover:before {
    width: 100%
}

.header_extension .breadcrumbs_item:after,.header_extension .breadcrumbs_item:before {
    content: '';
    position: absolute
}

.header_extension .breadcrumbs_item:after {
    width: 30px;
    height: 2px;
    background: #fff;
    top: 50%;
    right: -58px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_extension .breadcrumbs_item:before {
    width: 0;
    height: 2px;
    background-color: #ffc631;
    bottom: -6px;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.header_extension .breadcrumbs_item--current {
    font-weight: 400;
    padding: 0;
    margin: 0
}

.header_extension .breadcrumbs_item--current:after,.header_extension .breadcrumbs_item--current:before {
    display: none
}

@media screen and (min-width:575.98px) {
    .header_extension .plan {
        bottom: -50%
    }
}

@media screen and (min-width:767.98px) {
    .header_navbar {
        padding: 15px 0
    }

    .header_navbar-nav_list.active {
        max-height: 1000px;
        overflow-y: unset
    }

    .header_extension .plan {
        bottom: -73%
    }
}

@media screen and (min-width:991.98px) {
    .header .brand {
        font-size: 0
    }

    .header_navbar {
        background: 0 0;
        padding: 60px 0 0
    }

    .header_navbar.sticky {
        padding: 20px 0;
        background: #001f3f
    }

    .header_navbar .hamburger {
        display: none
    }

    .header_navbar .link--single {
        position: relative
    }

    .header_navbar .link--single:before {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: #ffc631;
        left: 0;
        bottom: -6px;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }

    .header_navbar .link--single.active:before,.header_navbar .link--single:focus:before,.header_navbar .link--single:hover:before {
        width: 100%
    }

    .header_navbar-nav {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .header_navbar-nav_list {
        max-height: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 30px
    }

    .header_navbar-nav_list .list-item {
        padding: 0;
        margin-right: 20px;
        font-size: 14px;
        font-family: Archivo,sans-serif;
        font-weight: 600
    }

    .header_navbar-nav_list .list-item:last-of-type {
        margin-right: 0
    }

    .header_navbar-nav_list .list-item .dropdown-content {
        position: absolute;
        width: unset;
        max-height: unset;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        margin: 10px 0 0;
        padding: 15px;
        background: #001f3f
    }

    .header_navbar-nav_list .list-item .dropdown-content.visible,.header_navbar-nav_list .list-item .dropdown-content:hover {
        visibility: visible;
        opacity: 1
    }

    .header_navbar-nav_list .list-item .dropdown-content.active {
        margin: 10px 0 0
    }

    .header_navbar-nav_list .list-item .dropdown-content .link {
        margin-bottom: 20px;
        line-height: 22px
    }

    .header_navbar-nav_list .list-item .dropdown-content .link:last-of-type {
        margin-bottom: 0
    }

    .header_navbar-nav_list .list-item .dropdown-trigger {
        text-transform: inherit;
        font-size: inherit
    }

    .header_navbar-nav_list .list-item .dropdown-trigger:focus+.dropdown-content,.header_navbar-nav_list .list-item .dropdown-trigger:hover+.dropdown-content {
        visibility: visible;
        opacity: 1
    }

    .header_navbar-nav_list .list-item .dropdown-trigger:focus .icon,.header_navbar-nav_list .list-item .dropdown-trigger:hover .icon {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header_navbar-nav_list .list-item .dropdown-trigger .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #ffc631;
        margin-left: 10px
    }

    .header_extension {
        padding: 200px 0 80px;
        position: relative;
        overflow: hidden
    }

    .header_extension .plan {
        bottom: -62%
    }

    .header_extension .breadcrumbs {
        margin-top: 30px
    }
}

@media screen and (min-width:1199.98px) {
    .header .brand {
        font-size: 28px
    }

    .header_extension {
        padding: 200px 0 80px;
        position: relative;
        overflow: hidden
    }

    .header_extension .plan {
        width: 651px;
        bottom: -82%;
        right: 128px
    }

    .header_extension .breadcrumbs {
        margin-top: 30px
    }
}

@media screen and (min-width:1399.98px) {
    #scrollToTop {
        width: 58px;
        height: 58px;
        right: 30px
    }

    #scrollToTop.active {
        bottom: 30px
    }

    .header_navbar-nav_list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header_navbar-nav_list .list-item {
        margin-right: 40px
    }
}

.hero_img {
    margin-top: 30px;
    overflow: hidden
}

.hero_img::before {
    float: left;
    padding-top: 106.06060606060605%;
    content: ''
}

.hero_img::after {
    display: block;
    content: '';
    clear: both
}

.hero_img-img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero_header-list_item {
    font-weight: 500;
    color: #202c38;
    margin-bottom: 15px
}

.hero_header-list_item:last-of-type {
    margin-bottom: 0
}

.hero_header-list_item .icon {
    color: #0da574;
    font-size: 16px;
    margin-right: 10px
}

.hero_header .btn {
    width: 100%;
    margin-top: 40px
}

@media screen and (min-width:767.98px) {
    .hero_img {
        margin-top: 40px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:1199.98px) {
    .hero_header {
        max-width: 520px;
        padding: 80px 0;
        margin-right: 115px
    }

    .hero_img {
        margin-top: 0
    }

    .services_slider-slide .img-wrapper {
        min-height: 530px;
        overflow: hidden
    }
}

.quote_header {
    position: relative
}

.quote_header .author,.quote_header .subtitle,.quote_header .title {
    position: relative;
    z-index: 2
}

.quote_header .author {
    text-transform: uppercase;
    color: #ffc631;
    display: inline-block;
    margin-top: 40px
}

.quote_header-icon {
    -webkit-animation: 2s ease-in-out infinite both rotate-center;
    animation: 2s ease-in-out infinite both rotate-center;
    position: absolute;
    z-index: 1;
    top: -20%;
    right: 0
}

@media screen and (min-width:575.98px) {
    .hero_header .btn {
        width: unset
    }

    .quote_header-icon {
        top: -5%;
        right: 0
    }
}

@media screen and (min-width:991.98px) {
    .quote_header-icon {
        top: -66px;
        left: 0
    }
}

.hero_slider-nav button,.tns-nav button {
    width: 12px;
    height: 12px;
    background: #e9e6e6;
    display: block;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.hero_slider-nav button:after,.tns-nav button:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 1px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.hero_slider-nav button.tns-nav-active,.tns-nav button.tns-nav-active {
    background: #001f3f
}

.hero_slider-nav button.tns-nav-active:after,.tns-nav button.tns-nav-active:after {
    border-color: #001f3f
}

.hero_slider-nav--alt button.tns-nav-active,.tns-nav--alt button.tns-nav-active {
    background: #ffc631
}

.hero_slider-nav--alt button.tns-nav-active:after,.tns-nav--alt button.tns-nav-active:after {
    border-color: #ffc631
}

.services {
    padding: 80px 0 120px
}

.services_header {
    margin-bottom: 30px
}

.services .tns-outer {
    position: relative
}

.services .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -5%;
    width: 100%;
    z-index: 1000
}

.services .tns-nav button {
    margin-right: 15px
}

.services .tns-nav button:last-of-type {
    margin-right: 0
}

.services_slider {
    overflow: hidden
}

.services_slider-slide .img-wrapper {
    max-height: 530px;
    margin-bottom: 20px
}

.services_slider-slide .img-wrapper::before {
    float: left;
    padding-top: 88.33333333333333%;
    content: ''
}

.services_slider-slide .img-wrapper::after {
    display: block;
    content: '';
    clear: both
}

.services_slider-slide .img-wrapper img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.services_slider-slide .text-wrapper .title {
    margin-bottom: 20px
}

.services_slider-slide .text-wrapper .text {
    margin-bottom: 30px
}

.services_slider-slide .text-wrapper .list {
    margin-bottom: 40px
}

.services_slider-slide .text-wrapper .btn {
    width: 100%
}

@media screen and (min-width:767.98px) {
    .services_header {
        margin-bottom: 40px
    }

    .services .tns-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: unset
    }

    .services .tns-nav button {
        margin-right: 0;
        margin-bottom: 20px
    }

    .services .tns-nav button:last-of-type,.services_slider-slide .img-wrapper {
        margin-bottom: 0
    }

    .services_slider-slide .text-wrapper {
        margin-left: 30px
    }

    .services_slider-slide .text-wrapper .btn {
        width: unset
    }
}

@media screen and (min-width:991.98px) {
    .services {
        padding: 180px 0
    }

    .services_slider-slide .text-wrapper .title {
        line-height: 35px
    }
}

.gallery_list-item {
    position: relative;
    cursor: pointer
}

.gallery_list-item::before {
    float: left;
    padding-top: 114.58333333333333%;
    content: ''
}

.gallery_list-item::after {
    display: block;
    content: '';
    clear: both
}

.gallery_list-item:hover .text-wrapper {
    opacity: 1
}

.gallery_list-item .img-wrapper,.gallery_list-item .img-wrapper img,.gallery_list-item .text-wrapper {
    width: 100%;
    height: 100%
}

.gallery_list-item .img-wrapper img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery_list-item .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,31,63,.7);
    color: #fff;
    padding: 40px;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0
}

.gallery_list-item .text-wrapper .title {
    margin: 15px 0 20px
}

.gallery_list-item .text-wrapper .label,.gallery_list-item .text-wrapper .subtitle {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    font-family: Archivo,sans-serif;
    font-weight: 600
}

.gallery_list-item .text-wrapper .label {
    color: #ffc631
}

.gallery_list-item .text-wrapper .subtitle {
    padding-left: 60px;
    position: relative
}

.gallery_list-item .text-wrapper .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 40px;
    background: #ffc631
}

.features_header .title {
    margin-bottom: 30px
}

.features_header-list {
    margin-bottom: 40px
}

.features_header-list_item {
    margin-bottom: 16px
}

.features_header-list_item:last-of-type {
    margin-bottom: 0
}

.features_header-list_item .icon {
    color: #0da574;
    margin-right: 10px
}

.features_card {
    cursor: pointer;
    margin-top: 30px
}

.features_card[data-order="1"] {
    margin-top: 0
}

.features_card .wrapper {
    height: 100%;
    border: 1px solid #fff;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    padding: 30px
}

.features_card .wrapper:hover {
    border-color: #ffc631
}

.features_card-title {
    margin: 30px 0 20px
}

.features_card-icon * {
    fill: #ffc631
}

.features_card--alt .wrapper {
    border-color: #a9a9a9
}

.features_card--alt .wrapper:hover {
    border-color: #001f3f
}

.features_card--alt .features_card-icon * {
    fill: #001f3f
}

.features_card--alt .features_card-description {
    color: #001f3f
}

@media screen and (min-width:767.98px) {
    .features_header {
        padding: 0 15px
    }

    .features_header-list {
        margin-bottom: 0
    }

    .features_card {
        padding: 0 15px
    }

    .features_card[data-order="1"] {
        margin-top: 30px
    }
}

@media screen and (min-width:1399.98px) {
    .quote_header-icon {
        top: -66px;
        left: -80px
    }

    .features_card .wrapper {
        padding: 50px
    }
}

.features_video {
    margin-top: 60px;
    max-height: 580px;
    overflow: hidden
}

.features_video::before {
    float: left;
    padding-top: 45.3125%;
    content: ''
}

.features_video::after {
    display: block;
    content: '';
    clear: both
}

.features_video img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.features .btn-play {
    border-color: #ffc631
}

.features .btn-play i {
    color: #ffc631
}

.features .btn-play:focus,.features .btn-play:hover {
    border-color: #001f3f
}

.features .btn-play:focus i,.features .btn-play:hover i {
    color: #001f3f
}

.tns-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tns-arrows_arrow {
    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;
    width: 40px;
    height: 40px;
    border: 1px solid #001f3f;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tns-arrows_arrow .icon {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.tns-arrows_arrow[aria-disabled=true] {
    color: #a9a9a9;
    cursor: default;
    border-color: #c8c8c8
}

.tns-arrows_arrow--prev {
    margin-right: 30px
}

.tns-arrows_arrow--prev:hover:not([aria-disabled=true]) .icon {
    margin-right: 5px
}

.tns-arrows_arrow--next:hover:not([aria-disabled=true]) .icon {
    margin-left: 5px
}

.reviews_slider {
    padding-top: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews_slider-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.reviews_slider-slide {
    min-height: 100%
}

.reviews_slider-slide_wrapper {
    height: 100%;
    background: #f8f8f8;
    padding: 30px
}

.reviews_slider-slide_wrapper .stars {
    margin-bottom: 27px
}

.reviews_slider-slide_wrapper .stars_star {
    color: #ffc631;
    font-size: 24px;
    margin-right: 15px
}

.reviews_slider-slide_wrapper .stars_star:last-of-type {
    margin-right: 0
}

.reviews_slider-slide_wrapper .text {
    margin-bottom: 30px
}

.reviews_slider-slide_wrapper .author {
    font-family: Archivo,sans-serif
}

.reviews_slider-slide_wrapper .author .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

.reviews_slider-slide_wrapper .author .name,.reviews_slider-slide_wrapper .author .profession {
    display: block
}

.reviews_slider-slide_wrapper .author .name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 23px
}

.reviews_slider-slide_wrapper .author .profession {
    font-weight: 500;
    text-transform: uppercase;
    color: #202c38;
    font-size: 14px;
    line-height: 22px
}

@media screen and (min-width:575.98px) {
    .reviews_slider-slide_wrapper {
        padding: 30px
    }
}

@media screen and (min-width:767.98px) {
    .reviews .wrapper--slider {
        position: relative
    }

    .reviews_slider-controls {
        margin-top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        top: -50px
    }
}

@media screen and (min-width:991.98px) {
    .reviews_slider {
        padding-top: 40px
    }

    .reviews_slider-slide_wrapper .text {
        text-align: left
    }
}

@media screen and (min-width:1199.98px) {
    .features_card[data-order="1"],.features_card[data-order="2"] {
        margin-top: 0
    }

    .reviews_slider-slide_wrapper {
        padding: 60px 30px 60px 60px
    }

    .reviews_slider-slide_wrapper .text {
        font-size: 19px;
        line-height: 28px
    }

    .reviews_slider-slide_wrapper .author .avatar {
        width: 80px;
        height: 80px
    }
}

.footer {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center
}

.footer_main-block {
    margin-bottom: 40px
}

.footer_main-block:last-of-type {
    margin-bottom: 0
}

.footer_main-block .brand,.footer_main-block_title {
    margin-bottom: 20px
}

.footer_main-block_form {
    margin-top: 20px
}

.footer_main-block_form .btn,.footer_main-block_form .field {
    width: 100%
}

.footer_main-block_form .field {
    background: #fff;
    border: 1px solid transparent;
    padding: 17px 19px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000810;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px
}

.footer_main-block_form .field::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field::-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field::placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field:focus {
    border-color: #ffc631
}

.footer_main-block_form .field:focus::-webkit-input-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus::-moz-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus:-ms-input-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus::-ms-input-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus::placeholder {
    opacity: 0
}

.footer_main-block_form .field.error {
    border-color: red
}

.footer_main-block_form .btn {
    padding: 18px 20px
}

.footer_main-block_form .btn:focus,.footer_main-block_form .btn:hover {
    background: #ffd464
}

.footer_main-block .group-wrapper:first-of-type {
    margin-bottom: 15px
}

.footer_main-block .group-wrapper .icon {
    color: #ffc631;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 5px
}

.footer_main-block .group-wrapper .group {
    text-align: left;
    line-height: 23px
}

.footer_main-block .group-wrapper .group a,.footer_main-block .group-wrapper .group span {
    display: inline-block
}

.footer_main-block .group-wrapper .group a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.footer_main-block .group-wrapper .group a:focus,.footer_main-block .group-wrapper .group a:hover {
    opacity: .8
}

.footer_main-block_nav .list-item {
    margin-bottom: 13px
}

.footer_main-block_nav .list-item:last-of-type {
    margin-bottom: 0
}

.footer_main-block_nav .list-item .link {
    font-family: Archivo,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative
}

.footer_main-block_nav .list-item .link .icon {
    position: absolute;
    font-size: 14px;
    color: #ffc631;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.footer_main-block_nav .list-item .link:focus .icon,.footer_main-block_nav .list-item .link:hover .icon {
    opacity: 1
}

.footer_secondary {
    border-top: 1px solid #a9a9a9;
    margin-top: 60px;
    padding-top: 60px
}

.footer_secondary-copyright {
    text-align: center;
    margin: 0 0 40px
}

.footer_secondary-copyright span {
    display: inline-block
}

@media screen and (min-width:575.98px) {
    .footer_main-block_subtitle {
        width: 100%;
        margin: 0 auto
    }

    .footer_main-block_subtitle--newsletter {
        max-width: 330px
    }

    .footer_main-block_subtitle--brand {
        max-width: 314px
    }

    .footer_main-block_form {
        max-width: 330px;
        width: 100%;
        margin: 20px auto 0
    }

    .footer_main-block_form .field {
        margin-bottom: 0
    }

    .footer_main-block_form .btn {
        width: auto
    }
}

@media screen and (min-width:767.98px) {
    .footer {
        text-align: left
    }

    .footer_main {
        padding-bottom: 80px
    }

    .footer_main-block {
        margin: 0
    }

    .footer_main-block_subtitle--brand {
        max-width: 314px;
        margin: 0 auto 30px 0
    }

    .footer_secondary {
        margin: 0;
        padding-top: 60px
    }

    .footer_secondary-copyright {
        max-width: 350px;
        text-align: left;
        margin: 0
    }
}

@media screen and (min-width:1199.98px) {
    .footer_main-block_subtitle--brand {
        margin: 0 auto 0 0
    }
}
/*# sourceMappingURL=../sourcemaps/about.css.map */
