@charset "UTF-8";
:root {
  --nav-height: 12.8rem;
}

/*
    Theme Name: awsm theme
    Description: Dedicated template for AWSM
    Version: 1.0.24c
    Author: ŁukaszKsiążek
    Author URI: https://
*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background: #FFFFFF;
  line-height: 1.3333333333;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #212121;
  font-family: exo2, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding-top: var(--nav-height);
}

a {
  color: inherit;
  outline: none;
  cursor: pointer !important;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.4em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

svg, img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1220px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-blog {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .container-blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-in {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1220px) {
  .container-in {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container-in {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 599px) {
  .container-in {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

.color-1 {
  color: #FFFFFF;
}
.color-1 > * {
  color: #FFFFFF;
}

.background-color-1 {
  background-color: #FFFFFF;
}

.color-2 {
  color: #212121;
}
.color-2 > * {
  color: #212121;
}

.background-color-2 {
  background-color: #212121;
}

.color-3 {
  color: #FB4D3D;
}
.color-3 > * {
  color: #FB4D3D;
}

.background-color-3 {
  background-color: #FB4D3D;
}

.color-4 {
  color: #757575;
}
.color-4 > * {
  color: #757575;
}

.background-color-4 {
  background-color: #757575;
}

.color-5 {
  color: #E0E0E0;
}
.color-5 > * {
  color: #E0E0E0;
}

.background-color-5 {
  background-color: #E0E0E0;
}

.color-6 {
  color: #A23DFC;
}
.color-6 > * {
  color: #A23DFC;
}

.background-color-6 {
  background-color: #A23DFC;
}

.color-7 {
  color: #00D3FF;
}
.color-7 > * {
  color: #00D3FF;
}

.background-color-7 {
  background-color: #00D3FF;
}

.color-8 {
  color: rgba(224, 224, 224, 0.8);
}
.color-8 > * {
  color: rgba(224, 224, 224, 0.8);
}

.background-color-8 {
  background-color: rgba(224, 224, 224, 0.8);
}

.color-9 {
  color: #FAFAFA;
}
.color-9 > * {
  color: #FAFAFA;
}

.background-color-9 {
  background-color: #FAFAFA;
}

.color-10 {
  color: #BDBDBD;
}
.color-10 > * {
  color: #BDBDBD;
}

.background-color-10 {
  background-color: #BDBDBD;
}

.color-11 {
  color: #D9D9D9;
}
.color-11 > * {
  color: #D9D9D9;
}

.background-color-11 {
  background-color: #D9D9D9;
}

.color-12 {
  color: #757575;
}
.color-12 > * {
  color: #757575;
}

.background-color-12 {
  background-color: #757575;
}

.color-13 {
  color: #DEF2FB;
}
.color-13 > * {
  color: #DEF2FB;
}

.background-color-13 {
  background-color: #DEF2FB;
}

.color-14 {
  color: #1680AC;
}
.color-14 > * {
  color: #1680AC;
}

.background-color-14 {
  background-color: #1680AC;
}

.color-15 {
  color: #000000;
}
.color-15 > * {
  color: #000000;
}

.background-color-15 {
  background-color: #000000;
}

.color-16 {
  color: #2C2C2C;
}
.color-16 > * {
  color: #2C2C2C;
}

.background-color-16 {
  background-color: #2C2C2C;
}

.color-17 {
  color: #F5F8FA;
}
.color-17 > * {
  color: #F5F8FA;
}

.background-color-17 {
  background-color: #F5F8FA;
}

@font-face {
  font-family: "exo2";
  src: url("./fonts/exo2/Exo2-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "exo2";
  src: url("./fonts/exo2/Exo2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "exo2";
  src: url("./fonts/exo2/Exo2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "exo2";
  src: url("./fonts/exo2/Exo2-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "exo2";
  src: url("./fonts/exo2/Exo2-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("./fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("./fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("./fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
nav#nav {
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: #212121;
}
nav#nav .container {
  height: 100%;
}
nav#nav .nav-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 100%;
  align-items: center;
  position: relative;
  color: #FFFFFF;
  font-weight: 600;
}
nav#nav .nav-grid .container-nav-group {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem 2rem;
  align-items: center;
  max-height: calc(100vh - var(--nav-height));
}
@media (max-width: 767px) {
  nav#nav .nav-grid .container-nav-group {
    overflow-y: auto;
    position: absolute;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background-color: transparent;
    opacity: 1;
    top: 100%;
    grid-template-columns: 1fr;
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 2.5rem;
    padding-top: 2rem;
    pointer-events: none;
  }
  .show-menu nav#nav .nav-grid .container-nav-group {
    pointer-events: auto;
  }
  nav#nav .nav-grid .container-nav-group div {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
  }
}
nav#nav .nav-grid .hamburger-menu {
  display: none;
  margin-left: auto;
  cursor: pointer;
  width: 30px;
  height: 24px;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
nav#nav .nav-grid .hamburger-menu div {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  transform-origin: 0;
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
}
nav#nav .nav-grid ul {
  padding: 0;
  padding-left: 0;
}
nav#nav .nav-grid li {
  list-style-type: none;
  position: relative;
}
nav#nav .nav-grid .logo-container {
  height: 7.3rem;
  width: auto;
  aspect-ratio: 155/43;
  display: block;
}
nav#nav .nav-grid .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
nav#nav .nav-grid .nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem 8rem;
}
@media (max-width: 1024px) {
  nav#nav .nav-grid .nav-menu {
    gap: 3rem 4rem;
  }
}
@media (max-width: 767px) {
  nav#nav .nav-grid .nav-menu {
    flex-direction: column;
    align-items: center;
  }
  nav#nav .nav-grid .nav-menu > li {
    width: fit-content;
  }
}
nav#nav .nav-grid .nav-menu li:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 2px;
  width: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  nav#nav .nav-grid .nav-menu li:hover:after {
    width: 100%;
  }
}
nav#nav .nav-grid .nav-menu li.current-menu-item:after {
  width: 100%;
}
nav#nav .nav-grid .contact-container {
  display: flex;
  flex-direction: row;
  gap: 3rem 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .contact-container {
    flex-direction: column;
    gap: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
nav#nav .nav-grid .contact-container li:first-child {
  margin-left: auto;
}
nav#nav .nav-grid .lang-container {
  padding: 0 1rem;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .lang-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 3rem;
  }
}
nav#nav .nav-grid .lang-container .active-lang {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}
nav#nav .nav-grid .lang-container .active-lang img {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .lang-container .active-lang img {
    display: none;
  }
}
@media (max-width: 767px) {
  nav#nav .nav-grid .lang-container .active-lang:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
}
nav#nav .nav-grid .lang-container .lang-switcher {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: -100;
  padding: 1rem;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .lang-container .lang-switcher {
    background: transparent;
    position: static;
    z-index: 1;
    pointer-events: revert;
    opacity: 1;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    gap: 2rem;
    top: 0;
  }
}
nav#nav .nav-grid .lang-container .lang-switcher li:not(:first-child) {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .lang-container .lang-switcher li:not(:first-child) {
    padding: 0;
  }
}
nav#nav .nav-grid .lang-container .lang-switcher li {
  width: fit-content;
}
nav#nav .nav-grid .lang-container .lang-switcher li span {
  width: 200%;
  display: block;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .lang-container .lang-switcher li span {
    width: auto;
  }
}
nav#nav .nav-grid .lang-container .lang-switcher li:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 2px;
  width: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  nav#nav .nav-grid .lang-container .lang-switcher li:hover:after {
    width: 100%;
  }
}
nav#nav .nav-grid .lang-container:hover .lang-switcher {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  nav#nav .nav-grid .lang-container:hover .lang-switcher {
    pointer-events: revert;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

hr {
  margin: 5.6rem 0 !important;
  display: block;
  height: 1px;
  width: 100%;
  padding: 0;
  border: none;
  border-top: 1px solid #A23DFC;
}
@media (max-width: 599px) {
  hr {
    margin: 3rem 0 !important;
  }
}

main {
  overflow: clip;
  min-height: calc(100vh - 42.8rem);
  min-width: 250px;
}

.js .anim-block {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block-bright {
  transform: none;
  -webkit-transform: none;
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
  opacity: 1;
}

.js .anim-block-bright.active {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.parallax-window {
  position: relative;
  overflow: hidden;
}
.parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.parallax-window .parallax-window-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.parallax-window .parallax-window-in img,
.parallax-window .parallax-window-in svg,
.parallax-window .parallax-window-in video {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.slides-section .slides {
  position: relative;
  overflow: hidden;
}
.slides-section .slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.slides-section .slides .slide > img,
.slides-section .slides .slide > video,
.slides-section .slides .slide .parallax-window img,
.slides-section .slides .slide .parallax-window video {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slides-section .slides .slide .parallax-window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slides-section .slides .slide .parallax-window-in {
  height: 120%;
  background-position: center top;
}
.slides-section .slides .slide .parallax-window-in video,
.slides-section .slides .slide .parallax-window-in img {
  object-position: 50% 0;
}
.slides-section .slides .slide.type-0 .parallax-window-in {
  background-position: center 0%;
}
.slides-section .slides .slide.type-0 .parallax-window-in video,
.slides-section .slides .slide.type-0 .parallax-window-in img {
  object-position: 50% 0%;
}
.slides-section .slides .slide.type-1 .parallax-window-in {
  background-position: center 10%;
}
.slides-section .slides .slide.type-1 .parallax-window-in video,
.slides-section .slides .slide.type-1 .parallax-window-in img {
  object-position: 50% 10%;
}
.slides-section .slides .slide.type-2 .parallax-window-in {
  background-position: center 20%;
}
.slides-section .slides .slide.type-2 .parallax-window-in video,
.slides-section .slides .slide.type-2 .parallax-window-in img {
  object-position: 50% 20%;
}
.slides-section .slides .slide.type-3 .parallax-window-in {
  background-position: center 30%;
}
.slides-section .slides .slide.type-3 .parallax-window-in video,
.slides-section .slides .slide.type-3 .parallax-window-in img {
  object-position: 50% 30%;
}
.slides-section .slides .slide.type-4 .parallax-window-in {
  background-position: center 40%;
}
.slides-section .slides .slide.type-4 .parallax-window-in video,
.slides-section .slides .slide.type-4 .parallax-window-in img {
  object-position: 50% 40%;
}
.slides-section .slides .slide.type-5 .parallax-window-in {
  background-position: center 50%;
}
.slides-section .slides .slide.type-5 .parallax-window-in video,
.slides-section .slides .slide.type-5 .parallax-window-in img {
  object-position: 50% 50%;
}
.slides-section .slides .slide.type-6 .parallax-window-in {
  background-position: center 60%;
}
.slides-section .slides .slide.type-6 .parallax-window-in video,
.slides-section .slides .slide.type-6 .parallax-window-in img {
  object-position: 50% 60%;
}
.slides-section .slides .slide.type-7 .parallax-window-in {
  background-position: center 70%;
}
.slides-section .slides .slide.type-7 .parallax-window-in video,
.slides-section .slides .slide.type-7 .parallax-window-in img {
  object-position: 50% 70%;
}
.slides-section .slides .slide.type-8 .parallax-window-in {
  background-position: center 80%;
}
.slides-section .slides .slide.type-8 .parallax-window-in video,
.slides-section .slides .slide.type-8 .parallax-window-in img {
  object-position: 50% 80%;
}
.slides-section .slides .slide.type-9 .parallax-window-in {
  background-position: center 90%;
}
.slides-section .slides .slide.type-9 .parallax-window-in video,
.slides-section .slides .slide.type-9 .parallax-window-in img {
  object-position: 50% 90%;
}
.slides-section .slides .slide.type-10 .parallax-window-in {
  background-position: center 100%;
}
.slides-section .slides .slide.type-10 .parallax-window-in video,
.slides-section .slides .slide.type-10 .parallax-window-in img {
  object-position: 50% 100%;
}
.slides-section .slides .slide.active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides .slide.active ~ .slide {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.slides-section .slides.anim-type-2 .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.slides-section .slides.anim-type-2 .slide.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides.anim-type-2 .slide.active ~ .slide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slides-section .slides.anim-type-3 .slide {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 0;
}
.slides-section .slides.anim-type-3 .slide.active {
  opacity: 1;
}
.slides-section .slides .slide-n,
.slides-section .slides .slide-p {
  cursor: pointer;
}
.slides-section .slides .slide-n img,
.slides-section .slides .slide-n svg,
.slides-section .slides .slide-p img,
.slides-section .slides .slide-p svg {
  max-width: none;
}

.line-break {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #00D3FF;
  margin: 1.1rem 0;
}

.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.only-admin-section {
  overflow: hidden;
  height: 0;
}
.elementor-editor-active .only-admin-section {
  height: auto;
}

.background-image {
  pointer-events: none;
}
.background-image * {
  pointer-events: none;
}

.custom-video-container .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.custom-video-container .play-button svg,
.custom-video-container .play-button img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  display: block;
}
@media (max-width: 599px) {
  .custom-video-container .play-button svg,
  .custom-video-container .play-button img {
    width: 8rem;
    height: 8rem;
  }
}
.video-played.custom-video-container .play-button {
  opacity: 0;
}

.only-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .only-tablet {
    display: block;
  }
}

.text {
  white-space: normal !important;
}

video::--webkit-media-controls {
  display: none !important;
}

video::--webkit-media-controls-play-button {
  display: none !important;
}

.font34 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.3235294118;
}

.font22 {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.21rem;
}

.font21 {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.5238095238;
}
@media (max-width: 1024px) {
  .font21 {
    font-size: 1.9rem;
  }
}

.font14 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.04rem;
}

.bold {
  font-weight: 700 !important;
}

.semibold {
  font-weight: 600 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

.light {
  font-weight: 300 !important;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 0;
}

pre {
  white-space: wrap;
}

.wysiwyg.one span[style*="text-decoration:"] {
  text-decoration: none !important;
  background: radial-gradient(182.23% 99.52% at 54.99% 76.91%, #963CBD 21%, #41B6E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 600;
  font-weight: 600;
}

.wysiwyg.one span[style*="text-decoration:"] {
  text-decoration: none !important;
  background: radial-gradient(182.23% 99.52% at 54.99% 76.91%, #A23DFC 21%, #00D3FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 600;
}
.wysiwyg.two span[style*="text-decoration:"] {
  text-decoration: none !important;
  background: linear-gradient(90deg, #A23DFC -0.05%, #00D3FF 99.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 600;
}
.wysiwyg.three span[style*="text-decoration:"] {
  text-decoration: none !important;
  background: linear-gradient(90deg, #A23DFC -99.95%, #00D3FF 210%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.link-1, nav#nav .nav-grid .contact-container li:first-child {
  position: relative;
  width: fit-content;
  color: #FFFFFF;
  background-color: #FB4D3D;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 0.8rem 2rem;
  border-radius: 0.4rem;
  cursor: pointer;
}
@media (hover: hover) {
  .link-1:hover, nav#nav .nav-grid .contact-container li:hover:first-child {
    color: #FB4D3D;
    background-color: #FFFFFF;
  }
}

.link-2 {
  color: #757575;
  font-weight: 400;
  position: relative;
}
.link-2:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 2px;
  width: 0;
  background-color: #757575;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  .link-2:hover:after {
    width: 100%;
  }
}

.link-3 {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  display: block;
  position: relative;
  border: 1.5px solid #212121;
  border-radius: 0.3rem;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
}
.link-3::after {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("./images/arrow-nx.svg");
}
@media (hover: hover) {
  .link-3:hover {
    background-color: #FB4D3D;
    color: #FFFFFF;
    border-color: #FB4D3D;
  }
  .link-3:hover::after {
    background: url("./images/arrow-nx-white.svg");
  }
}

.link-4 {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: relative;
  color: #FFFFFF;
  font-family: roboto, sans-serif;
  border: 0.3rem solid #FFFFFF;
  border-radius: 0.3rem;
  padding: 2rem 2.5rem 2rem 4rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
}
.link-4::after {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("./images/arrow-nx-white.svg");
}
@media (hover: hover) {
  .link-4:hover {
    background-color: #FB4D3D;
    color: #FFFFFF;
    border-color: #FB4D3D;
  }
  .link-4:hover::after {
    background: url("./images/arrow-nx-white.svg");
  }
}

.link-5 {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: relative;
  color: #FFFFFF;
  font-family: roboto, sans-serif;
  border: 1.5px solid #FFFFFF;
  border-radius: 0.3rem;
  padding: 0.6rem 1.8rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  white-space: nowrap;
}
@media (hover: hover) {
  .link-5:hover {
    background-color: #FB4D3D;
    color: #FFFFFF;
    border-color: #FB4D3D;
  }
}

.link-6 {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: relative;
  color: #1680AC;
  font-family: roboto, sans-serif;
  border: 1.5px solid #DEF2FB;
  border-radius: 0.3rem;
  background-color: #DEF2FB;
  padding: 0.6rem 1.8rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  white-space: nowrap;
}
@media (hover: hover) {
  .link-6:hover {
    background-color: #FB4D3D;
    color: #FFFFFF;
    border-color: #FB4D3D;
  }
}

.link-7 {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: relative;
  color: #757575;
  font-family: roboto, sans-serif;
  border: 1.5px solid #E0E0E0;
  border-radius: 0.3rem;
  padding: 1.7rem 2.7rem;
  line-height: 1.3rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (hover: hover) {
  .link-7:hover {
    background-color: #FB4D3D;
    color: #FFFFFF;
    border-color: #FB4D3D;
  }
}
.link-7.category-active {
  background-color: #FB4D3D;
  color: #FFFFFF;
  border-color: #FB4D3D;
}

.button-more-post {
  margin: 6rem auto;
  display: flex;
  gap: 1.6rem;
}
.button-more-post .circle {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.5rem #A23DFC;
  animation: anime 1.6s infinite cubic-bezier(0.4, 0.8, 0.8, 0.4);
}
.button-more-post.rotate .circle {
  display: block;
}
.button-more-post.rotate .text {
  display: none;
}
.button-more-post .circle::after {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: radial-gradient(at 0 0, #FB4D3D 35%, rgba(252, 252, 252, 0));
  top: -1px;
  left: -1px;
}
@keyframes anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.display-none {
  display: none;
}

body.home main {
  padding-top: 0 !important;
}
body.home #nav {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  body {
    --nav-height: 8rem;
  }
}
body:not(.home) .lang-switcher {
  background-color: #212121;
}

body.scroled-pos1 {
  --nav-height: 8rem;
}
body.scroled-pos1 #nav {
  background-color: #212121 !important;
}
body.scroled-pos1 .lang-switcher {
  background-color: #212121;
}

body.show-menu #nav {
  background-color: #212121 !important;
}
body.show-menu .container-nav-group {
  background-color: #212121 !important;
}
body.show-menu .container-nav-group div {
  opacity: 1 !important;
}
body.show-menu .hamburger-menu .bar1 {
  transform: rotateZ(43deg);
}
body.show-menu .hamburger-menu .bar2 {
  opacity: 0;
}
body.show-menu .hamburger-menu .bar3 {
  transform: rotateZ(-43deg);
}

.blog-content {
  padding-bottom: 5rem;
}

.single-post-container .thumbnail-container {
  width: 100%;
  height: auto;
  aspect-ratio: 560/320;
  overflow: clip;
  border-radius: 0.5rem;
}
.single-post-container .thumbnail-container img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (hover: hover) {
  .single-post-container:hover .thumbnail-container img {
    transform: scale(1.15);
  }
}
.single-post-container .wrap-content .cat-in {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding-top: 4rem;
}
.single-post-container .article-title {
  padding-top: 2.4rem;
}
.single-post-container .single-cat {
  pointer-events: none;
}
.single-post-container .excerpt {
  margin-top: 1.5rem;
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: clip;
  text-overflow: ellipsis;
}
.single-post-container .date {
  display: block;
  color: #757575;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 2.4rem 0;
}

.screen-reader-text {
  display: none;
}

.elementor-widget-text-editor .elementor-widget-container h1, .h1-text,
h1 {
  font-size: 6.7rem;
  font-weight: 400;
  line-height: 1.1641791045;
}
.elementor-widget-text-editor .elementor-widget-container h1 strong, .h1-text strong,
h1 strong {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .elementor-widget-text-editor .elementor-widget-container h1, .h1-text,
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container h1, .h1-text,
  h1 {
    font-size: 4.3rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h2, .h2-text,
h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}
.elementor-widget-text-editor .elementor-widget-container h2 strong, .h2-text strong,
h2 strong {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .elementor-widget-text-editor .elementor-widget-container h2, .h2-text,
  h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container h2, .h2-text,
  h2 {
    font-size: 3.8rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container p, .h3-text,
h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container p, .h3-text,
  h3 {
    font-size: 3rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h4, .h4-text,
h4 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4166666667;
}

.elementor-widget-text-editor .elementor-widget-container h5, .h5-text,
h5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.h6-text,
h6, .link-3, .link-4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.h6-text strong,
h6 strong, .link-3 strong, .link-4 strong {
  font-weight: 600;
}

.font28 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1428571429;
}
.font28 strong {
  font-weight: 600;
}

.font30 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.font-family2, nav#nav .nav-grid, .link-2, .single-post-container .date {
  font-family: roboto, sans-serif;
}

.font26 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.26rem;
}

.font26v2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.065rem;
}

.font16 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16rem;
}

.font16v2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.font16v3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04rem;
}

.default-text-2, .default-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7777777778;
}
.default-text-2 strong, .default-text strong {
  font-weight: 700;
}
.default-text-2 a, .default-text a {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .default-text-2 a:hover, .default-text a:hover {
    opacity: 0.7;
  }
}

.default-text-2 {
  font-size: 1.6rem;
}

ol,
ul {
  padding-left: 1.2em;
}

.grid-el-12, .grid-el {
  display: grid;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  width: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.grid-el-12 {
  grid-template-columns: repeat(12, 1fr);
}

.no-padd-l-r {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .no-padd-l-r-tab {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 599px) {
  .no-padd-l-r-mobs {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-max-width {
  max-width: none;
}

.button {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.elementor-element {
  overflow-x: clip;
}

.elementor-widget {
  margin-bottom: 0 !important;
}

.elementor-widget-container {
  display: flex;
  width: 100%;
  overflow: visible;
}
.elementor-widget-container .section {
  width: 100%;
}
.elementor-widget-container .section.no-marg-b {
  margin-bottom: 0;
}
.elementor-widget-container .elementor-image {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .elementor-widget-container .elementor-image {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.elementor-widget-container .elementor-image .widget-image-caption {
  display: block;
  padding-top: 2rem;
  font-size: inherit;
}
.elementor-widget-container .elementor-text-editor {
  max-width: 1000px;
  padding-bottom: 0;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .elementor-widget-container .elementor-text-editor {
    max-width: unset;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.elementor-section-wrap:first-child > .elementor-section:first-child > .elementor-container:first-child > .elementor-row:first-child .elementor-widget-container .elementor-text-editor {
  padding-top: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}

.elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor-widget-text-editor {
  background-color: #212121;
}
.elementor-widget-text-editor .elementor-widget-container {
  padding: 120px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .elementor-widget-text-editor .elementor-widget-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.elementor-widget-text-editor .elementor-widget-container p {
  font-size: inherit;
  font-weight: inherit;
}
.elementor-widget-text-editor .elementor-widget-container h1 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container h1 {
    font-size: 3.4rem;
  }
}
.elementor-widget-text-editor .elementor-widget-container h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.elementor-widget-text-editor .elementor-widget-container h4 {
  color: #A23DFC;
}
.elementor-widget-text-editor .elementor-widget-container h1, .elementor-widget-text-editor .elementor-widget-container h2, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container h4, .elementor-widget-text-editor .elementor-widget-container h5, .elementor-widget-text-editor .elementor-widget-container h6 {
  margin: 0.2rem 0;
}
.elementor-widget-text-editor .elementor-widget-container h1, .elementor-widget-text-editor .elementor-widget-container h2, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container h5, .elementor-widget-text-editor .elementor-widget-container h6, .elementor-widget-text-editor .elementor-widget-container p, .elementor-widget-text-editor .elementor-widget-container ul, .elementor-widget-text-editor .elementor-widget-container li {
  color: #FFFFFF;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

input:not([type=submit]), textarea {
  outline: none;
  border: 1px solid #1680AC;
  padding: 1rem;
  background: transparent;
}

input[type=submit] {
  border: none !important;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-container input {
  margin-right: 1.4rem;
  margin-top: 0;
}
.type-2.checkbox input {
  background-color: #00D3FF !important;
}
.type-2.checkbox input:checked, .type-2.checkbox input.checked {
  background-color: #00D3FF !important;
}
.type-2.checkbox input:checked + svg, .type-2.checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox input {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  outline: none;
  background: #00D3FF;
  border: 1px solid #E0E0E0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .checkbox input:hover {
    box-shadow: inset 0 0 0 2px #E0E0E0;
    -webkit-box-shadow: inset 0 0 0 2px #E0E0E0;
  }
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox input:checked, .checkbox input.checked {
  background-color: #E0E0E0;
}
.checkbox input:checked + svg, .checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox {
  position: relative;
}
.checkbox input {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #00D3FF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  max-width: unset;
  transform: scale(0) translateZ(0);
  -webkit-transform: scale(0) translateZ(0);
}
.type-2.checkbox svg {
  stroke: #A23DFC;
}

@keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.checkbox-input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-input .checkbox {
  margin-right: 1.2rem;
}

.input-container textarea, .input-container input {
  color: #DEF2FB;
}
.input-container textarea::-webkit-input-placeholder, .input-container input::-webkit-input-placeholder {
  color: #DEF2FB !important;
}
.input-container textarea::-moz-placeholder, .input-container input::-moz-placeholder {
  color: #DEF2FB !important;
}
.input-container textarea:-ms-input-placeholder, .input-container input:-ms-input-placeholder {
  color: #DEF2FB !important;
}
.input-container textarea:-moz-placeholder, .input-container input:-moz-placeholder {
  color: #DEF2FB !important;
}
.input-container input:not([type=submit]), .input-container input:not([type=checkbox]), .input-container textarea {
  width: 100%;
}
.input-container input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.input-container.text-area-input {
  position: relative;
}
.input-container.text-area-input:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: #1680AC;
}
.input-container.text-area-input textarea {
  resize: vertical;
}
.input-container.text-area-input ::-webkit-resizer {
  opacity: 0;
}

.elements-list-container {
  position: relative;
}
.elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.elements-list-container .arr-prev, .elements-list-container .arr-next {
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  height: 100%;
  width: 2.6rem;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.elements-list-container .arr-prev.disabled, .elements-list-container .arr-next.disabled {
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}
.elements-list-container .arr-prev {
  right: 100%;
  margin-right: 2rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-prev:hover img, .elements-list-container .arr-prev:hover svg {
    transform: translateY(-50%) translateX(-3px);
  }
}
.elements-list-container .arr-next {
  left: 100%;
  margin-left: 2rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-next:hover img, .elements-list-container .arr-next:hover svg {
    transform: translateY(-50%) translateX(3px);
  }
}
.elements-list-container .elements-list {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 3.2rem);
  margin-left: -3.2rem;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-property: transform, opacity;
  background: transparent;
}
.elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.elements-list-container .elements-list .elements-group.current {
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
.elements-list-container .elements-list .elements-group.current + .elements-group {
  transform: translateX(100%);
}
.elements-list-container .elements-list .elements-group.current + .elements-group ~ .elements-group {
  transform: translateX(200%);
}
.elements-list-container .elements-list .elements-group .el {
  display: table-cell;
  vertical-align: top;
  padding-left: 3.2rem;
}
.elements-list-container.elements-anim-type-2 .elements-list .elements-group {
  transform: none !important;
  opacity: 0;
  -webkit-transition: opacity 1s !important;
  transition: opacity 1s !important;
}
.elements-list-container.elements-anim-type-2 .elements-list .elements-group.current {
  opacity: 1;
}

.js:not(.elementor-editor-active) .anim-left {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(-1rem, 0);
}
.js:not(.elementor-editor-active) .anim-right {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(1rem, 0);
}
.js:not(.elementor-editor-active) .anim-bottom {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(0, 2rem);
}
.js:not(.elementor-editor-active) .anim-top {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(0, -2rem);
}
.js:not(.elementor-editor-active) .anim-center {
  transition: all 1.3s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .anim-txt {
  transition: all 2s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .anim-vid {
  transition: all 1.3s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .fade-opacity {
  opacity: 1;
}
.js:not(.elementor-editor-active) .fade-transform {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  html {
    font-size: 9px;
  }
}
footer {
  background-color: #000000;
  padding-top: 8rem;
  padding-bottom: 9.8rem;
}
footer ul {
  padding-left: 0;
}
footer li {
  list-style-type: none;
}
footer li {
  width: fit-content;
  position: relative;
}
footer li:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 2px;
  width: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  footer li:hover:after {
    width: 100%;
  }
}
footer li.current-menu-item:after {
  width: 100%;
}
footer .custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.9rem;
  padding-bottom: 7rem;
}
footer .custom-grid > div:not(:first-child),
footer .custom-grid > ul:not(:first-child) {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  footer .custom-grid div, footer .custom-grid ul {
    grid-column: span 2;
  }
}
@media (max-width: 413px) {
  footer .custom-grid div:nth-child(1), footer .custom-grid div:nth-child(2) {
    grid-column: 1/span 4;
  }
}
footer .menu-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer .wrap-out .logo-container {
  height: 7.3rem;
  width: auto;
  aspect-ratio: 155/43;
  display: block;
}
footer .wrap-out .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
footer .wrap-out .soda-container {
  height: 2.2rem;
  aspect-ratio: 83/22;
  display: block;
}
footer .wrap-out .soda-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
footer .wrap-out .itcorner-container {
  height: 4.5rem;
  aspect-ratio: 300/136;
  display: block;
}
footer .wrap-out .itcorner-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
footer .wrap-out .logos-container {
  margin-top: 2.7rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-content: flex-start;
}
footer .wrap-out .logos-container a {
  width: fit-content;
}
footer .wrap-out .belong {
  padding-top: 8.4rem;
  display: block;
}
@media (max-width: 413px) {
  footer .wrap-out .belong {
    padding-top: 3.9rem;
  }
}
footer .social-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer .social-container a {
  display: block;
  position: relative;
  width: fit-content;
}
footer .social-container a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 2px;
  width: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  footer .social-container a:hover:after {
    width: 100%;
  }
}
footer .container-private {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  position: relative;
  gap: 1rem;
}
@media (max-width: 480px) {
  footer .container-private {
    flex-direction: column;
  }
}
footer .container-private::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  top: 0;
  background-color: #757575;
}

.section-contact .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10rem;
}
@media (max-width: 1024px) {
  .section-contact .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .section-contact .container-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}
.section-contact .container-data .wysiwyg {
  max-width: 40rem;
  padding-bottom: 5rem;
  position: relative;
}
.section-contact .container-data .wysiwyg::after {
  content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  width: 100%;
  max-width: 48rem;
  background-color: #E0E0E0;
  bottom: 0;
}
.section-contact .container-data .wysiwyg h5 {
  font-family: roboto, sans-serif;
  font-weight: 300;
}
.section-contact .container-data .wysiwyg a {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  .section-contact .container-data .wysiwyg a:hover {
    color: #FB4D3D;
  }
}
.section-contact .container-data .ceo {
  padding-top: 5rem;
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .section-contact .container-data .ceo {
    padding-top: 0;
  }
}
@media (max-width: 413px) {
  .section-contact .container-data .ceo {
    gap: 2rem;
  }
}
.section-contact .container-data .ceo .ceo-image {
  width: 17rem;
  height: 17rem;
}
@media (max-width: 413px) {
  .section-contact .container-data .ceo .ceo-image {
    width: 12rem;
    height: 12rem;
  }
}
.section-contact .container-data .ceo .ceo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.section-contact .container-data .ceo .ceo-in {
  padding-top: 2.4rem;
}
@media (max-width: 413px) {
  .section-contact .container-data .ceo .ceo-in {
    padding-top: 0;
  }
}
.section-contact .container-data .ceo .ceo-in h5,
.section-contact .container-data .ceo .ceo-in h6,
.section-contact .container-data .ceo .ceo-in p {
  padding-bottom: 0.7rem;
}
.section-contact .container-data .ceo .ceo-in p {
  font-family: roboto, sans-serif;
  font-weight: 300;
}
.section-contact .container-data .ceo .ceo-in a {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #FB4D3D;
  font-weight: 500;
}
@media (hover: hover) {
  .section-contact .container-data .ceo .ceo-in a:hover {
    color: #A23DFC;
  }
}
.section-contact .container-form {
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .section-contact .container-form {
    margin-top: 3rem;
  }
}
.section-contact .container-form img {
  width: 48rem;
  height: 50rem;
  display: block;
  position: absolute;
  left: -12rem;
  top: -10rem;
  z-index: -1;
}
.section-contact .form {
  position: relative;
}
.section-contact .form::after {
  content: "";
  width: 34rem;
  height: 34rem;
  display: block;
  position: absolute;
  background-image: url("images/polygon2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -6rem;
  right: -6rem;
  transform: translate(7.5rem, 7.5rem);
  z-index: -1;
}
.section-contact .form-container {
  padding: 6rem;
  background-color: #2C2C2C;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .section-contact .form-container {
    padding: 3rem;
  }
}
.section-contact .form-container input[type=text],
.section-contact .form-container input[type=email],
.section-contact .form-container textarea {
  padding: 2.5rem;
  color: #FFFFFF;
  font-weight: 300;
  border: #FFFFFF solid 1px;
  border-radius: 0.4rem;
  width: 100%;
}
.section-contact .form-container input[type=text]::placeholder,
.section-contact .form-container input[type=email]::placeholder,
.section-contact .form-container textarea::placeholder {
  color: #FFFFFF;
  font-weight: 300;
}
.section-contact .form-container input[type=text]:focus::placeholder,
.section-contact .form-container input[type=email]:focus::placeholder,
.section-contact .form-container textarea:focus::placeholder {
  opacity: 0;
}
.section-contact .form-container input[type=text],
.section-contact .form-container input[type=email] {
  margin-bottom: 2.5rem;
}
.section-contact .form-container textarea {
  height: 17rem;
  resize: none;
}
.section-contact .form-container .field-checkbox_1 {
  padding-top: 5rem;
}
.section-contact .form-container .field-checkbox_1 label.el-label {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286;
}
.section-contact .form-container .field-checkbox_1 input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  border: solid 2px #FFFFFF;
  border-radius: 2px;
  appearance: none;
  cursor: pointer;
}
.section-contact .form-container .field-checkbox_1 input[type=checkbox]:checked {
  background-image: url("images/shape.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6rem 1.1rem;
}
.section-contact .form-container .err input {
  border-color: #FB4D3D !important;
}
.section-contact .form-container .err textarea {
  border-color: #FB4D3D !important;
}
.section-contact .form-container .submit-btn {
  border-color: #FB4D3D;
  background-color: #FB4D3D;
  gap: 0;
  margin-top: 6rem;
  width: 100%;
  justify-content: center;
}
.section-contact .form-container .submit-btn::after {
  background: url("./images/arrow-nx-white.svg");
}
.section-contact .form-container .submit-btn span:first-child {
  padding-right: 2.5rem;
}
@media (hover: hover) {
  .section-contact .form-container .submit-btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #212121;
  }
  .section-contact .form-container .submit-btn:hover::after {
    background: url("./images/arrow-nx.svg");
  }
}
.section-contact .form-container .form-re .ok .one {
  font-size: 4rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 6rem;
}
.section-contact .form-container .form-re .err {
  padding-top: 2rem;
}
.section-contact .form-container .form-re.ok .err {
  display: none;
}
.section-contact .form-container .form-re.err .ok {
  display: none;
}

.section-single-post-header {
  position: relative;
  color: #FFFFFF;
  background-color: #212121;
  overflow: clip;
}
.section-single-post-header .background-image {
  width: 60.4166666667vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.section-single-post-header .background-image:after {
  content: "";
  position: absolute;
  background: rgba(13, 76, 103, 0.4);
  backdrop-filter: blur(3.5px);
  height: 100%;
  width: 43%;
  top: 0;
  left: -10rem;
}
.section-single-post-header .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center center;
}
.section-single-post-header .container {
  position: relative;
  z-index: 2;
}
.section-single-post-header .container .cat-wrap {
  padding-top: 14rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.section-single-post-header .container .title-wrap {
  max-width: 68rem;
  padding: 5rem 0 4rem;
}
.section-single-post-header .container .author-wrap {
  display: flex;
  gap: 3rem;
  padding-bottom: 14rem;
}
.section-single-post-header .container .author-wrap .image-container {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: clip;
}
.section-single-post-header .container .author-wrap .image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section-single-post-header .container .author-wrap .name {
  padding-bottom: 0.5rem;
}
.section-single-post-header .container .author-wrap .date {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
}
.section-single-post-header .container .author-wrap .date .timer-image {
  width: 2.4rem;
  height: 2.4rem;
}
.section-single-post-header .container .author-wrap .date .timer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.section-single-post-content .custom-grid {
  display: grid;
  grid-template-columns: 15rem 1fr 15rem;
  gap: 6rem;
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .section-single-post-content .custom-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
@media (max-width: 413px) {
  .section-single-post-content .custom-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.section-single-post-content .to-post {
  display: block;
  height: fit-content;
}
.section-single-post-content .to-post .desc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 413px) {
  .section-single-post-content .to-post .desc {
    font-size: 1.4rem;
  }
}
.section-single-post-content .to-post .desc img {
  width: 2.4rem;
  aspect-ratio: 1;
}
.section-single-post-content .to-post .title {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  background-color: #FAFAFA;
  padding: 1.3rem;
}
@media (max-width: 413px) {
  .section-single-post-content .to-post .title {
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .section-single-post-content .to-post:hover .title {
    color: #A23DFC;
  }
}
.section-single-post-content .prev-cont {
  grid-column: 1;
}
@media (max-width: 767px) {
  .section-single-post-content .prev-cont {
    grid-column: 1/span 1;
    grid-row: 2;
  }
}
.section-single-post-content .prev-cont .title {
  text-align: right;
}
.section-single-post-content .next-cont {
  grid-column: 3;
}
.section-single-post-content .next-cont .desc {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .section-single-post-content .next-cont {
    grid-column: 2/span 1;
    grid-row: 2;
  }
}
.section-single-post-content .content {
  grid-column: 2;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-single-post-content .content {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}
.section-single-post-content .content:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #E0E0E0;
  height: 1.5px;
  width: 100%;
  bottom: 0;
}

.custom-container-2 {
  padding: 5rem 21rem 1.9rem;
}
@media (max-width: 767px) {
  .custom-container-2 {
    padding: 5rem 0 1.9rem;
  }
}
.custom-container-2 .cat-wrap-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.custom-container-2 .custom-flex {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  padding-top: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .custom-container-2 .custom-flex {
    flex-wrap: wrap;
  }
}
.custom-container-2 .custom-flex .author-container {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.custom-container-2 .custom-flex .author-container .image-container {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: clip;
}
.custom-container-2 .custom-flex .author-container .image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 413px) {
  .custom-container-2 .custom-flex .social-container {
    margin-left: auto;
  }
}
.custom-container-2 .custom-flex .social-container .desc {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-align: right;
}
.custom-container-2 .custom-flex .social-container .share {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 3rem;
  padding-top: 3rem;
}
.custom-container-2 .custom-flex .social-container .share a {
  display: block;
}
.custom-container-2 .custom-flex .social-container .share a img {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  display: block;
}
@media (hover: hover) {
  .custom-container-2 .custom-flex .social-container .share a:hover img {
    transform: scale(1.2);
  }
}
.custom-container-2 .custom-flex .social-container .share a:not(:first-child) {
  position: relative;
}
.custom-container-2 .custom-flex .social-container .share a:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 2.3rem;
  background-color: #757575;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

#logos {
  z-index: 20;
  background: #fff;
  overflow: hidden;
}
#logos #logos-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
}
#logos #logos-in {
  width: 60000px;
  overflow: hidden;
  position: relative;
}
#logos #logos-in.anim {
  -webkit-transition-property: all;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-delay: 0s;
  transition-timing-function: linear;
}
#logos .logos-container {
  float: left;
  display: table;
  height: 54px;
}
#logos span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px 0 25px;
}
#logos .logos-container img {
  display: block;
  height: 9rem;
  width: auto;
  aspect-ratio: 2/1;
}
#logos .logos-container img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#logos .gold {
  border-bottom: 3px solid gold;
}
#logos .silver {
  border-bottom: 3px solid silver;
}
#logos .bronze {
  border-bottom: 3px solid brown;
}
#logos .partner-type {
  background: gold;
  padding-top: 10px;
}
#logos .partner-type--gold {
  background: gold;
}
#logos .partner-type--silver {
  background: silver;
}
#logos .partner-type--bronze {
  background: brown;
}

.section-article-list {
  padding-top: 9.5rem;
}
.section-article-list .wysiwyg {
  padding-top: 1rem;
}
.section-article-list .category-list-container {
  padding-top: 6rem;
  padding-bottom: 11.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.section-article-list .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  padding: 7rem 0;
  position: relative;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .section-article-list .list {
    grid-template-columns: 1fr;
  }
}
.section-article-list .list:before {
  content: "";
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  top: 0;
  background-color: #E0E0E0;
}
.section-article-list .list:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  bottom: 0;
  background-color: #E0E0E0;
}
@media (min-width: 767px) {
  .section-article-list .list a:nth-child(3) {
    display: grid;
    grid-column: 1/span 2;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8rem;
    position: relative;
    padding: 7rem 0;
    align-items: start;
  }
  .section-article-list .list a:nth-child(3) .thumbnail-container {
    grid-column: 2;
    grid-row: 1;
  }
  .section-article-list .list a:nth-child(3) .wrap-content {
    grid-column: 1;
    grid-row: 1;
  }
  .section-article-list .list a:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    top: 0;
    background-color: #E0E0E0;
  }
  .section-article-list .list a:nth-child(3):after {
    content: "";
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    bottom: 0;
    background-color: #E0E0E0;
  }
}
.section-article-list .list a:last-child:after {
  display: none;
}

nav.pagination {
  margin: 0 auto 7rem;
  width: fit-content;
}
nav.pagination .prev,
nav.pagination .next {
  display: block;
}
nav.pagination .prev img,
nav.pagination .next img {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 4.4rem;
  height: 4.4rem;
  display: block;
}
nav.pagination .prev {
  margin-right: 2rem;
}
@media (hover: hover) {
  nav.pagination .prev:hover img {
    transform: translateX(-0.5rem);
  }
}
nav.pagination .next {
  margin-left: 2rem;
}
@media (hover: hover) {
  nav.pagination .next:hover img {
    transform: translateX(0.5rem);
  }
}
nav.pagination .page-numbers {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
nav.pagination .page-numbers.current {
  background-color: #FB4D3D;
  color: #FFFFFF;
}
nav.pagination a.page-numbers:not(.next):not(.prev) {
  cursor: pointer;
}
@media (hover: hover) {
  nav.pagination a.page-numbers:not(.next):not(.prev):hover {
    background-color: #FB4D3D;
    color: #FFFFFF;
  }
}
nav.pagination .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.none-margin-top {
  padding-top: 0;
}

.small-margin-top {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .small-margin-top {
    padding-top: 6rem;
  }
}

.standard-margin-top {
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .standard-margin-top {
    padding-top: 10rem;
  }
}

.none-margin-bottom {
  padding-bottom: 0;
}

.small-margin-bottom {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .small-margin-bottom {
    padding-bottom: 6rem;
  }
}

.standard-margin-bottom {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .standard-margin-bottom {
    padding-bottom: 10rem;
  }
}

.section-breadcrumbs .breadcrumbs-content {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.section-breadcrumbs .breadcrumbs-content a,
.section-breadcrumbs .breadcrumbs-content .break-line,
.section-breadcrumbs .breadcrumbs-content .pagename {
  display: block;
}
.section-breadcrumbs .breadcrumbs-content .break-line {
  width: 1.6rem;
  height: 2px;
  background-color: #E0E0E0;
}

.section-header-txt .container-desc {
  padding-top: 6rem;
  max-width: 69.5rem;
  width: 100%;
  margin-left: auto;
}
.section-header-txt .container-desc .desc {
  padding-top: 2.5rem;
}
.section-header-txt .container-desc .link-3 {
  margin-top: 5rem;
}

.section-image-single .image-container {
  width: 100%;
  min-height: 40rem;
  max-height: 50rem;
  aspect-ratio: 1440/500;
}
.section-image-single .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-models-list .models-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 13rem;
}
@media (max-width: 1024px) {
  .section-models-list .models-grid {
    grid-template-columns: 1fr;
  }
}
.section-models-list .models-grid .container-desc {
  padding-top: 8rem;
}
.section-models-list .models-grid .ico-container {
  width: 11rem;
  height: 11rem;
}
.section-models-list .models-grid .ico-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 480px) {
  .section-models-list .models-grid .ico-container, .section-models-list .models-grid .desc-container {
    grid-column: 1/span 2;
  }
  .section-models-list .models-grid .desc-container {
    padding-top: 3rem;
  }
}
.section-models-list .models-grid .wrap-out {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 5.2rem;
}
.section-models-list .models-grid .wrap-out .desc {
  padding-top: 2rem;
}
.section-models-list .models-grid .wrap-out:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  height: 2px;
  background-color: rgba(224, 224, 224, 0.8);
  margin: 8rem 0;
  grid-column: span 2;
}

.section-quote-single {
  background-color: #FAFAFA;
}
.section-quote-single .grid-quote {
  display: grid;
  grid-template-columns: 58% 1fr;
  grid-gap: 2rem 9rem;
}
@media (max-width: 1024px) {
  .section-quote-single .grid-quote {
    grid-template-columns: 1fr;
  }
}
.section-quote-single .grid-quote .wrap-out {
  padding-top: 3rem;
}
.section-quote-single .grid-quote .image-container {
  aspect-ratio: 40/37;
}
.section-quote-single .grid-quote .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .section-quote-single .grid-quote .image-container {
    max-width: 50rem;
    padding-top: 3rem;
  }
}
.section-quote-single .grid-quote .h6-text {
  padding-top: 5rem;
}
.section-quote-single .grid-quote .h6-text img {
  padding-left: 2rem;
  width: 6.5rem;
  height: 1rem;
}

.section-contact-link {
  background: linear-gradient(90deg, #A23DFC 0%, #00D3FF 100%);
}
.section-contact-link .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1023px) {
  .section-contact-link .container.right {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }
  .section-contact-link .container.right .link-4 {
    margin-top: 0;
  }
}
.section-contact-link .container .link-4 {
  margin-top: 5rem;
}

.section-quote-client {
  background-color: #212121;
  color: #FFFFFF;
}
.section-quote-client .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-quote-client .wrap-out {
  display: grid;
  grid-template-columns: 1fr auto;
}
.section-quote-client .wrap-out .wysiwyg {
  padding-bottom: 2rem;
  max-width: 58rem;
}
.section-quote-client .wrap-out img {
  width: 9.9rem;
  height: 7.1rem;
  margin-top: auto;
}
.section-quote-client .quote-slider-container {
  max-width: 69.5rem;
  margin-left: auto;
  margin-top: 9.4rem;
}
.section-quote-client .quote-slider-container .author {
  padding-top: 5rem;
}
.section-quote-client .quote-slider-container .position {
  padding-top: 1rem;
}
.section-quote-client .arr-prev {
  width: 4.4rem;
  height: 4.4rem;
  left: 0;
  right: 0;
  margin-right: 0;
  top: -9.4rem;
}
.section-quote-client .arr-next {
  width: 4.4rem;
  height: 4.4rem;
  left: 0;
  right: 0;
  margin-right: 0;
  margin-left: 5.8rem;
  top: -9.4rem;
}

.section-case-slider {
  background: #FAFAFA;
}
.section-case-slider .el-in {
  display: flex;
}
@media (max-width: 413px) {
  .section-case-slider .quote-slider-container {
    padding-bottom: 4.4rem;
  }
}
.section-case-slider .single-case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13rem;
}
@media (max-width: 1024px) {
  .section-case-slider .single-case {
    grid-gap: 6rem;
  }
}
@media (max-width: 767px) {
  .section-case-slider .single-case {
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .section-case-slider .single-case .image-container {
    max-width: 45rem;
    grid-row: 1;
  }
  .section-case-slider .single-case .desc-container {
    grid-row: 2;
  }
}
.section-case-slider .single-case .image-container {
  height: auto;
  aspect-ratio: 1;
}
.section-case-slider .single-case .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-case-slider .single-case .desc-container {
  display: flex;
  flex-direction: column;
}
.section-case-slider .single-case .desc-container .h5-text {
  padding-top: 5rem;
}
.section-case-slider .single-case .desc-container .desc {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.section-case-slider .single-case .desc-container .link-3 {
  margin-top: auto;
  margin-left: auto;
}
.section-case-slider .arr-next {
  width: 4.4rem;
  height: 4.4rem;
  left: 0;
  right: 0;
  margin-right: 0;
  margin-left: 5.8rem;
  bottom: 0.5rem;
}
@media (max-width: 413px) {
  .section-case-slider .arr-next {
    top: calc(100% + 2rem);
    bottom: initial;
    left: auto;
  }
}
.section-case-slider .arr-prev {
  width: 4.4rem;
  height: 4.4rem;
  left: 0;
  right: 0;
  margin-right: 0;
  margin-left: 0;
  bottom: 0.5rem;
}
@media (max-width: 413px) {
  .section-case-slider .arr-prev {
    top: calc(100% + 2rem);
    bottom: initial;
  }
}

.section-hero {
  background-color: #A23DFC;
}
.section-hero .elements-switcher {
  position: absolute;
  z-index: 10;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
.section-hero .elements-switcher ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  cursor: pointer;
}
.section-hero .elements-switcher ul li {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  list-style-type: none;
  width: 6.4rem;
  height: 0.6rem;
  background-color: #D9D9D9;
}
.section-hero .elements-switcher ul li.active {
  background-color: #FFFFFF;
}
.section-hero .el-in {
  display: flex;
}
.section-hero .single-hero {
  position: relative;
  display: flex;
  width: 100%;
}
.section-hero .single-hero .container {
  position: relative;
  z-index: 10;
  padding-top: 28rem;
}
.section-hero .single-hero .wysiwyg {
  max-width: 80rem;
}
.section-hero .single-hero .desc {
  padding-top: 6rem;
  max-width: 52rem;
}
.section-hero .single-hero .link-container {
  padding-top: 5.3rem;
  padding-bottom: 17rem;
}
.section-hero .single-hero .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-hero .single-hero .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.section-issue {
  background-color: #FAFAFA;
}
.section-issue .wrap-out {
  max-width: 69.5rem;
  margin-left: auto;
}
.section-issue .h2-text {
  padding-bottom: 6.4rem;
}

.section-solution .custom-flex {
  margin-top: 7rem;
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(2, auto);
  grid-gap: 6.5rem 4rem;
}
@media (max-width: 767px) {
  .section-solution .custom-flex {
    grid-template-columns: 1fr;
  }
}
.section-solution .custom-flex .wrap-out {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.section-influence.white {
  background-color: #FFFFFF;
}
.section-influence.grey {
  background-color: #FAFAFA;
}
.section-influence .custom-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.3rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .section-influence .custom-flex {
    grid-template-columns: 1fr;
  }
}
.section-influence .custom-flex .container-image {
  width: 4.8rem;
  height: 4.8rem;
}
.section-influence .custom-flex .container-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.section-influence .custom-flex .wrap-out {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 4.8rem;
  position: relative;
}
.section-influence .custom-flex .wrap-out::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0;
  background-color: #D9D9D9;
}

.section-chessboard .chessboard-container {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  padding: 7rem 0;
  position: relative;
  margin-bottom: 15rem;
}
@media (max-width: 1024px) {
  .section-chessboard .chessboard-container {
    gap: 5rem;
    pad: 5rem 0;
  }
}
.section-chessboard .chessboard-container:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #E0E0E0;
}
.section-chessboard .chessboard-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #E0E0E0;
}
.section-chessboard .single-container-chessboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem 8rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .section-chessboard .single-container-chessboard {
    grid-gap: 3rem;
  }
}
.section-chessboard .single-container-chessboard .image-wrap {
  width: 100%;
  height: auto;
  overflow: clip;
}
.section-chessboard .single-container-chessboard .image-wrap img {
  aspect-ratio: 580/400;
  width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0.5rem;
}
.section-chessboard .single-container-chessboard .container-desc {
  display: flex;
  flex-direction: column;
}
.section-chessboard .single-container-chessboard .container-desc .ico-wrap {
  width: 11rem;
  height: 11rem;
}
.section-chessboard .single-container-chessboard .container-desc .ico-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.section-chessboard .single-container-chessboard .container-desc .title {
  padding-top: 7rem;
}
@media (max-width: 1024px) {
  .section-chessboard .single-container-chessboard .container-desc .title {
    padding-top: 4rem;
  }
}
.section-chessboard .single-container-chessboard .container-desc .desc {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section-chessboard .single-container-chessboard .container-desc a {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  margin-top: auto;
}
.section-chessboard .single-container-chessboard .container-desc a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (hover: hover) {
  .section-chessboard .single-container-chessboard .container-desc a:hover {
    transform: translateX(1rem);
  }
}
.section-chessboard .single-container-chessboard.left .container-desc {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .single-container-chessboard.left .container-desc {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
.section-chessboard .single-container-chessboard.left .image-wrap {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .single-container-chessboard.left .image-wrap {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}
.section-chessboard .single-container-chessboard.right .container-desc {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .single-container-chessboard.right .container-desc {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
.section-chessboard .single-container-chessboard.right .image-wrap {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .single-container-chessboard.right .image-wrap {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}

.section-header-services .custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem 12rem;
}
@media (max-width: 1024px) {
  .section-header-services .custom-grid {
    grid-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .section-header-services .custom-grid {
    grid-template-columns: 1fr;
  }
}
.section-header-services .custom-grid .small-title {
  padding-top: 2rem;
}
.section-header-services .custom-grid .wysiwyg {
  padding-top: 2rem;
}
.section-header-services .custom-grid .desc {
  padding-top: 11.5rem;
}
@media (max-width: 1024px) {
  .section-header-services .custom-grid .desc {
    padding-top: 6rem;
  }
}
.section-header-services .custom-grid .image-container {
  max-width: 53rem;
  height: auto;
  aspect-ratio: 1;
}
.section-header-services .custom-grid .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.section-service-list {
  background-color: #FAFAFA;
}
.section-service-list .custom-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10rem;
}
@media (max-width: 1024px) {
  .section-service-list .custom-grid {
    grid-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .section-service-list .custom-grid {
    grid-template-columns: 1fr;
  }
}
.section-service-list .custom-grid .wrap-out {
  padding-top: 2.6rem;
}
.section-service-list .custom-grid .wrap-out .service-single {
  position: relative;
  padding: 2.5rem 0;
}
.section-service-list .custom-grid .wrap-out .service-single:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #212121;
}
.section-service-list .custom-grid .wrap-out .el-header {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.section-service-list .custom-grid .wrap-out .el-header img {
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.section-service-list .custom-grid .wrap-out .el-header.opened img {
  transform: rotate(180deg);
}
.section-service-list .custom-grid .wrap-out .el-desc {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  max-height: 0;
  overflow: clip;
}

.section-main-txt .desc {
  padding-top: 3rem;
  line-height: 1.5555555556;
}

.section-image-blog .image-container {
  width: 100%;
  height: auto;
}
.section-image-blog .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.section-quote-blog {
  padding: 10rem 0 15rem;
}
.section-quote-blog .desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  padding-top: 6rem;
}
.section-quote-blog .desc:before {
  content: "";
  display: block;
  width: 8rem;
  height: 0.3rem;
  background-color: #212121;
}

.slider-article {
  padding-top: 15rem;
  padding-bottom: 9rem;
}
.slider-article .el {
  width: 30rem;
}
.slider-article .slider-out {
  position: relative;
}
.slider-article .title {
  padding-bottom: 7rem;
}
.slider-article .arr-next {
  top: 1rem;
  right: 0;
  left: auto;
  width: 4.4rem;
  height: 4.4rem;
}
@media (max-width: 599px) {
  .slider-article .arr-next {
    top: -5.3rem;
  }
}
.slider-article .arr-prev {
  top: 1rem;
  right: 4.4rem;
  left: auto;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.4rem;
}
@media (max-width: 599px) {
  .slider-article .arr-prev {
    left: 0;
    right: auto;
    top: -5.3rem;
  }
}
.slider-article .elements-list-container {
  position: static;
}
.slider-article .wrap-content {
  display: grid;
}
.slider-article .wrap-content .article-title {
  padding-top: 0;
  grid-row: 2;
}
.slider-article .wrap-content .date {
  grid-row: 1;
}

.section-blog-link .article-2 .custom-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3.2rem;
}
@media (max-width: 599px) {
  .section-blog-link .article-2 .custom-wrap {
    grid-template-columns: 1fr;
  }
}
.section-blog-link .container-header {
  padding-bottom: 7rem;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 599px) {
  .section-blog-link .container-header {
    flex-direction: column;
    align-items: start;
  }
}

.section-numbers .custom-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.section-numbers .custom-grid .numbers-single {
  max-width: 38rem;
}
.section-numbers .custom-grid .el-number {
  font-size: 12rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-numbers .custom-grid .el-number {
    font-size: 9rem;
  }
}
.section-numbers .custom-grid .el-desc {
  padding-top: 4rem;
}
