:root {
  --theme-color-orange: #eb6817;
  --theme-color-brightorange: #ff9900;
  --theme-color-grey: #2c2c2c;
  --theme-fontsize-body: 15px;
  --theme-fontsize-small: 14px;
}

body.home {
  font-family: "Montserrat";
  font-weight: 500;
  color: #fff;

  line-height: 1.6;
  font-size: var(--theme-fontsize-body);
}

/* Hide scrollbar for Chrome, Safari and Opera */
/* body.home::-webkit-scrollbar {
    display: none;
} */

/* Hide scrollbar for IE, Edge and Firefox */
/* body.home {
    -ms-overflow-style: none;
    scrollbar-width: none;
} */

img {
  max-width: 100%;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}

a {
  color: var(--theme-color-orange);
  text-decoration: none;
}

.btn {
  background: var(--theme-color-orange) !important;
  color: #fff;
  border-radius: 30px;
  font-size: var(--theme-fontsize-body);
  /* padding: 8px 27px !important; */
  cursor: pointer;
  font-weight: 700;
  transition: background 0.2s ease-in-out;
}

.btn:hover {
  background: var(--theme-color-brightorange) !important;
}

.home #main-content .page-content h2,
.home #main-content .page-content .h2 {
  font-size: 48px;
  letter-spacing: 0.39em;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  pointer-events: none;
}

.home #main-content .page-content h3,
.home #main-content .page-content .h3 {
  font-size: 36px;
}

.home .page-content h4,
.home .page-content .h4 {
  font-size: 28px;
}

.home #main-content .page-content h5,
.home #main-content .page-content .h5 {
  font-size: 20px;
  letter-spacing: -0.01em;
}

.home .et_pb_fullwidth_section .et_pb_fullwidth_code {
  padding-top: 0 !important;
}

.page-content {
  position: relative;
  overflow: hidden;
  background: #03021d url(../images/page-bg-neuroplatform-dark.jpg) no-repeat;
  background-size: cover;
}

.page-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: background-position, transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.avif .page-bg {
  background-image: url(../images/background-gradients.avif);
}

.fallback .page-bg {
  background-image: url(../images/background-gradients.svg);
}

.bg-parallax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-parallax > div {
  position: absolute;
}

.bg-parallax .parallax-1 {
  top: 28%;
  right: 0;
  left: 0;
}

.bg-parallax .parallax-2 {
  top: 45%;
  left: 0;
  width: 35%;
}

.bg-parallax .parallax-3 {
  top: 65%;
  right: 0;
  width: 30%;
}

