@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Baloo 2", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #1F2A47;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #53EAF3;
}

.main-container {
  width: 100%;
  max-width: 1921px;
  margin: 0 auto;
  padding: 0 69px;
}
@media screen and (max-width: 1300px) {
  .main-container {
    padding: 0 30px;
  }
}

.button-wrapper {
  display: flex;
  width: 100%;
}

a {
  text-decoration: underline transparent;
  transition: all 0.15s linear;
  outline: none;
  color: inherit;
}
a:hover {
  outline: none;
  color: #39B0B7;
  text-decoration: underline #39B0B7;
}

.default-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #1E2434;
  background: transparent;
  color: #1E2434;
  font-size: 23px;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 19px 8px 34px;
  transition: all 0.15s linear;
}
.default-button .icon {
  height: 39px;
  width: 39px;
  background-color: #1E2434;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.15s linear;
}
.default-button span {
  flex: 1;
}
.default-button:hover {
  color: #1E2434;
  text-decoration: none;
  background: #53EAF3;
}
.default-button:focus {
  color: #1E2434;
  text-decoration: none;
}

.inverse-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #1E2434;
  background: transparent;
  color: #1E2434;
  font-size: 23px;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 19px 8px 34px;
  transition: all 0.15s linear;
  background: #53EAF3;
}
.inverse-button .icon {
  height: 39px;
  width: 39px;
  background-color: #1E2434;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.15s linear;
}
.inverse-button span {
  flex: 1;
}
.inverse-button:hover {
  color: #1E2434;
  text-decoration: none;
  background: #53EAF3;
}
.inverse-button:focus {
  color: #1E2434;
  text-decoration: none;
}
.inverse-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  border-color: #ffffff;
}
.inverse-button:hover .icon {
  background-color: #ffffff;
}

.dark-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #1E2434;
  background: transparent;
  color: #1E2434;
  font-size: 23px;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 19px 8px 34px;
  transition: all 0.15s linear;
  padding: 9px 36px;
}
.dark-button .icon {
  height: 39px;
  width: 39px;
  background-color: #1E2434;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.15s linear;
}
.dark-button span {
  flex: 1;
}
.dark-button:hover {
  color: #1E2434;
  text-decoration: none;
  background: #53EAF3;
}
.dark-button:focus {
  color: #1E2434;
  text-decoration: none;
}
.dark-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #1E2434;
  border-color: #1E2434;
}
.dark-button:hover .icon {
  background-color: #ffffff;
}

.main-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.big-title {
  font-size: 50px;
  line-height: 65px;
}

h2 {
  font-weight: 500;
}

h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.rounded {
  border-radius: 15px;
}

.svg-arrow {
  height: 39px;
  width: 39px;
  background-color: #000;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.bg-wrapper {
  position: relative;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  background-attachment: scroll;
}
.bg-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.bg-wrapper .bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 42, 71, 0.8) 0%, rgba(83, 234, 243, 0.8) 100%);
  mix-blend-mode: multiply;
  z-index: 2;
  background-blend-mode: multiply;
}

.ellipse {
  width: 30px;
  height: 30px;
  background-color: #53EAF3;
  border-radius: 50%;
  margin-right: 61px;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .ellipse {
    margin-right: 41px;
  }
}

.is-close-btn {
  display: none;
}

@font-face {
  font-family: "Baloo";
  src: url("../../fonts/Baloo-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Baloo_2/static/Baloo2-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Baloo_2/static/Baloo2-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Baloo_2/static/Baloo2-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Baloo_2/static/Baloo2-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/Baloo_2/static/Baloo2-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo Bhai 2";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Baloo_Bhai_2/static/BalooBhai2-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo Bhai 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Baloo_Bhai_2/static/BalooBhai2-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo Bhai 2";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Baloo_Bhai_2/static/BalooBhai2-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo Bhai 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Baloo_Bhai_2/static/BalooBhai2-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo Bhai 2";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/Baloo_Bhai_2/static/BalooBhai2-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Aldrich";
  src: url("../../fonts/Aldrich-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.wysiwyg-styles * {
  word-wrap: break-word;
}
.wysiwyg-styles *:first-child {
  margin-top: 0;
}
.wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles a:not(.default-button) {
  color: #39B0B7;
}
.wysiwyg-styles strong {
  font-weight: 600;
}
.wysiwyg-styles > h2 {
  font-size: 35px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wysiwyg-styles > h2 {
    font-size: 32px;
  }
}
.wysiwyg-styles > h2 + h3 {
  margin-top: 0;
}
.wysiwyg-styles > h3 {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 10px;
}
.wysiwyg-styles > p {
  margin-bottom: 35px;
}
.wysiwyg-styles > p img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 15px;
}
.wysiwyg-styles > p + ul {
  margin-top: -35px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}
.wysiwyg-styles > ul li {
  position: relative;
  display: table;
  padding-left: 39px;
}
.wysiwyg-styles > ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  height: 21px;
  width: 21px;
  border-radius: 100%;
  background-color: #53EAF3;
}

.wysiwyg-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.wysiwyg-video:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.wysiwyg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.wysiwyg-gallery {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 26px;
  margin-bottom: 35px;
}
.wysiwyg-gallery .gallery-slider {
  width: 100%;
  max-width: calc(100vw - (100vw - 1190px) / 2);
  margin: 0 0 0 calc((100vw - 1190px) / 2);
  padding: 0;
}
@media only screen and (max-width: 1320px) {
  .wysiwyg-gallery .gallery-slider {
    margin: 0 0 0 69px;
  }
}
@media only screen and (max-width: 1260px) {
  .wysiwyg-gallery .gallery-slider {
    margin: 0 0 0 30px;
  }
}
.wysiwyg-gallery .gallery-slider .slick-list {
  padding-right: 119px;
}
.wysiwyg-gallery .gallery-slider .slick-list .slick-slide {
  margin: 0 31px 24px 0;
}
@media only screen and (max-width: 767px) {
  .wysiwyg-gallery .gallery-slider .slick-list .slick-slide {
    margin: 0 24px 24px 0;
  }
}
.wysiwyg-gallery .gallery-slider .single-gallery-element a {
  position: relative;
  display: block;
  padding-top: 75.7%;
}
.wysiwyg-gallery .gallery-slider .single-gallery-element a:hover img {
  filter: brightness(0.8);
}
.wysiwyg-gallery .gallery-slider .single-gallery-element a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.15s linear;
}
.wysiwyg-gallery .gallery-footer {
  position: relative;
}
.wysiwyg-gallery .gallery-footer:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 11px;
  background: #F1F9FA;
  z-index: -1;
}
.wysiwyg-gallery .gallery-footer .slider-swipe-wrapper {
  max-width: 1190px;
}
.wysiwyg-gallery .gallery-footer .slider-swipe-wrapper img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .wysiwyg-gallery .gallery-footer .slider-swipe-wrapper img {
    width: 44px;
    height: 44px;
  }
}

.contact-us-page {
  display: flex;
  gap: 142px;
}
@media only screen and (max-width: 1600px) {
  .contact-us-page {
    gap: 80px;
  }
}
.contact-us-page .contact-us-left-side {
  width: 44.26%;
}
@media only screen and (max-width: 1600px) {
  .contact-us-page .contact-us-left-side {
    width: 60%;
  }
}
@media only screen and (max-width: 1300px) {
  .contact-us-page .contact-us-left-side {
    width: 100%;
  }
}
.contact-us-page .contact-us-left-side .page-head {
  margin-bottom: 30px;
}
.contact-us-page .contact-us-left-side .page-head .main-title {
  margin-bottom: 7px;
}
.contact-us-page .contact-us-left-side .form-wrapper .custom-contact-form .bottom-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 11px;
}
.contact-us-page .right-cover-image {
  padding-top: 13px;
}
@media only screen and (max-width: 1300px) {
  .contact-us-page .right-cover-image {
    display: none;
  }
}
.contact-us-page .right-cover-image img {
  width: 100%;
  max-width: 607px;
  height: auto;
  max-height: 802px;
  object-fit: contain;
}

