*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #C1935E;
}

::selection {
  color: #fff;
  background: #C1935E;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 87.5em) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 50em) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  background-color: #002639;
}
@media (max-width: 50em) {
  body {
    overflow-x: hidden;
  }
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/* Scrollbar Styling for desktop*/
@media (min-width: 50em) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #222;
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #333;
  }
}
td, th {
  font-size: 2rem;
  color: #fff;
}

a {
  display: inline-block;
  font-size: inherit;
}

p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 0.5em;
}
@media (max-width: 50em) {
  p {
    font-size: 1.6rem;
  }
}
p:last-of-type {
  margin-bottom: 1rem;
}

ul li,
ol li {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 50em) {
  ul li,
  ol li {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  padding-bottom: 1rem;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}

h1 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 800;
  padding-bottom: 2rem;
  line-height: 1.2;
}
@media (max-width: 50em) {
  h1 {
    font-size: 3.4rem;
    padding-bottom: 2rem;
  }
}

h2 {
  font-size: 2.6rem;
  color: #C1935E;
  font-weight: 800;
  margin-bottom: 0;
}
@media (max-width: 50em) {
  h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #C1935E;
  margin-bottom: 1rem;
}
@media (max-width: 50em) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 3rem;
}
@media (max-width: 50em) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 2.4rem;
}
@media (max-width: 50em) {
  h5 {
    font-size: 1.6rem;
  }
}

h6 {
  font-size: 1.6rem;
}

.btn {
  display: inline-block;
  padding: 1.8rem 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #C1935E;
}
@media (max-width: 50em) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn:hover {
  background-color: #0c4192;
}

.justify-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 50em) {
  .desktop-only {
    display: none;
  }
}

.a-right {
  text-align: right;
}

@media (max-width: 50em) {
  .order-mobile-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hero {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 50em) {
  .hero {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.hero .main-logo {
  position: fixed;
  top: 5%;
  left: 5rem;
  width: 9%;
  max-width: 100%;
  z-index: 9;
}
@media (max-width: 50em) {
  .hero .main-logo {
    width: 13rem;
    left: 2rem;
    top: 3rem;
    position: absolute;
  }
}
.hero .main-logo img {
  width: 100%;
}
.hero .hero-inner {
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1800px) {
  .hero .hero-inner {
    max-width: 85%;
  }
}
@media (max-width: 65em) {
  .hero .hero-inner {
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 50em) {
  .hero .hero-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero .hero-inner .hero-text {
  text-align: justify;
}
.hero .hero-inner .hero-img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  position: sticky;
  top: 5vw;
}
@media (max-width: 50em) {
  .hero .hero-inner .hero-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
    right: -2rem;
  }
  .hero .hero-inner .hero-img img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 123%;
    max-width: 123%;
  }
}
.hero .hero-inner .hero-content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 7rem;
  margin-top: 6vw;
}
@media (max-width: 50em) {
  .hero .hero-inner .hero-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -8rem;
  }
}
.hero .hero-inner .hero-content .hero-surname {
  position: absolute;
  max-width: 105%;
  width: 105%;
  top: -3rem;
  left: -10%;
}
@media (max-width: 50em) {
  .hero .hero-inner .hero-content .hero-surname {
    display: none;
  }
}

.areas {
  position: relative;
  padding: 0 0 4rem 0;
  margin: 4rem 0;
}
@media (max-width: 50em) {
  .areas {
    padding-top: 4rem;
  }
}
.areas::before, .areas::after {
  content: "";
  display: block;
  width: 8.4rem;
  height: 1px;
  background-color: #C1935E;
  position: absolute;
  left: 0;
}
.areas::before {
  top: 0;
  display: none;
}
@media (max-width: 50em) {
  .areas::before {
    display: block;
  }
}
.areas::after {
  bottom: 0;
}
.areas .areas-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 50em) {
  .areas .areas-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.areas .areas-list li {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  font-size: 1.8rem;
  font-weight: 800;
}
@media (max-width: 50em) {
  .areas .areas-list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
}

.contact .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media (max-width: 50em) {
  .contact .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact .contact-list li {
  margin-right: 5%;
}
@media (max-width: 50em) {
  .contact .contact-list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.contact .contact-list li a {
  font-size: 1.5rem;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.contact .contact-list li a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .contact-list li.contact-list-mail a::before {
  background-image: url(../images/mail.svg);
}
.contact .contact-list li.contact-list-tel a::before {
  background-image: url(../images/phone.svg);
}
.contact .contact-list li.contact-list-map a::before {
  background-image: url(../images/location.svg);
}

.copy {
  margin-top: 4rem;
}
.copy span {
  display: inline-block;
  color: #465367;
  font-size: 1.3rem;
}

.lang-switch {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 5%;
  right: 5rem;
  list-style: none;
}
@media (max-width: 50em) {
  .lang-switch {
    top: 2rem;
    right: 2rem;
  }
}
.lang-switch li {
  margin: 1rem;
  text-transform: uppercase;
}
.lang-switch li a {
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 300;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lang-switch li a:hover {
  color: #C1935E;
}
.lang-switch li.active a {
  color: #C1935E;
  border-bottom: 1px solid #C1935E;
}