.page-bg-flash {
  position: absolute;
  top: 0;
  right: 0;
  height: 160vh;
  left: 0;
  overflow: hidden;
  will-change: transform, top, opacity, visibility;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-bg-flash img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  visibility: hidden;
  transform-origin: right center;
  will-change: transform, top, opacity, visibility;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.page-bg-right {
  position: absolute;
  top: 100vh;
  right: 0;
}

.page-bg-right img {
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section {
  background-size: cover;
  position: relative;
  /* overflow: hidden; */
  padding: calc(86px + 50px) 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.admin-bar .section {
  padding-top: calc(86px + 32px + 50px);
}

.section:not(.height-auto) {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100dvh;
}

.s-content {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.section-collaboration .content-wrapper > .d-flex {
  max-width: 980px;
  margin: 0 auto;
  gap: 15px;
}

.section-collaboration .content-wrapper > .d-flex .col {
  max-width: 237px;
}

.section-collaboration .col img {
  height: auto;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes pulsing {
  50% {
    transform: scale(1.2);
  }

  0%,
  100% {
    transform: scale(0);
  }
}

.next {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/down.png) no-repeat center;
  height: 60px;
  cursor: pointer;
  animation: pulsing 1.8s infinite;
  animation-play-state: paused;
  transform-origin: center;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.next.animated {
  animation-play-state: running;
}

.section-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section-1,
.section-2 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
}

.section-1 .neural-cluster {
  width: 116px;
  height: 116px;
  position: absolute;
  top: 50%;
  margin-top: calc(116px / 2 * -1);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-1 .neural-cluster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  opacity: 0;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-1 .neural-cluster img:last-child {
  opacity: 1;
}

.section-1 .content-wrapper {
  margin-bottom: 15vh;
}

.section-1 h2,
.section-1 p {
  visibility: hidden;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-2 .s-content {
  will-change: transform, position, top, left, margin, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-2 h2 {
  visibility: hidden;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-2 .arrow {
  transform: scale(1.3);
  transform-origin: left center;
  margin-left: -32%;
  opacity: 0;
  top: 17%;
  position: relative;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-2 img.animated {
  visibility: hidden;
  width: 450px;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-2 .caption {
  margin-top: -17%;
  position: relative;
  opacity: 0.9;
  visibility: hidden;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-2 .caption.op-8 {
  opacity: 0.8;
}

.section-2 h4 {
  border-radius: 18px;
  display: inline-block;
  padding: 15px 20px !important;
  width: 100%;
}

.section-2 h5 {
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
}

.bg-grey {
  background: var(--theme-color-grey);
  color: #fff;
}

.bg-orange {
  background: var(--theme-color-orange);
  color: #fff;
}

.section-3 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/data-web-horizontal.png) no-repeat center;
  background-size: 100%;
  mix-blend-mode: lighten;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-3 img.animated {
  visibility: hidden;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.circle {
  position: absolute;
  width: 100%;
  top: 0;
  border-radius: 50%;
  background: url(../images/ellipse2.png) no-repeat center;
  background-size: contain;
  padding-left: 10%;
  padding-right: 10%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: var(--theme-fontsize-body);
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content-wrapper {
  width: 100%;
}

.section-newsletter .s-desc {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-form {
  text-align: left;
}

.section-newsletter .newsletter-form {
  /* border: 1px solid; */
  /* border-image-source: linear-gradient(119.54deg, #FFFFFF 9.32%, rgba(224, 232, 247, 0.914587) 28.72%, rgba(65, 116, 206, 0.479486) 78.26%, rgba(0, 68, 189, 0.3) 102.91%); */
  background: rgba(0, 68, 189, 0.35);
  max-width: 898px;
  border-radius: 24px;
  text-align: left;
  padding: 38px 38px 24px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .wpcf7 {
  width: 100%;
}

.newsletter-form input[type="email"] {
  padding: 8px 10px 8px 10px;
  border-radius: 8px;
  width: 100%;
}

.newsletter-form .form-fields {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-direction: column;
  align-items: start;
}

.section-newsletter .newsletter-form .form-fields {
  flex-direction: row;
  align-items: center;
}

.newsletter-form .form-fields .wpcf7-form-control-wrap {
  flex-grow: 1;
  width: 100%;
}

.newsletter-form .wpcf7-spinner {
  /* display: none !important; */
  position: absolute;
  right: 120px;
  top: calc((7px + 1em));
  transform: translateY(-50%);
}

.newsletter-form a {
  color: inherit;
  text-decoration: underline;
}

.newsletter-form .et_pb_button,
.newsletter-form .et_pb_button:hover {
  padding: 9px 25px !important;
}

.newsletter-form .wpcf7 form.invalid .wpcf7-response-output,
.newsletter-form .wpcf7 form.unaccepted .wpcf7-response-output,
.newsletter-form .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 0;
  margin: 10px 0px 0;
}

.newsletter-form-container .thankyou {
  display: none;
}

.newsletter-form-container.tk .thankyou {
  display: block;
}

.newsletter-form-container.tk .form {
  display: none;
}

.section-contact .s-content {
  max-width: 1160px !important;
}

.section-4 .col,
.section-contact .col {
  padding-bottom: 33.3333%;
  position: relative;
  width: 30%;
  flex: 0 0 auto;
}

.section-contact .col {
  width: 23.5%;
}

.section-contact [data-contact="contact-discord"] a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-4 h4,
.section-contact h4 {
  margin-bottom: 0;
}

.section-4 .col .circle h4,
.section-contact .col .circle h4 {
  line-height: 1.2;
  font-size: 26px !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.section-4 .text {
  display: none;
  opacity: 0;
  transition: opacity 3s linear;
  font-size: var(--theme-fontsize-body);
}

.section-4 .more {
  cursor: pointer;
  margin-bottom: 0;
}

.section-4 .second {
  opacity: 0;
  display: none;
}

.section-4 .flex-column {
  position: relative;
  z-index: 1;
}

.section-4 .flex-column .second {
  display: flex;
  opacity: 1;
  position: relative;
}

.section-4 .flex-column .second img {
  width: 100px;
  height: 100px;
}

.section-4 .flex-column .second dotlottie-player {
  width: 110px;
  height: 110px;
}

.section-4 .flex-column .second img:nth-child(2) {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
  top: 0;
}

.section-4 .flex-column .second:hover img:nth-child(1) {
  transition: transform 0.35s linear;
  transform: rotate(45deg);
}

.section-4 .flex-column .second:not(.rotating):hover img:nth-child(1) {
  opacity: 0;
}

.section-4 .flex-column .second:hover img:nth-child(2) {
  opacity: 1;
}

.section-4 .flex-column .col {
  width: auto;
  gap: 50px;
  align-items: center;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-4 .flex-column .col:not(:last-child) {
  padding-bottom: 3vh;
}

.section-4 .flex-column .col:last-child {
  padding-bottom: 0 !important;
}

.section-4 .flex-column .col .circle {
  position: relative;
  width: 198px;
  height: 198px;
  padding: 0;
  flex: 0 0 auto;
  visibility: hidden;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-4 .flex-column .first {
  display: none;
}

.section-4 .flex-column .text {
  display: block;
  text-align: left;
  opacity: 1;
}

.section-4 .flex-column .text h2 {
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

.section-4 .flex-column .col .text h3 {
  padding-bottom: 5px !important;
}

.s-title {
  margin-bottom: 0;
}

.section-4 .s-title,
.section-4 .s-desc {
  left: 0;
  right: 0;
  margin: 0 auto;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-contact,
.section-forms {
  z-index: 1;
}

.section-contact .circle {
  cursor: pointer;
  transition: all 0.25s linear;
  line-height: 1.6;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-contact .circle:hover {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.bg-footer {
  position: absolute;
  bottom: 28vh;
  height: 100vh;
  left: 0;
  right: 0;
  background: url(../images/fs.png) no-repeat center bottom;
  background-size: cover;
  opacity: 0.800000011920929;
  will-change: transform, opacity, visibility, scale, rotate, translate;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-footer {
  text-align: center;
  padding-top: 30vh;
  padding-bottom: 8vh;
  min-height: auto;
  font-size: 15px;
  z-index: 1;
}

.section-forms.show ~ .site-footer {
  padding-top: 1vh;
}

.section-forms.show ~ .site-footer + .bg-footer {
  bottom: -70vh;
}

.site-footer .s-content {
  min-height: auto;
  margin-top: 0;
  width: 100%;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.site-footer a {
  color: inherit;
}

.site-footer .socials li a {
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.site-footer .socials li a.linkedin {
  background-image: url(../images/linkedin.svg);
}

.site-footer .socials li a.twitter {
  background-image: url(../images/X.svg);
}

.site-footer hr {
  opacity: 1;
  margin: 0;
}

.site-footer .cpr {
  font-size: 14px;
  letter-spacing: -0.56px;
}

.site-footer .phone,
.footer-menu {
  font-weight: 700;
}

.site-footer .content-wrapper {
  gap: 30px;
}

.section-forms {
  display: none;
}

.section-forms.show {
  display: block;
}

.tabs .tab:not(.active) {
  display: none;
}

.form-wrapper {
  margin-top: 38px;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper .row-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.form-wrapper .row-wrapper .d-flex {
  gap: 30px;
}

.form-wrapper .row-wrapper .d-flex .control-wrapper {
  flex: 1 1 50%;
}

.form-wrapper .control-wrapper input[type="text"],
.form-wrapper .control-wrapper input[type="email"],
.form-wrapper .control-wrapper input[type="date"] {
  width: 100%;
}

.form-wrapper .row-wrapper-submit {
  text-align: left;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="date"],
textarea {
  border-radius: 8px;
  color: #6b7280;
  padding: 14px 16px;
  font-size: var(--theme-fontsize-body);
  font-weight: 700;
  border: none !important;
  outline: none !important;
  width: 100%;
}

.form-wrapper textarea {
  height: 10vh;
  overflow: hidden;
  resize: none;
}

.info {
  font-size: var(--theme-fontsize-body);
  display: flex;
  gap: 30px;
}

.info > div {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-left: 25px;
}

.info .address {
  background-image: url(../images/home.svg);
}

.info .phone,
a.phone {
  background-image: url(../images/phone.svg);
}

a.phone {
  display: inline-block;
  background-size: 17px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.mobile-message {
  position: absolute;
  top: 80px;
  background: var(--theme-color-orange);
  font-size: 13px;
  letter-spacing: -0.13px;
  text-align: center;
  width: 100%;
  padding: 5px;
  display: none;
  z-index: 1;
}

/* Responsive */

@media (orientation: portrait) {
  .page-bg-flash {
    height: 132vh;
  }

  .section-1 .content-wrapper {
    margin-bottom: 0;
  }

  .section-4 .flex-column .col:not(:last-child) {
    padding-bottom: 5vh;
  }
}

@media screen and (orientation: portrait) and (max-device-width: 1024px) {
  .mobile-message {
    display: block;
    top: 109px;
  }
}

@media screen and (orientation: portrait) and (max-device-width: 980px) {
  .mobile-message {
    display: block;
    top: 100px;
  }
}

@media screen and (max-width: 1599px) {
  /* .home #main-content .page-content h2,
    .home #main-content .page-content .h2 {
        font-size: 40px !important;
    } */

  .home #main-content .page-content h3,
  .home #main-content .page-content .h3 {
    font-size: 26px !important;
  }

  .home .page-content h4,
  .home .page-content .h4,
  .section-4 .col .circle h4,
  .section-contact .col .circle h4 {
    font-size: 22px !important;
  }

  .home #main-content .page-content h5,
  .home #main-content .page-content .h5 {
    font-size: 15px !important;
  }

  .circle {
    font-size: var(--theme-fontsize-small);
  }

  .section-4 .flex-column .col .circle {
    width: 150px;
    height: 150px;
  }

  .s-content {
    max-width: 780px;
  }

  .form-wrapper input[type="text"],
  .form-wrapper input[type="email"],
  textarea {
    font-size: var(--theme-fontsize-body);
  }
}

@media screen and (max-width: 1399px) {
  body.home {
    line-height: 1.4;
  }

  /* .home #main-content .page-content h2,
    .home #main-content .page-content .h2 {
        font-size: 34px !important;
    } */

  .home #main-content .page-content h3,
  .home #main-content .page-content .h3 {
    font-size: 23px !important;
  }

  .home .page-content h4,
  .home .page-content .h4,
  .section-4 .col .circle h4,
  .section-contact .col .circle h4 {
    font-size: 20px !important;
  }

  .s-content {
    max-width: 680px;
  }

  .section-3 img.animated {
    width: 180px;
    max-width: 28vh;
  }

  .form-wrapper {
    max-width: 500px;
  }
}

@media screen and (max-width: 1279px) {
  body.home {
    --theme-fontsize-body: 14px;
    --theme-fontsize-small: 13px;
  }

  /* .home #main-content .page-content h2,
    .home #main-content .page-content .h2 {
        font-size: 31px !important;
    } */
}

@media all and (max-width: 1024px) {
  .section-collaboration .content-wrapper > .d-flex {
    max-width: 580px;
  }
}

@media all and (max-width: 980px) {
  .section {
    padding: 50px 0;
  }

  .admin-bar .section {
    padding-top: calc(50px + 32px);
  }
}

@media all and (max-width: 782px) {
  .admin-bar .section {
    padding-top: calc(50px + 46px);
  }
}

@media screen and (max-width: 767px) {
  body.home {
    --theme-fontsize-body: 13px;
    --theme-fontsize-small: 12px;
    line-height: 1.6;
    height: 100%;
    overflow: hidden;
  }

  .mobile-message {
    display: block;
    top: 80px;
  }

  .home #main-content .page-content h2,
  .home #main-content .page-content .h2 {
    font-size: 28px !important;
    letter-spacing: 0.1em;
  }

  .page-bg-flash {
    height: 110vh;
  }

  .s-content {
    margin-top: 0;
    width: 90% !important;
    min-height: auto;
    padding: 0;
  }

  .section-1 .content-wrapper {
    margin-bottom: 0;
  }

  .section-2 .d-flex {
    flex-direction: column;
  }

  .section-2 img.animated {
    width: auto;
    height: 20vh;
    max-width: 150px;
    max-height: 150px;
  }

  .section-2 .caption {
    margin-top: -40px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
  }

  .section-2 {
    height: auto;
  }

  .section-2 h4 {
    width: auto;
    padding: 10px 20px !important;
  }

  .section-2 .arrow {
    margin-left: 0;
    transform: scale(0.8, 0.5) rotate(90deg) !important;
    transform-origin: initial;
    top: 0;
    margin-top: -47px;
    height: 100px;
    object-fit: cover;
  }

  .section-3 .bg {
    background-size: cover !important;
  }

  .section-3 img.animated {
    width: auto;
    max-width: 28vh;
    height: 20vh;
    max-height: 200px;
  }

  .section-4 .benefits,
  .section-contact .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .section-4 .col,
  .section-contact .col {
    width: 100%;
    padding-bottom: 0;
  }

  .section-4 .flex-column .col {
    flex-direction: column;
  }

  .section-4 .col {
    padding-bottom: 0;
  }

  .circle {
    width: 222px;
    padding-left: 5%;
    padding-right: 5%;
    height: 222px;
    position: relative;
  }

  .section-4 .circle {
    display: none !important;
  }

  .section-4 .text {
    display: block !important;
    opacity: 1 !important;
  }

  .info {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: start;
  }
}

@media screen and (max-width: 579px) {
  .home #main-content .page-content h2,
  .home #main-content .page-content .h2 {
    font-size: 24px !important;
  }

  .home #main-content .page-content h3,
  .home #main-content .page-content .h3 {
    font-size: 20px !important;
  }

  .home .page-content h4,
  .home .page-content .h4,
  .section-4 .col .circle h4 {
    font-size: 15px !important;
  }

  .page-content .section-contact .col .circle h4 {
    font-size: clamp(0.6rem, 0.6rem + 0.3vh, 1rem) !important;
  }

  .section-contact .col .circle h4 {
    margin-bottom: 5px !important;
  }

  .section {
    padding: 20px 0 40px;
  }

  .section-contact {
    padding-bottom: 20px;
  }

  .admin-bar .section {
    padding-top: 20px;
  }

  .page-bg-flash img {
    object-position: center right;
  }

  .section-1 .s-content {
    position: absolute;
    height: auto !important;
    right: 0;
    bottom: 12vh;
    left: 0;
  }

  .circle {
    width: 20vh;
    height: 20vh;
    font-size: clamp(0.4rem, 0.4rem + 0.4vh, 0.625rem);
    min-width: 110px;
    min-height: 110px;
    max-width: 150px;
    max-height: 150px;
    padding: 10px;
  }

  .section-4 .benefits {
    gap: 3vh;
  }

  .section-contact .d-flex {
    gap: 1vh;
  }

  .section-collaboration .content-wrapper > .d-flex {
    max-width: 300px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .section-collaboration .content-wrapper > .d-flex .col {
    flex-basis: 45%;
  }

  .section-collaboration .col img {
    width: 110px;
    height: auto;
  }

  .section-newsletter .newsletter-form {
    padding: 22px 14px 15px 14px;
  }

  .section-newsletter .newsletter-form .form-fields {
    flex-direction: column;
    align-items: start;
  }

  .newsletter-form .wpcf7-spinner{
    right: 0;
  }
}