.case-study-archive .page-head {
  margin-bottom: 38px;
}
.case-study-archive .page-head .main-title {
  margin-bottom: 7px;
}
.case-study-archive .video-text-split-section {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1600px) {
  .case-study-archive .video-text-split-section {
    gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study-archive .video-text-split-section {
    flex-wrap: wrap;
    gap: 35px;
  }
}
.case-study-archive .video-text-split-section .video-wrapper {
  position: relative;
  width: 661px;
  height: 392px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .case-study-archive .video-text-split-section .video-wrapper {
    width: 50%;
    height: unset;
    padding-top: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study-archive .video-text-split-section .video-wrapper {
    width: 100%;
    padding-top: 54%;
  }
}
.case-study-archive .video-text-split-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.case-study-archive .video-text-split-section .text-wrapper {
  flex: 1;
  max-width: 779px;
  padding-bottom: 21px;
}
@media only screen and (max-width: 1600px) {
  .case-study-archive .video-text-split-section .text-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study-archive .video-text-split-section .text-wrapper {
    flex: unset;
    max-width: unset;
  }
}
.case-study-archive .video-text-split-section .text-wrapper .wysiwyg-styles > h3 {
  line-height: 40px;
  margin-bottom: 27px;
}
.case-study-archive .case-study-section > .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 26px;
}
.case-study-archive .case-study-section > .title-wrapper a {
  font-size: 20px;
  color: #3EAEB5;
  font-weight: 500;
  text-decoration: underline #3EAEB5;
}
.post-archive .page-head {
  margin-bottom: 27px;
}
.post-archive .posts-section {
  background-color: #ffffff;
  padding-top: 0;
}
.post-archive .posts-section .single-posts-block:first-child {
  padding-top: 0;
}
.post-archive .posts-section .single-posts-block:last-child {
  padding-bottom: 0;
}

.feature-archive .page-head {
  margin-bottom: 57px;
}
.feature-archive .page-head .main-title {
  margin-bottom: 7px;
}
.feature-archive .feature-block-wrapper {
  margin-bottom: 45px;
}

.industry-archive .page-head {
  margin-bottom: 48px;
}
.industry-archive .page-head .main-title {
  margin-bottom: 10px;
}
.industry-archive .featured-industries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 51px;
}
@media only screen and (max-width: 1300px) {
  .industry-archive .featured-industries {
    grid-template-columns: 1fr;
  }
}
.industry-archive .featured-industries .single-industry-element {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 47.5% 55px 53px 50px;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  .industry-archive .featured-industries .single-industry-element {
    padding: 150px 55px 53px 50px;
  }
}
@media only screen and (max-width: 500px) {
  .industry-archive .featured-industries .single-industry-element {
    padding: 55px 25px 55px 25px;
  }
}
.industry-archive .featured-industries .single-industry-element:hover {
  text-decoration: none;
}
.industry-archive .featured-industries .single-industry-element:hover .image-wrapper img {
  scale: 1.05;
}
.industry-archive .featured-industries .single-industry-element * {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.industry-archive .featured-industries .single-industry-element .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.industry-archive .featured-industries .single-industry-element .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 42, 71, 0.8) 0%, rgba(83, 234, 243, 0.8) 100%);
  mix-blend-mode: multiply;
  z-index: 0;
}
.industry-archive .featured-industries .single-industry-element .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.15s linear;
}
.industry-archive .featured-industries .single-industry-element .title-wrapper {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .industry-archive .featured-industries .single-industry-element .title-wrapper {
    flex-wrap: wrap;
  }
}
.industry-archive .featured-industries .single-industry-element .title-wrapper img {
  width: auto;
  max-width: 100px;
  height: auto;
  object-fit: contain;
}
.industry-archive .featured-industries .single-industry-element .title-wrapper h2 {
  flex: 1;
  font-size: 30px;
}
@media only screen and (max-width: 500px) {
  .industry-archive .featured-industries .single-industry-element .title-wrapper h2 {
    flex: unset;
    width: 100%;
  }
}
.industry-archive .industry-list {
  margin-bottom: 73px;
}
.industry-archive .industry-list .single-industry-element {
  display: flex;
  align-items: center;
  gap: 37px;
  text-decoration: none;
  border-radius: 15px;
  border: 2px solid #1E2434;
  padding: 32px 40px;
}
@media only screen and (max-width: 767px) {
  .industry-archive .industry-list .single-industry-element {
    flex-wrap: wrap;
    gap: 10px;
    padding: 25px 30px;
  }
}
.industry-archive .industry-list .single-industry-element:not(:last-child) {
  margin-bottom: 27px;
}
.industry-archive .industry-list .single-industry-element:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .industry-archive .industry-list .single-industry-element .image-wrapper {
    transform: translateY(0);
  }
}
.industry-archive .industry-list .single-industry-element .image-wrapper img {
  width: 114px;
  height: 114px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .industry-archive .industry-list .single-industry-element .image-wrapper img {
    width: 85px;
    height: 85px;
  }
}
.industry-archive .industry-list .single-industry-element .text-wrapper {
  flex: 1;
  max-width: 1107px;
}
@media only screen and (max-width: 767px) {
  .industry-archive .industry-list .single-industry-element .text-wrapper {
    flex: unset;
    width: 100%;
  }
}
.industry-archive .industry-list .single-industry-element .text-wrapper h2 {
  font-size: 25px;
}
.vacancy-archive {
  margin-bottom: 60px;
}
.vacancy-archive .page-head {
  margin-bottom: 56px;
}
.vacancy-archive .page-head .main-title {
  margin-bottom: 7px;
}
.vacancy-archive .vacancy-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 43px;
  row-gap: 47px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .vacancy-archive .vacancy-section {
    column-gap: 30px;
    row-gap: 37px;
  }
}
@media only screen and (max-width: 1300px) {
  .vacancy-archive .vacancy-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .vacancy-archive .vacancy-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vacancy-archive .vacancy-section .vacancy-block {
  border-radius: 15px;
  border: 2px solid #1E2434;
  background: #FFF;
  padding: 50px 53px 56px;
}
@media only screen and (max-width: 1600px) {
  .vacancy-archive .vacancy-section .vacancy-block {
    padding: 30px 37px 43px;
  }
}
.vacancy-archive .vacancy-section .vacancy-block .date {
  color: #989BA0;
  font-size: 25px;
  font-weight: 500;
}
.vacancy-archive .vacancy-section .vacancy-block h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #1E2434;
  margin-bottom: 19px;
  max-width: 451px;
}
.vacancy-archive .vacancy-section .vacancy-block p {
  font-size: 20px;
  line-height: 28px;
  max-width: 451px;
  margin-bottom: 20px;
}
.vacancy-archive .vacancy-section .vacancy-block .button-wrapper a {
  padding: 9px 31px;
}

