@import url(https://fonts.googleapis.com/css2?family=Bentham&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

button, input {
  outline: 0;
}

/* BREAKPOINTS */
/* MEDIA QUERIES */
/*
$lt-smartphone: only screen and (max-device-width: 576px);
*/
.is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 576px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 650px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1350px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 577px) and (max-width: 650px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 651px) and (max-width: 1024px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1351px) {
  .only-xl {
    display: block;
  }
}

.services-section > .wrapper, .wrapper {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1600px;
  padding: 3rem 0;
}
@media only screen and (max-width: 650px) {
  .services-section > .wrapper, .wrapper {
    width: 90%;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

.services-section, section.content-section, section.image-logo {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

#main-header .navigation-mobile, #main-header .logo, #main-header {
  transition: all ease-in-out 100ms;
}

#main-content .book-consultation, a, #main-content .scroll-top-cta, #main-content .scroll-down-cta, #main-header .navigation-mobile > div:after, #main-header .navigation-mobile > div:before, #main-header .navigation-mobile > div, #main-footer .cta .contact-form, #main-footer .cta .map, #main-footer .cta .phone, .btn {
  transition: all ease-in-out 200ms;
}

.form-container #contact-form .group-form input, .form-container #contact-form .group-form textarea, .form-container #contact-form .group-form label, #main-footer .cta .contact-form, html, body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  line-height: 1.4em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 650px) {
  .form-container #contact-form .group-form input, .form-container #contact-form .group-form textarea, .form-container #contact-form .group-form label, #main-footer .cta .contact-form, html, body {
    font-size: 16px;
    font-size: 1rem;
  }
}

.services-section .grid-services .service .container-content h3, h2, h1 {
  font-family: "Bentham", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 1.2em;
  display: block;
  text-transform: uppercase;
  line-height: 1.3em;
}
@media only screen and (max-width: 650px) {
  .services-section .grid-services .service .container-content h3, h2, h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#main-footer .cta .contact-form, #main-footer .cta .map, #main-footer .cta .phone, .btn {
  padding: 1em 1.2em;
  display: block;
  color: #FFF;
  background-color: #000;
  text-transform: uppercase;
  border-radius: 15px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-size: 1rem;
}
#main-footer .cta .contact-form:hover, #main-footer .cta .map:hover, #main-footer .cta .phone:hover, .btn:hover {
  background-color: #113351;
  text-decoration: none;
}
@media only screen and (max-width: 650px) {
  #main-footer .cta .contact-form, #main-footer .cta .map, #main-footer .cta .phone, .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#main-footer .cta .contact-form:hover, #main-footer .cta .map:hover, #main-footer .cta .phone:hover {
  color: #000;
  background-color: #FFF;
}

#main-header .navigation-mobile > div:after, #main-header .navigation-mobile > div:before, #main-header .navigation-mobile > div {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #F5F4F0;
}

#main-content .scroll-top-cta, #main-content .scroll-down-cta {
  width: 2rem;
  height: 2rem;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #113351;
  background-color: #FFF;
  border: 1px solid #113351;
  border-radius: 100%;
  z-index: 30;
  cursor: pointer;
  opacity: 0.6;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 650px) {
  #main-content .scroll-top-cta, #main-content .scroll-down-cta {
    display: none;
  }
}
#main-content .scroll-top-cta:hover, #main-content .scroll-down-cta:hover {
  opacity: 0.9;
}

html, body {
  overflow-x: hidden;
  background-color: #113351;
  scroll-behavior: smooth;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 1.2em;
}

.alert.success {
  color: #000 !important;
  width: 100%;
  display: none;
  background-color: #b3e2af;
  padding: 0.5em;
  border: 1px solid #6cc665;
  border-radius: 5px;
  text-align: center;
  transform: translateY(-25px);
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 650px) {
  .alert.success {
    transform: translateY(-15px);
  }
}

.alert.error {
  width: 100%;
  display: none;
  background-color: #f8c9c4;
  padding: 0.5em;
  color: #000;
  border: 1px solid #ed7669;
  border-radius: 5px;
  text-align: center;
  transform: translateY(-25px);
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 650px) {
  .alert.error {
    transform: translateY(-15px);
  }
}

