@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Space Grotesk", sans-serif !important;
  color: #4A4A4A;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #0465D0; }

::selection {
  color: #fff;
  background: #0465D0; }

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 275px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #0465D0; }
  .cookiealert p {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff; }
  .cookiealert a {
    color: #fff; }
  .cookiealert button.acceptcookies {
    padding: 12px !important;
    font-size: 0.875rem;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; }
    .cookiealert button.acceptcookies {
      margin: 0 auto; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 25px 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 120px 0; }

@media (min-width: 1140px) {
  .container {
    max-width: 1270px; } }
@media (max-width: 1380px) {
  .container {
    max-width: 1070px; } }
.container._2 {
  max-width: 100%;
  padding: 40px 5vw; }

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-blue {
  background-color: #0465D0;
  color: #fff; }

.bg-gray {
  background-color: #4A4A4A;
  color: #fff; }

img.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.gap50 {
  gap: 50px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.radius-0 {
  border-radius: 0px !important; }

.w-100 {
  width: 100%; }

.w-80 {
  width: 80%; }

.w-max {
  max-width: max-content; }

.h-100 {
  height: 100%; }

.h-80vh {
  height: 80vh; }

.h-90vh {
  height: 90vh; }

.h-60vh {
  height: 60vh; }

.h-50vh {
  height: 50vh; }

.p-80 {
  padding: 80px 0; }

.mt-80 {
  margin-top: 80px; }

.bb-0 {
  border-bottom: none !important; }

h1, .h1 {
  font-size: 4rem; }

h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px; }

h3 {
  font-size: 1.875rem; }

h3.subtitle {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 30px; }

p, li {
  font-size: 1.25rem;
  line-height: 30px; }

li {
  margin-bottom: 5px; }

b, strong {
  font-weight: bold; }

a {
  color: #0465D0; }
  a:hover {
    color: #0465D0; }

.before-border {
  width: calc(100% - 10vw);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-top: solid 1px #4A4A4A; }

.after-border {
  width: calc(100% - 10vw);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: solid 1px #4A4A4A; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  background-color: #0465D0;
  color: #fff;
  border: solid 1px #0465D0;
  border-radius: 0px;
  padding: 20px 25px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  gap: 10px;
  display: flex;
  align-items: center;
  max-width: max-content;
  white-space: break-spaces;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    border: dashed 1px #0465D0;
    background-color: transparent; }

.btn.btn-primary._2 {
  background-color: #fff;
  color: #0465D0;
  border: solid 1px #0465D0;
  padding: 20px 20px 18px; }
  .btn.btn-primary._2 svg {
    margin-top: -1px; }
  .btn.btn-primary._2:hover {
    background-color: #000A2E;
    color: #fff; }
    .btn.btn-primary._2:hover svg rect {
      fill: #fff; }

.btn.btn-primary._3 {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff; }

.share {
  height: 100%;
  border-right: solid 1px #4A4A4A; }
  .share ul {
    flex-direction: column;
    gap: 10px;
    transform: scale(0.85);
    transform-origin: top left; }
  .share a {
    display: block;
    background-color: #0465D0;
    width: 58px;
    min-width: 58px;
    height: 58px; }
    .share a img {
      width: 30px;
      height: 30px;
      object-fit: contain; }

@media screen and (max-width: 1580px) {
  .w-80 {
    width: 90%; }

  .mt-80 {
    margin-top: 60px; } }
@media screen and (max-width: 1380px) {
  section {
    padding: 80px 0; }

  .p-80 {
    padding: 60px 0; }

  h3.subtitle {
    margin-bottom: 20px; }

  h1, .h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 42px; }

  h3 {
    font-size: 1.75rem; }

  p, li {
    font-size: 1.125rem;
    line-height: 26px; }

  .btn.btn-primary {
    padding: 18px; }

  .btn.btn-primary._2 {
    padding: 16px 16px 14px; }

  .w-80 {
    width: 100%; } }
@media screen and (max-width: 1140px) {
  .container._2 {
    padding: 20px 4vw; }

  section {
    padding: 60px 0; }

  h1, .h1 {
    font-size: 2.25rem;
    line-height: 1.2; }

  h2 {
    font-size: 34px; }

  h3 {
    font-size: 1.5rem; }

  p, li {
    font-size: 1rem;
    line-height: 22px; }

  .h-90vh {
    height: auto; }

  .p-80 {
    padding: 40px 0; }

  .pr-5, .px-5 {
    padding-right: 15px !important; }

  .pl-5, .px-5 {
    padding-left: 15px !important; }

  .pb-5, .py-5 {
    padding-bottom: 2rem !important; }

  .mt-4, .my-4 {
    margin-top: 1rem !important; }

  .mt-3, .my-3 {
    margin-top: 0.5rem !important; }

  .mb-5, .my-5 {
    margin-bottom: 2rem !important; }

  img.img-absolute {
    position: relative;
    max-width: 100% !important; }

  .text-right {
    text-align: left !important; }

  .mt-80 {
    margin-top: 40px; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .reveal-box {
    margin-top: 30px; }

  .share ul {
    flex-direction: row; } }
.redes ul {
  gap: 10px; }
  .redes ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0465D0;
    width: 39px;
    min-width: 39px;
    height: 39px;
    min-height: 39px; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 46px;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0465D0;
  border-radius: 0px;
  top: auto;
  bottom: 0; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/arrow-white-left.svg") !important;
  right: 115px;
  left: auto; }

.swiper-button-next {
  background-image: url("../img/icons/arrow-white-right.svg") !important;
  right: 15px; }

@media screen and (max-width: 900px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 18px;
    width: 50px;
    height: 50px; }

  .swiper-button-prev {
    right: 70px; } }
.video-container {
  position: relative;
  max-width: 1240px;
  margin: 30px auto 0; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #4A4A4A;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 76px;
    height: 76px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.formulario {
  margin-top: 30px; }
  .formulario label {
    font-size: 1.25rem; }
  .formulario .form-control {
    background-color: #fff;
    font-size: 1.25rem;
    border-radius: 0px;
    height: 60px;
    padding: 8px;
    border: none;
    border-bottom: solid 1px #4A4A4A; }
    .formulario .form-control::placeholder {
      color: #4A4A4A;
      font-size: 1.25rem; }
  .formulario input[name="nome"] {
    border-top: solid 1px #4A4A4A; }
  .formulario textarea.form-control {
    height: 150px; }
  .formulario input.wpcf7-submit {
    margin-left: auto;
    margin-top: 20px; }
  .formulario span.wpcf7-list-item {
    margin: 0; }
  .formulario .wpcf7-not-valid-tip {
    color: red;
    font-size: 0.875rem;
    margin: 8px 0 10px; }
  .formulario .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0px 0 0;
    padding: 20px;
    border-radius: 8px;
    text-align: center; }
  .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    color: #000; }
  .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff; }
  .formulario span.wpcf7-spinner {
    margin-top: -30px; }
  @media screen and (max-width: 900px) {
    .formulario .form-control {
      font-size: 1.125rem;
      height: 55px; }
      .formulario .form-control::placeholder {
        font-size: 1.125rem; }
    .formulario textarea.form-control {
      height: 125px; } }

.reveal-box {
  position: relative;
  max-width: 100%;
  overflow: hidden; }

.reveal-box__inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .reveal-box__inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0465D0; }

.reveal-box__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.enter .reveal-box__inner {
  animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s both paused slide-in-right; }
  .enter .reveal-box__inner::after {
    animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.5s both paused slide-out-right; }
.enter .reveal-box__image {
  animation: 2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s both paused scale-in-down; }

.enterl .reveal-box__inner {
  animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s both paused slide-in-left; }
  .enterl .reveal-box__inner::after {
    animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.5s both paused slide-out-left; }
.enterl .reveal-box__image {
  animation: 2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s both paused scale-in-down; }

.enterr .reveal-box__inner {
  animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s both paused slide-in-right; }
  .enterr .reveal-box__inner::after {
    animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.5s both paused slide-out-right; }
.enterr .reveal-box__image {
  animation: 2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s both paused scale-in-down; }

.enterup .reveal-box__inner {
  animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s both paused slide-in-up; }
  .enterup .reveal-box__inner::after {
    animation: 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.5s both paused slide-out-up; }
.enterup .reveal-box__image {
  animation: 2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s both paused scale-in-down; }

.animate .reveal-box__inner {
  animation-play-state: running; }
  .animate .reveal-box__inner::after {
    animation-play-state: running; }
.animate .reveal-box__image {
  animation-play-state: running; }

@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0); }
  100% {
    transform: translate3D(0, 0, 0); } }
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0); }
  100% {
    transform: translate3D(100%, 0, 0); } }
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0); }
  100% {
    transform: translate3D(0, 0, 0); } }
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0); }
  100% {
    transform: translate3D(-100%, 0, 0); } }
