/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
  text-decoration: none;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

b {
  font-weight: 700;
}

.pa-0 {
  padding: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pv-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.ph-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.pa-1 {
  padding: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pv-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.ph-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pa-2 {
  padding: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pv-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ph-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pa-3 {
  padding: 1rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pv-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ph-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pa-4 {
  padding: 1.5rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pv-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ph-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pa-5 {
  padding: 2rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pv-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ph-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pa-6 {
  padding: 3rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pr-6 {
  padding-right: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pv-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ph-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.ma-0 {
  margin: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mv-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mh-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.ma-1 {
  margin: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mv-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mh-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.ma-2 {
  margin: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mv-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mh-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ma-3 {
  margin: 1rem;
}

.ml-3 {
  margin-left: 1rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mv-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mh-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ma-4 {
  margin: 1.5rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mv-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mh-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.ma-5 {
  margin: 2rem;
}

.ml-5 {
  margin-left: 2rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mr-5 {
  margin-right: 2rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mv-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mh-5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.ma-6 {
  margin: 3rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mv-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mh-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

img {
  max-width: 100%;
}

.pointer {
  cursor: pointer;
}

.full-container {
  width: 100%;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.d-none {
  display: none;
}

.mb10rem {
  margin-bottom: 10rem;
}

.buttonMain {
  border: none;
  padding: .75em 1em;
  font-size: 1rem;
  color: #fff;
  background-color: #125eac;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.buttonMain:hover {
  background-color: #1176bc;
}

.titleMain {
  font-size: 3rem;
  font-weight: 600;
  color: #1176bc;
  margin-bottom: .5em;
}

.download-link {
  border: none;
  background-color: #e0e0e0;
  padding: 1rem 2rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-link:hover {
  background-color: #1176bc;
}

.download-link:hover span {
  color: #FFF;
}

.download-link span {
  font-weight: 600;
  color: #383838;
  font-size: 1.15rem;
}

.download-link span b {
  font-weight: 700;
}

.download-link img {
  height: 3rem;
  margin-right: 1rem;
}

form {
  font-family: inherit;
}

form input:not([type='checkbox']), form textarea {
  font-family: "Open Sans";
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: .75em 1.5em;
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}

form input[type='checkbox'] {
  width: 1rem;
  height: 1rem;
}

html,
body {
  color: #252729;
  font-size: 15px;
  font-family: "Open Sans";
}

nav {
  position: fixed;
  z-index: 500;
  padding: 1rem 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 0.5rem solid #125eac;
}

nav.sticky {
  padding: .75rem 3rem;
  background-color: #fff;
}

nav .top-logo {
  display: block;
}

nav .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .right-nav .nav-flag {
  padding: 1rem 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .right-nav .nav-flag img {
  height: 1rem;
}

nav .nav-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .nav-items-container .nav-item {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /*
            &.with-dropdown {
                &:after {
                    font-family: "Material Icons Round";
                    content: "expand_more";
                    display: block;
                    position: absolute;
                    font-size: 1.5em;
                    left: 1.65rem;
                    top: 2rem;
                    transform: rotateX(0deg);
                    transition: all $t200 ease-in-out;
                }
            }
            */
}

nav .nav-items-container .nav-item:hover .sub-nav-items-container {
  opacity: 1;
  pointer-events: all;
}

nav .nav-items-container .nav-item:hover.with-dropdown {
  background: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

nav .nav-items-container .nav-item:hover.with-dropdown:after {
  color: #eb1c24;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 3rem;
}

nav .nav-items-container .nav-item:hover.with-dropdown .nav-link {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

nav .nav-items-container .nav-item .nav-link,
nav .nav-items-container .nav-item .nav-link:visited {
  color: #111;
  padding: 1em 2em;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  text-decoration: none;
}

nav .nav-items-container .nav-item .nav-link:hover,
nav .nav-items-container .nav-item .nav-link:visited:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

nav .sub-nav-items-container {
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  padding-top: 2rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 2em;
  -webkit-box-shadow: 4px 5px 9px -4px rgba(0, 0, 0, 0.49);
          box-shadow: 4px 5px 9px -4px rgba(0, 0, 0, 0.49);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

nav .sub-nav-items-container .sub-nav-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

nav .sub-nav-items-container .sub-nav-item .sub-nav-link,
nav .sub-nav-items-container .sub-nav-item .sub-nav-link:visited {
  color: #111;
  padding: 0.5em 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  text-decoration: none;
}

nav .sub-nav-items-container .sub-nav-item .sub-nav-link:hover,
nav .sub-nav-items-container .sub-nav-item .sub-nav-link:visited:hover {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}

.main-hero {
  width: 100%;
  height: 75vh;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.main-hero .hero-image {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-animation-name: heroBg;
          animation-name: heroBg;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes heroBg {
  0% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(10px);
            transform: scale(1.2) translateX(10px);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
}

@keyframes heroBg {
  0% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(10px);
            transform: scale(1.2) translateX(10px);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
}

.main-hero .hero-content {
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10rem;
  width: 100rem;
  max-width: 75vw;
  text-align: right;
}

.main-hero .hero-content h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.main-hero .hero-content h2 b {
  font-weight: 900;
  font-size: 5rem;
}

.main-hero .hero-content p {
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 55ch;
  font-weight: 600;
  border-top: 1px solid #eb1c24;
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.home-about {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.home-about .panel {
  z-index: 100;
  width: 20%;
  min-width: 300px;
  min-height: 10rem;
  background-color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6rem;
}

.home-about .panel .drawing {
  background-color: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: inset -0.4rem 0.4rem 0rem #125eac;
          box-shadow: inset -0.4rem 0.4rem 0rem #125eac;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-about .panel .drawing span {
  color: #1176bc;
  font-size: 8rem;
}

.home-about .panel h3.title {
  color: #585858;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: .5em;
  margin: .5em;
  border-bottom: 1px solid #1176bc;
}

.home-about .panel p.text {
  max-width: 40ch;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: .5em;
}

.home-joinus-container {
  margin-top: 10rem;
  background-color: #F1f1f1;
}

.home-joinus {
  max-width: 1600px;
  margin: 5rem auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.home-joinus .buttonMain {
  display: inline-block;
}

.home-joinus .left {
  padding: 1rem 0;
}

.home-joinus .left p {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
}

.home-joinus .left h3 {
  font-size: 2.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1176bc;
}

.home-joinus .left ul li {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
  margin-left: .25rem;
}

.home-joinus .right {
  position: relative;
  width: 15vw;
  min-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-joinus .right img {
  display: block;
  position: absolute;
  height: 110%;
  margin-top: -5%;
  border-radius: 3px;
  -webkit-box-shadow: 4px 5px 9px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 5px 9px -4px rgba(0, 0, 0, 0.2);
}

.home-ameropa-container {
  margin-top: 10rem;
}

.home-ameropa {
  border-bottom: 1px solid #eb1c24;
  padding-bottom: 10rem;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.home-ameropa > img {
  height: 16rem;
}

.home-ameropa .details > img {
  height: 5rem;
  margin: 0 auto;
  display: block;
}

.home-ameropa p.text {
  max-width: 80ch;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.5em;
}

.home-news {
  max-width: 1600px;
  margin: 0 auto 10rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10rem;
}

.page-hero {
  width: 100%;
  height: 50vh;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.page-hero .hero-image {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-animation-name: heroBg;
          animation-name: heroBg;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes heroBg {
  0% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(10px);
            transform: scale(1.2) translateX(10px);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
}

.page-hero .hero-content {
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5rem;
  width: 100rem;
  max-width: 75vw;
  text-align: right;
}

.page-hero .hero-content h2 {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.page-hero .hero-content h2 b {
  font-weight: 900;
  font-size: 5rem;
}

.page-hero .hero-content p {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  max-width: 55ch;
  font-weight: 600;
  border-top: 1px solid #125eac;
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.page-container {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}

.page-intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10rem;
  padding-bottom: 5rem;
}

.page-intro .text {
  font-size: 1.1em;
  font-weight: 500;
}

.split-container-33 .left-split {
  width: 30%;
}

.split-container-50 .left-split {
  width: 50%;
}

.split-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
}

.split-container.bottom-bordered {
  padding-bottom: 5rem;
  border-bottom: 1px solid #1176bc;
}

.split-container .left-split {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 5em;
}

.split-container .title {
  font-size: 2rem;
  color: #1176bc;
  font-weight: 600;
  margin-bottom: 1em;
}

.split-container .text {
  border-left: 1px solid #1176bc;
  padding-left: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5rem;
}

.split-container .text .subtitle {
  font-size: 1.25em;
  color: #909090;
  display: inline-block;
}

footer {
  background-color: #F1f1f1;
  padding: 5rem 0;
}

footer .footer-container {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}

footer .footer-container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-container .left img {
  margin-left: -15px;
  margin-bottom: 2rem;
}

footer .footer-container .left a {
  font-size: .75rem;
}

footer .footer-container .left a:hover {
  text-decoration: underline;
}

footer .footer-container .left span {
  margin-top: 1rem;
  display: block;
  font-size: .75rem;
  font-weight: 600;
}

footer .footer-container .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

footer .footer-container .center img {
  height: 2rem;
  fill: #27ae60;
  color: #eb1c24 !important;
  opacity: .6;
}

footer .footer-container .right > div {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

footer .footer-container .right > div > span {
  color: #eb1c24;
}

footer .footer-container .right > div > div > span {
  font-weight: 600;
}

.timeline {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(196, 196, 196, 0.21)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(196, 196, 196, 0.21) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(201, 201, 201, 0.2)), color-stop(50%, white), color-stop(55%, rgba(201, 201, 201, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(201, 201, 201, 0.2) 45%, white 50%, rgba(201, 201, 201, 0.2) 55%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10rem 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #1176bc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.timeline .tcontainer {
  width: 100%;
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline .tcontainer h3 {
  width: 20%;
  background-color: #1176bc;
  z-index: 100;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 6rem;
}

.timeline .tcontainer div {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 40%;
}

.timeline .tcontainer div h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: .25em;
  color: #125eac;
}

.timeline .tcontainer div p {
  font-size: 1.1rem;
  font-weight: 500;
}

.timeline .tcontainer img {
  width: 40%;
  border-radius: 5px;
  -webkit-box-shadow: 4px 5px 9px -4px black;
          box-shadow: 4px 5px 9px -4px black;
}

.timelinestart {
  background-color: #1176bc;
  padding-bottom: 5rem;
  color: #FFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timelinestart h3 {
  margin-top: -3rem;
  z-index: 10;
  width: 6rem;
  height: 6rem;
  color: #1176bc;
  background-color: #FFF;
  text-align: center;
  line-height: 5.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  border: 5px solid #1176bc;
}

.timelinestart h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0 3rem 0;
}

.timelinestart p {
  max-width: 50ch;
  font-weight: 600;
}

.team-image {
  padding: 0 10rem;
}

.team-image img {
  width: 100%;
}

.team-hero {
  height: 450px;
}

.team-hero .hero-content {
  padding-bottom: 1rem;
}

.team-hero .hero-content h2 {
  color: #125eac;
  margin: 2rem .2rem;
}

.team-hero .hero-content p {
  color: #252729;
}

.team-heads {
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-heads .person {
  margin: 0 0 5rem 0;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team-heads .person .image {
  height: 15rem;
  width: 15rem;
  background-position: top center;
  background-size: 105%;
  border-radius: 50%;
}

.team-heads .person .name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1em;
}

h3.page-container-title {
  font-size: 1.75rem;
  color: #125eac;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 600;
}

.jobs-list .job-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #125eac;
  color: #FFF;
  padding: 1.25rem 2rem;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.jobs-list .job-link:hover {
  background-color: #1176bc;
}

.jobs-list .job-link .icon {
  margin-right: 1rem;
}

.jobs-list .job-link .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0;
}

.jobs-list .job-description {
  background-color: #EEE;
  padding: 1rem 2rem;
  border-radius: .5rem;
}

.jobs-list .job-description h4 {
  margin: 0;
  font-size: 1.25rem;
}

.jobs-list .job-description .text-container {
  margin: .5em 0 2em .2em;
  padding-left: 1em;
  border-left: 1px solid #999;
  line-height: 1.5em;
}

.news-panel-container {
  margin: 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  gap: 3rem;
}

.news-panel-container.and-home {
  margin: 2rem 0;
}

.news-panel-container .news-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 50%;
}

.news-panel-container .news-panel .image {
  height: 15rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 4px 5px 9px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 5px 9px -4px rgba(0, 0, 0, 0.2);
}

.news-panel-container .news-panel .details {
  padding: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-panel-container .news-panel .details .date {
  font-size: .75rem;
  font-weight: 600;
  color: #585858;
  text-transform: uppercase;
}

.news-panel-container .news-panel .details h4 {
  font-size: 1.25rem;
  color: #125eac;
  font-weight: 600;
}

.news-panel-container .news-panel .details p {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-panel-container .news-panel .details a {
  font-size: 1rem !important;
  line-height: 1.5em !important;
  color: #eb1c24;
  cursor: pointer;
}

.news-panel-container .news-panel .details a:after {
  font-family: "Material Icons Round";
  content: "arrow_right_alt";
  margin-left: .5rem;
}

.article-container .date {
  font-size: 1rem;
  font-weight: 600;
  color: #585858;
  text-transform: uppercase;
}

.article-container h4 {
  font-size: 2rem;
  color: #125eac;
  font-weight: 600;
}

.article-container p {
  border-left: 1px solid #1176bc;
  padding-left: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5rem;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

@media screen and (max-width: 800px) {
  .nav-items-container {
    position: fixed;
    left: 200%;
    top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0;
  }
  .nav-items-container.active {
    right: 0;
    left: auto;
  }
  .nav-item {
    margin: 0;
    border-bottom: 1px solid #EEE;
  }
  .nav-item.with-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-item.with-dropdown > .nav-link {
    width: 175px;
    pointer-events: none;
  }
  .sub-nav-items-container {
    position: relative !important;
    opacity: 1 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    margin: 1rem;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  .top-logo img {
    max-width: 200px;
    width: 200px;
  }
  html {
    font-size: 14px !important;
  }
  .page-container {
    margin-top: 2rem;
  }
  .page-hero {
    height: 35vh;
  }
  .hero-content h2 {
    font-size: 3rem !important;
  }
  .hero-content p {
    font-size: 1rem !important;
  }
  .split-container .text {
    font-size: 1rem;
    padding-left: 1rem !important;
  }
  .split-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .left-split {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .home-about {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-about .panel {
    min-height: 22rem;
  }
  .home-joinus-container {
    margin-top: 0 !important;
  }
  .home-joinus-container .home-joinus {
    padding: 1rem;
    margin: 0 !important;
  }
  .home-joinus-container .home-joinus .right {
    display: none;
  }
  .home-ameropa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .home-news {
    margin: 1rem !important;
    padding: 0 !important;
  }
  .news-panel-container {
    margin: 4rem 0 !important;
  }
  .news-panel-container .news-panel {
    max-width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
  .team-image {
    padding: 1rem !important;
  }
  .footer-container {
    margin-left: 10% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .footer-container > :nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/*# sourceMappingURL=style.css.map */