.modal {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  z-index: 9999999999;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal.open {
  display: flex;
}
.modal .modal-content {
  width: 60%;
  display: block;
  padding: 3rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #FFF;
  box-shadow: 0px 0px 31px 14px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 31px 14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px 14px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 650px) {
  .modal .modal-content {
    width: 100%;
    height: 100%;
  }
}
.modal .modal-content .close-modal {
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  position: absolute;
}
.modal .modal-content .close-modal > img {
  width: 30px;
}

#main-header {
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  padding: 0.5rem 3vw;
  position: fixed;
}
@media only screen and (max-width: 650px) {
  #main-header {
    padding: 0.5rem 4vw;
  }
}
#main-header .logo {
  width: 20%;
  opacity: 0;
  position: relative;
  z-index: 10;
}
#main-header .logo > a > img {
  display: block;
  max-height: 60px;
}
@media only screen and (max-width: 650px) {
  #main-header .logo > a > img {
    max-height: 50px;
  }
}
#main-header.bg-active {
  background-color: rgba(17, 51, 81, 0.95);
}
#main-header.bg-active .logo {
  opacity: 1;
}
#main-header .btn {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: auto;
  padding: 0.4em 0.7em;
}
#main-header .btn:hover {
  color: #000;
  background-color: #F5F4F0;
}
@media only screen and (max-width: 650px) {
  #main-header .btn {
    display: none;
  }
}
#main-header .navigation-mobile {
  width: 40px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-self: center;
  margin-left: 1rem;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  #main-header .navigation-mobile {
    margin-left: auto;
  }
}
#main-header .navigation-mobile > div {
  align-self: center;
}
#main-header .navigation-mobile > div:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}
#main-header .navigation-mobile > div:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
}
#main-header .navigation-mobile:hover > div {
  background-color: #c2bca4;
}
#main-header .navigation-mobile:hover > div:before, #main-header .navigation-mobile:hover > div:after {
  background-color: #c2bca4;
}
#main-header .navigation-mobile.open > div {
  background-color: transparent;
}
#main-header .navigation-mobile.open > div:before {
  top: 45%;
  transform: rotate(45deg);
}
#main-header .navigation-mobile.open > div:after {
  top: 45%;
  transform: rotate(-45deg);
}
#main-header nav {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 0;
  display: none;
  align-items: center;
}
#main-header nav.open {
  display: flex;
}
#main-header nav > ul {
  width: 100%;
  display: block;
}
#main-header nav > ul > li {
  text-align: center;
  line-height: 3em;
}
#main-header nav > ul > li a:hover {
  color: #113351;
  text-decoration: none;
}

#main-content .book-consultation {
  left: 0;
  bottom: 50px;
  width: 100%;
  display: none;
  position: sticky;
  color: #FFF;
  background-color: #000;
  text-align: center;
  padding: 1.2em 0;
  z-index: 89;
}
@media only screen and (max-width: 650px) {
  #main-content .book-consultation {
    display: block;
  }
}
#main-content .scroll-down-cta {
  bottom: 3rem;
  right: 2rem;
  display: none;
}
#main-content .scroll-down-cta.top {
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  animation-name: up-down;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
#main-content .scroll-top-cta {
  bottom: 5.5rem;
  right: 2rem;
  display: none;
}
#main-content .scroll-top-cta.top {
  display: none;
}

@keyframes up-down {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0%);
  }
}
#main-footer {
  width: 100%;
}
#main-footer .wrapper {
  flex-wrap: wrap;
}
#main-footer .wrapper > * {
  width: 100%;
}
#main-footer .wrapper h2 {
  text-align: center;
  margin-bottom: 0.8em;
  font-size: 34px;
  font-size: 2.125rem;
}
#main-footer .address {
  padding-bottom: 3rem;
}
#main-footer .address > span {
  display: block;
  width: 100%;
  text-align: center;
}
#main-footer .cta {
  width: 100%;
  display: flex;
  padding-bottom: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 650px) {
  #main-footer .cta {
    flex-wrap: wrap;
  }
}
#main-footer .cta .phone {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 650px) {
  #main-footer .cta .phone {
    width: 80%;
    margin-right: 0;
    margin: auto;
    margin-bottom: 1rem;
  }
}
#main-footer .cta .map {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 650px) {
  #main-footer .cta .map {
    width: 80%;
    margin-right: 0;
    margin: auto;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 650px) {
  #main-footer .cta .contact-form {
    width: 80%;
    margin: auto;
  }
}
#main-footer .logo > img {
  width: 60%;
  max-width: 450px;
  display: block;
  margin: auto;
}
#main-footer .sub-footer {
  display: flex;
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #000;
  padding: 1.2em 3vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  #main-footer .sub-footer {
    margin-bottom: 43px;
    flex-wrap: wrap;
  }
}
#main-footer .sub-footer > .creator {
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 650px) {
  #main-footer .sub-footer > .creator {
    width: 100%;
    text-align: center;
  }
}
#main-footer .sub-footer > .copyright {
  display: block;
}
@media only screen and (max-width: 650px) {
  #main-footer .sub-footer > .copyright {
    width: 100%;
    text-align: center;
  }
}

