.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
&:focus {
outline: none;
}
&.dragging {
cursor: pointer;
cursor: hand;
}
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
&:before,
&:after {
content: "";
display: table;
}
&:after {
clear: both;
}
.slick-loading & {
visibility: hidden;
}
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
[dir="rtl"] & {
float: right;
}
img {
display: block;
}
&.slick-loading img {
display: none;
}
display: none;
&.dragging img {
pointer-events: none;
}
.slick-initialized & {
display: block;
}
.slick-loading & {
visibility: hidden;
}
.slick-vertical & {
display: block;
height: auto;
border: 1px solid transparent;
}
}
.slick-arrow.slick-hidden {
display: none;
}
<!-- 404 -->     html, body {
background: white;
color: black;
font-family: "Open Sans", Arial, sans-serif;
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1500px) {
html, body {
font-size: 58%;
}
}
@media screen and (max-width: 1240px) {
html, body {
font-size: 55%;
}
}
html.withMenu,
body.withMenu {
overflow: hidden;
}
* {
margin: 0;
padding: 0;
border: none;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-box-sizing: border-box;  box-sizing: border-box; }
*:focus {
outline: none;
-webkit-tap-highlight-color: transparent;
}
input, textarea, select {
color: black;
font-size: 14px;
font-family: "Open Sans", Arial, sans-serif;
}
textarea {
resize: vertical;
}
a {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a, label, input[type=button], input[type=submit] {
cursor: pointer;
}
.clear,
.clearfix:after {
content: " ";
width: 100%;
height: 0px;
display: block;
overflow: hidden;
clear: both;
}
.hidden {
display: none;
}
.container {
margin: 0 auto;
position: relative;
padding: 0 2.5rem;
width: 100%;
max-width: 1140px;
}
img, svg {
max-width: 100%;
height: auto;
color: #000;
}  .hamburger {
width: 20px;
height: 20px;
display: block;
position: relative;
margin: 0;
padding: 0;
font-size: 0;
text-indent: -9999px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: none;
border: none;
cursor: pointer; }
.hamburger:before {
content: " ";
width: 40px;
height: 40px;
position: absolute;
left: -10px;
top: -10px;
z-index: 0;
display: block;
position: absolute;
border-radius: 4px;
}
.hamburger:focus {
outline: none;
}
.hamburger span {
height: 3px;
position: absolute;
top: 9px;
left: 0px;
right: 0px;
display: block;
background: white;
border-radius: 1.5px;
}
.hamburger span:before, .hamburger span:after {
content: "";
position: absolute;
display: block;
left: 0;
width: 100%;
height: 3px;
background-color: white;
border-radius: 1.5px;
}
.hamburger span:before {
top: -6px;
}
.hamburger span:after {
bottom: -6px;
}
.hamburger--htx {
background: transparent;
}
.hamburger--htx span:before, .hamburger--htx span:after {
-webkit-transition-duration: 0.3s, 0.3s;
transition-duration: 0.3s, 0.3s;
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
}
.hamburger--htx span:before {
-webkit-transition-property: top, -webkit-transform;
transition-property: top, -webkit-transform;
transition-property: top, transform;
transition-property: top, transform, -webkit-transform;
}
.hamburger--htx span:after {
-webkit-transition-property: bottom, -webkit-transform;
transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
transition-property: bottom, transform, -webkit-transform;
}
.hamburger--htx.is-active {
background: transparent;
}
.hamburger--htx.is-active span {
background: none;
}
.hamburger--htx.is-active span:before {
top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger--htx.is-active span:after {
bottom: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hamburger--htx.is-active span:before, .hamburger--htx.is-active span:after {
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
}  body.admin-bar .site-header {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar .site-header {
top: 46px;
}
}
.site-header {
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 500;
background: black;
padding: 2.5rem 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.site-header.scrolled {
-webkit-box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
}
.site-header .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site-header .site-header__left-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 20rem;
flex: 0 0 20rem;
}
.site-header .site-header__right-col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: right;
}
.site-header #mobileMenu {
display: none;
}
.site-header nav {
display: inline-block;
vertical-align: middle;
}
.site-header ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 2rem;
}
.site-header ul li a {
color: white;
font-size: 1.5rem;
}
.site-header__search {
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: 2rem;
}
.site-header__search.active input {
padding: 0 5rem 0 2rem;
width: 30rem;
}
.site-header__search form {
font-size: 0;
}
.site-header__search input {
position: absolute;
z-index: 1;
right: 1px;
top: 0;
height: 100%;
padding: 0;
width: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: white;
}
.site-header__search button {
position: relative;
z-index: 2;
font-size: 0;
color: white;
width: 40px;
text-align: center;
border: none;
aspect-ratio: 1/1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.site-header__search button:hover {
cursor: pointer;
} @media screen and (max-width: 970px) {
body {
padding-top: 0px !important;
}
.site-header #mobileMenu {
margin-top: -10px;
position: absolute;
right: 0;
top: 50%;
right: 2.5rem;
display: block;
}
.site-header .menu-primary {
max-height: 0px;
position: fixed;
left: 0;
right: 0;
top: 123px;
bottom: 0;
display: block;
overflow: hidden;
background: black;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.site-header .menu-primary ul {
display: block;
text-align: center;
}
.site-header .menu-primary ul li {
margin: 1rem 0;
}
.site-header .menu-primary ul li a {
padding: 1.5rem 0;
}
.site-header.withMenu .menu-primary {
max-height: 100vh;
overflow: auto;
}
}    .popup {
z-index: 1;
position: fixed;
right: 4.4rem;
bottom: 4.4rem;
font-size: 0; }
.popup__trigger {
position: relative;
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: 5.3rem;
height: 5.3rem;
aspect-ratio: 1/1;
border-radius: 50%;
background-color: var(--purple);
color: white;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.popup__window {
position: absolute;
right: 0.9rem;
bottom: 0.9rem;
width: 50.3rem;
padding: 0;
background-color: var(--purple);
color: white;
opacity: 0;
-webkit-transition: 0.65s ease;
transition: 0.65s ease;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
.popup__window .main-button {
margin: 0;
padding: 1rem 2.6rem;
font-size: 1.4rem;
line-height: 1.6275;
}
.popup__window-inner {
padding: 4rem 3.2rem;
}
.popup__window-close {
z-index: 1;
position: absolute;
top: 1.7rem;
right: 2rem;
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;
background-color: transparent;
color: white;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.popup__window-close path {
-webkit-transition: 0.3s;
transition: 0.3s;
}
.popup__window-close:hover path {
fill: var(--black);
}
.popup__content {
margin-bottom: 2.4rem;
}
.popup__content p {
margin-bottom: 1rem;
font-size: 1.4rem;
line-height: 1.6275;
color: white;
}
.popup__content p:last-child {
margin-bottom: 0;
}
.popup__heading {
margin-bottom: 1.6rem;
padding-right: 1.5rem;
font-size: 1.8rem;
line-height: 1.2222;
}
@media screen and (max-width: 1240px) {
.popup {
bottom: 5rem;
right: 3rem;
}
}
@media screen and (max-width: 600px) {
.popup__window {
position: fixed;
right: 50vw;
bottom: 50vh;
-webkit-transform: translate(50%, 50%) scale(0);
transform: translate(50%, 50%) scale(0);
width: calc(100vw - 4rem);
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
}
.popup__window .main-button {
margin: 0;
padding: 1rem 2.6rem;
font-size: 1.4rem;
line-height: 1.6275;
}
.popup__window-inner {
overflow-y: auto;
max-height: calc(100vh - 6.4rem);
padding: 3.2rem;
}
.popup__window-inner::before, .popup__window-inner::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3.2rem;
background: -webkit-gradient(linear, left top, left bottom, from(var(--purple)), to(rgba(0, 0, 0, 0.00001)));
background: linear-gradient(to bottom, var(--purple), rgba(0, 0, 0, 0.00001));
}
.popup__window-inner::after {
top: initial;
bottom: 0;
background: -webkit-gradient(linear, left bottom, left top, from(var(--purple)), to(rgba(0, 0, 0, 0.00001)));
background: linear-gradient(to top, var(--purple), rgba(0, 0, 0, 0.00001));
}
}
.popup.open .popup__window {
right: 2.6rem;
bottom: 1.7rem;
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
@media screen and (max-width: 600px) {
.popup.open {
z-index: 10000;
}
.popup.open .popup__overlay {
content: "";
z-index: 2;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
}
.popup.open .popup__trigger {
z-index: 1;
}
.popup.open .popup__window {
z-index: 3;
right: 50%;
bottom: 50vh;
-webkit-transform: translate(50%, 50%) scale(1);
transform: translate(50%, 50%) scale(1);
}
}    a.btn,
.editor-styles-wrapper .gt-block a.btn {
min-width: 180px;
padding: 11px 14px;
margin: 0 8px 12px 0;
display: inline-block;
vertical-align: top;
border-radius: 9px;
background: red;
color: white;
font-size: 14px;
line-height: 20px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
text-decoration: none !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a.btn:hover,
.editor-styles-wrapper .gt-block a.btn:hover {
background: white;
color: red;
-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
}    .slick-arrow {
width: 6.4rem;
height: 6.4rem;
position: absolute;
top: 50%;
display: block;
border-radius: 50%;
background-color: grey;
background-position: center center;
background-repeat: no-repeat;
background-size: 2.6rem auto;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-0.162)'%3E%3Crect id='Rectangle_28' data-name='Rectangle 28' width='26' height='26' transform='translate(0.162)' fill='%23fff' opacity='0'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 5)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M2646.564,4075.4h0a3.2,3.2,0,0,1,0-4.528l3.342-3.342-3.342-3.342a3.2,3.2,0,0,1,0-4.527h0l7.87,7.869Z' transform='translate(-2645.626 -4059.663)' fill='%23121524'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slick-arrow:hover {
background-color: grey;
}
.slick-arrow.prev {
left: 0;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.slick-arrow.next {
right: 0;
}
.slick-arrow.slick-hidden, .slick-arrow.slick-disabled {
display: none;
}
.slick-dots {
width: 100%;
list-style: none;
text-align: center;
}
.slick-dots li {
padding: 0 1.4rem;
display: inline-block;
vertical-align: top;
}
.slick-dots li button {
width: 1.2rem;
height: 1.2rem;
display: block;
overflow: hidden;
white-space: nowrap;
text-indent: 50px;
border-radius: 50%;
background: #C4C6CF;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
.slick-dots li button:hover {
background: black;
}
.slick-dots li.slick-active button {
background: black;
}      section.gt-block,
.editor-styles-wrapper section.gt-block {
position: relative;
}
section.gt-block .center,
.editor-styles-wrapper section.gt-block .center {
width: 1140px;
margin: 0 auto;
position: relative;
}
@media screen and (max-width: 1200px) {
section.gt-block .center,
.editor-styles-wrapper section.gt-block .center {
width: auto;
margin: 0 30px;
}
}