@font-face {
    font-family: "Lazzer";
    src: url("/wp-content/themes/arctrade/fonts/Lazzer-Regular.woff2") format("woff2"),
         url("/wp-content/themes/arctrade/fonts/Lazzer-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Lazzer";
    src: url("/wp-content/themes/arctrade/fonts/Lazzer-RegularItalic.woff2") format("woff2"),
         url("/wp-content/themes/arctrade/fonts/Lazzer-RegularItalic.woff") format("woff");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Lazzer";
    src: url("/wp-content/themes/arctrade/fonts/Lazzer-Medium.woff2") format("woff2"),
         url("/wp-content/themes/arctrade/fonts/Lazzer-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Lazzer";
    src: url("/wp-content/themes/arctrade/fonts/Lazzer-MediumItalic.woff2") format("woff2"),
         url("/wp-content/themes/arctrade/fonts/Lazzer-MediumItalic.woff") format("woff");
    font-style: italic;
    font-weight: 500;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    color: #000;
    background: #F7F5EF;

    /* Primary font */
    font-family: 'Lazzer', sans-serif;
    /* Secondary font */
    /* font-family: 'Space Mono', monospace; */
}
ol, ul { 
	list-style: none;
}
blockquote, q { 
	quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}
/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
.nopad {
	padding:0;
}
.nopadleft {
	padding-left:0;
}
.nopadright {
	padding-right:0;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
   object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
/* Reset end */

.prev-scroll {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.grid-container {
    width: 100%;
    max-width: 100%;
    padding-left: 3.7vw;
    padding-right: 3.7vw;
    position: relative;
    z-index: 2;
}
.grid-container.grid-container-full {
    padding: 0 0;
}

.btn-pink,
.btn-pink:focus,
.btn-pink:active {
    display: inline-block;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: #E1D7F0;
    border-radius: 2px;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    white-space: nowrap;
}
.btn-pink:hover {
    background: #CBC2D8;
    color: #000;
}
.btn-w-arrow span {
    display: inline-block;
    position: relative;
    padding-right: 36px;
}
.btn-w-arrow span::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/arctrade/img/icon-arrow_right.svg) no-repeat center center;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
.btn-w-arrow.btn-w-arrow-topright span::after {
    background: url(/wp-content/themes/arctrade/img/icon-arrow_outward.svg) no-repeat center center;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
    display: inline-block;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    white-space: nowrap;
}
.btn-white:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.btn-link-white,
.btn-link-white:focus,
.btn-link-white:active {
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
    padding-bottom: 2px;
}
.btn-link-white::after {
    content: '';
    width: 100%; height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0; left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.btn-link-white:hover {
    color: rgba(255, 255, 255, 0.6);
}
.btn-link-white:hover::after {
    opacity: 1;
}

.box-arrow-white-invert {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.btn-long,
.btn-long:focus,
.btn-long:active {
    min-width: 376px;
    text-align: center;
}

footer {
    background: #000;
    padding: 120px 0 80px;
}
.footer-nav ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.footer-nav ul li {
    float: left;
    margin-right: 64px;
}
.footer-nav ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    padding-bottom: 2px;
    transition: 0.3s ease-in-out;
}
.footer-nav ul li a::after {
    content: '';
    width: 100%; height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0; left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.footer-nav ul li a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.footer-nav ul li a:hover::after {
    opacity: 1;
}
.footer-copywrite {
    padding-top: 160px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}
.footer-contact-item {
    margin-bottom: 32px;
}
.footer-contact-item:last-child {
    margin-bottom: 0;
}
.footer-contact-item a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    min-height: 44px;
    position: relative;
    padding-right: 76px;
}
.footer-contact-item a > div {
    width: 100%;
}
.footer-contact-item a > div :last-child {
    margin-bottom: 0;
}
.footer-contact-item a span {
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
.footer-contact-item a:hover span {
    background: rgba(255, 255, 255, 0.2);
}
.footer-contact-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 4px;
}
.footer-contact-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: rgba(255, 255, 255, 0.8);
}

.box-arrow-white,
.box-arrow-white:focus,
.box-arrow-white:active {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}
.box-arrow-white:hover {
    background: rgba(255, 255, 255, 0.3);
}
.box-arrow-white.box-arrow-white-topright::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/arctrade/img/icon-arrow_outward-white.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.box-arrow-white.box-arrow-white-right::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/arctrade/img/icon-arrow_right-white.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.box-arrow-white.box-arrow-white-top::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/arctrade/img/icon-arrow_upward-white.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.footer-scroll-to-top {
    position: relative;
}
.footer-scroll-to-top a,
.footer-scroll-to-top a:focus,
.footer-scroll-to-top a:active {
    position: absolute;
    bottom: -21px; right: 0;
}


header {
    position: fixed;
    top: 0; right: 0; left: 0;
    padding: 40px 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
}
header.header-scrolled {
    background: #F7F5EF;
    border-bottom: 1px solid #D7D7D7;
}
header.header-scrolled .header-logo svg path {
    fill: #000;
}
header.header-scrolled .hamburger svg path {
    fill: #000;
}
header.header-scrolled .btn-link-white,
header.header-scrolled .btn-link-white:focus,
header.header-scrolled .btn-link-white:active {
    -webkit-filter: invert(1);
    filter: invert(1);
}
header.header-dark {
    background: #F7F5EF;
    border-bottom: 1px solid #D7D7D7;
}
header.header-dark .header-logo svg path {
    fill: #000;
}
header.header-dark .hamburger svg path {
    fill: #000;
}
header.header-dark .btn-link-white,
header.header-dark .btn-link-white:focus,
header.header-dark .btn-link-white:active {
    -webkit-filter: invert(1);
    filter: invert(1);
}
header > .grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header svg path {
    transition: 0.3s ease-in-out;
}
.header-logo {
    line-height: 0;
}
.header-logo a {
    display: block;
}
.header-logo svg {
    width: 196px;
}
.header-right {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-right > div {
    margin-left: 40px;
}
.hamburger {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    line-height: 0;
}
.hamburger:hover {
    opacity: 0.6;
}

.mobile-menu {
    position: fixed;
    top: 0; right: 0; left: 0; bottom: 0;
    background: #E1D7F0;
    z-index: 2;
    transform: translateY(-100%);
    transition: transform .7s cubic-bezier(0.5, 1, 0.89, 1);
}
.mobile-menu.is-active {
    transform: translateY(0);
}
.mobile-menu-header {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 30px 0;
    margin-bottom: 100px;
    width: 100%;
}
.mobile-menu-header .btn-link-white,
.mobile-menu-header .btn-link-white:focus,
.mobile-menu-header .btn-link-white:active {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.mobile-menu-content {
    width: 100%;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;

    overflow: auto;
}
.mobile-menu-content ul li {
    margin-bottom: 64px;
}
.mobile-menu-content ul li:last-child {
    margin-bottom: 0;
}
.mobile-menu-content ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 64px;
    padding-right: 64px;
}
.mobile-menu-content ul li a::after {
    content: '';
    width: 0%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0; left: 0;
    transition: 0.6s ease-in-out;
}
.mobile-menu-content ul li a span {
    position: absolute;
    top: 0; right: 0;
}
.mobile-menu-content ul li a:hover span {
    background: rgba(0, 0, 0, 0.4);
}
.mobile-menu-content ul li a:hover::after {
    width: 100%;
}
.mobile-menu-content-subtitle {
    font-family: 'Space Mono', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
}
.mobile-menu-content-title {
    display: inline-block;
    font-weight: 500;
    font-size: 44px;
    line-height: 1.25;
    color: #000;
    position: relative;
}

.mobile-menu-bottom {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mobile-menu-bottom-left {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu-copywrite {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 32px;
}
.mobile-menu-b-nav ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.mobile-menu-b-nav ul li {
    float: left;
    margin-right: 32px;
}
.mobile-menu-b-nav ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-bottom: 2px;
}
.mobile-menu-b-nav ul li a:after {
    content: '';
    width: 100%; height: 1px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0; left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.mobile-menu-b-nav ul li a:hover {
    color: rgba(0, 0, 0, 0.6);
}
.mobile-menu-b-nav ul li a:hover::after {
    opacity: 1;
}
.mobile-menu-b-nav-social ul li {
    margin: 0 0 0 30px;
}
.mobile-menu-b-nav-social ul li a {
    padding-right: 36px;
}
.mobile-menu-b-nav-social ul li a::before {
    content: '';
    width: 24px; height: 24px;
    background: url(/wp-content/themes/arctrade/img/icon-arrow_outward.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}

.mobile-menu-bottom-hold {
    width: 100%;
    padding: 40px 0;
}
.mobile-menu .grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -ms-flex-line-pack: justify;
    align-content: space-between;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}


main {
    overflow: hidden;
}
.section-first {
    padding-top: 188px !important;
}
.text-white {
    color: #fff;
}
.text-white-09 {
    color: rgba(255, 255, 255, 0.9);
}
.text-white-08 {
    color: rgba(255, 255, 255, 0.8);
}


.home-intro-section {
    background: #37002D;
    padding: 124px 0;
}
.home-intro-img {
    position: relative;
    padding-bottom: 36.26%;
    margin-bottom: 64px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.home-intro-textbox .grid-x > div:nth-child(odd) {
    padding-right: 40px;
}
.home-intro-textbox .grid-x > div:nth-child(even) {
    padding-left: 40px;
}
.home-intro-textbox .home-intro-textbox-text  {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


.title-56 {
    font-weight: 500;
    font-size: 56px;
    line-height: 1.25;
    color: #fff;
}
.title-56 strong {
    font-weight: 500;
    color: #DDCEF3;
}
.text-20 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
}
.headline-14 {
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.29;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 160px;
}
.headline-14.headline-light {
    color: rgba(255, 255, 255, 0.5);
}
.title-44 {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 24px;
}
.title-44 strong {
    font-weight: 500;
    color: #DDCEF3;
}
.text-18 {
    font-size: 18px;
    line-height: 1.78;
}


.home-solutions-section {
    padding: 64px 0 0;
}
.home-solutions-section-item {
    margin-bottom: 160px;
}
.home-solutions-section-item > :last-child {
    margin-bottom: 0;
}
.home-solutions-section-item-top {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-bottom: 48px;
}
.home-solutions-section-item-top .text-18 {
    max-width: 784px;
}
.home-solutions-section-item-top-left :last-child {
    margin-bottom: 0;
}
.home-solutions-section-item-top-right {
    padding-left: 32px;
}
.home-solutions-section-item-list {
    margin-bottom: 48px;
}
.home-solutions-section-item-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.home-solutions-section-item-list ul li {
    float: left;
    position: relative;
    padding-left: 44px;
    font-size: 18px;
    line-height: 1.78;
    margin: 0 36px 16px 0;
}
.home-solutions-section-item-list ul li::before {
    content: '';
    width: 24px; height: 24px;
    background: url(/wp-content/themes/arctrade/img/icon-check_circle.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}
.parallax-image-hold {
    padding-bottom: 32.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.parallax-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -15vh;
    bottom: -15vh;
    height: calc(100% + 30vh);
}
.home-solutions-section-item-link .accordion {
    background: transparent;
}
.home-solutions-section-item-link .accordion-item {
    border-bottom: 1px solid #000;
}
.home-solutions-section-item-link .accordion-title {
    padding: 30px 160px 30px 0;
    border: none !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #000;
    background: none !important;
    position: relative;
} 
.home-solutions-section-item-link .accordion-title::before {
    display: none;
}
.home-solutions-section-item-link .accordion-title span {
    display: inline-block;
    border: 1px solid #797979;
    border-radius: 2px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.home-solutions-section-item-link .accordion-title:hover span {
    background: rgba(0, 0, 0, 0.1);;
}
.home-solutions-section-item-link .accordion-title span::before {
    content: '';
    width: 24px; height: 24px;
    background: url(/wp-content/themes/arctrade/img/icon-plus.svg) no-repeat center center;
    background-size: contain;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.home-solutions-section-item-link .accordion-content {
    padding: 0 0 0 !important;
    border: none !important;
    background-color: transparent !important;
}
.home-solutions-section-item-link .accordion-item.is-active .accordion-title span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.home-solutions-section-item-link .accordion-item.is-active .solution-accordion-citem {
    -webkit-animation: fade-in-anim 1s forwards;
    animation: fade-in-anim 1s forwards;
}

.solution-accordion-citem {
    padding: 64px 0;
    border-bottom: 1px solid #000;
}
.solution-accordion-citem:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.solution-accordion-citem-title.title-44 {
    margin-bottom: 0;
}
.solution-accordion-citem-content {
    padding-right: 25.3%;
    position: relative;
    display: none;
    padding-top: 32px;
    color: #4B4B4B;
}
.home-solutions-section-item .text-18 {
    color: rgba(0, 0, 0, 0.6);
}


.section-bordo {
    background: #37002D;
} 
.section-64-160 {
    padding: 64px 0 160px;
}
.section-160-160 {
    padding: 160px 0;
}
.mrb-120 {
    margin-bottom: 120px;
}


.why-section-left {
    padding-right: 9%;
}
.why-section-right {
    overflow: hidden;
}
.why-section-right-img {
    padding-bottom: 75%;
}


.full-video-section {
    line-height: 0;
    position: relative;
}
.full-video-section::before {
    content: '';
    width: 100%; height: 100%;
    background: -o-linear-gradient(72.89deg, rgba(38, 0, 31, 0.3) 11.59%, rgba(38, 0, 31, 0) 57.2%);
    background: linear-gradient(17.11deg, rgba(38, 0, 31, 0.3) 11.59%, rgba(38, 0, 31, 0) 57.2%);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.full-video-section video {
    width: 100%;
}
.full-video-section-title {
    position: absolute;
    bottom: 64px; left: 0; right: 0;
    transform: translateY(calc(100% + 224px));
    opacity: 0;
    transition: transform .7s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    z-index: 3;
}
.full-video-section.in-view .full-video-section-title {
    transform: translateY(0);
    opacity: 1;
}


.benefits-list-item {
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 64px;
}
.benefits-list-item:last-child {
    margin-bottom: 0;
}
.benefits-list-item-left {
    position: relative;
    padding-left: 96px;
}
.benefits-list-item-count {
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.23;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0; left: 0;
}
.benefits-list-item-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.23;
    color: #fff;
    padding-right: 32px;
}


.gts-tabs-hold {
    margin-bottom: 120px;
}
.gts-tabs-nav {
    margin-bottom: 120px;
}
.gts-tabs-nav .tabs {
    border: none !important;
    background: transparent !important;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.gts-tabs-nav .tabs-title {
    margin-left: 24px;
}
.gts-tabs-nav .tabs-title > a {
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
}
.gts-tabs-nav .tabs-title:not(.is-active) > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}
.gts-tabs-nav .tabs-title.is-active a {
    border-color: #fff;
}
.gts-tabs-content .tabs-content {
    border: none !important;
    background: transparent !important;
    color: #0a0a0a;
}
.gts-tabs-content .tabs-panel {
    padding: 0;
}
.gts-tabs-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    width: calc(100% + 32px);
}
.gts-tabs-content .tabs-panel.is-active .gts-tabs-list {
    -webkit-animation: fade-in-anim 0.6s forwards;
    animation: fade-in-anim 0.6s forwards;
}
.gts-tabs-list ul li {
    float: left;
    width: calc(33.333% - 32px);
    margin: 0 32px 64px 0;
}
.gts-tabs-list-top .gts-tabs-list-title.title-44 {
    margin-bottom: 0;
}
.gts-tabs-list-text {
    padding-top: 40px;
}
.gts-tabs-list-count {
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.23;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
}
.gts-tabs-content.in-view ul li {
    transform: translateY(0px);
    opacity: 1;
}
.gts-section .grid-container > :last-child {
    margin-bottom: 0;
}

.gts-cta {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 56px;
}
.gts-cta .title-44 {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.4);
    padding-right: 32px;
}
.gts-cta .title-44 strong {
    font-weight: 500;
    color: #fff;
}

.gts-img img {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.section-64-160.gts-section {
    padding-bottom: 0;
}


.header-button {
    position: relative;
}
.header-button-submenu {
    position: absolute;
    top: calc(100% + 10px); right: 0;
    background: #E1D7F0;
    border-radius: 2px;
    min-width: 320px;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.header-button-submenu.is-active {
    opacity: 1;
    visibility: visible;
}
.header-button-submenu ul li {
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
}
.header-button-submenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.header-button-submenu ul li a {
    display: block;
    width: 100%; height: 100%;
    position: relative;
    padding-right: 52px;
}
.header-button-submenu ul li a span {
    position: absolute;
    top: 0; right: 0;
}
.header-button-submenu ul li a:hover .box-arrow-white {
    background: rgba(255, 255, 255, 0.1);
}
.header-button-submenu .box-arrow-white,
.header-button-submenu .box-arrow-white:focus,
.header-button-submenu .box-arrow-white:active {
    width: 36px;
    height: 36px;
}
.header-button-submenu .box-arrow-white.box-arrow-white-topright::after,
.header-button-submenu .box-arrow-white.box-arrow-white-right::after,
.header-button-submenu .box-arrow-white.box-arrow-white-top::after {
    width: 20px;
    height: 20px;
}
.header-button-submenu-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
}
.header-button-submenu-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 2px;
}

.parallax-image-hold.parallax-image-hold-large {
    padding-bottom: 55.63%;
    margin-bottom: 0;
}


.contacts-page-left {
    padding-right: 64px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.contacts-page-left > div {
    width: 100%;
}
.contacts-page-socials {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.contacts-page-socials .mobile-menu-b-nav-social ul li {
    margin: 0 30px 0 0;
}
.contacts-page-list ul li {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 64px;
}
.contacts-page-list ul li:last-child {
    margin-bottom: 0;
}
.contacts-page-list-subtitle {
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}
.contacts-page-list-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.23;
    color: #fff;
    max-width: 511px;
}


.text-page-section {
    padding-top: 96px;
}
.text-page-top {
    padding-bottom: 64px;
    border-bottom: 1px solid #000;
    margin-bottom: 64px;
}
.text-page-top-text {
    color: #4B4B4B;
}
.entry > :first-child {
    margin-top: 0 !important;
}
.entry > :last-child {
    margin-bottom: 0 !important;
}
.entry h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 1.25;
    margin-top: 64px;
    margin-bottom: 24px;
}
.entry h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.25;
    margin-top: 64px;
    margin-bottom: 24px;
}
.entry h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.23;
    margin-top: 64px;
    margin-bottom: 24px;
}
.entry h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 64px;
    margin-bottom: 24px;
}
.entry p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 30px;
}
.entry a {
    color: #000;
    transition: 0.3s ease-in-out;
    box-shadow: inset 0 -1px 0 0 #000;
    padding-bottom: 2px;
}
.entry a:hover {
    color: #000;
    box-shadow: inset 0 -1px 0 0 transparent;
}
.entry ul,
.entry ol {
    margin-left: 0;
}
.entry > ul,
.entry > ol {
    margin-bottom: 30px;
}
.entry ul li ,
.entry ol li  {
    font-size: 20px;
    line-height: 1.75;
    position: relative;
    margin-bottom: 16px;
    padding-left: 25px;
}
.entry ol {
    counter-reset: item;
}
.entry > ul > li:before  {
    content: '';
    position: absolute;
    top: 14px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #37002D;
}
.entry ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}
.entry .table-scroll {
    margin-bottom: 30px;
}
.entry table {
    width: 100%;
    min-width: 400px;
    color: #000;
}
.entry table th {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: #000;
    background: transparent;
    padding: 9px 21px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.entry table th:last-child {
    border-right: none;
}
.entry table tbody tr {
    background: transparent;
}
.entry table tbody tr:last-child td {
    border-bottom: none;
}
.entry table tbody, .entry table tfoot, .entry table thead {
    border: none;
    background-color: transparent;
}
.entry table tr td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 9px 21px;
    font-size: 16px;
    line-height: 1.25;
}
.entry table tr td * {
    font-size: 16px;
    line-height: 1.25;
}
.entry table tr td:first-child {
    font-weight: 500;
}
.entry table tr td:last-child {
    border-right: none;
}
.entry table p {
    margin-bottom: 0;
}
.entry strong {
    font-weight: 500;
}

/* animations */
.fade-up {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-up.in-view {
    transform: translateY(0px);
    opacity: 1;
}
.fade-up-later {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-up-later.in-view {
    transform: translateY(0px);
    opacity: 1;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-in.in-view {
    opacity: 1;
}
.fade-in-later {
    opacity: 0;
    transition: opacity 0.6s 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-in-later.in-view {
    opacity: 1;
}

.fade-left {
    transform: translateX(100%);
    transition: transform 1.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-left.in-view {
    transform: translateX(0);
}
.fade-left-later {
    transform: translateX(100%);
    transition: transform 1.6s 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-left-later.in-view {
    transform: translateX(0);
}

.animation-element .img-fade-left {
    transform: translateX(100%);
    transition: transform 1.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.in-view .img-fade-left {
    transform: translateX(0);
}

.animation-element .img-fade-left-later {
    transform: translateX(100%);
    transition: transform 1.6s 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.in-view .img-fade-left-later {
    transform: translateX(0);
}


.fade-in-anim {
    opacity: 0;
}
@-webkit-keyframes fade-in-anim {
    to {
        opacity: 1;
    }
}
@keyframes fade-in-anim {
    to {
        opacity: 1;
    }
}


.home-intro-anim-hold {
    width: 100%;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
@-webkit-keyframes hero-anim {
    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}
@keyframes hero-anim {
    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

.schedule-page-right  {
    padding-left: 9.65%;
}
.schedule-page-right .calendly-inline-widget {
    height: auto !important;
    min-width: 1px !important;
}
.schedule-page-right iframe {
    min-height: 839px;
}
.schedule-page-left .text-18 {
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.6);
}
.schedule-page-left-person {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
}
.schedule-page-left-person img {
    width: 72px;
    height: 72px;
    margin-right: 32px;
}
.schedule-page-left-person-box strong {
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 1.25;
}
.schedule-page-left-person-box p {
    font-size: 18px;
    line-height: 1.78;
    color: #797979;
}


.intro-line {
    float: left;
    width: 5.55%;
    padding-bottom: 5.55%;
    overflow: hidden;
    position: relative;
    height: 0;
    border-bottom: 1px solid #734D6C;
    border-right: 1px solid #734D6C;
}
.intro-line:nth-child(18n) {
    border-right: none;
}
.intro-line > span {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.intro-line > span span {
    display: block;
    background: #fff; 
    width: 120%; height: 120%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) rotate(-36deg);
    background: url(/wp-content/themes/arctrade/img/vector-intro.svg) no-repeat center center;
    background-size: cover !important;
}


.full-video-hold-image {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.full-video-image-section {
    position: relative;
    line-height: 0;
}
.full-video-hold-image.parallax-image-hold {
    margin: 0;
}

.title-only-section {
    padding: 55px 19vw;
}
.full-video-image-section.in-view + .title-only-section .title-56 {
    opacity: 1;
    transform: translateY(-80%);
}

.testimonials-section-owl .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.testimonials-section-owl .item > :last-child {
    margin-bottom: 0;
}
.testimonials-section-owl .item {
    height: 100%;
    padding-right: 24%;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.testimonials-slider-text {
    width: 100%;
    font-weight: 500;
    font-size: 56px;
    line-height: 1.25;
    margin-bottom: 160px;
}
.testimonials-slider-person {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonials-slider-person img {
    width: 72px !important; 
    height: 72px !important;
    border-radius: 2px;
    margin-right: 32px;
}

.testimonials-slider-person-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 2px;
}
.testimonials-slider-person-position {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.78;
    color: #797979;
}
.testimonials-section-owl .owl-nav button,
.testimonials-section-owl .owl-nav button,
.testimonials-section-owl .owl-nav button:focus,
.testimonials-section-owl .owl-nav button:active {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid #797979 !important;
    border-radius: 2px !important;
    background: #F7F5EF !important;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 28px;
}
.testimonials-section-owl .owl-nav button span {
    display: none;
}
.testimonials-section-owl .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}
.testimonials-section-owl .owl-nav button::after {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain !important;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.testimonials-section-owl .owl-nav button.owl-prev {
    right: 68px;
}
.testimonials-section-owl .owl-nav button.owl-prev::after {
    background: url(/wp-content/themes/arctrade/img/icon-arrow_left.svg) no-repeat center center;
}
.testimonials-section-owl .owl-nav button.owl-next::after {
   background: url(/wp-content/themes/arctrade/img/icon-arrow_right.svg) no-repeat center center;
}

.home-trusted-by-box {
    padding: 64px 0 4px;
}
.home-trusted-by-box .headline-14 {
    margin-bottom: 40px;
}

.trusted-by-slider {
    width: calc(100% + 3.7vw);
}
.trusted-by-owl .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.trusted-by-owl .item img {
    width: auto !important;
    max-height: 40px;
}
.trusted-by-owl .owl-stage-outer {
    overflow: visible;
}


/* Media */
@media only screen and (max-width: 1439px) {
    .schedule-page-right  {
        padding-left: 0;
    }
} /* end of max-width 1439 */

@media only screen and (max-width: 1239px) {
    .gts-tabs-list-top .gts-tabs-list-title.title-44 {
        font-size: 34px;
    }
} /* end of max-width 1239 */

@media only screen and (max-width: 1023px) {

    footer {
        background: #000;
        padding: 64px 0 40px;
    }
    .footer-nav {
        margin-bottom: 62px;
    }
    .footer-nav ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-nav ul li:last-child {
        margin-bottom: 0;
    }
    .footer-nav ul li a {
        font-size: 14px;
        line-height: 1.71;
    }
    .footer-contact-item-title {
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 2px;
    }
    .footer-contact-item-text {
        font-size: 12px;
        line-height: 1.5;
    }

    .box-arrow-white,
    .box-arrow-white:focus,
    .box-arrow-white:active {
        width: 36px;
        height: 36px;
    }
    .box-arrow-white.box-arrow-white-topright::after,
    .box-arrow-white.box-arrow-white-right::after,
    .box-arrow-white.box-arrow-white-top::after {
        width: 20px;
        height: 20px;
    }
    .footer-copywrite {
        padding-top: 80px;
    }
    .footer-scroll-to-top {
        margin-bottom: 80px;
    }
    .footer-scroll-to-top a,
    .footer-scroll-to-top a:focus,
    .footer-scroll-to-top a:active {
        position: relative;
        bottom: 0;
    }
    header {
        padding: 26px 0;
    }
    .header-logo svg {
        width: 164px;
    }
    .mobile-menu-content-title {
        font-size: 28px;
    }
    .mobile-menu-content ul li a {
        padding-bottom: 32px;
    }
	.mobile-menu-content ul li {
        margin-bottom: 32px;
    }
    .mobile-menu-header {
        margin-bottom: 40px;
    }
    .mobile-menu-content-subtitle {
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 8px;
    }
    .mobile-menu-header {
        padding: 26px 0
    }
    .mobile-menu-bottom-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;

        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .mobile-menu-bottom-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;

        width: 100%;
    }
    .mobile-menu-copywrite {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .mobile-menu-b-nav ul li {
        margin: 0 20px 0 0;
    }
    .mobile-menu-bottom-hold {
        padding: 20px 0;
    }
    .mobile-menu-b-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .home-intro-textbox .grid-x > div:nth-child(odd) {
        padding-right: 0;
    }
    .home-intro-textbox .grid-x > div:nth-child(even) {
        padding-left: 0;
    }
    .home-intro-textbox-title {
        margin-bottom: 59px;
    }
    .title-56 {
        font-size: 40px;
    }
    .text-20 {
        font-size: 14px;
        line-height: 1.71;
    }
    .home-intro-section .text-20 {
        font-size: 18px;
        line-height: 1.78;
    }
    .home-intro-img {
        width: calc(100% + 7.4vw);
        margin-left: -3.7vw;
        padding-bottom: 42%;
    }
    .headline-14 {
        margin-bottom: 80px;
    }
    .mrb-120 {
        margin-bottom: 40px;
    }
    .why-section-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .animation-element.fade-left {
        transform: translateX(0);
        transform: translateY(100%);
    }
    .animation-element.fade-left.in-view {
        transform: translateY(0);
    }
    .animation-element.fade-left-later {
        transform: translateX(0);
        transform: translateY(100%);
    }
    .animation-element.fade-left-later.in-view {
        transform: translateY(0);
    }

    .animation-element .img-fade-left {
        transform: translateX(0);
        transform: translateY(100%);
    }
    .animation-element.in-view .img-fade-left {
        transform: translateY(0);
    }
    .animation-element .img-fade-left-later {
        transform: translateX(0);
        transform: translateY(100%);
    }
    .animation-element.in-view .img-fade-left-later {
        transform: translateY(0);
    }

    .section-64-160 {
        padding: 64px 0;
    }
    .section-160-160 {
        padding: 64px 0;
    }

    .full-video-section {
        padding-bottom: 150%;
    }
    .full-video-hold {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0; 
        overflow: hidden;
    }
    .full-video-hold video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .full-video-section-title {
        position: absolute;
        bottom: 32px;
        transform: translateY(calc(100% + 96px));
    }
    .benefits-list-item-left {
        padding-left: 39px;
        margin-bottom: 18px;
    }
    .benefits-list-item-count {
        font-size: 18px;
        line-height: 1.22;
        top: 0;
    }
    .benefits-list-item-title {
        font-size: 20px;
        line-height: 1.25;
        padding-right: 0;
    }
    .text-18 {
        font-size: 14px;
        line-height: 1.71;
    }
    .benefits-list-item {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .gts-tabs-list ul {
        width: 100%;
    }
    .gts-tabs-list ul li {
        width: 100%;
        margin: 0 0 64px 0;
        transition-delay: 0s !important;
    }
    .gts-tabs-list ul li:last-child {
        margin-bottom: 0;
    }
    .gts-tabs-nav {
        margin-bottom: 64px;
    }
    .gts-tabs-list-count {
        font-size: 18px;
        line-height: 1.22;
        margin-bottom: 24px;
    }
    .gts-tabs-list-top .gts-tabs-list-title.title-44 {
        font-size: 28px;
    }
    .gts-tabs-list-text {
        padding-top: 24px;
    }
    .gts-tabs-hold {
        margin-bottom: 80px;
    }
    .gts-cta {
        display: block;
        padding-bottom: 32px;
        margin-top: 80px;
    }
    .gts-cta .title-44 {
        margin-bottom: 0;
        padding-right: 0;
    }
    .gts-cta-btn {
        padding-top: 32px;
    }
    .title-44 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .home-solutions-section-item-top {
        display: block;
        margin-bottom: 40px;
    } 
    .home-solutions-section-item-list {
        margin-bottom: 40px;
    }
    .home-solutions-section-item-list ul li {
        width: 100%;
        padding-left: 37px;
        font-size: 14px;
        line-height: 1.71;
        margin: 0  0 16px 0;
    }
    .home-solutions-section-item-list ul li:last-child {
        margin-bottom: 0;
    }
    .home-solutions-section-item-list ul li::before {
        width: 18px;
        height: 18px;
    }
    .home-solutions-section-item-top-right {
        padding-left: 0;
        margin-bottom: 40px;
    }
    .parallax-image-hold {
        padding-bottom: 81.45%;
        margin-bottom: 40px;
        margin-top: 64px;
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .home-solutions-section-item-link .accordion-title {
        padding: 30px 76px 30px 0;
        font-size: 20px;
        line-height: 1.2;
    }
    .home-solutions-section-item-link .accordion-title span {
        width: 36px;
        height: 36px;
    }
    .home-solutions-section-item-link .accordion-title span::before {
        width: 20px;
        height: 20px;
    }
    .home-solutions-section-item {
        margin-bottom: 80px;
    }
    .solution-accordion-citem {
        padding: 32px 0;
    }
    .solution-accordion-citem-content {
        padding-right: 17.8%;
        padding-top: 16px;
    }
    .solution-accordion-citem-title {
        position: relative;
        padding-right: 32px;
    }
    .solution-accordion-citem-title::after {
        content: '';
        width: 14px;
        height: 9px;
        background: url(/wp-content/themes/arctrade/img/icon-mobile-chev-down.svg) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: 8px; right: 0;
        transition: 0.3s ease-in-out;
    }
    .solution-accordion-citem:hover .solution-accordion-citem-title::after {
        transform: rotate(180deg);
    }
    .contacts-page-left {
        padding-right: 0;
    }
    .contacts-page-left .title-44 {
        margin-bottom: 64px;
    }
    .contacts-page-list-title {
        font-size: 20px;
        line-height: 1.25;
    }
    .contacts-page-list ul li {
        margin-bottom: 40px;
    }
    .contacts-page-socials {
        padding-top: 40px;
        padding-bottom: 16px;
    }
    .contacts-page-socials .mobile-menu-b-nav ul li {
        width: auto;
    }
    .parallax-image-hold.parallax-image-hold-large {
        padding-bottom: 100%;
        margin-top: 0;
    }
    .text-page-section {
        padding-top: 0;
    }
    .text-page-top {
        padding-bottom: 48px;
        margin-bottom: 48px;
    }
    .entry h1 {
        font-size: 40px;
        margin-top: 48px;
    }
    .entry h2 {
        font-size: 28px;
        margin-top: 48px;
    }
    .entry h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-top: 48px;
    }
    .entry h4 {
        font-size: 16px;
        margin-top: 48px;
    }
    .entry p {
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 24px;
    }
    .entry > ul,
    .entry > ol {
        margin-bottom: 24px;
    }
    .entry ul li ,
    .entry ol li  {
        font-size: 14px;
        line-height: 1.71;
    }
    .entry > ul > li:before  {
        top: 10px;
        width: 4px;
        height: 4px;
    }
    .entry .table-scroll {
        margin-bottom: 24px;
    }
    .entry table th {
        font-size: 12px;
        padding: 10px 10px;
    }
    .entry table tr td {
        font-size: 12px;
        padding: 10px 10px;
    }
    .entry table tr td * {
        font-size: 12px;
    }
    .schedule-page-left {
        margin-bottom: 64px;
    }
    .schedule-page-left-person img {
        width: 56px;
        height: 56px;
        margin-right: 24px;
    }
    .schedule-page-left-person-box strong {
        font-size: 16px;
    }
    .schedule-page-left-person-box p {
        font-size: 14px;
        line-height: 1.71;
    }
    .full-video-hold-image {
        padding-bottom: 149.7%;
    }
    .title-only-section {
        padding: 55px 0;
    }
    .testimonials-section-owl .item {
        padding-right: 0;
    }
    .testimonials-slider-text {
        font-size: 28px;
        margin-bottom: 64px;
    }
    .testimonials-slider-person img {
        width: 56px !important; 
        height: 56px !important;
        margin-right: 24px;
    }
    .testimonials-slider-person-name {
        font-size: 16px;
    }
    .testimonials-slider-person-position {
        font-size: 14px;
    }
    .testimonials-section-owl .owl-nav {
        padding-top: 40px;
    }
    .testimonials-section-owl .owl-nav button,
    .testimonials-section-owl .owl-nav button,
    .testimonials-section-owl .owl-nav button:focus,
    .testimonials-section-owl .owl-nav button:active {
        width: 36px;
        height: 36px;
        position: relative;
        right: 0 !important;
        bottom: 0;
    }
    .testimonials-section-owl .owl-nav button::after {
        width: 20px;
        height: 20px;
    }
    .testimonials-section-owl .owl-nav button.owl-prev {
        margin-right: 16px;
    }
    .title-only-section {
        min-height: 160px;
    }
    .title-only-section .title-56 {
        position: absolute;
        left: 30px;
        right: 30px;
    }
} /* end of max-width 1023 */

@media screen and (max-width:639px) {

    .grid-container {
        padding: 0 16px;
    }
	.home-intro-section {
        background: #37002D;
        padding: 76px 0 40px;
    }
    .home-intro-img {
        margin-bottom: 40px;
    }
    .gts-tabs-nav .tabs {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gts-tabs-nav .tabs::after, 
    .gts-tabs-nav .tabs::before {
        display: none;
    }
    .gts-tabs-nav .tabs li {
        width: calc(50% - 12px);
        text-align: center;
    }
    .gts-tabs-nav .tabs-title > a {
        padding: 10px 16px
    }
    .gts-tabs-nav .tabs-title {
        margin-left: 0;
    }
    .gts-cta-btn a,
    .gts-cta-btn a:focus,
    .gts-cta-btn a:active {
        width: 100%;
        text-align: center;
    }
    .btn-long, .btn-long:focus, .btn-long:active {
        min-width: 1px;
        width: 100%;
    }
    .home-intro-img {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .section-first {
        padding-top: 144px !important;
    }
    .parallax-image-hold.parallax-image-hold-large {
        padding-bottom: 183%;
        margin-top: 0;
    }
    .mobile-menu-content ul li a {
        padding-bottom: 24px;
    }
    .mobile-menu-content ul li {
        margin-bottom: 24px;
    }
} /* end of max-width 639 */

@media screen and (max-width:375px) {
    .gts-tabs-nav .tabs-title > a {
        padding: 10px 10px;
        font-size: 12px;
    }

} /* end of max-width 375 */

@media screen and (max-width:359px) {
    .header-logo svg {
        width: 134px;
    }
    .mobile-menu-b-nav ul li {
        margin-bottom: 10px;
    }
    .mobile-menu-b-nav-social ul li {
        margin: 0 0 10px 0;
    }
    .mobile-menu-content-title {
        font-size: 24px;
    }
    .mobile-menu-content ul li a {
        padding-bottom: 16px;
    }
    .mobile-menu-content ul li {
        margin-bottom: 16px;
    }
    .mobile-menu-header {
        margin-bottom: 10px;
    }
    .mobile-menu-content-subtitle {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .mobile-menu-content ul li a {
        padding-bottom: 16px;
    }
    .mobile-menu-content ul li {
        margin-bottom: 16px;
    }
} /* end of max-width 359 */


@media screen and (max-height:899px) and (min-width:1024px) {
    .mobile-menu-content ul li a {
        padding-bottom: 32px;
    }
	.mobile-menu-content ul li {
        margin-bottom: 32px;
    }

} /* end of max-height 899 */

@media screen and (max-height:739px) and (min-width:1024px) {
    .mobile-menu-header {
        margin-bottom: 64px;
    }
    .mobile-menu-content-title {
        font-size: 28px;
    }

} /* end of max-height 739 */