#loader {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  background-color: #113351;
  z-index: 9999999999999;
}
#loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  align-self: center;
}
#loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 4px;
  border: 4px solid #F5F4F0;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F5F4F0 transparent transparent transparent;
}
#loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-container {
  width: 100%;
  padding-top: 3rem;
}
@media only screen and (max-width: 650px) {
  .form-container {
    padding-top: 3rem;
  }
}
.form-container #contact-form {
  display: flex;
  flex-wrap: wrap;
}
.form-container #contact-form .group-form {
  width: calc(50% - 0.5rem);
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
}
.form-container #contact-form .group-form:nth-child(2n) {
  margin-left: 0.5rem;
  margin-right: 0;
}
@media only screen and (max-width: 650px) {
  .form-container #contact-form .group-form:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }
}
.form-container #contact-form .group-form .error-label {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #e74c3c;
}
.form-container #contact-form .group-form.error > input, .form-container #contact-form .group-form.error textarea {
  border-color: #e74c3c;
}
.form-container #contact-form .group-form.error .error-label {
  display: block;
}
@media only screen and (max-width: 650px) {
  .form-container #contact-form .group-form {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.form-container #contact-form .group-form.message {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.form-container #contact-form .group-form label {
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 0.5em;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.form-container #contact-form .group-form input, .form-container #contact-form .group-form textarea {
  width: 100%;
  padding: 0.5em;
  color: #000;
  border-radius: 5px;
  border: 1px solid #999999;
}
.form-container #contact-form .group-form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
}
.form-container #contact-form .form-captcha {
  width: 100%;
  margin-bottom: 1.5rem;
}
.form-container #contact-form .form-captcha .g-recaptcha {
  max-width: 100%;
}
.form-container #contact-form .form-captcha .g-recaptcha > * {
  max-width: 100%;
}
.form-container #contact-form .btn {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.left-cta {
  left: 0;
  top: 50%;
  width: 60px;
  display: block;
  position: fixed;
  z-index: 90;
  transform: translateY(-50%);
  box-shadow: 0px 0px 28px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 28px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 28px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 650px) {
  .left-cta {
    top: initial;
    width: 100%;
    display: flex;
    transform: initial;
    bottom: 0;
  }
}
.left-cta .linkedin, .left-cta .phone {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #113351;
  transition: all ease-in-out 300ms;
}
.left-cta .linkedin:hover, .left-cta .phone:hover {
  background-color: #0d263c;
}
@media only screen and (max-width: 650px) {
  .left-cta .linkedin, .left-cta .phone {
    width: 50%;
    height: 45px;
    aspect-ratio: initial;
  }
}
.left-cta .linkedin i, .left-cta .phone i {
  color: #FFF;
  font-size: 34px;
  font-size: 2.125rem;
}
.left-cta .linkedin {
  background-color: #0077B5;
}
.left-cta .linkedin:hover {
  background-color: #005582;
}