.homepage .hero-slider {
  margin-bottom: 40px;
}
.homepage .hero-slider .single-slide {
  position: relative;
}
.homepage .hero-slider .single-slide .hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 41.7vw;
  padding: 200px 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage .hero-slider .single-slide .hero {
    padding: 200px 0 100px;
  }
}
.homepage .hero-slider .single-slide .hero .content-section {
  width: 100%;
  max-width: 853px;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .homepage .hero-slider .single-slide .hero .content-section {
    padding-top: 0;
  }
}
.homepage .hero-slider .single-slide .hero .content-section h1, .homepage .hero-slider .single-slide .hero .content-section h2 {
  color: #ffffff;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .homepage .hero-slider .single-slide .hero .content-section h1, .homepage .hero-slider .single-slide .hero .content-section h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.homepage .hero-slider .single-slide .hero .content-section p {
  color: #ffffff;
  margin-bottom: 33px;
}
.homepage .hero-slider .single-slide .hero .content-section .button-wrapper a {
  gap: 29px;
}
.homepage .industry-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 37px;
  margin-bottom: 92px;
}
@media only screen and (max-width: 1024px) {
  .homepage .industry-menu {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .industry-menu {
    margin-bottom: 70px;
  }
}
.homepage .industry-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #1E2434;
  background: transparent;
  color: #1E2434;
  font-size: 23px;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 19px 8px 34px;
  transition: all 0.15s linear;
  line-height: 1;
  gap: 12px;
  padding: 7px 31px 7px 38px;
}
.homepage .industry-menu a .icon {
  height: 39px;
  width: 39px;
  background-color: #1E2434;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.15s linear;
}
.homepage .industry-menu a span {
  flex: 1;
}
.homepage .industry-menu a:hover {
  color: #1E2434;
  text-decoration: none;
  background: #53EAF3;
}
.homepage .industry-menu a:focus {
  color: #1E2434;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .homepage .industry-menu a {
    width: 100%;
  }
}
.homepage .industry-menu a .icon {
  width: 35px;
  height: 35px;
}
.homepage .text-block-section {
  margin-bottom: 73px;
}
.homepage .text-block-section h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .homepage .text-block-section h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.homepage .graph-section {
  background-image: url("../../images/statistics-background.svg");
  background-size: cover;
  background-position: center;
  margin-bottom: 58px;
}
.homepage .graph-section .graph-section-content {
  display: flex;
  align-items: center;
  padding: 119px 0 57px;
}
@media only screen and (max-width: 1024px) {
  .homepage .graph-section .graph-section-content {
    flex-wrap: wrap;
  }
}
.homepage .graph-section .graph-section-content .text-wrapper {
  flex: 1;
  max-width: 751px;
  padding-bottom: 91px;
}
@media only screen and (max-width: 1024px) {
  .homepage .graph-section .graph-section-content .text-wrapper {
    padding-bottom: 30px;
  }
}
.homepage .graph-section .graph-section-content .text-wrapper h2 {
  font-size: 75px;
  line-height: 85px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1500px) {
  .homepage .graph-section .graph-section-content .text-wrapper h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .graph-section .graph-section-content .text-wrapper h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
.homepage .graph-section .graph-section-content .text-wrapper .button-wrapper:not(:last-child) {
  margin-bottom: 29px;
}
.homepage .graph-section .graph-section-content .text-wrapper .button-wrapper a {
  min-width: 265px;
}
.homepage .graph-section .graph-section-content .image-wrapper {
  display: flex;
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  .homepage .graph-section .graph-section-content .image-wrapper {
    max-width: unset;
    width: 100%;
  }
}
.homepage .graph-section .graph-section-content .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.homepage .feature-section {
  text-align: center;
  margin-bottom: 54px;
}
.homepage .feature-section h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .homepage .feature-section h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.homepage .feature-section p {
  margin-bottom: 50px;
}
.homepage .gallery-text-split-section-wrapper {
  background: #F1F9FA;
  padding: 92px 0 104px;
}
@media only screen and (max-width: 1024px) {
  .homepage .gallery-text-split-section-wrapper {
    padding: 55px 0 70px;
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 8.3%;
}
@media only screen and (max-width: 1024px) {
  .homepage .gallery-text-split-section-wrapper .gallery-text-split-section {
    gap: 35px;
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side {
  width: 32.59%;
  padding-top: 14px;
}
@media only screen and (max-width: 1024px) {
  .homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side {
    width: 100%;
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery-head {
  margin-bottom: 2px;
}
@media only screen and (max-width: 1024px) {
  .homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery-head {
    margin-bottom: 20px;
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery-head img {
  max-width: 468px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1024px) {
  .homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery-head img {
    margin-bottom: 20px;
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery {
  display: grid;
  justify-items: end;
  grid-template-columns: 45.95% 51.98%;
  gap: 12px;
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery a {
  display: flex;
  align-items: flex-start;
  border-radius: 15px;
  overflow: hidden;
  /* This will select the 1st, 4th, 7th, 10th, etc. elements */
  /* This will select the 2nd, 5th, 8th, 11th, etc. elements */
  /* This will select the 3rd, 6th, 9th, 12th, etc. elements */
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery a:nth-child(3n-2) {
  grid-column: 1/3;
  width: 73%;
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery a:nth-child(3n-2) {
    grid-column: unset;
    width: 100%;
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery a:hover img {
  filter: brightness(0.8);
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery a img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.15s linear;
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .homepage .gallery-text-split-section-wrapper .gallery-text-split-section .gallery-side .gallery a img {
    object-fit: cover;
    height: 100%;
    max-height: 350px;
  }
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .text-side {
  flex: 1;
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .text-side.wysiwyg-styles > p + ul {
  margin-top: 0;
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .text-side .button-wrapper {
  display: flex;
}
.homepage .gallery-text-split-section-wrapper .gallery-text-split-section .text-side .button-wrapper .default-button {
  gap: 27px;
  padding: 8px 19px 8px 36px;
}

.single-post-wrapper {
  margin-bottom: 88px;
}
.single-post-wrapper .single-post-content {
  max-width: 1182px;
  margin: 0 auto;
}
.single-post-wrapper .single-post-content .main-title {
  line-height: 65px;
}
@media screen and (max-width: 1024px) {
  .single-post-wrapper .single-post-content .main-title {
    line-height: 55px;
    margin-bottom: 10px;
  }
}
.single-post-wrapper .single-post-content .date {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}

.pricing-page {
  margin-bottom: 80px;
}
.pricing-page .page-head {
  margin-bottom: 56px;
}
.pricing-page .page-head .main-title {
  margin-bottom: 7px;
}
.pricing-page .pricing-plans {
  display: flex;
  gap: 54px;
}
@media only screen and (max-width: 1600px) and (min-width: 1301px) {
  .pricing-page .pricing-plans {
    gap: 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .pricing-page .pricing-plans {
    flex-wrap: wrap;
  }
}
.pricing-page .pricing-plans .single-pricing-plan {
  text-align: center;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  width: 25.64%;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .pricing-page .pricing-plans .single-pricing-plan {
    width: unset;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing-plans .single-pricing-plan {
    width: 100%;
    flex: unset;
  }
}
.pricing-page .pricing-plans .single-pricing-plan.primary .title-wrapper {
  background: #1E2434;
}
.pricing-page .pricing-plans .single-pricing-plan.primary .title-wrapper * {
  color: #53EAF3;
}
.pricing-page .pricing-plans .single-pricing-plan .title-wrapper {
  padding: 34px 25px;
  background: #53EAF3;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper {
  padding: 9px 15px 26px;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .small-paragraph {
  font-size: 20px;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .price-wrapper {
  margin-bottom: 29px;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .price-wrapper .small-paragraph:first-child {
  margin-bottom: -2px;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .price-wrapper .small-paragraph.medium {
  font-weight: 500;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .price-wrapper .price {
  margin-bottom: -6px;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .button-wrapper .default-button {
  padding: 10px 28px;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .pricing-plan-features-wrapper {
  display: flex;
  justify-content: center;
  padding-left: 28px;
}
@media only screen and (max-width: 1600px) and (min-width: 1301px) {
  .pricing-page .pricing-plans .single-pricing-plan .text-wrapper .pricing-plan-features-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing-plans .single-pricing-plan .text-wrapper .pricing-plan-features-wrapper {
    padding-left: 15px;
  }
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .pricing-plan-features-wrapper .pricing-plan-features {
  text-align: left;
  list-style: none;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .pricing-plan-features-wrapper .pricing-plan-features li {
  position: relative;
  display: table;
  font-size: 20px;
  font-weight: 500;
  padding-left: 35px;
  background-image: url("../../images/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.pricing-page .pricing-plans .single-pricing-plan .text-wrapper .pricing-plan-features-wrapper .pricing-plan-features li:not(:last-child) {
  margin-bottom: 13px;
}
.pricing-page .pricing-plans .contact-us-section {
  flex: 1;
  position: relative;
  border-radius: 15px;
  background: #53EAF3;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 84px 260px 84px 61px;
}
@media only screen and (max-width: 1600px) and (min-width: 1301px) {
  .pricing-page .pricing-plans .contact-us-section {
    padding: 40px 230px 40px 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .pricing-page .pricing-plans .contact-us-section {
    flex: unset;
    width: 100%;
    padding: 84px 220px 84px 61px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing-plans .contact-us-section {
    padding: 40px 30px 61px;
  }
}
.pricing-page .pricing-plans .contact-us-section .main-title {
  position: relative;
  margin-bottom: 55px;
  max-width: 442px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing-plans .contact-us-section .main-title {
    max-width: unset;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 45px;
  }
}
.pricing-page .pricing-plans .contact-us-section P {
  position: relative;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 46px;
  max-width: 346px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing-plans .contact-us-section P {
    max-width: unset;
    margin-bottom: 25px;
  }
}
.pricing-page .pricing-plans .contact-us-section .button-wrapper {
  position: relative;
  z-index: 1;
}
.pricing-page .pricing-plans .contact-us-section .button-wrapper a {
  gap: 25px;
  padding: 2px 32px;
  font-size: 20px;
}
.pricing-page .pricing-plans .contact-us-section .image-wrapper {
  position: absolute;
  bottom: 0;
  right: -43px;
  max-width: 60.19%;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1300px) {
  .pricing-page .pricing-plans .contact-us-section .image-wrapper {
    right: 0;
    max-width: 27%;
  }
}
@media only screen and (max-width: 1024px) {
  .pricing-page .pricing-plans .contact-us-section .image-wrapper {
    max-width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing-plans .contact-us-section .image-wrapper {
    display: none;
  }
}
.pricing-page .pricing-plans .contact-us-section .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.single-industry-page .bg-wrapper {
  min-height: 566px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  margin-bottom: 44px;
}
.single-industry-page .bg-wrapper .bg-image {
  z-index: -2;
}
.single-industry-page .bg-wrapper .bg-gradient {
  z-index: -1;
}
.single-industry-page .bg-wrapper .breadcrumbs .breadcrumb-ellipse-black {
  background-color: #53EAF3;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero {
  display: flex;
  align-items: flex-start;
  gap: 147px;
  padding: 34px 0 90px;
}
@media only screen and (max-width: 1300px) {
  .single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero {
    gap: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero {
    flex-wrap: wrap;
  }
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper {
  flex: 1;
  max-width: 1018px;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper {
    flex: unset;
  }
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper * {
  color: #ffffff;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper .title-wrapper {
    flex-wrap: wrap;
  }
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper .title-wrapper img {
  width: auto;
  max-width: 100px;
  height: auto;
  object-fit: contain;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper .title-wrapper h1 {
  flex: 1;
}
@media only screen and (max-width: 500px) {
  .single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .text-wrapper .title-wrapper h1 {
    flex: unset;
    width: 100%;
  }
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block {
  text-align: center;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 387px;
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block {
    max-width: unset;
    margin-top: 0;
  }
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .small-paragraph {
  font-size: 20px;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .contact-block-top {
  padding: 32px 25px 13px;
  background: #53EAF3;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .contact-block-top h3 {
  font-size: 30px;
  margin-bottom: -8px;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .contact-block-bottom {
  padding: 19px 25px 55px;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .contact-block-bottom .price {
  font-size: 45px;
  line-height: 1;
  margin-bottom: -5px;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .contact-block-bottom .price small {
  font-size: 25px;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .contact-block-bottom .small-paragraph {
  font-weight: 500;
  margin-bottom: 23px;
}
.single-industry-page .bg-wrapper .industry-hero-wrapper .industry-hero .contact-block .contact-block-bottom .button-wrapper {
  display: flex;
  justify-content: center;
}
.single-industry-page .faq-section {
  margin-bottom: 55px;
}
.single-industry-page .faq-section .title-wrapper {
  margin-bottom: 25px;
}
.single-industry-page .faq-section .title-wrapper h2 {
  font-size: 45px;
  margin-bottom: 6px;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card {
  border-radius: 15px;
  border: 2px solid #1E2434;
  overflow: hidden;
  transition: all 0.15s linear;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card.opened {
  background: #F1F2F2;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card:not(:last-child) {
  margin-bottom: 19px;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion {
  position: relative;
  display: grid;
  grid-template-columns: auto max-content;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px 24px 20px 114px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
@media only screen and (max-width: 767px) {
  .single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion {
    padding: 20px 24px;
    gap: 13px;
  }
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion[aria-expanded=true]:before {
  background-color: #1E2434;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion[aria-expanded=true] .image-wrapper .icon {
  background-color: #1E2434;
  transform: rotate(45deg);
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #53EAF3;
  border-radius: 100%;
  transition: all 0.15s linear;
}
@media only screen and (max-width: 767px) {
  .single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion:before {
    display: none;
  }
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion .image-wrapper .icon {
  height: 49px;
  width: 49px;
  background-color: #53EAF3;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.15s linear;
}
@media only screen and (max-width: 767px) {
  .single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion .image-wrapper .icon {
    height: 34px;
    width: 34px;
  }
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion .text h4 {
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-header .expand-accordion .text h4 {
    line-height: 1.4;
  }
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-body {
  display: flex;
  padding: 0 73px 48px 114px;
}
@media only screen and (max-width: 767px) {
  .single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-body {
    padding: 20px 24px 48px;
  }
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-body .wysiwyg-styles ul li {
  padding-left: 11px;
}
.single-industry-page .faq-section .custom-accordion-wrapper .custom-accordion .card .card-body .wysiwyg-styles ul li:before {
  top: 19px;
  height: 4px;
  width: 4px;
  background-color: #1E2434;
}
.single-industry-page .colored-background {
  background: #F1F9FA;
  padding: 36px 0 65px;
  margin-bottom: 46px;
}
.single-industry-page .colored-background .featured-features-section {
  margin-bottom: 102px;
}
.single-industry-page .colored-background .featured-features-section .main-title {
  margin-bottom: 28px;
}
.single-industry-page .colored-background .featured-features-section .feature-block-wrapper {
  justify-content: center;
}
.single-industry-page .colored-background .featured-features-section .feature-block-wrapper .single-feature-block {
  margin-bottom: 28px;
}
.single-industry-page .colored-background .image-text-split-sections .image-text-split-section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .colored-background .image-text-split-sections .image-text-split-section {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single-industry-page .colored-background .image-text-split-sections .image-text-split-section:not(:last-child) {
  margin-bottom: 91px;
}
.single-industry-page .colored-background .image-text-split-sections .image-text-split-section .image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .colored-background .image-text-split-sections .image-text-split-section .image-wrapper {
    width: 100%;
  }
}
.single-industry-page .colored-background .image-text-split-sections .image-text-split-section .image-wrapper.image-position-right {
  order: 2;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .colored-background .image-text-split-sections .image-text-split-section .image-wrapper.image-position-right {
    order: unset;
  }
}
.single-industry-page .colored-background .image-text-split-sections .image-text-split-section .image-wrapper img {
  width: 100%;
  max-width: 534px;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .colored-background .image-text-split-sections .image-text-split-section .image-wrapper img {
    max-width: unset;
  }
}
.single-industry-page .colored-background .image-text-split-sections .image-text-split-section .wysiwyg-styles {
  width: 68%;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .colored-background .image-text-split-sections .image-text-split-section .wysiwyg-styles {
    width: 100%;
  }
}
.single-industry-page .colored-background .image-text-split-sections .image-text-split-section .wysiwyg-styles > h2 {
  margin-bottom: 14px;
}
.single-industry-page .gallery-section {
  margin-bottom: 66px;
}
.single-industry-page .gallery-section .main-title {
  margin-bottom: 31px;
}
@media only screen and (min-width: 1321px) {
  .single-industry-page .gallery-section .wysiwyg-gallery .gallery-slider {
    margin: 0 0 0 69px;
    max-width: calc(100vw - (100vw - 1782px) / 2);
  }
}
@media only screen and (min-width: 1920px) {
  .single-industry-page .gallery-section .wysiwyg-gallery .gallery-slider {
    max-width: calc(100vw - (100vw - 1782px) / 2);
    margin: 0 0 0 calc((100vw - 1782px) / 2);
  }
}
@media only screen and (min-width: 1920px) {
  .single-industry-page .gallery-section .wysiwyg-gallery .gallery-slider .slick-list {
    padding-right: 141px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-industry-page .gallery-section .wysiwyg-gallery .gallery-slider .slick-list .slick-slide {
    margin: 0 37px 47px 0;
  }
}
.single-industry-page .gallery-section .wysiwyg-gallery .gallery-footer .slider-swipe-wrapper {
  max-width: 1695px;
}
.single-industry-page .contact-us-section {
  display: flex;
  background: #53EAF3;
  min-height: 348px;
  padding: 30px 0;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .contact-us-section {
    align-items: center;
    padding: 30px 0 50px;
  }
}
.single-industry-page .contact-us-section .main-container {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1486px;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .contact-us-section .main-container {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.single-industry-page .contact-us-section .main-container .title-wrapper {
  padding-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .contact-us-section .main-container .title-wrapper {
    padding-bottom: 0;
  }
}
.single-industry-page .contact-us-section .main-container .image-wrapper {
  align-self: flex-end;
  position: relative;
  max-width: 289px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .contact-us-section .main-container .image-wrapper {
    display: none;
  }
}
.single-industry-page .contact-us-section .main-container .image-wrapper img {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.single-industry-page .contact-us-section .main-container .text-wrapper {
  padding-bottom: 42px;
}
@media only screen and (max-width: 1024px) {
  .single-industry-page .contact-us-section .main-container .text-wrapper {
    padding-bottom: 0;
  }
}
.single-industry-page .contact-us-section .main-container .text-wrapper p {
  line-height: 35px;
  margin-bottom: 41px;
}
.single-industry-page .contact-us-section .main-container .text-wrapper .button-wrapper a {
  gap: 29px;
  padding: 2px 30px;
  font-size: 20px;
}
.single-industry-page .case-study-section {
  margin-bottom: 53px;
}
.single-industry-page .case-study-section .main-title {
  margin-bottom: 24px;
}
.single-industry-page .industry-footer-button-section {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 30px;
}
.single-industry-page .industry-footer-button-section a {
  gap: 27px;
  padding: 2px 30px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .single-industry-page .industry-footer-button-section a {
    width: 100%;
  }
}

.partner-archive .page-head {
  margin-bottom: 36px;
}
.partner-archive .page-head .main-title {
  margin-bottom: 7px;
}
.single-feature-page .page-head {
  margin-bottom: 71px;
}
.single-feature-page .page-head .title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .single-feature-page .page-head .title-wrapper {
    gap: 20px;
  }
}
.single-feature-page .page-head .title-wrapper img {
  width: auto;
  max-width: 45px;
  height: auto;
  object-fit: contain;
}
.single-feature-page .page-head .title-wrapper .main-title {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .single-feature-page .page-head .title-wrapper .main-title {
    flex: unset;
  }
}
.single-feature-page .feature-sections {
  margin-bottom: 83px;
}
.single-feature-page .feature-sections .single-feature-section {
  display: flex;
  gap: 37px;
}
@media only screen and (max-width: 1600px) {
  .single-feature-page .feature-sections .single-feature-section {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-feature-page .feature-sections .single-feature-section {
    flex-wrap: wrap;
  }
}
.single-feature-page .feature-sections .single-feature-section:not(:last-child) {
  margin-bottom: 63px;
}
.single-feature-page .feature-sections .single-feature-section .card {
  padding: 0;
  border-radius: 0;
  border: none;
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper {
  flex: 1;
  padding-top: 7px;
}
@media only screen and (max-width: 1024px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper {
    flex: unset;
    width: 100%;
    display: flex;
    padding-top: 0;
  }
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper a {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 75.5%;
  border-radius: 15px;
  overflow: hidden;
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper a:not(:last-child) .gallery-overlay {
  display: none;
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper a:hover {
  color: #1E2434;
  filter: brightness(0.8);
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper a .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: rgba(83, 234, 243, 0.6);
  padding: 26px 33px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  text-decoration: underline;
  z-index: 1;
  transition: all 0.15s linear;
}
@media only screen and (max-width: 1600px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper a .gallery-overlay {
    font-size: 25px;
    line-height: normal;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper a .gallery-overlay {
    font-size: 20px;
    line-height: normal;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper a .gallery-overlay {
    font-size: 16px;
  }
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.15s linear;
}
@media only screen and (max-width: 1024px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper .visible-gallery {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper .hidden-gallery {
    display: none !important;
  }
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper .hidden-gallery .card {
  gap: 36px;
}
@media only screen and (max-width: 1600px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper .hidden-gallery .card {
    gap: 20px;
  }
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper .mobile-gallery-wrapper {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper .mobile-gallery-wrapper {
    display: block;
  }
}
.single-feature-page .feature-sections .single-feature-section .gallery-wrapper .mobile-gallery-wrapper .mobile-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .single-feature-page .feature-sections .single-feature-section .gallery-wrapper .mobile-gallery-wrapper .mobile-gallery {
    gap: 10px;
  }
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper {
  width: 68%;
}
@media only screen and (max-width: 1600px) {
  .single-feature-page .feature-sections .single-feature-section .text-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .single-feature-page .feature-sections .single-feature-section .text-wrapper {
    width: 100%;
  }
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .visible-text h3 {
  margin-bottom: 18px;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .card .card-space {
  height: 35px;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper {
  display: flex;
  padding-top: 38px;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper .default-button {
  gap: 20px;
  font-size: 20px;
  padding: 6px 23px 6px 31px;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper .default-button[aria-expanded=true] .toggle-show-text {
  display: none;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper .default-button[aria-expanded=true] .toggle-hide-text {
  display: block;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper .default-button[aria-expanded=true] .icon.icon-up {
  display: none;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper .default-button[aria-expanded=true] .icon.icon-down {
  display: block;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper .default-button .toggle-hide-text {
  display: none;
}
.single-feature-page .feature-sections .single-feature-section .text-wrapper .button-wrapper .default-button .icon.icon-down {
  display: none;
  transform: rotate(180deg);
}
.single-feature-page .featured-features-section .main-title {
  margin-bottom: 34px;
}
.about-us-page .single-post-content {
  margin-bottom: 50px;
}
.about-us-page .single-post-content .wysiwyg-styles > h3 {
  margin-bottom: 19px;
}
.about-us-page .text-slider-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 200px;
}
.about-us-page .text-slider-wrapper .text-slider-footer,
.about-us-page .text-slider-wrapper .text-slider {
  position: relative;
  width: 100%;
  max-width: calc(100vw - (100vw - 1790px) / 2);
  margin: 0 0 0 calc((100vw - 1790px) / 2);
  padding: 0 0 33px;
}
@media only screen and (max-width: 1920px) {
  .about-us-page .text-slider-wrapper .text-slider-footer,
  .about-us-page .text-slider-wrapper .text-slider {
    margin: 0 0 0 69px;
  }
}
@media only screen and (max-width: 1260px) {
  .about-us-page .text-slider-wrapper .text-slider-footer,
  .about-us-page .text-slider-wrapper .text-slider {
    margin: 0 0 0 30px;
  }
}
.about-us-page .text-slider-wrapper .text-slider .slick-list {
  padding-top: 31px;
  padding-right: 321px;
}
@media only screen and (max-width: 767px) {
  .about-us-page .text-slider-wrapper .text-slider .slick-list {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .about-us-page .text-slider-wrapper .text-slider .slick-list {
    padding-right: 85px;
  }
}
.about-us-page .text-slider-wrapper .text-slider .slick-list .slick-track {
  display: flex !important;
}
.about-us-page .text-slider-wrapper .text-slider .slick-list .slick-track .slick-slide {
  margin-right: 41px;
  height: auto !important;
}
@media only screen and (max-width: 1700px) {
  .about-us-page .text-slider-wrapper .text-slider .slick-list .slick-track .slick-slide {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-page .text-slider-wrapper .text-slider .slick-list .slick-track .slick-slide {
    margin-right: 15px;
  }
}
.about-us-page .text-slider-wrapper .text-slider .single-text-slide {
  position: relative;
  border-radius: 15px;
  border: 2px solid #1E2434;
  background: #FFF;
  padding: 55px 20px 52px 34px;
}
.about-us-page .text-slider-wrapper .text-slider .single-text-slide .image-wrapper {
  position: absolute;
  top: 0;
  left: 31px;
  transform: translateY(-47%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #53EAF3;
}
.about-us-page .text-slider-wrapper .text-slider .single-text-slide .image-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.about-us-page .text-slider-wrapper .text-slider .single-text-slide .title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: -2px;
}
.about-us-page .text-slider-wrapper .text-slider .single-text-slide .subtitle {
  color: #8990A5;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
}
.about-us-page .text-slider-wrapper .text-slider .single-text-slide .text {
  font-size: 20px;
  line-height: 28px;
}
.about-us-page .text-slider-wrapper .text-slider-footer:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  transform: translateY(100%);
  display: block;
  width: 100%;
  height: 16px;
  background: #F3F3F3;
  z-index: -1;
}
.about-us-page .text-slider-wrapper .text-slider-footer img {
  width: 43px;
  height: 43px;
  object-fit: contain;
  margin-left: 33px;
}

.support-page .page-head {
  background-color: #1F2433;
  padding: 60px 0 100px 0;
}
@media (max-width: 670px) {
  .support-page .page-head {
    padding: 30px 0 60px 0;
  }
}
.support-page .page-head .breadcrumbs {
  margin-top: 0 !important;
}
.support-page .page-head .breadcrumbs .breadcrumb-ellipse-black {
  background-color: #fff !important;
}
.support-page .page-head h1 {
  color: #fff;
}
.support-page .page-head .description {
  color: #fff;
}
.support-page .contact-items {
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media (max-width: 670px) {
  .support-page .contact-items {
    padding: 60px 0;
  }
}
.support-page .contact-items .main-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 992px) {
  .support-page .contact-items .main-container {
    flex-direction: column;
  }
}
.support-page .contact-items .main-container .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  gap: 1.75rem;
}
.support-page .contact-items .main-container .item .icon-wrapper {
  width: 3.25rem;
  height: 3.25rem;
  min-width: 3.25rem;
  min-height: 3.25rem;
}
.support-page .contact-items .main-container .item .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support-page .contact-items .main-container .item .description {
  font-size: 1.25rem;
  font-weight: 500;
  color: #07a;
}

.support-form-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 670px) {
  .support-form-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.support-form-block .bottom-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 11px;
}

.site-footer {
  margin-top: auto;
  padding-top: 50px;
}
.site-footer .footer-columns-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1500px;
  margin-bottom: 60px;
}
.site-footer .footer-columns-container .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-columns-container .footer-column {
    flex: 1 1 calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-columns-container .footer-column {
    flex: 1 1 100%;
    text-align: center;
    align-items: center;
  }
}
.site-footer .footer-columns-container .footer-column * {
  font-size: 18px;
  color: #586d6f;
}
.site-footer .footer-columns-container .footer-column .footer-title {
  font-family: "Baloo", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #1E2434;
  font-weight: 400;
  margin-bottom: 12px;
}
.site-footer .footer-columns-container .footer-column .footer-nav ul,
.site-footer .footer-columns-container .footer-column .social-nav ul {
  list-style: none;
}
.site-footer .footer-columns-container .footer-column .footer-nav ul li:not(:last-child),
.site-footer .footer-columns-container .footer-column .social-nav ul li:not(:last-child) {
  margin-bottom: 7px;
}
.site-footer .footer-columns-container .footer-column .footer-nav ul li.current-menu-item a, .site-footer .footer-columns-container .footer-column .footer-nav ul li.current_page_parent a,
.site-footer .footer-columns-container .footer-column .social-nav ul li.current-menu-item a,
.site-footer .footer-columns-container .footer-column .social-nav ul li.current_page_parent a {
  color: #1E2434;
  text-decoration: underline #1E2434;
}
.site-footer .footer-columns-container .footer-column .footer-nav ul li a:hover,
.site-footer .footer-columns-container .footer-column .social-nav ul li a:hover {
  color: #1E2434;
  text-decoration: underline #1E2434;
}
.site-footer .footer-columns-container .footer-column .social-nav ul li a {
  display: flex;
  align-items: center;
}
.site-footer .footer-columns-container .footer-column .social-nav ul li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 4px;
}
.site-footer .footer-columns-container .footer-column .footer-addresses {
  margin-bottom: 20px;
}
.site-footer .footer-columns-container .footer-column .footer-addresses .footer-address {
  display: flex;
}
.site-footer .footer-columns-container .footer-column .footer-addresses .footer-address:not(:last-child) {
  margin-bottom: 7px;
}
.site-footer .footer-columns-container .footer-column .footer-addresses .footer-address img {
  height: 25px;
  width: 25px;
  object-fit: contain;
  margin-right: 10px;
}
.site-footer .footer-columns-container .footer-column .footer-addresses .footer-address p a:hover {
  color: #1E2434;
  text-decoration: underline #1E2434;
}
.site-footer .footer-columns-container .footer-column .contact-text {
  max-width: 290px;
  color: #1E2434;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 22px;
}
.site-footer .footer-columns-container .footer-column .go-button {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-footer .footer-columns-container .footer-column .go-button:hover {
  text-decoration: none;
}
.site-footer .footer-columns-container .footer-column .go-button:hover img {
  transform: translateX(10px);
}
.site-footer .footer-columns-container .footer-column .go-button span {
  color: #1E2434;
  font-family: "Baloo Bhai 2", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  margin-right: 30px;
}
.site-footer .footer-columns-container .footer-column .go-button img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  transition: all 0.15s linear;
}
.site-footer .footer-end {
  background-color: #1E2434;
  padding: 22px 0;
}
.site-footer .footer-end .footer-end-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1405px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-end .footer-end-content {
    flex-direction: column;
    justify-content: center;
  }
}
.site-footer .footer-end .footer-end-content * {
  font-size: 18px;
  color: #5D6989;
}
.site-footer .footer-end .footer-end-content .footer-end-text-group {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-end .footer-end-content .footer-end-text-group {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-text {
    margin-bottom: 20px;
  }
}
.site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 67px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-links {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-links {
    margin-left: 0;
    text-align: center;
  }
}
.site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-links .footer-end-link {
  color: #53EAF3;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-links .footer-end-link {
    width: 100%;
  }
}
.site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-links .footer-end-link.current-menu-item, .site-footer .footer-end .footer-end-content .footer-end-text-group .footer-end-links .footer-end-link:hover {
  text-decoration: underline #53EAF3;
}
.site-footer .footer-end .footer-end-content .footer-end-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-end .footer-end-content .footer-end-logo {
    flex-direction: column;
    justify-content: center;
  }
}
.site-footer .footer-end .footer-end-content .footer-end-logo span {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-end .footer-end-content .footer-end-logo span {
    margin-right: 0;
  }
}
:root {
  --header-size: 102px;
  --header-scroll-size: 102px;
}
@media only screen and (max-width: 1260px) {
  :root {
    --header-size: 102px;
    --header-scroll-size: 102px;
  }
}

.with-fancybox .header-wrapper {
  padding-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
}

.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #1E2434;
  z-index: 1020;
}

body .header-space {
  padding-top: var(--header-size);
  transition: all 0.1s linear;
}
body.header-scroll .header-space {
  padding-top: var(--header-scroll-size);
}
body.header-scroll .header-wrapper .header {
  height: var(--header-scroll-size);
}
body.home:not(.header-scroll) .header-wrapper {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
body.home .header-space {
  padding-top: 0;
}
body.admin-bar .header-wrapper {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar .header-wrapper {
    top: 46px;
  }
}

.section-anchor {
  position: absolute;
  top: calc((var(--header-scroll-size) + 20px) * -1);
  left: 0;
}

.header {
  display: flex;
  align-items: center;
  height: var(--header-size);
  transition: all 0.1s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.header * {
  font-family: "Baloo 2", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.header .header-logo-wrapper {
  display: flex;
  align-items: center;
  height: var(--header-size);
  padding-right: 53px;
  margin-right: 48px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1550px) {
  .header .header-logo-wrapper {
    padding-right: 25px;
    margin-right: 25px;
  }
}
.header .header-logo-wrapper a {
  display: flex;
  height: auto;
  width: 235px;
}
@media only screen and (max-width: 1550px) {
  .header .header-logo-wrapper a {
    width: 180px;
  }
}
.header .header-logo-wrapper a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.1s linear;
}
.header .menu-wrapper {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1260px) {
  .header .menu-wrapper {
    display: none;
  }
}
.header .menu-wrapper ul {
  display: flex;
  gap: 42px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1550px) {
  .header .menu-wrapper ul {
    gap: 25px;
  }
}
.header .menu-wrapper ul li {
  list-style: none;
}
.header .menu-wrapper ul li.current-menu-item a, .header .menu-wrapper ul li.current_page_parent a {
  color: #53EAF3;
}
.header .menu-wrapper ul li a {
  text-decoration: none;
}
.header .menu-wrapper ul li a:hover, .header .menu-wrapper ul li a:focus, .header .menu-wrapper ul li a.active {
  color: #53EAF3;
  text-decoration: none;
}
.header .button-wrapper {
  justify-content: flex-end;
  width: unset;
  margin-left: 25px;
}
@media only screen and (max-width: 1260px) {
  .header .button-wrapper {
    display: none;
  }
}
.header .button-wrapper .default-button {
  justify-content: space-between;
  border-color: #ffffff;
  padding: 2px 32px;
  min-width: 225px;
}
@media only screen and (max-width: 1550px) {
  .header .button-wrapper .default-button {
    min-width: unset;
  }
}
.header .button-wrapper .default-button .icon {
  background-color: #ffffff;
  transition: all 0.15s linear;
}
.header .button-wrapper .default-button .text {
  color: inherit;
}
.header .button-wrapper .default-button:focus {
  color: #ffffff;
}
.header .button-wrapper .default-button:hover {
  color: #1E2434;
  border-color: #1E2434;
  background-color: #53EAF3;
}
.header .button-wrapper .default-button:hover .icon {
  background-color: #1E2434;
}
.header .mobile-menu-opener-wrapper {
  display: none;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 1260px) {
  .header .mobile-menu-opener-wrapper {
    display: flex;
  }
}
.header .mobile-menu-opener-wrapper .mobile-menu-opener {
  width: 36px;
  height: 36px;
  object-fit: contain;
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #1E2434;
  z-index: 9999;
  overflow-y: auto;
  transform: translateX(100%);
  transition: all 0.2s linear;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 35px 28px 60px;
}
.mobile-menu .mobile-menu-content * {
  font-family: "Baloo 2", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.mobile-menu .mobile-menu-content a {
  text-decoration: none;
}
.mobile-menu .mobile-menu-content a.active, .mobile-menu .mobile-menu-content a:hover {
  color: #53EAF3;
}
.mobile-menu .mobile-menu-content .mobile-menu-closer-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 75px;
}
.mobile-menu .mobile-menu-content .mobile-menu-closer-wrapper .mobile-menu-closer {
  width: 27px;
  height: 27px;
  object-fit: contain;
  cursor: pointer;
}
.mobile-menu .mobile-menu-content .menu-wrapper,
.mobile-menu .mobile-menu-content .button-wrapper {
  margin-bottom: 32px;
}
.mobile-menu .mobile-menu-content .button-wrapper {
  justify-content: center;
}
.mobile-menu .mobile-menu-content .button-wrapper a .text {
  color: inherit;
}
.mobile-menu .mobile-menu-content .menu-wrapper ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 32px;
  padding: 0;
  margin: 0;
}
.mobile-menu .mobile-menu-content .menu-wrapper ul li {
  list-style: none;
}
.mobile-menu .mobile-menu-content .menu-wrapper ul li.current-menu-item a, .mobile-menu .mobile-menu-content .menu-wrapper ul li.current_page_parent a {
  color: #53EAF3;
}

body.mobile-menu-open {
  overflow: hidden;
}

.posts-section {
  background: #53EAF3;
  padding: 48px 0 22px;
}
.posts-section h2 {
  margin-bottom: -34px;
}
@media only screen and (max-width: 767px) {
  .posts-section h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.posts-section .single-posts-block {
  padding: 75px 0 64px;
}
.posts-section .single-posts-block:not(:last-child) {
  border-bottom: 2px solid #1E2434;
}
.posts-section .single-posts-block .date {
  font-weight: 500;
  margin-bottom: 13px;
}
.posts-section .single-posts-block h3, .posts-section .single-posts-block h2 {
  font-size: 30px;
  margin-bottom: 18px;
}
.posts-section .single-posts-block h3 a, .posts-section .single-posts-block h2 a {
  text-decoration: none;
}
.posts-section .single-posts-block h3 a:hover, .posts-section .single-posts-block h2 a:hover {
  color: #2FB0B8;
  text-decoration: none;
}
.posts-section .single-posts-block p {
  margin-bottom: 36px;
}
.breadcrumbs {
  font-size: 16px;
  margin-top: 13px;
  margin-bottom: 10px;
}
.breadcrumbs .breadcrumb-link {
  color: #9095A3;
}
.breadcrumbs .breadcrumb-title {
  color: #20A8B0;
}
.breadcrumbs .breadcrumb-ellipse-black,
.breadcrumbs .breadcrumb-ellipse {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 5px;
  transform: translateY(-1px);
}
.breadcrumbs .breadcrumb-ellipse {
  background-color: #D9D9D9;
}
.breadcrumbs .breadcrumb-ellipse-black {
  background-color: #1E2434;
}

.feature-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.single-feature-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 15px;
  border: 2px solid #1E2434;
  background: #FFF;
  padding: 29px 15px;
  text-decoration: none;
  min-height: 196px;
}
@media screen and (min-width: 1701px) {
  .single-feature-block {
    width: calc((100% - 114px) / 4.001);
    margin: 0 38px 36px 0;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1301px) {
  .single-feature-block {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 25px 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 851px) {
  .single-feature-block {
    width: calc(50% - 30px);
    margin: 0 30px 25px 0;
  }
}
@media only screen and (max-width: 850px) {
  .single-feature-block {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.single-feature-block:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media screen and (min-width: 1701px) {
  .single-feature-block:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1301px) {
  .single-feature-block:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 851px) {
  .single-feature-block:nth-of-type(2n) {
    margin-right: 0;
  }
}
.single-feature-block:hover {
  color: #1E2434;
  text-decoration: none;
  background-color: #53EAF3;
}
.single-feature-block:hover .image-wrapper .standard-image {
  visibility: hidden;
  opacity: 0;
}
.single-feature-block:hover .image-wrapper .hover-image {
  visibility: visible;
  opacity: 1;
}
.single-feature-block:focus {
  color: #1E2434;
  text-decoration: none;
}
.single-feature-block .image-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.single-feature-block .image-wrapper img {
  position: relative;
  width: auto;
  max-width: 100px;
  height: auto;
  object-fit: contain;
  transition: all 0.15s linear;
}
.single-feature-block .image-wrapper .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1E2434;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s linear;
  z-index: 1;
}
.single-feature-block span {
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}

.review-block {
  display: flex;
  border-radius: 15px;
  border: 2px solid #1E2434;
  padding: 10px 33px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .review-block {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .review-block {
    padding: 10px 15px;
  }
}
.review-block:not(:last-child) {
  margin-bottom: 24px;
}
.review-block .image-wrapper {
  width: 100%;
  max-width: 139px;
  margin-right: 66px;
}
@media only screen and (max-width: 1300px) {
  .review-block .image-wrapper {
    margin-right: 30px;
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .review-block .image-wrapper {
    margin-right: 0;
    padding: 0;
  }
}
.review-block .image-wrapper img {
  width: 139px;
  height: auto;
  object-fit: contain;
}
.review-block .title-wrapper {
  max-width: 320px;
  margin-right: 57px;
  padding: 30px 0;
}
@media only screen and (max-width: 1300px) {
  .review-block .title-wrapper {
    flex: 1;
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .review-block .title-wrapper {
    flex: unset;
    max-width: unset;
    width: 100%;
    padding: 0;
  }
}
.review-block .title-wrapper h3 {
  font-size: 30px;
  margin-bottom: -8px;
}
.review-block .title-wrapper p {
  color: #989BA0;
}
.review-block .review-text-wrapper {
  flex: 1;
  max-width: 1117px;
  padding: 24px 0;
  line-height: 28px;
}
@media only screen and (max-width: 1300px) {
  .review-block .review-text-wrapper {
    flex: unset;
    max-width: unset;
    padding: 0 0 24px;
  }
}
.review-block .review-text-wrapper.expanded .review-hidden {
  display: inline;
}
.review-block .review-text-wrapper.expanded .review-controls .show-more-button {
  display: none;
}
.review-block .review-text-wrapper.expanded .review-controls .show-less-button {
  display: inline-block;
}
.review-block .review-text-wrapper.expanded .button-wrapper {
  display: flex;
}
.review-block .review-text-wrapper .review-visible {
  display: inline;
}
.review-block .review-text-wrapper .review-hidden {
  display: none;
}
.review-block .review-text-wrapper .review-controls {
  display: inline;
}
.review-block .review-text-wrapper .review-controls a {
  font-size: 20px;
  color: #37D5DE;
}
.review-block .review-text-wrapper .review-controls a:hover {
  color: #37D5DE;
  text-decoration: underline #37D5DE;
}
.review-block .review-text-wrapper .review-controls .show-more-button {
  display: inline-block;
}
.review-block .review-text-wrapper .review-controls .show-less-button {
  display: none;
}
.review-block .review-text-wrapper .button-wrapper {
  display: none;
  padding: 29px 0 8px;
}
.review-block .review-text-wrapper .button-wrapper a {
  gap: 16px;
  padding: 2px 33px;
  font-size: 20px;
}
.review-block .review-text-wrapper.wysiwyg-styles > p {
  font-size: 20px;
}

.form-wrapper {
  width: 100%;
}
.form-wrapper .custom-contact-form .global-form-message {
  border-radius: 5px;
  background: #EFF8F9;
  padding: 11px 14px;
  margin-bottom: 20px;
}
.form-wrapper .custom-contact-form .global-form-message h3 {
  font-size: 22px;
  color: #ff3333;
  line-height: normal;
}
.form-wrapper .custom-contact-form .global-form-message p {
  color: #ff3333;
  font-size: 16px;
  font-weight: 500;
}
.form-wrapper .custom-contact-form .form-message {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  color: #DA7F7F;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  max-width: 100%;
}
.form-wrapper .custom-contact-form .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .form-wrapper .custom-contact-form .form-group .single-input {
    width: calc((100% - 24px) / 3.001);
    margin-right: 12px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .form-wrapper .custom-contact-form .form-group .single-input {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-wrapper .custom-contact-form .form-group .single-input {
    width: 100%;
    margin-right: 0;
  }
}
.form-wrapper .custom-contact-form .form-group .single-input:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media screen and (min-width: 1025px) {
  .form-wrapper .custom-contact-form .form-group .single-input:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .form-wrapper .custom-contact-form .form-group .single-input:nth-of-type(2n) {
    margin-right: 0;
  }
}
.form-wrapper .custom-contact-form .single-input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.form-wrapper .custom-contact-form .single-input label {
  font-size: 16px;
  margin-bottom: 6px;
}
.form-wrapper .custom-contact-form .single-input textarea,
.form-wrapper .custom-contact-form .single-input input {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #000;
  background: #EFF8F9;
  outline: none;
  font-size: 16px;
  padding: 11px 14px;
}
.form-wrapper .custom-contact-form .single-input textarea {
  min-height: 206px;
}
.form-wrapper .custom-contact-form .single-input.warning-validation input,
.form-wrapper .custom-contact-form .single-input.warning-validation textarea {
  border-color: #E13838;
}
.form-wrapper .custom-contact-form .single-input.warning-validation .form-message {
  display: block;
}
.form-wrapper .custom-contact-form .single-input.warning-validation .select2 .selection .select2-selection {
  border-color: #E13838;
}
.form-wrapper .custom-contact-form .select2 {
  display: block;
  box-shadow: none;
  width: 100% !important;
}
.form-wrapper .custom-contact-form .select2 .selection {
  display: block;
}
.form-wrapper .custom-contact-form .select2 .selection .select2-selection {
  padding: 11px 38px 11px 14px;
  margin: 0;
  border-radius: 5px;
  border: 2px solid #000;
  font-size: 16px;
  color: #1E2434;
  box-shadow: none;
  background-image: url("../../images/drop.svg");
  background-color: #EFF8F9;
  background-position: right 19px top 50%;
  background-size: 14px auto;
  background-repeat: no-repeat;
  height: auto;
}
.form-wrapper .custom-contact-form .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.form-wrapper .custom-contact-form .select2 .selection .select2-selection .select2-selection__placeholder {
  color: #1E2434;
}
.form-wrapper .custom-contact-form .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
.form-wrapper .custom-contact-form .phone-input-wrapper {
  display: flex;
  border-radius: 5px;
  border: 2px solid #000000;
  width: 100%;
}
.form-wrapper .custom-contact-form .phone-input-wrapper.warning-validation {
  border-color: #E13838;
}
.form-wrapper .custom-contact-form .phone-input-wrapper input,
.form-wrapper .custom-contact-form .phone-input-wrapper .selectric-wrapper {
  margin: 0;
  width: 100%;
}
.form-wrapper .custom-contact-form .phone-input-wrapper input,
.form-wrapper .custom-contact-form .phone-input-wrapper .select2 .selection .select2-selection {
  border: none;
  box-shadow: none;
}
.form-wrapper .custom-contact-form .phone-input-wrapper .select2 {
  flex: 1;
}
.form-wrapper .custom-contact-form .phone-input-wrapper .select2 .selection .select2-selection {
  padding: 11px 20px 11px 14px;
  background-position: right 0 top 50%;
}
.form-wrapper .custom-contact-form .checkbox-label {
  position: relative;
  display: flex;
  font-size: 16px;
  margin: 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  cursor: pointer;
}
.form-wrapper .custom-contact-form .checkbox-label.warning-validation .checkbox:before {
  border-color: #E13838;
}
.form-wrapper .custom-contact-form .checkbox-label input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.form-wrapper .custom-contact-form .checkbox-label input[type=checkbox]:checked + .checkbox:before {
  background-size: 20px;
}
.form-wrapper .custom-contact-form .checkbox-label .checkbox {
  display: flex;
  align-items: flex-start;
}
.form-wrapper .custom-contact-form .checkbox-label .checkbox:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  transform: translateY(0);
  border-radius: 5px;
  border: 2px solid #000;
  background: #EFF8F9 url("../../images/checkmark-dark.svg") no-repeat center;
  background-size: 0 0;
  transition: all 0.2s linear;
}
.form-wrapper .custom-contact-form .checkbox-label .checkbox .checkbox-text {
  flex: 1;
  position: relative;
  display: block;
  line-height: normal;
  font-size: 16px;
}
.form-wrapper .custom-contact-form .checkbox-label .checkbox .checkbox-text a {
  color: #39B0B7;
}
.form-wrapper .custom-contact-form .checkbox-label .checkbox .checkbox-text .form-message {
  bottom: -8px;
}
.form-wrapper .custom-contact-form .submit-wrapper .submit-button {
  padding: 10px 38px;
}
.form-wrapper .success-submit-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .form-wrapper .success-submit-wrapper {
    padding-top: 0;
  }
}
.form-wrapper .success-submit-wrapper .success-image {
  margin-bottom: 10px;
}
.form-wrapper .success-submit-wrapper .success-image img {
  width: 129px;
  height: 95px;
  object-fit: contain;
}
.form-wrapper .success-submit-wrapper .success-title {
  margin-bottom: 5px;
}
.form-wrapper .success-submit-wrapper .button-wrapper {
  justify-content: center;
}
.form-wrapper .success-submit-wrapper .button-wrapper a {
  padding: 10px 38px;
}

.grecaptcha-badge {
  z-index: 10;
}

.select-country-calling-code {
  display: flex;
  align-items: center;
  gap: 9px;
}
.select-country-calling-code .fi {
  border-radius: 50%;
  height: 1.2em;
  background-size: cover;
}

.select2-container .select2-dropdown {
  border: 2px solid #000;
  border-radius: 5px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  outline: none !important;
  font-size: 14px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field:focus {
  border: 1px solid #000;
  box-shadow: none;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #fff;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #1E2434;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option {
  outline: none !important;
  font-size: 16px;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted[data-selected], .select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #1E2434;
  color: #fff;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__message {
  font-size: 16px;
}

.fancybox__backdrop {
  background: rgba(30, 36, 52, 0.8);
}

.fancybox__slide {
  overflow-x: hidden;
}

.sign-up-modal-wrapper {
  padding: 0;
  background: unset;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 1309px;
}
.sign-up-modal-wrapper .close-modal-button {
  position: absolute;
  top: 12px;
  right: 10px;
  display: flex;
  background: unset;
  border: unset;
  outline: none !important;
  z-index: 1;
}
.sign-up-modal-wrapper .close-modal-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.sign-up-modal-wrapper .modal-content {
  display: flex;
  flex-direction: row;
  gap: 64px;
  border: none;
  border-radius: 15px;
}
@media only screen and (max-width: 1600px) {
  .sign-up-modal-wrapper .modal-content {
    gap: 40px;
  }
}
.sign-up-modal-wrapper .modal-content .modal-left {
  display: flex;
  width: 399px;
}
@media only screen and (max-width: 1500px) {
  .sign-up-modal-wrapper .modal-content .modal-left {
    width: 353px;
  }
}
@media only screen and (max-width: 1024px) {
  .sign-up-modal-wrapper .modal-content .modal-left {
    display: none;
  }
}
.sign-up-modal-wrapper .modal-content .modal-left img {
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sign-up-modal-wrapper .modal-content .modal-right {
  flex: 1;
  padding: 35px 57px 35px 0;
}
@media only screen and (max-width: 1024px) {
  .sign-up-modal-wrapper .modal-content .modal-right {
    padding: 35px 57px;
  }
}
@media only screen and (max-width: 767px) {
  .sign-up-modal-wrapper .modal-content .modal-right {
    padding: 35px 30px 60px;
  }
}
.sign-up-modal-wrapper .modal-content .modal-right .text-wrapper {
  margin-bottom: 18px;
}
.sign-up-modal-wrapper .modal-content .modal-right .text-wrapper p {
  font-size: 20px;
  line-height: 30px;
}
.sign-up-modal-wrapper .modal-content .modal-right .text-wrapper .text-above-title {
  font-weight: 500;
  color: #1DC0CA;
  margin-bottom: 3px;
}
.sign-up-modal-wrapper .modal-content .modal-right .text-wrapper h3 {
  font-size: 30px;
  margin-bottom: 16px;
}
.sign-up-modal-wrapper .modal-content .modal-right .text-wrapper .text-below-title {
  color: #1F2A47;
}
.sign-up-modal-wrapper .modal-content .modal-right .form-wrapper .custom-contact-form .checkbox-label {
  margin-top: 25px;
}
.sign-up-modal-wrapper .modal-content .modal-right .form-wrapper .custom-contact-form .submit-wrapper {
  margin-top: 35px;
}
.sign-up-modal-wrapper .modal-content .modal-right .form-wrapper .custom-contact-form .submit-wrapper .submit-button {
  padding: 10px 53px;
}

/*# sourceMappingURL=style.css.map */