@keyframes slide-in-up {
  0% {
    transform: translate3D(0, 100%, 0); }
  100% {
    transform: translate3D(0, 0, 0); } }
@keyframes slide-out-up {
  0% {
    transform: translate3D(0, 0, 0); }
  100% {
    transform: translate3D(0, -100%, 0); } }
@keyframes scale-in-down {
  0% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 10; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 50px; }
      header nav.nav-menu ul li {
        position: relative;
        margin-bottom: 0; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          color: #4A4A4A;
          font-size: 1rem;
          line-height: 1;
          padding: 10px 5px;
          text-align: center;
          text-decoration: none !important;
          transition: all ease 200ms; }
          header nav.nav-menu ul li a:after {
            content: '';
            width: 1px;
            height: calc(100% + 10px);
            border-right: solid 1px #4A4A4A;
            position: absolute;
            right: -25px;
            top: -5px; }
      header nav.nav-menu ul li:last-child a:after {
        display: none; }
    header nav.nav-menu .btn.btn-primary:hover {
      background-color: #fff;
      color: #0465D0; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 30px;
    border-radius: 0px;
    background-color: #0465D0;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines .close-line.close-middle {
    width: 18px; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #0465D0;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li a {
          color: #fff;
          font-size: 1.125rem;
          text-align: left;
          padding: 25px 15px;
          border-bottom: solid 1px #ffffff30; }
          header .menu-overlay .nav-menu ul li a:after {
            display: none; }
          header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
            background-color: #fff;
            color: #0465D0; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1380px) {
    header nav.nav-menu ul {
      gap: 40px; }
      header nav.nav-menu ul li a:after {
        right: -20px; } }
  @media screen and (max-width: 900px) {
    header .brand img {
      max-width: 218px; } }