section.image-logo {
  display: flex;
  flex-wrap: wrap;
}
section.image-logo > * {
  width: 50%;
}
@media only screen and (max-width: 650px) {
  section.image-logo > * {
    width: 100%;
  }
}
section.image-logo > img {
  aspect-ratio: 1/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-height: 100%;
}
@media only screen and (max-width: 650px) {
  section.image-logo > img {
    aspect-ratio: 3/1;
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}
section.image-logo > .logo {
  display: flex;
  align-items: center;
  align-content: center;
  max-height: 100%;
}
section.image-logo > .logo > img {
  width: 80%;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 650px) {
  section.image-logo > .logo > img {
    width: 90%;
  }
}

section.content-section {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #F5F4F0;
  color: #000;
}
section.content-section h1 {
  width: 100%;
  color: #000;
}
section.content-section h1 > span {
  display: block;
}
@media only screen and (max-width: 650px) {
  section.content-section h1 > span {
    display: initial;
  }
}
section.content-section .buttons-group {
  width: 100%;
  display: flex;
  margin-top: 3rem;
}
@media only screen and (max-width: 650px) {
  section.content-section .buttons-group {
    flex-wrap: wrap;
  }
}
section.content-section .buttons-group > .btn {
  width: 400px;
}
@media only screen and (max-width: 650px) {
  section.content-section .buttons-group > .btn {
    width: 90%;
    margin-bottom: 1em;
  }
}
section.content-section .buttons-group > .btn:first-child {
  margin-left: auto;
  margin-right: 1em;
}
@media only screen and (max-width: 650px) {
  section.content-section .buttons-group > .btn:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
section.content-section .buttons-group > .btn:last-child {
  margin-right: auto;
}
@media only screen and (max-width: 650px) {
  section.content-section .buttons-group > .btn:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

section.quote {
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  aspect-ratio: 5/2;
  position: relative;
}
@media only screen and (max-width: 650px) {
  section.quote {
    aspect-ratio: 1/1;
  }
}
section.quote:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  opacity: 0.8;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7777704832) 35%, rgba(0, 0, 0, 0.3800113796) 100%);
}
section.quote blockquote {
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 1em;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 650px) {
  section.quote blockquote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
section.quote blockquote > * {
  display: inline;
}
section.quote blockquote > p {
  margin: 0 0.5em;
  color: #F5F4F0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 650px) {
  section.quote blockquote > p {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.quote span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #F5F4F0;
}

section.image-content-section {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  max-height: 100vh;
}
@media only screen and (max-width: 650px) {
  section.image-content-section {
    height: auto;
    max-height: initial;
  }
}
section.image-content-section > * {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 650px) {
  section.image-content-section > * {
    width: 100%;
    height: 50%;
  }
}
section.image-content-section .images > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media only screen and (max-width: 650px) {
  section.image-content-section .images > img {
    aspect-ratio: 1/1;
  }
}
section.image-content-section .images.count-2 > img {
  height: 50%;
}
@media only screen and (max-width: 650px) {
  section.image-content-section .images.count-2 > img {
    height: auto;
    aspect-ratio: 2/1;
  }
}
section.image-content-section .content {
  display: flex;
  color: #000;
  align-items: center;
  height: 100%;
  background-color: #FFF;
}
@media only screen and (max-width: 650px) {
  section.image-content-section .content {
    height: auto;
  }
}
section.image-content-section .content p, section.image-content-section .content h2 {
  color: #000;
}
section.image-content-section.img-left .images {
  order: 1;
}
section.image-content-section.img-left .content {
  order: 2;
}
section.image-content-section.img-right .images {
  order: 2;
}
@media only screen and (max-width: 650px) {
  section.image-content-section.img-right .images {
    order: 1;
  }
}
section.image-content-section.img-right .content {
  order: 1;
}
@media only screen and (max-width: 650px) {
  section.image-content-section.img-right .content {
    order: 2;
  }
}

section.image {
  width: 100%;
}
@media only screen and (max-width: 650px) {
  section.image {
    aspect-ratio: 2/1 !important;
    margin-bottom: -7px;
  }
}
section.image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.services-section {
  height: auto !important;
  max-height: initial !important;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #F5F4F0;
  color: #000;
}
.services-section > .wrapper {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .services-section > .wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 650px) {
  .services-section > .wrapper {
    width: 90%;
  }
}
.services-section h2 {
  width: 100%;
  color: #000;
}
.services-section h2 > span {
  display: block;
}
@media only screen and (max-width: 650px) {
  .services-section h2 > span {
    display: initial;
  }
}
.services-section .grid-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 650px) {
  .services-section .grid-services {
    margin: auto;
    width: 95%;
  }
}
.services-section .grid-services .service {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
.services-section .grid-services .service:nth-child(odd) {
  margin-right: 1rem;
}
@media only screen and (max-width: 650px) {
  .services-section .grid-services .service:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
}
.services-section .grid-services .service:nth-child(even) {
  margin-left: 1rem;
}
@media only screen and (max-width: 650px) {
  .services-section .grid-services .service:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .services-section .grid-services .service {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .services-section .grid-services .service:last-child {
    margin-bottom: 0;
  }
}
.services-section .grid-services .service figure {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.services-section .grid-services .service figure:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.services-section .grid-services .service figure > img {
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.services-section .grid-services .service .container-content {
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 1rem;
  position: absolute;
}
.services-section .grid-services .service .container-content h3 {
  width: 100%;
  text-align: left;
  margin-bottom: 0.5em;
  color: #FFF;
  font-size: 1.625rem;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.services-section .grid-services .service .container-content .content {
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .services-section .grid-services .service .container-content .content {
    height: auto;
    opacity: 1;
  }
}
.services-section .grid-services .service .container-content .content ul {
  padding: 0 0.5rem;
  list-style-type: "-";
}
.services-section .grid-services .service .container-content .content ul li {
  text-align: left;
  position: relative;
  line-height: 1.2em;
  color: #FFF;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.services-section .grid-services .service:hover .container-content .content {
  height: auto;
  opacity: 1;
}
@keyframes fadeInFromNoneIE {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
