@import url("./bulma/bulma.min.css");
@import url("./bulma/bulma-collapsible.min.css");
@import url("./splide.min.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Roboto:wght@700&display=swap");

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff2"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

a:hover {
  text-decoration: none !important;
}

.has-text-gray {
  color: #777777;
}

.has-text-danger {
  color: red !important;
}

hr {
  background-color: #454750;
}

* {
  font-family: "DM Sans", sans-serif;
}

body {
  background-color: #1b1b1b;
  width: 100%;
  overflow: hidden;
  background-image: url("../img/bg-footer.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-size: 100% auto;
  padding: 0;
  margin: 0;
  display: block;
}

.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  background-color: #1b1b1b;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.body-overlay.active {
  opacity: 0.5;
  pointer-events: auto;
}

.body-overlay2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  background-color: #1b1b1b;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.body-overlay2.active {
  opacity: 0.5;
  pointer-events: auto;
}

.flowmap-deformation-wrapper {
  background-image: url("../img/bg-1.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55.7292% 0 0;
  display: block;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.flowmap-deformation-wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 1903px;
  height: 1460.62px;
  aspect-ratio: auto 3164/2563;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.page-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1030;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  unicode-bidi: isolate;
}

.page-loader-container.hide {
  opacity: 0;
  display: none;
}

.page-loader-container .page-loader {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 350px;
  display: block;
  unicode-bidi: isolate;
}

.page-loader-container .page-loader .page-loader-inner {
  animation-name: pulsate;
  -webkit-animation-name: pulsate;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page-loader-container .page-loader .page-loader-inner .page-loader-logo {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  display: block;
  width: 385px;
  aspect-ratio: auto 385/97;
  /* height: 97px; */
  overflow-clip-margin: content-box;
  overflow: clip;
}

@-webkit-keyframes slide-down {
  0% {
    margin-top: -110px;
  }

  100% {
    margin-top: 0px;
  }
}

@keyframes slide-down {
  0% {
    margin-top: -110px;
  }

  100% {
    margin-top: 0px;
  }
}

.navbar {
  height: 110px;
  background-color: transparent;
}

.navbar.is-fixed-top {
  background-color: #1b1b1b;
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.navbar .dropdown-trigger {
  margin: 15px 31px;
  padding-left: 2em;
}

.navbar .dropdown-trigger .dropdown-trigger-icon {
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
}

.navbar .dropdown-trigger .dropdown-trigger-icon::before {
  content: "\e81b";
  display: block;
  font: 400 normal 25px/1em "fontello";
  color: white;
}

.navbar .navbar-brand .navbar-item {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin-left: 1rem;
}

.navbar .navbar-brand .navbar-item img {
  width: 140px;
  max-height: 110px !important;
}

.navbar .navbar-menu .navbar-start>.navbar-item {
  font-weight: 500;
  position: relative;
  margin-right: 20px;
}

.navbar .navbar-menu .navbar-start>.navbar-item>a {
  font-size: 16px;
  padding: 12px 0;
}

.navbar .navbar-menu .navbar-start>.navbar-item>a:hover {
  background-color: transparent;
  color: #ababab;
  text-decoration: none !important;
}

.navbar .navbar-menu .navbar-start>.navbar-item.is-active a {
  color: #ababab;
}

.navbar .navbar-menu .navbar-start>.navbar-item>a.is-dropdown::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 15px;
  top: 5px;
  height: 1px;
  background-color: red;
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.navbar .navbar-menu .navbar-start>.navbar-item:hover a.is-dropdown::before {
  opacity: 1;
  width: calc(100% - 15px);
}

.navbar .navbar-menu .navbar-start>.navbar-item.current-link {
  padding-left: 0;
  background-color: transparent;
}

.navbar .navbar-menu .navbar-start>.navbar-item.current-link>a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 15px;
  top: 5px;
  height: 1px;
  background-color: red;
  width: calc(100% - 15px);
  opacity: 1;
}

.navbar .navbar-menu .navbar-start>.navbar-item>a {
  color: white;
}

.navbar .navbar-menu .navbar-start>.navbar-item>a.is-dropdown::after {
  content: "\e817";
  color: white;
  display: inline-block;
  font: 400 normal 8px "fontello";
  position: relative;
  top: -2px;
  margin: 0 0 0 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.navbar .navbar-menu .navbar-start>.navbar-item.has-dropdown.show-dropdown .navbar-dropdown .navbar-item {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.navbar .navbar-menu .navbar-start>.navbar-item.has-dropdown .navbar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 24px 24px 24px 38px;
  border-radius: 0;
  margin-top: -40px;
}

.navbar .navbar-menu .navbar-start>.navbar-item.has-dropdown .navbar-dropdown .navbar-item {
  color: white;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 8px 9px 8px 0;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.navbar .navbar-menu .navbar-start>.navbar-item.has-dropdown .navbar-dropdown .navbar-item:hover {
  background-color: transparent;
  color: red;
}

.navbar .navbar-menu .navbar-end .navbar-item {
  padding: 0;
  margin-left: 30px;
}

.navbar .navbar-menu .navbar-end .navbar-item a,
.navbar .navbar-menu .navbar-end .navbar-item a svg * {
  color: white;
  stroke: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .navbar-menu .navbar-end .navbar-item a.button.is-danger {
  border-radius: 0;
  height: 110px;
  color: white;
  background-color: red;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.navbar .navbar-menu .navbar-end .navbar-item a.button.is-danger:hover {
  color: black;
  background-color: white;
  text-decoration: none !important;
}

.navbar .navbar-menu .navbar-end .navbar-item a:hover,
.navbar .navbar-menu .navbar-end .navbar-item a:hover * {
  color: red;
  stroke: red;
  text-decoration: none !important;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #1b1b1b;
  overflow-y: scroll;
  z-index: 30;
  margin-right: -100%;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

.mobile-nav.active {
  margin-right: 0;
}

.mobile-nav .mobile-nav-buttons {
  padding: 1rem;
}

.mobile-nav .mobile-nav-buttons a {
  padding: 1rem;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mobile-nav .mobile-nav-buttons a:hover * {
  color: red;
  stroke: red;
}

.mobile-nav .bottom-links {
  padding: 0 10px;
}

.mobile-nav .bottom-links a.button.is-danger {
  background-color: red;
  color: white;
  border-radius: 0;
  padding: 1rem 2rem;
}

.mobile-nav .message {
  margin-bottom: 0;
}

.mobile-nav .message .message-header {
  background-color: transparent !important;
  padding: 0;
}

.mobile-nav .message .message-header a {
  padding: 10px 20px;
  font-size: 16px !important;
  text-decoration: none !important;
  color: white;
  width: 100%;
}

.mobile-nav .message .message-header a:hover,
.mobile-nav .message .message-header a:hover::after {
  color: red;
}

.mobile-nav .message .message-header a.current-link,
.mobile-nav .message .message-header a.current-link::after {
  color: red;
}

.mobile-nav .message .message-header a::after {
  content: "\e817";
  color: white;
  display: inline-block;
  font: 400 normal 8px "fontello";
  position: relative;
  top: -2px;
  margin: 0 0 0 8px;
}

.mobile-nav .message .message-body {
  background-color: #1b1b1b;
}

.mobile-nav .message .message-body .message-body-content {
  padding: 0 1rem;
}

.mobile-nav .message .message-body .message-body-content .navbar-item {
  text-decoration: none;
}

.mobile-nav .message .message-body .message-body-content .navbar-item:hover {
  color: red;
}

.side-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 450px;
  height: 100vh;
  padding: 0 79px 0 0;
  background-color: #1b1b1b;
  z-index: 30;
  margin-left: -120%;
  -webkit-transition: margin-left 0.5s ease-out;
  transition: margin-left 0.5s ease-out;
}

.side-nav-container.active {
  margin-left: 0;
}

.side-nav-container::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: initial;
  top: 0;
  width: 79px;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg-slide-sidebar.jpg");
}

.side-nav-container::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: initial;
  top: 0;
  width: 79px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1b1b), to(transparent));
  background-image: linear-gradient(0deg, #1b1b1b 0%, transparent 100%);
}

.side-nav-container .side-nav-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 31;
}

.side-nav-container .side-nav-close a {
  padding: 2rem;
}

.side-nav-container .side-nav-body {
  padding: 70px;
  min-height: calc(100% - 140px);
}

.side-nav-container .side-nav-body img {
  width: 185px;
  height: auto;
}

.animated-button {
  color: red;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}

.animated-button svg {
  color: red;
  position: absolute;
  display: block;
  line-height: 1.8125em;
  width: 1em;
  height: 1em;
  right: 0;
  left: initial;
  top: 90%;
  margin: -0.92em 0 0;
  fill: none;
}

.animated-button svg path {
  stroke: red;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
  stroke-dasharray: 45;
  stroke-dashoffset: -45;
  -webkit-transition: stroke-dashoffset 0.3s 0.25s;
  transition: stroke-dashoffset 0.3s 0.25s;
}

.animated-button::before {
  content: "";
  display: inline-block;
  font: 400 0.625em/3.1em "fontello";
  position: absolute;
  right: 0;
  left: initial;
  bottom: -10px;
  opacity: 1;
  -webkit-transition: width 0.3s ease-in, opacity 0.4s 0.25s ease;
  transition: width 0.3s ease-in, opacity 0.4s 0.25s ease;
  background-color: red;
  height: 1px;
  width: 100%;
}

.animated-button::after {
  content: "\e817";
  display: inline-block;
  font: 400 0.625em/3.1em "fontello";
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.25s;
  transition: opacity 0.3s 0.25s;
  color: red;
  margin: 0 0 0 8px;
}

.animated-button:hover {
  text-decoration: none !important;
}

.animated-button:hover::before {
  width: 0;
  opacity: 0;
}

.animated-button:hover::after {
  opacity: 0;
}

.animated-button:hover svg path {
  stroke-dashoffset: 0;
}

.animated-button-white {
  color: white;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}

.animated-button-white svg {
  color: white;
  position: absolute;
  display: block;
  line-height: 1.8125em;
  width: 1em;
  height: 1em;
  right: 0;
  left: initial;
  top: 90%;
  margin: -0.92em 0 0;
  fill: none;
}

.animated-button-white svg path {
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
  stroke-dasharray: 45;
  stroke-dashoffset: -45;
  -webkit-transition: stroke-dashoffset 0.3s 0.25s;
  transition: stroke-dashoffset 0.3s 0.25s;
}

.animated-button-white::before {
  content: "";
  display: inline-block;
  font: 400 0.625em/3.1em "fontello";
  position: absolute;
  right: 0;
  left: initial;
  bottom: -10px;
  opacity: 1;
  -webkit-transition: width 0.3s ease-in, opacity 0.4s 0.25s ease;
  transition: width 0.3s ease-in, opacity 0.4s 0.25s ease;
  background-color: white;
  height: 1px;
  width: 100%;
}

.animated-button-white::after {
  content: "\e817";
  display: inline-block;
  font: 400 0.625em/3.1em "fontello";
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.25s;
  transition: opacity 0.3s 0.25s;
  color: white;
  margin: 0 0 0 8px;
}

.animated-button-white:hover {
  text-decoration: none !important;
}

.animated-button-white:hover::before {
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, opacity 0.4s 0.25s ease;
  transition: width 0.3s ease-in, opacity 0.4s 0.25s ease;
}

.animated-button-white:hover::after {
  opacity: 0;
}

.animated-button-white:hover svg path {
  stroke-dashoffset: 0;
}

.is-display-1 {
  font-size: 100px;
  font-weight: bold;
  color: white;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.is-display-1 i {
  font-weight: 200;
}

.is-display-1.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-display-2 {
  font-size: 80px;
  font-weight: bold;
  color: white;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.is-display-2 i {
  font-weight: 200;
}

.is-display-2.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-display-3 {
  font-size: 50px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

.is-display-4 {
  font-size: 25px;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: -0.03em;
}

.section-title {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.section-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  bottom: 0;
  right: 0;
  left: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 1.25s ease-out;
  transition: width 1.25s ease-out;
}

.section-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: white;
  right: 0;
  left: initial;
  bottom: 0;
}

.section-title .section-title-text {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s 1.25s linear, transform 0.3s 1.25s linear;
  -webkit-transition: opacity 0.3s 1.25s linear, -webkit-transform 0.3s 1.25s linear;
  transition: opacity 0.3s 1.25s linear, -webkit-transform 0.3s 1.25s linear;
  transition: opacity 0.3s 1.25s linear, transform 0.3s 1.25s linear;
  transition: opacity 0.3s 1.25s linear, transform 0.3s 1.25s linear, -webkit-transform 0.3s 1.25s linear;
  height: 40px;
}

.section-title .section-title-text p {
  padding-bottom: 1rem;
}

.section-title.show::before {
  width: 100%;
}

.section-title.show .section-title-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.body-content {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-size: 100% auto;
  display: block;
  unicode-bidi: isolate;
  margin-top: -110px;
}

.body-content .body-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: solid 1px;
  border-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  right: initial;
  z-index: 0;
}

.body-content .body-line.body-line-l1 {
  margin-left: -726px;
}

.body-content .body-line.body-line-l2 {
  margin-left: -447px;
}

.body-content .body-line.body-line-r1 {
  margin-left: 345px;
}

.body-content .body-line.body-line-r2 {
  margin-left: 884px;
}

.body-content .paragraph-1 {
  color: white;
  font-size: 18px;
  font-weight: 200;
}

.body-content .paragraph-2 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.body-content .description {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s 0.25s ease-out;
  transition: all 1s 0.25s ease-out;
}

.body-content .description.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.body-content .partners .column {
  text-align: center;
}

.body-content footer {
  position: relative;
}

.body-content footer .footer-container {
  position: relative;
  z-index: 1;
}

.content-wrapper {
  margin: 70px auto 150px;
  max-width: 1380px;
}

.lets-talk:hover,
.lets-talk:hover * {
  text-decoration: none !important;
}

.contact-button-wrapper {
  position: relative;
  cursor: pointer;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-button-wrapper .contact-button-label {
  color: #FFFFFF;
  z-index: 1;
}

.contact-button-wrapper .contact-button-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}

.contact-button-wrapper .contact-button-bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  -webkit-transition: transform 0.8s, background-color 0.8s;
  -webkit-transition: background-color 0.8s, -webkit-transform 0.8s;
  transition: background-color 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, background-color 0.8s;
  transition: transform 0.8s, background-color 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-cta-button.jpg");
  background-size: cover;
  z-index: -1;
}

.contact-button-wrapper:hover .contact-button-bg {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

.contact-button-wrapper:hover .contact-button-bg::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

@media screen and (max-width: 1024px) {
  .flowmap-deformation-wrapper {
    height: 100vh;
  }

  .navbar {
    height: 80px;
    background-color: #1b1b1b;
  }

  .navbar .navbar-brand {
    height: 80px;
  }

  .navbar .navbar-brand .navbar-burger {
    padding-right: 4rem;
  }

  .navbar .navbar-brand .navbar-burger span {
    background-color: white;
  }

  .navbar .navbar-brand .navbar-burger:hover {
    background-color: transparent;
  }

  .body-content {
    padding-top: 80px;
  }

  .body-content .is-display-1 {
    font-size: 32px;
  }

  .body-content .is-display-2 {
    font-size: 30px;
  }

  .body-content .is-display-3 {
    font-size: 28px;
  }

  .footer-container {
    margin-left: 0 !important;
    padding-right: 1em !important;
  }

  .footer-container .content-wrapper {
    margin-bottom: 0;
  }

  .footer-container .lets-talk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-container .contact-button-wrapper {
    margin-left: 0 !important;
  }
}