header.home {
  background-color: transparent;
  position: absolute; }
  header.home nav.nav-menu ul li a {
    color: #fff; }
    header.home nav.nav-menu ul li a:after {
      border-right: solid 1px #fff; }
  header.home .hamburger-btn .hamburger-lines .close-line {
    background-color: #fff; }

section.title {
  padding: 0; }
  section.title .container {
    max-width: 100%;
    padding: 0px 5vw; }
  section.title .row {
    padding: 40px 0;
    height: 100%;
    border-top: 1px solid #4A4A4A;
    border-bottom: 1px solid #4A4A4A; }
  section.title h2 {
    font-size: 5vw;
    margin-bottom: 0; }
  @media screen and (max-width: 1380px) {
    section.title .row {
      padding: 20px 0; } }
  @media screen and (max-width: 900px) {
    section.title .row {
      padding: 15px 0; }
    section.title h2 {
      font-size: 2rem; } }

section.hero {
  background-color: #000A2E;
  height: 100vh;
  max-height: 900px;
  color: #fff; }
  section.hero:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: solid 1px #fff;
    top: 145px;
    width: calc(100% - 10vw); }
  section.hero .img-element {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0%;
    pointer-events: none;
    z-index: 1; }
    section.hero .img-element img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  section.hero .container._2 {
    padding-top: 60px; }
  section.hero .flex {
    height: 47vh; }
    section.hero .flex div {
      height: 100%; }
    section.hero .flex div:first-child {
      width: 18%;
      padding-right: 30px;
      border-right: solid 1px #fff; }
    section.hero .flex div:last-child {
      width: calc(82% - 30px);
      border-bottom: solid 1px #fff;
      margin-left: 30px; }
  section.hero h1 {
    font-size: 2.125rem;
    font-weight: 400;
    border-top: solid 1px #fff;
    padding-top: 30px;
    margin-bottom: 0; }
  section.hero .absolute {
    position: absolute;
    width: 100%;
    bottom: 0; }
  section.hero .swiperTextLoop {
    overflow: unset;
    z-index: 0;
    pointer-events: none; }
    section.hero .swiperTextLoop .swiper-wrapper {
      transition-timing-function: linear;
      align-items: center; }
    section.hero .swiperTextLoop .swiper-slide {
      font-size: calc(25vh - 1vw);
      line-height: 120%;
      font-weight: 700; }
  section.hero .swiperTextLoop2 {
    overflow: unset;
    z-index: 2;
    pointer-events: none; }
    section.hero .swiperTextLoop2 .swiper-wrapper {
      transition-timing-function: linear;
      align-items: center; }
    section.hero .swiperTextLoop2 .swiper-slide {
      font-size: calc(25vh - 1vw);
      line-height: 120%;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 2px #fff;
      text-stroke: 2px #fff; }
  @media screen and (min-width: 1921px) {
    section.hero {
      min-height: 90vh; } }
  @media screen and (max-width: 1380px) {
    section.hero .flex div {
      height: calc(100% - 50px); }
    section.hero h1 {
      font-size: 1.75rem;
      padding-top: 20px; } }
  @media screen and (max-width: 900px) {
    section.hero {
      height: calc(100vh - 80px); }
      section.hero .img-element {
        width: 100%;
        height: 50%;
        inset: auto;
        bottom: 0;
        left: 0; }
      section.hero .flex {
        height: 38vh; }
        section.hero .flex div:first-child {
          width: 100%;
          padding-right: 0;
          border-right: none; }
        section.hero .flex div:last-child {
          display: none; }
      section.hero h1 {
        font-size: 2.5rem;
        border-top: none; }
      section.hero .swiperTextLoop .swiper-slide, section.hero .swiperTextLoop2 .swiper-slide {
        font-size: 90px; } }

section.services .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px; }
section.services .box {
  width: calc(33.33% - 10px);
  background-color: #0465D0;
  border: solid 1px #0465D0;
  color: #fff;
  padding: 40px 80px 40px 40px;
  gap: 20px;
  transition: all ease 200ms; }
  section.services .box:after {
    content: '';
    background-image: url("../img/icons/arrow-white-up.svg");
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    transition: all ease 200ms; }
  section.services .box h3 {
    text-transform: uppercase; }
  section.services .box p {
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom: 0; }
  section.services .box:hover {
    border: dashed 1px #0465D0;
    background-color: #fff;
    color: #0465D0; }
    section.services .box:hover:after {
      right: 15px;
      top: 15px; }
@media screen and (max-width: 1380px) {
  section.services .box {
    padding: 30px 70px 30px 30px; } }
@media screen and (max-width: 900px) {
  section.services .flex-wrapper {
    gap: 10px 0px; }
  section.services .box {
    width: 100%; } }

section.features .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px; }
section.features .item {
  width: calc(20% - 40px); }
  section.features .item .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 20px; }
  section.features .item h4 {
    font-size: 1.25rem;
    margin-bottom: 2px; }
  section.features .item p {
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom: 2px; }
@media screen and (max-width: 900px) {
  section.features .flex-wrapper {
    gap: 30px; }
  section.features .item {
    width: 100%; }
    section.features .item .icon {
      margin-bottom: 10px; } }

section.works .item .image-wrapper {
  height: 325px;
  margin-bottom: 20px; }
section.works .item .content {
  max-width: 75%; }
  section.works .item .content p {
    font-size: 1.125rem; }
section.works .item .arrow {
  position: absolute;
  right: 15%;
  bottom: 30px;
  background-image: url("../img/icons/arrow-blue-up.svg");
  width: 26px;
  height: 26px;
  transition: all 0.6s cubic-bezier(0.2, 0, 0, 1); }
section.works .item:hover .image-wrapper img {
  transform: scale(1.05); }
section.works .item:hover .arrow {
  right: 10%; }
section.works .grid-list .item {
  width: calc(50%);
  padding: 7.5px;
  margin-bottom: 30px; }
@media screen and (max-width: 1380px) {
  section.works .item .image-wrapper {
    height: 275px; } }
@media screen and (max-width: 900px) {
  section.works .item .image-wrapper {
    height: auto;
    margin-bottom: 15px; }
  section.works .item .content p {
    font-size: 1rem; }
  section.works .item .arrow {
    bottom: 20px;
    right: 5%; }
  section.works .grid-list .item {
    width: 100%; } }

section.cta {
  background-image: url("../img/bg-cta.png"); }
  @media screen and (max-width: 900px) {
    section.cta {
      background-position: left; } }

section.single-service .box-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 60px 0 30px; }
  section.single-service .box-title h2 {
    position: relative;
    background-color: #0465D0;
    color: #fff;
    font-size: 1.875rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    max-width: 45%;
    padding: 30px;
    width: max-content;
    z-index: 2; }
    section.single-service .box-title h2:after {
      content: '';
      background-color: #fff;
      position: absolute;
      width: 15px;
      right: -15px;
      top: 0;
      height: 100%;
      z-index: 1; }
  section.single-service .box-title:after {
    content: '';
    border-bottom: solid 1px #4A4A4A;
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
section.single-service .content {
  padding-left: 10%; }
@media screen and (max-width: 1380px) {
  section.single-service .box-title h2 {
    font-size: 1.5rem;
    padding: 20px; } }
@media screen and (max-width: 900px) {
  section.single-service img {
    min-height: 200px;
    object-fit: cover; }
  section.single-service .box-title h2 {
    font-size: 1.125rem;
    padding: 15px;
    max-width: 80%; }
  section.single-service .content {
    padding-left: 0; }
    section.single-service .content ul {
      padding-left: 25px; } }

section.works-filter {
  font-size: 1.25rem;
  font-weight: 300; }
  section.works-filter .row {
    padding: 20px 0;
    border-top: solid 1px #4A4A4A;
    border-bottom: solid 1px #4A4A4A; }
  section.works-filter .flex.has-after:after {
    content: '';
    position: absolute;
    right: -25px;
    top: -20px;
    height: calc(100% + 40px);
    border-right: solid 1px #4A4A4A; }
  section.works-filter select {
    color: #4A4A4A;
    font-size: 1.25rem;
    border: none;
    background-color: #fff;
    outline: none;
    padding: 5px 20px 5px 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    position: relative;
    z-index: 2;
    cursor: pointer; }
  section.works-filter .arrow-select {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3; }
  @media screen and (max-width: 900px) {
    section.works-filter {
      font-size: 1.125rem; }
      section.works-filter .row {
        padding: 15px 0; }
      section.works-filter .flex.gap50 {
        flex-direction: column;
        gap: 8px; }
      section.works-filter select {
        font-size: 1.125rem;
        padding: 2px 12px 2px 5px; }
      section.works-filter .flex.has-after:after {
        display: none; } }

section.works-single .swiperWorksSingle .swiper-slide a {
  cursor: zoom-in; }
section.works-single .content {
  padding: 40px 15px 30px 40px;
  border-left: solid 1px #4A4A4A;
  margin-left: 25%;
  margin-top: 50px; }
@media screen and (max-width: 900px) {
  section.works-single .content {
    padding: 30px 10px 10px 20px;
    margin-top: 25px;
    margin-left: 0px; } }

section.hero-blog h4 {
  font-weight: 400; }
section.hero-blog .arrow {
  position: absolute;
  right: 0;
  bottom: 20px; }
@media screen and (max-width: 900px) {
  section.hero-blog .arrow {
    right: 15px;
    bottom: 10px; }
  section.hero-blog .h4, section.hero-blog h4 {
    font-size: 1.25rem; } }

section.blog .item {
  position: relative; }
  section.blog .item .image-wrapper {
    height: 250px; }
  section.blog .item .content {
    margin-top: 15px; }
    section.blog .item .content .arrow {
      margin-top: 15px; }
  section.blog .item:hover .image-wrapper img {
    transform: scale(1.05); }
  section.blog .item:hover .content .arrow {
    transform: translateX(20px); }
section.blog .h2-box {
  background-color: #0465D0;
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  max-width: 45%;
  padding: 25px 40px;
  width: max-content; }
@media screen and (max-width: 1380px) {
  section.blog .item .image-wrapper {
    height: 225px; }
  section.blog .h2-box {
    font-size: 1.5rem;
    padding: 20px 30px; } }
@media screen and (max-width: 900px) {
  section.blog .item .image-wrapper {
    height: auto; }
  section.blog .h2-box {
    font-size: 1.25rem;
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;
    text-align: center; } }

section.contact .contact-item {
  border-bottom: solid 1px #4A4A4A;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  section.contact .contact-item a {
    color: #4A4A4A;
    font-size: 1.375rem; }
  section.contact .contact-item .icon {
    width: 67px;
    min-width: 67px;
    height: 67px;
    background-color: #0465D0; }
section.contact .contact-item._2 {
  border-top: solid 1px #4A4A4A;
  padding-top: 20px;
  margin-top: 20px; }
section.contact .map {
  width: 100%;
  height: 402px; }
  section.contact .map iframe {
    width: 100%;
    height: 100%; }
@media screen and (max-width: 1380px) {
  section.contact .contact-item a {
    font-size: 1.25rem; } }
@media screen and (max-width: 900px) {
  section.contact .contact-item {
    padding-bottom: 10px;
    margin-bottom: 10px; }
    section.contact .contact-item .flex {
      gap: 8px; }
    section.contact .contact-item .icon {
      width: 40px;
      min-width: 40px;
      height: 40px; }
      section.contact .contact-item .icon img {
        max-width: 20px; }
    section.contact .contact-item a {
      font-size: 1rem; }
  section.contact .contact-item._2 {
    padding-top: 10px;
    margin-top: 10px; }
  section.contact .pl-5 {
    margin-top: 30px; }
  section.contact .map {
    height: 250px; } }

footer {
  padding: 80px 0; }
  footer .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1.25fr 1.25fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    footer .grid > div {
      position: relative;
      padding-right: 30px; }
      footer .grid > div:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        border-left: solid 1px #4A4A4A;
        width: 1px;
        height: 100%; }
    footer .grid > div:first-child::before {
      display: none; }
  footer li {
    margin-bottom: 0; }
  footer p {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 0; }
  footer a {
    color: #4A4A4A; }
  footer nav {
    width: 100%; }
    footer nav ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
      list-style-type: none;
      padding: 0;
      margin: 0; }
  @media screen and (max-width: 1380px) {
    footer {
      padding: 60px 0; }
      footer nav ul {
        gap: 2px; }
      footer a, footer p {
        font-size: 0.875rem; } }
  @media screen and (max-width: 900px) {
    footer {
      padding: 40px 0; }
      footer .grid {
        grid-row-gap: 30px; }
      footer .between-end {
        flex-direction: column-reverse;
        gap: 15px; } }

/*# sourceMappingURL=styles.css.map */
