body.hidden {
  overflow: hidden;
}
body {
  background: #ffffff;
}
html {
  scroll-behavior: smooth;
}
.page {
  overflow: hidden;
  position: relative;
}
.header {
  position: relative;
  z-index: 1;
}
.title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 96px;
  line-height: 120%;
  color: #384046;
}
.desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #384046;
}
.text-200 {
  font-size: 200px;
}
.text-14 {
  font-size: 14px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-64 {
  font-size: 64px;
}
.text-300 {
  font-size: 300px;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-900 {
  font-weight: 900;
}
.text-white {
  color: #fff;
}
.text-gold {
  color: #dbb892;
}
.text-blue {
  color: #00b7e0;
}
.text-lavender {
  color: #aba7be;
}
.text-orange {
  color: #fe621b;
}
.text-light-grayish-blue {
  color: #ebeff2;
}
.text-gray {
  color: #8e9aa4;
}
.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
.button {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
  padding: 8px 32px;
  border-radius: 100px;
  background: #00b7e0;
}
.button:hover {
  background: #384046;
}
.button.bordered {
  background: transparent;
  color: #384046;
  border: 3px solid #384046;
}
.button.bordered:hover {
  color: #ffffff;
  background: #384046;
}
.logo .img {
  width: 136px;
}
.section {
  padding: 0 16px;
}
.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.uppercase {
  text-transform: uppercase;
}

/* header */
.header {
  padding: 16px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px #3840461f;
  border-radius: 18px;
}
.header .nav {
  display: flex;
  gap: 46px;
}
.header .nav__item .desc {
  padding: 4px 8px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: transparent;
  display: block;
}
.header .nav__item .desc:hover {
  border-bottom-color: #00b7e0;
  opacity: 1;
}
.header .lang {
  background: transparent;
  border: 0;
  outline: 0;
  padding-right: 28px;
  background: url("../assets/select-arrow.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  -moz-appearance: none; /* Firefox */
  line-height: 24px;
}
select::-ms-expand {
  display: none;
}

.hero-img {
  position: absolute;
  top: 204px;
  width: 880px;
  left: calc(50% + 600px);
  transform: translateX(-50%);
  z-index: 1;
}
.hero-section {
  padding-top: 246px;
  padding-bottom: 246px;
  position: relative;
}
.hero-section .wrapper {
  position: relative;
  z-index: 2;
}
.hero-section .title {
  max-width: 898px;
  line-height: 95%;
  word-wrap: break-word;
}
.hero-section .flex {
  margin-top: 110px;
  gap: 22px;
  display: flex;
  flex-wrap: wrap;
}
.hero-section .flex .desc {
  max-width: 384px;
}

.top {
  position: fixed;
  background: #384046;
  right: 64px;
  bottom: 64px;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.top .img {
  width: 24px;
}
.top:hover {
  opacity: 1;
  background: #fe621b;
}

.about-section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
}
.about-section .wrapper {
  position: relative;
  padding-top: 345px;
}
.about-section .title {
  line-height: 120%;
  width: 2200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.about-section .text-24 {
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}
.about-section .list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 96px;
}
.about-section .item {
  position: relative;
}
.about-section .list .icon {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #384046;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin: 0 auto;
}
.about-section .list .icon:hover {
  background: #00b7e0;
  opacity: 1;
}
.why-section {
  padding: 0 16px;
}
.why-section .list {
  margin-top: 200px;
}
.why-section .list .icon {
  background: #00b7e0;
}
.about-section .list .icon + .desc {
  margin: 30px auto 0;
  max-width: 120px;
  line-height: 150%;
}
.about-section .list .tip {
  background: #51606db2;
  border-radius: 12px;
  padding: 24px 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.about-section .list .tip::after {
  content: "";
  position: absolute;
  top: 100%; /* place at the bottom of tooltip box */
  left: 50%;
  margin-left: -15px;
  border-width: 15px; /* size of the caret */
  border-style: solid;
  border-color: #51606db2 transparent transparent transparent;
}

.about-section .list .icon .img {
  width: 32px;
}
.about-section .list .item:hover .tip {
  opacity: 1;
  visibility: visible;
}

.solutions-section {
  position: relative;
  padding: 300px 16px 156px;
  text-align: center;
}
.solutions-section .wrapper {
  position: relative;
}
.solutions-section .bg {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.solutions-section .solutions-img {
  width: 670px;
  position: absolute;
  left: -290px;
  top: 50%;
  transform: translateY(-50%);
}
.solutions-section .text-24 {
  margin-top: 24px;
}
.solutions-section .list {
  display: flex;
  margin-top: 96px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #d2d7db;
  flex-wrap: wrap;
  position: relative;
}
.solutions-section .item {
  padding: 64px 16px 50px;
  width: calc(100% / 4);
}
.solutions-section .item + .item {
  border-left: 1px solid #d2d7db;
}
.solutions-section .item .text-22 {
  max-width: 236px;
  margin: 0 auto;
  min-height: 54px;
}
.solutions-section .item .desc + .desc {
  margin: 42px auto 0;
  max-width: 240px;
}
.solutions-section .scroll {
  display: inline-flex;
  position: relative;
  margin: 54px auto 0;
  height: 65px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  opacity: 1;
}
.solutions-section .scroll .title {
  font-size: 16px;
  line-height: 14px;
}
.solutions-section .scroll svg {
  margin-top: 18px;
  transition: 0.3s;
}
.solutions-section .scroll:hover svg {
  margin-top: 8px;
}
.solutions-section .scroll path {
  stroke: #fe621b;
}

.global-section {
  background: #ebeff2;
  padding: 336px 16px 405px;
  position: relative;
  background-image: url("../assets/map.webp");
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center;
}
.global-curr {
  position: absolute;
  width: 680px;
  left: calc(50% - 380px);
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.global-section .wrapper {
  display: flex;
  justify-content: space-between;
}
.global-section .column {
  flex: 1;
}
.global-section ul .img {
  width: 24px;
}
.global-section ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.global-section ul li .desc {
  flex: 1;
}
.global-section ul li + li {
  margin-top: 24px;
}
.global-section .button {
  margin-top: 70px;
}
.global-section .column:first-child {
  max-width: 444px;
}
.global-section .column:nth-child(2) {
  max-width: 336px;
}
.global-section .column:nth-child(2) .desc {
  line-height: 150%;
}
.global-section .column:last-child {
  max-width: 324px;
}
.global-section .column:first-child .title {
  line-height: 95%;
}
.global-section .column:first-child .desc {
  margin-top: 40px;
  max-width: 360px;
}

.integration-section {
  padding: 200px 16px 250px;
  background: #ebeff2;
  position: relative;
}
.integration-section .column:first-child {
  max-width: 444px;
}
.integration-section .column:nth-child(2) {
  max-width: 324px;
}
.integration-section .column:last-child {
  max-width: 364px;
}
.integration-section .wrapper {
  display: flex;
  justify-content: space-between;
}
.integration-section ul .img {
  width: 24px;
}
.integration-section ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.integration-section ul li .desc {
  flex: 1;
}
.integration-section ul li + li {
  margin-top: 24px;
}
.integration-section .button {
  margin-top: 60px;
}

.integration-section .title {
  line-height: 95%;
}
.integration-section .title + .desc {
  margin-top: 40px;
}
.integration-section .integrating-img {
  width: 524px;
  margin-top: -65px;
}

.business-section {
  padding: 270px 16px 290px;
  background: #00b7e0;
  position: relative;
}
.business-section .wrapper {
  display: flex;
  justify-content: space-between;
}
.business-section .column:first-child {
  width: 370px;
  position: relative;
}
.business-section .column:last-child {
  max-width: 324px;
  position: relative;
}
.business-section .column:nth-child(2) {
  max-width: 444px;
}
.business-section .business-img {
  width: 766px;
  position: absolute;
  top: -50px;
  left: -350px;
}
.business-section ul {
  margin-top: 42px;
}
.business-section ul .img {
  width: 24px;
}
.business-section ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.business-section ul li .desc {
  flex: 1;
}
.business-section ul li + li {
  margin-top: 24px;
}
.business-section .button {
  margin-top: 60px;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.business-section .button:hover {
  border-color: #384046;
}
.business-section .column:last-child .desc {
  line-height: 150%;
}
.business-section .column:last-child .desc span {
  color: #fff;
  font-weight: 700;
}
.business-section .column:nth-child(2) .title {
  color: #fff;
  line-height: 95%;
}
.business-section .column:nth-child(2) .desc {
  color: #fff;
  margin-top: 40px;
}

.compliance-section {
  padding: 360px 16px 80px;
  position: relative;
}
.compliance-section .wrapper {
  display: flex;
  justify-content: space-between;
}
.compliance-section .column:last-child {
  width: 324px;
}
.compliance-img {
  width: 706px;
  left: -100px;
  top: -50px;
  position: relative;
}
.compliance-section ul {
  margin-top: 42px;
}
.compliance-section ul .img {
  width: 24px;
}
.compliance-section ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.compliance-section ul li .desc {
  flex: 1;
}
.compliance-section ul li + li {
  margin-top: 24px;
}
.compliance-section ul + .button {
  margin-top: 60px;
}
.compliance-section .column:first-child {
  max-width: 492px;
  flex: 1;
}
.compliance-section .column:nth-child(2) {
  max-width: 346px;
}
.compliance-section .column:nth-child(2) .desc {
  max-width: 324px;
  line-height: 150%;
}
.compliance-section .title {
  line-height: 95%;
}
.compliance-section .column:first-child .desc {
  margin-top: 40px;
}
.compliance-section .column:nth-child(2) .desc span {
  font-weight: 700;
}

.feature-section {
  padding: 132px 16px 80px;
}
.feature-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-section .column:first-child {
  width: 324px;
}
.feature-section .column:last-child {
  width: calc(100% - 324px);
}
.feature-section .desc {
  line-height: 150%;
  margin-top: 64px;
}
.feature-section .desc span {
  font-weight: 700;
}
.feature-section .title {
  line-height: 95%;
  word-break: break-word;
}
.feature-section .img {
  width: 1248px;
}

.ready-section .desc {
  max-width: 444px;
}
.ready-section .buttons {
  margin-top: 142px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.footer {
  padding: 38px 16px;
}
.footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .desc:nth-child(2) {
  text-align: center;
}

.footer .desc {
  line-height: 150%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  z-index: 6;
}
.modal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #38404633;
}
.modal-wrapper {
  max-width: 1400px;
  width: 100%;
  overflow: auto;
  max-height: 100vh;
  background: #fff;
  box-shadow: 0px 4px 24px 0px #3840461f;
  padding: 64px 86px;
  display: flex;
  justify-content: space-between;
  border-radius: 18px;
  position: relative;
}
.modal-wrapper .column {
  max-width: 360px;
  flex: 1;
}
.modal-wrapper form {
  max-width: 595px;
  flex: 1;
  text-align: center;
}
.modal .close {
  width: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.modal label {
  width: 100%;
  position: relative;
  display: block;
}
.modal label input,
.modal textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 9px 52px;
  line-height: 24px;
  color: #384046;
  box-shadow: 0px 4px 4px 0px #0000001f inset;
  border-radius: 24px;
  background: #ebeff2;
  border: 0;
  outline: 0;
}
.modal textarea {
  min-height: 132px;
  resize: none;
}
.modal label input::placeholder,
.modal label textarea::placeholder {
  color: #8e9aa4;
}
.modal label + label {
  margin-top: 22px;
}
.modal textare {
  margin-top: 22px;
}
.modal label .img {
  width: 24px;
  position: absolute;
  top: 9px;
  left: 16px;
}
.modal .title {
  line-height: 95%;
  margin-top: 40px;
}
.modal .desc {
  margin-top: 110px;
  line-height: 150%;
}
.modal .button {
  margin: 64px auto 0;
}

@media screen and (max-width: 768px) {
  .top {
    display: none;
  }
  .header .nav {
    display: none;
  }
  .header .wrapper {
    padding: 16px;
  }
  .title {
    font-size: 42px;
  }
  .hero-section {
    padding: 120px 16px 50px;
  }
  .hero-section .flex {
    margin-top: 24px;
  }
  .about-section {
    padding: 40px 16px;
  }
  .about-section .wrapper {
    padding-top: 0;
  }
  .about-section .title {
    width: 100%;
    max-width: 288px;
    position: static;
    transform: none;
  }
  .about-section .desc {
    margin-top: 24px;
  }
  .about-section .list {
    gap: 16px;
    margin-top: 32px;
  }
  .solutions-section {
    padding: 40px 16px;
  }
  .solutions-section .list {
    margin-top: 24px;
  }
  .solutions-section .item {
    width: 100%;
    padding: 24px 16px;
  }
  .solutions-section .item + .item {
    border-left: 0;
    border-top: 1px solid #d2d7db;
  }
  .solutions-section .item .desc + .desc {
    margin-top: 16px;
  }
  .global-section {
    padding: 40px 16px;
  }
  .global-section .wrapper {
    flex-direction: column;
  }
  .global-section .column + .column {
    margin-top: 32px;
  }
  .global-curr {
    display: none;
  }
  .global-section .button {
    margin-top: 24px;
  }
  .integration-section {
    padding: 40px 16px;
  }
  .integration-section .wrapper {
    flex-direction: column;
  }
  .integration-section .column + .column {
    margin-top: 32px;
  }
  .business-section {
    padding: 50px 16px;
  }
  .business-section .wrapper {
    flex-direction: column;
  }
  .business-section .business-img {
    display: none;
  }
  .business-section .column + .column {
    margin-top: 32px;
  }
  .compliance-section {
    padding: 50px 16px;
  }
  .compliance-section .wrapper {
    flex-direction: column;
  }
  .compliance-section .column + .column {
    margin-top: 32px;
  }
  .feature-section .column:last-child {
    display: none;
  }
  .feature-section {
    padding: 50px 16px;
  }
  .ready-section .buttons {
    margin-top: 32px;
  }
  .footer .wrapper {
    gap: 24px;
    flex-direction: column;
    text-align: center;
  }
  .modal-wrapper {
    padding: 40px 16px;
    flex-direction: column;
  }
  .modal .desc {
    margin-top: 24px;
  }
  .modal-wrapper form {
    margin-top: 32px;
  }
  .modal .button {
    margin-top: 24px;
  }
}
html[lang="el"] .button {
	font-size: 18px;
}
html[lang="el"] #about .text-300,
html[lang="el"] #why .text-300 {
	font-size: 260px;
}
html[lang="el"] #ready .title {
	font-size: 171px;
}
html[lang="el"] #global .title,
html[lang="el"] #integration .title,
html[lang="el"] #compliance .title,
html[lang="el"] .business-section .column:nth-child(2) .title {
    word-wrap: break-word;
    font-size: 64px;
}
html[lang="el"] #hero .button {
	max-height: 54px;
}
html[lang="el"] .modal .text-64 {
	font-size: 46px;
	line-height: 100%;
}
html[lang="el"] .global-section {
	padding-top: 240px;
}
html[lang="el"] .global-curr {
	top: 51%;
}
.links-block {
	display: flex;
	gap: 10px;
	align-items: center;
}
.links-block a {
	color: #384046;
}
.main.text {
	padding-top: 140px;
}
.main.text .title.big {
	font-size: 40px;
	margin-bottom: 30px;
}
.main.text .title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
.main.text p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #384046;
    margin-bottom: 10px;
}
.main.text b {
	font-weight: bold;
}
.main.text table {
	font-family: "Inter", sans-serif;
	width: 100%;
	margin: 15px 0px;
}
.main.text table td {
	border: 1px solid #000;
	padding: 10px;
}
.wrapper.center {
	justify-content: center;
	text-align: center;
}
.cookie-popup {
	font-family: "Inter", sans-serif;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    background: #ebeff2;
    padding: 15px 20px;
    color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    max-width: 500px;
    padding: 15px 20px;
    border: 1px solid #ebeff2;
    border-radius: 8px;
}
.cookie-popup a {
    color: #00b7e0 !important;
}
.cookie-popup .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.cookie-popup .text {
    margin-bottom: 15px;
    color: #384046;
}
.cookie-popup .text a {
    font-size: 16px;
    font-weight: 600;
}
.cookie-popup .button {
	font-size: 14px;
}
.cookie-popup .btns {
    text-align: right;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.cookie-popup button {
    cursor: pointer;
    padding: 3px 15px !important;
}
.cookie-overlay {
    width: 100%;
    height: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 999;
}
.cookie-window-block {
    display: flex;
    flex-flow: column;
    align-items: baseline;
    gap: 10px;
}
.cookie__actions {
    width: 100%;
    justify-content: space-between;
}
.cookie-window-close:hover, .cookie-window-manage:hover {
    background: #83FF53 !important;
}
.cookie-window-block.manage-settings {
    display: none;
}
.cookie-window-block.manage-settings b {
    text-align: left;
    display: block;
    font-weight: bold;
}
.cookie-window-block.manage-settings .cookie-window-text {
    flex-flow: column;
    align-items: baseline;
    margin-right: 0;
    gap: 15px;
}
.cookie-window-text .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.cookie-window-text .btns button {
    padding: 3px 15px !important;
    font-size: 14px;
}
.cookie-window-block {
	font-family: "Inter", sans-serif;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    background: #ebeff2;
    padding: 15px 20px;
    color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    max-width: 500px;
    padding: 15px 20px;
    border: 1px solid #ebeff2;
    border-radius: 8px;
}
.cookie-window-block .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.cookie-window-block .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.cookie-window-block .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.cookie-window-block .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.cookie-window-block input:checked+.slider {
    background-color: #00b7e0;
}
.cookie-window-block input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}
.cookie-window-block input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.cookie-window-block .slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.cookie-window-block .item-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.cookie-window-block .item-row .text {
    max-width: 500px;
    color: #384046;
}
.js-cookie-window-close {
    color: #fff;
}
