@font-face {
  font-family: segoeuiRegular;
  src: url(../fonts/SEGOEUI.TTF);
}
@font-face {
  font-family: segoeuiSemiBold;
  src: url(../fonts/SEGUISB.TTF);
}
@font-face {
  font-family: segoeuiBold;
  src: url(../fonts/SEGOEUIB.TTF);
}
nav {
  color: white;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(0, 0, 0, 0.81);
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
nav .nav__left {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25em 0 1.25em 0;
}
nav .nav__left .nav__left--logo {
  width: 10rem;
}
nav .nav__center {
  flex: 8;
}
nav .nav__center .nav__center__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
nav .nav__center .nav__center__list .nav__center__list--item {
  margin-top: 2.1em;
  padding: 0em 0 1.6em 0;
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--item
  .nav__center__list--link {
  position: relative;
  display: flex;
  transition: all 0.1s linear;
  padding-bottom: 0.5em;
  border-bottom: 2px solid transparent;
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--item
  .nav__center__list--link:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #d81324;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--item
  .nav__center__list--link:hover:after,
nav
  .nav__center
  .nav__center__list
  .nav__center__list--item
  .nav__center__list--link:active:after,
nav
  .nav__center
  .nav__center__list
  .nav__center__list--item
  .nav__center__list--link:focus:after {
  width: 100%;
}
nav .nav__center .nav__center__list .nav__center__list--parent {
  position: relative;
  margin-bottom: 0em;
}
nav .nav__center .nav__center__list .nav__center__list--parent .dropdown {
  margin-top: 0.1em;
  margin-left: 0.5em;
  width: 0.8rem;
  transition: all 0.35s ease-in-out;
  transform: rotateZ(0deg);
  cursor: pointer;
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--parent
  .nav__center__list__child {
  position: absolute;
  visibility: hidden;
  top: 3.61em;
  width: 12em;
  background-color: #1c1d1f;
  padding: 0.4em 0 0.4em 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 15;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(1em);
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--parent
  .nav__center__list__child
  li {
  font-size: 1rem;
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0.5em 0.5em 1.2em;
  white-space: nowrap;
  display: flex;
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--parent
  .nav__center__list__child
  li
  a {
  width: 100%;
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--parent
  .nav__center__list__child
  li:hover {
  background-color: #1f1f1f;
}
nav
  .nav__center
  .nav__center__list
  .nav__center__list--parent
  .animate--childlistDesktop {
  visibility: visible;
  opacity: 1;
  transform: translateY(0em);
}
nav .nav__center .nav__center__list .nav__center__list--parent:hover .dropdown {
  transform: rotateZ(-180deg);
}
nav .nav__right {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25em 0 1.25em 0;
}
nav .nav__right button {
  padding: 0.65em 1.5em 0.65em 1.5em;
  background: #d81324;
}
nav .nav__right button:hover {
  background: #920d1b;
}
nav .nav__right .hamburger-area {
  display: none;
}
nav .nav__right .hamburger-area .hamburger-icon {
  position: relative;
  width: 40px;
  height: 30px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
nav .nav__right .hamburger-area .hamburger-icon span {
  position: absolute;
  width: 100%;
  height: 2.5px;
  background-color: #e5e5e5;
  border-radius: 10px;
  display: block;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
nav .nav__right .hamburger-area .hamburger-icon span:nth-child(1) {
  top: 0;
}
nav .nav__right .hamburger-area .hamburger-icon span:nth-child(2) {
  top: 12.5px;
}
nav .nav__right .hamburger-area .hamburger-icon span:nth-child(3) {
  top: 25px;
}
nav .nav__right .hamburger-area .animate--hamburger span {
  background-color: #d81324;
}
nav .nav__right .hamburger-area .animate--hamburger span:nth-child(1) {
  top: 12.5px;
  transform: rotate(135deg);
}
nav .nav__right .hamburger-area .animate--hamburger span:nth-child(2) {
  opacity: 0;
  transform: translate(10px);
}
nav .nav__right .hamburger-area .animate--hamburger span:nth-child(3) {
  top: 12.5px;
  transform: rotate(-135deg);
}

header {
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  font-family: segoeuiRegular;
}
header .header__video {
  width: 100%;
  position: relative;
}
header .header__video #video-background {
  width: 100%;
}
header .header__video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.3;
}
header .header__content {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin-left: 4em;
}
header .header__content .header__content--title {
  text-align: left;
  font-size: 6rem;
  font-family: segoeuiSemiBold;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0.5em;
}
header .header__content .header__content--button {
  text-align: center;
  z-index: 2;
}
header .header__content .header__content--button button {
  padding: 0.75em 1.25em 0.75em 1.25em;
  font-size: 1.2rem;
  background: #d81324;
}
header .header__content .header__content--button button:hover {
  background: #920d1b;
}

.section-1__right--title {
  font-family: segoeuiBold;
  font-size: 3.125rem;
  color: #0b2154;
  margin-bottom: 0.4em;
}

.section-1__right__valuetitle {
  font-family: segoeuiBold;
  font-size: 2.2rem;
  color: #0b2154;
}

.section-1__right__values--subtitle {
  font-family: segoeuiBold;
  font-size: 1.25rem;
  color: #0b2154;
  margin-bottom: 0.25em;
}

.section-1__right__values--paragraph {
  color: #51555e;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
  display: none;
}

.section-1__right__values--container {
  display: flex;
  cursor: pointer;
  padding: 0.5em;
}
.section-1__right__values--container .section-1__right__values--drop {
  width: 1rem;
  margin-right: 0.5em;
  transition: all 0.35s ease-in-out;
  transform: rotate(-90deg);
}
.section-1__right__values--container .section-1__right__values--subtitle {
  font-family: segoeuiBold;
  font-size: 1.25rem;
  color: #0b2154;
  margin-bottom: 0.25em;
}
.section-1__right__values--container:hover .section-1__right__values--drop {
  transform: rotate(0deg);
}

.section-1 {
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 21.5em;
}
.section-1 .section-1__left {
  flex: 6;
  display: flex;
  flex-direction: column;
  margin-top: 0.5em;
}
.section-1 .section-1__left .section-1__left--topimage {
  width: 500px;
  align-self: center;
}
.section-1 .section-1__left .section-1__left--bottomimage {
  width: 460px;
  margin-top: 4em;
  margin-right: 4em;
  align-self: flex-end;
}
.section-1 .section-1__right {
  flex: 6;
  display: flex;
  flex-direction: column;
  align-items: left;
  font-family: segoeuiRegular;
}
.section-1 .section-1__right .section-1__right--paragraph {
  color: #51555e;
  font-size: 1.125rem;
}
.section-1 .section-1__right .section-1__right__list {
  margin: 1em 0 2em 0;
}
.section-1
  .section-1__right
  .section-1__right__list
  .section-1__right__list--item {
  display: flex;
  color: #0b2154;
  font-size: 1.25rem;
}
.section-1
  .section-1__right
  .section-1__right__list
  .section-1__right__list--item
  span {
  white-space: nowrap;
}
.section-1
  .section-1__right
  .section-1__right__list
  .section-1__right__list--item
  img {
  padding-right: 0.5em;
}
.section-1 .section-1__right .section-1__right__valuetitle {
  font-family: segoeuiBold;
  font-size: 2.2rem;
  color: #0b2154;
}
.section-1 .section-1__right .section-1__right__values {
  margin: 1em 5em 0 1.5em;
  display: flex;
  flex-direction: column;
}
.section-1
  .section-1__right
  .section-1__right__values
  .section-1__right__values--outercontainer {
}
.section-1
  .section-1__right
  .section-1__right__values
  .section-1__right__values--outercontainer
  .section-1__right__values--container {
  display: flex;
  cursor: pointer;
}
.section-1
  .section-1__right
  .section-1__right__values
  .section-1__right__values--outercontainer
  .section-1__right__values--container
  .section-1__right__values--drop {
  width: 1rem;
  margin-right: 0.5em;
  transition: all 0.35s ease-in-out;
  transform: rotate(-90deg);
}
.section-1
  .section-1__right
  .section-1__right__values
  .section-1__right__values--outercontainer
  .section-1__right__values--container
  .section-1__right__values--subtitle {
  font-family: segoeuiBold;
  font-size: 1.25rem;
  color: #0b2154;
  margin-bottom: 0.25em;
}
.section-1
  .section-1__right
  .section-1__right__values
  .section-1__right__values--outercontainer
  .section-1__right__values--paragraph {
  color: #51555e;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
  display: none;
}
.section-1
  .section-1__right
  .section-1__right__values
  .section-1__right__values--outercontainer:hover
  .section-1__right__values--container
  .section-1__right__values--drop {
  transform: rotate(0deg);
}

.seperator-1 {
  display: flex;
  flex-direction: column;
  background-image: url("../assets/seperator-1-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 5% 0 7.5%;
  font-family: segoeuiRegular;
}
.seperator-1 .seperator-1__top {
  display: flex;
}
.seperator-1 .seperator-1__top .seperator-1__top__left {
  flex: 6;
}
.seperator-1 .seperator-1__top .seperator-1__top__left h1 {
  font-size: 3.125rem;
  color: white;
  margin-top: 0.8em;
  padding-left: 7.5%;
}
.seperator-1 .seperator-1__top .seperator-1__top__right {
  flex: 6;
}
.seperator-1 .seperator-1__top .seperator-1__top__right img {
  width: 682px;
  margin-top: -12.5em;
}
.seperator-1 .seperator-1__bottom {
  display: flex;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 4em;
}
.seperator-1 .seperator-1__bottom .seperator-1__bottom__section {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.seperator-1 .seperator-1__bottom .seperator-1__bottom__section img {
  width: 4.625rem;
  margin-right: 1em;
  padding-top: 0.2em;
}
.seperator-1
  .seperator-1__bottom
  .seperator-1__bottom__section
  .seperator-1__bottom__section--content {
  display: flex;
  flex-direction: column;
  color: white;
  white-space: nowrap;
  justify-content: center;
}
.seperator-1
  .seperator-1__bottom
  .seperator-1__bottom__section
  .seperator-1__bottom__section--content
  span {
  font-size: 1rem;
  padding-top: 0.2em;
}
.seperator-1
  .seperator-1__bottom
  .seperator-1__bottom__section
  .seperator-1__bottom__section--content
  .seperator-1__bottom__section--number {
  font-family: segoeuiBold;
  font-size: 3rem;
  line-height: 60px;
  color: #d81324;
  padding-top: 0.2em;
}
.seperator-1 .seperator-1__bottom .seperator-1__bottom__section:hover {
  transform: scale(1.1);
}

.section-2 {
  margin: 7em 5% 8em 5%;
  font-family: segoeuiRegular;
  color: white;
}
.section-2 .section-2--title {
  font-family: segoeuiBold;
  font-size: 3.125rem;
  color: #0b2154;
  margin-bottom: 1em;
}
.section-2 .section-2__specializations {
  display: flex;
  align-items: center;
  margin-bottom: 8em;
  overflow: hidden;
  padding-bottom: 1em;
}
.section-2 .section-2__specializations .section-2--speciallization {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-2 .section-2__specializations .section-2--speciallization img {
  width: 100%;
}
.section-2
  .section-2__specializations
  .section-2--speciallization:nth-child(2) {
  margin: 0 2% 0 2%;
}
.section-2 .section-2__specializations .section-2--speciallization button {
  align-self: center;
  width: 18.5rem;
  margin-top: 0.5em;
  padding: 0.2em 0 0.3em 0;
  background: #d81324;
  white-space: nowrap;
  font-size: 2.25rem;
}
.section-2
  .section-2__specializations
  .section-2--speciallization
  button:hover {
  background: #920d1b;
}
.section-2 .section-2__message {
  display: flex;
}
.section-2 .section-2__message .section-2__message--image {
  margin-left: 7.5%;
  width: 490px;
}
.section-2 .section-2__message .section-2__message--content {
  display: flex;
  flex-direction: column;
  margin: 0 10% 0 5%;
  justify-content: center;
}
.section-2 .section-2__message .section-2__message--content h1 {
  font-family: segoeuiBold;
  color: #0b2154;
  margin-bottom: 1em;
}
.section-2 .section-2__message .section-2__message--content p {
  color: #51555e;
  font-size: 1.25rem;
}

.seperator-2 {
  display: flex;
  background-image: url("../assets/seperator-2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: segoeuiRegular;
  color: white;
  padding: 6em 5% 6em 5%;
}
.seperator-2 .seperator-2--title {
  font-size: 5rem;
  padding-right: 1em;
  border-right: 4px solid white;
}
.seperator-2 .seperator-2--title span {
  color: #d81324;
  font-size: 5.5rem;
}
.seperator-2 .seperator-2__section {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.seperator-2 .seperator-2__section img {
  width: 43px;
}
.seperator-2 .seperator-2__section span {
  padding-top: 0.5em;
  font-size: 1rem;
  white-space: nowrap;
}
.seperator-2 .seperator-2__section .seperator-w__section--number {
  font-size: 3.4rem;
  line-height: 50px;
  color: #d81324;
  padding-top: 0.25em;
}
.seperator-2 .seperator-2__section:hover {
  transform: scale(1.1);
}

.section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5% 4em 5%;
}
.section-3 .section-3--title {
  font-family: segoeuiRegular;
  font-size: 5rem;
  color: #0b2154;
  margin: 1em 0 0.6em 0;
}
.section-3 .section-3__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-3 .section-3__gallery .section-3__gallery--img {
  width: 30%;
  aspect-ratio: 1/1;
  margin-bottom: 3em;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.section-3 .section-3__gallery .section-3__gallery--img:nth-child(2) {
  margin: 0 3em 3em 3em;
}
.section-3 .section-3__gallery .section-3__gallery--img:nth-child(5) {
  margin: 0 3em 3em 3em;
}
.section-3 .section-3__gallery .section-3__gallery--img:hover {
  transform: scale(1.025);
}

.section-4__right__contact--number {
  display: flex;
  align-items: center;
}
.section-4__right__contact--number span {
  font-size: 1.125rem;
}
.section-4__right__contact--number img {
  width: 2rem;
  padding-right: 0.5em;
}

.section-4__right__contact {
  padding-left: 1.5em;
}
.section-4__right__contact p {
  font-family: segoeuiRegular;
  font-size: 1.25rem;
  color: #d81324 !important;
  cursor: pointer;
}

.section-4__right__contact--email {
  display: flex;
  align-items: center;
}
.section-4__right__contact--email span {
  font-size: 1.125rem;
}
.section-4__right__contact--email img {
  width: 2rem;
  padding-right: 0.5em;
}

.section-4 {
  display: flex;
  background-image: url("../assets/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8em 10% 10em 10%;
  margin-bottom: 5em;
  font-family: segoeuiRegular;
}
.section-4 .section-4__left {
  flex: 5;
  background-color: #ffffff;
  color: #0b2154;
  padding: 3em 3% 4em 3%;
  margin: 0 0em 0 7.5%;
}
.section-4 .section-4__left .section-4__left--content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-4 .section-4__left .section-4__left--content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
.section-4 .section-4__left .section-4__left--content p {
  color: #38393e;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1.75em;
}
.section-4 .section-4__left .section-4__left__form {
  display: flex;
  flex-direction: column;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row1 {
  display: flex;
  margin-bottom: 1.5em;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row1
  :first-child {
  margin-right: 1.5em;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row2 {
  display: flex;
  margin-bottom: 1.5em;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row2
  :first-child {
  margin-right: 1.5em;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row--input {
  flex: 7;
  background: #f6f6f6;
  color: #38393e;
  font-size: 1.125rem;
  padding: 0.75em;
  border: none;
  outline: none;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row--input::placeholder {
  color: #cfcfcf;
  font-size: 1.125rem;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row--inputSelect
  .select--placeholder {
  display: none;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row--inputSelect:invalid {
  color: #cfcfcf !important;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row2--inputButton {
  align-self: center;
  width: 9em;
  margin-top: 2em;
  padding: 0.75em 0 0.75em 0;
  background: #d81324;
  color: white;
  white-space: nowrap;
  font-size: 1.125rem;
  border: none;
  transition: all 0.2s ease-in-out;
}
.section-4
  .section-4__left
  .section-4__left__form
  .section-4__left__form__row2--inputButton:hover {
  background: #920d1b;
}
.section-4 .section-4__right {
  flex: 8;
  font-family: segoeuiBold;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6.5%;
}
.section-4 .section-4__right .section-4__right--content {
  font-size: 1.875rem;
  white-space: nowrap;
  margin-bottom: 2em;
}
.section-4
  .section-4__right
  .section-4__right--content
  span:not(#internal__red) {
  font-size: 11.25rem;
  line-height: 180px;
  color: #d81324;
}
.section-4 .section-4__right .section-4__right__contact {
  padding-left: 1.5em;
}
.section-4 .section-4__right .section-4__right__contact p {
  font-family: segoeuiRegular;
  font-size: 1.25rem;
  color: #d81324;
  cursor: pointer;
}
.section-4 .section-4__right .section-4__right__contact--email {
  display: flex;
  align-items: center;
}
.section-4 .section-4__right .section-4__right__contact--email span {
  font-size: 1.125rem;
}
.section-4 .section-4__right .section-4__right__contact--email img {
  width: 2rem;
  padding-right: 0.5em;
}
.section-4 .section-4__right .section-4__right__contact--number {
  display: flex;
  align-items: center;
}
.section-4 .section-4__right .section-4__right__contact--number span {
  font-size: 1.125rem;
}
.section-4 .section-4__right .section-4__right__contact--number img {
  width: 2rem;
  padding-right: 0.5em;
}

footer {
  font-family: segoeuiRegular;
  color: #afb5bb;
}
footer h3 {
  font-family: segoeuiBold;
  font-size: 1.25rem;
  color: white;
  margin-bottom: 1.25em;
}
footer .footer__row-1 {
  background: #27282c;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5em 0 5em 0;
}
footer .footer__row-1 .footer__row-1__col-1 {
  width: 20%;
}
footer .footer__row-1 .footer__row-1__col-1 .footer__row-1__col-1--logo {
  width: 12rem;
  margin-bottom: 1.5em;
}
footer .footer__row-1 .footer__row-1__col-1 p {
  font-size: 1rem;
}
footer .footer__row-1 .footer__row-1__col-1 .footer__row-1__col-1--socials img {
  width: 1.75rem;
  padding-right: 0.5em;
}
footer .footer__row-1 .footer__row-1__col-2 {
  width: 20%;
  margin: 0 7.5em 0 7.5em;
}
footer .footer__row-1 .footer__row-1__col-2 .footer__row-1__col-2__links {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
footer .footer__row-1 .footer__row-1__col-2 .footer__row-1__col-2__links li {
  margin-top: 0.25em;
}
footer
  .footer__row-1
  .footer__row-1__col-2
  .footer__row-1__col-2__links
  li:hover {
  color: #d81324;
}
footer .footer__row-1 .footer__row-1__col-3 {
  width: 20%;
}
footer .footer__row-1 .footer__row-1__col-3 p {
  font-size: 1rem;
  margin-top: 0.25em;
}
footer .footer__row-1 .footer__row-1__col-3 p:nth-child(3) {
  margin-top: 2em;
}
footer .footer__row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: black;
  padding: 1em 13.5% 1em 13.5%;
}
footer .footer__row-2 img {
  width: 10rem;
  margin-left: 0.5em;
}
footer .footer__row-2 p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 1rem;
}

aside {
  display: none;
}

.background {
  display: none;
}

#internal__header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
}
#internal__header .header__content {
  z-index: 2;
  top: 50%;
  bottom: 50%;
  left: 30%;
  right: 30%;
  margin-left: 0;
  margin-right: 0 !important;
}
#internal__header .header__content .header__content--title {
  text-align: center;
}
#internal__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
}

/* CONTACT PAGE */
#contact-page {
  margin-top: 5em;
}

.history__section-1 {
  margin-bottom: 0 !important;
}
