/*!
Theme Name: LiveWorld
Theme URI: https://liveworld.com/
Author: Madmix digital
Author URI: https://liveworld.com/
*/
/* Base Colors */
/* Primary Colors */
/* Secondary Colors */
p {
  margin: 2vh 0 !important;
}

@media (max-width: 960px) {
  p {
    margin: 0.5vh 0 !important;
  }
}

header {
  width: 100%;
  min-height: 100px;
  background-color: #343a3e;
  position: fixed;
  z-index: 10000;
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

@media (max-width: 1024px) {
  header {
    min-height: 60px;
  }
}

header > div {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  header > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
  }
}

header > div > div:first-child {
  margin-left: 10%;
  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;
}

@media (max-width: 1440px) {
  header > div > div:first-child {
    margin-left: 5%;
  }
}

@media (max-width: 1024px) {
  header > div > div:first-child {
    margin-left: 0;
  }
}

header > div > div:first-child > a {
  display: block;
  width: 220px;
}

@media (max-width: 1280px) {
  header > div > div:first-child > a {
    max-width: 180px;
  }
}

@media (max-width: 1024px) {
  header > div > div:first-child > a {
    max-width: 150px;
  }
}

header > div > div:first-child > a > img {
  width: 100%;
  height: 100%;
}

header > div > div:first-child h1 {
  font-size: 0;
  display: block;
}

header > div > div:first-child h1 > img {
  display: none;
}

@media (max-width: 1024px) {
  header > div > div:first-child h1 > img {
    width: 150px;
    position: absolute;
    z-index: 1000;
  }
}

header > div > div:nth-child(2) {
  width: 50%;
  max-width: 1000px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1440px) {
  header > div > div:nth-child(2) {
    width: 60%;
  }
}

header > div > div:nth-child(2) > ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

header > div > div:nth-child(2) > ul > li {
  height: 100%;
  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;
  margin-left: 0;
}

header > div > div:nth-child(2) > ul > li.contact {
  max-width: 260px;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: #cacacb;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1280px) {
  header > div > div:nth-child(2) > ul > li.contact {
    max-width: 200px;
  }
}

header > div > div:nth-child(2) > ul > li.contact > a {
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  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;
  border-bottom: none !important;
  padding-bottom: 0;
  margin-top: 0;
}

header > div > div:nth-child(2) > ul > li.contact > a > span {
  margin-left: 5px;
}

header > div > div:nth-child(2) > ul > li.contact > a > i {
  margin-left: 30px;
}

header > div > div:nth-child(2) > ul > li.healthcare-home {
  display: none;
}

header > div > div:nth-child(2) > ul > li.industries-home {
  display: none;
}

header > div > div:nth-child(2) > ul > li > a {
  font-family: Lato;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 1.0625em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-bottom: 2px solid transparent;
}

@media (max-width: 1024px) {
  header > div > div:nth-child(2) {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    max-width: initial;
  }
  header > div > div:nth-child(2) > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 25%;
    height: 75%;
  }
  header > div > div:nth-child(2) > ul > li.contact {
    background-color: transparent;
  }
  header > div > div:nth-child(2) > ul > li.contact > a > span, header > div > div:nth-child(2) > ul > li.contact i {
    display: none;
  }
  header > div > div:nth-child(2) > ul > li.industries-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F79420;
    width: 100%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    min-height: 100px;
    margin-top: 100px;
  }
  header > div > div:nth-child(2) > ul > li.industries-home > a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    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;
  }
  header > div > div:nth-child(2) > ul > li.industries-home > a > span {
    text-decoration: underline;
    margin-left: 5px;
  }
  header > div > div:nth-child(2) > ul > li.industries-home > a > i {
    margin-left: 30px;
  }
  header > div > div:nth-child(2) > ul > li > a {
    color: #495B5F;
  }
}

header > div > div:last-child {
  display: none;
}

header > div > div:last-child > button {
  display: none;
}

@media (max-width: 1024px) {
  header > div > div:last-child {
    position: absolute;
    z-index: 100;
    right: 0;
    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;
    height: 60px;
    width: 60px;
  }
  header > div > div:last-child > button {
    display: none;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header > div > div:last-child > button.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    background-color: #808d8f;
  }
  header > div > div:last-child > button.close {
    color: #495B5F;
    background-color: transparent;
  }
  header > div > div:last-child > button > i {
    font-size: 20px;
  }
}

header .menu-item {
  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;
}

header .menu-item .sub-menu {
  display: none;
  background-color: #343a3e;
  color: #ffffff;
  position: absolute;
  left: -2vh;
  top: 100%;
  list-style-type: none;
}

@media (max-width: 1024px) {
  header .menu-item .sub-menu {
    width: 100vw;
    text-align: center;
    position: relative;
    left: unset;
    top: unset;
  }
}

header .menu-item .sub-menu li {
  padding: 2vh;
  list-style-type: none;
  margin-left: 0;
}

header .menu-item .sub-menu li a {
  white-space: nowrap;
  color: #ffffff;
  font-family: 'Century Gothic';
  font-weight: 700;
}

header .menu-item:hover > .sub-menu {
  display: block;
}

ul, ol {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  ul, ol {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  ul, ol {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  ul, ol {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  ul, ol {
    margin-bottom: 2vh;
  }
}

section.Section-discover {
  width: 100%;
  background-color: #F5F2F0;
}

section.Section-discover > div {
  width: 100%;
  height: 100%;
  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;
  background-color: #DFE3E6;
}

section.Section-discover > div > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 45px 0 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #58BEF1;
}

@media (max-width: 1024px) {
  section.Section-discover > div > a {
    padding: 4.5vh 0 3.5vh;
  }
}

section.Section-discover > div > a > p {
  font-family: 'Century Gothic';
  font-weight: 700;
  color: #ffffff;
  font-size: 1.1vw;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  section.Section-discover > div > a > p {
    font-size: 2vh;
  }
}

section.Section-discover > div > a > span {
  font-family: 'Century Gothic';
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  -webkit-transition: border-bottom 0.4s;
  transition: border-bottom 0.4s;
  margin: 0 7px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-weight: 700;
  color: #ffffff;
  font-size: 1vw;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  section.Section-discover > div > a > span {
    padding-bottom: 1vh;
    font-size: 1.5vh;
    margin: 0 .7vh;
  }
}

section.Section-discover > div > a > span:hover {
  -webkit-transition: border-bottom 0.4s;
  transition: border-bottom 0.4s;
  border-bottom: 1px solid #ffffff;
}

section.Section-discover > div > a > svg {
  margin-top: 4px;
}

@media (max-width: 1024px) {
  section.Section-discover > div > a > svg {
    margin-top: 0;
  }
}

footer {
  width: 100%;
  background-color: #343a3e;
}

footer > div {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1440px) {
  footer > div {
    padding: 60px 10px 0;
    width: 95%;
  }
}

@media (max-width: 1024px) {
  footer > div {
    padding: 6vh 1vh 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer > div > div:first-child {
  width: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer > div > div:first-child > div:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  footer > div > div:first-child > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer > div > div:first-child > div:first-child > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  footer > div > div:first-child > div:first-child > div {
    margin-bottom: 2vh;
  }
}

footer > div > div:first-child > div:first-child h2.widgettitle, footer > div > div:first-child > div:first-child h2.widget-title {
  cursor: default;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.85em;
}

@media (max-width: 640px) {
  footer > div > div:first-child > div:first-child h2.widgettitle, footer > div > div:first-child > div:first-child h2.widget-title {
    text-align: center;
    font-size: 6vw;
    line-height: 1.85em;
  }
}

footer > div > div:first-child > div:first-child > div:nth-child(2) {
  margin: 0 20px;
}

@media (max-width: 1024px) {
  footer > div > div:first-child > div:first-child > div:nth-child(2) {
    margin: 0 0 2vh;
  }
}

footer > div > div:first-child > div:first-child ul {
  font-size: unset;
  line-height: unset;
  margin-bottom: unset;
}

footer > div > div:first-child > div:first-child ul > li {
  margin-left: 0;
}

footer > div > div:first-child > div:first-child ul > li > a {
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.8571428571428572em;
}

@media (max-width: 640px) {
  footer > div > div:first-child > div:first-child ul > li > a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

footer > div > div:first-child > div:nth-child(2) {
  position: relative;
  bottom: 0;
  margin-top: 65px;
}

@media (max-width: 640px) {
  footer > div > div:first-child > div:nth-child(2) {
    position: initial;
    margin: 6.5vh 0 2vh;
  }
}

footer > div > div:first-child > div:nth-child(2) > span, footer > div > div:first-child > div:nth-child(2) a {
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.8571428571428572em;
  -webkit-transition: opacity, 0.4s;
  transition: opacity, 0.4s;
}

@media (max-width: 640px) {
  footer > div > div:first-child > div:nth-child(2) > span, footer > div > div:first-child > div:nth-child(2) a {
    font-size: 0.625em;
    line-height: 2.6em;
  }
}

footer > div > div:first-child > div:nth-child(2) > a:hover {
  opacity: 0.7;
}

footer > div > div:nth-child(2) {
  width: 45%;
}

@media (max-width: 1280px) {
  footer > div > div:nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) {
    width: auto;
  }
}

@media (max-width: 640px) {
  footer > div > div:nth-child(2) {
    width: 95%;
  }
}

footer > div > div:nth-child(2) > div:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer > div > div:nth-child(2) > div:first-child > div:first-child {
  width: 45%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child > div:first-child {
    width: 100%;
    margin-bottom: 4vh;
  }
}

@media (max-width: 640px) {
  footer > div > div:nth-child(2) > div:first-child > div:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2vh;
  }
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > span {
  margin-bottom: 15px;
  font-family: 'Century Gothic';
  font-weight: 700;
  color: #5AC8FF;
  font-size: 1.25em;
  line-height: 1.85em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > span {
    margin-bottom: 1.5vh;
  }
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div > a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div > a {
    width: 5vh;
    height: 5vh;
    margin-right: 2vh;
  }
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div > a:hover {
  opacity: 0.7;
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div > a:last-child {
  margin-right: 0;
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div > a > img {
  width: 100%;
  height: 100%;
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:nth-child(2) {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 640px) {
  footer > div > div:nth-child(2) > div:first-child > div:first-child > div:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2vh;
  }
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:nth-child(2) > a:first-child {
  font-family: 'Century Gothic';
  font-weight: 700;
  color: #F79420;
  font-size: 1.25em;
  line-height: 1.85em;
  text-transform: uppercase;
  text-align: center;
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:nth-child(2) > a:not(:first-child) {
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.8571428571428572em;
}

footer > div > div:nth-child(2) > div:first-child > div:first-child > div:nth-child(2) > a:not(:first-child):hover {
  opacity: 0.7;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot {
  width: 45%;
  min-width: 220px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 5px;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot .hbspt-form {
  width: 100%;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot .hbspt-form .hs-form-field {
  width: 100%;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child .newsletter-foot {
    width: 100%;
    margin: 1vh 0 5vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child .newsletter-foot form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form label {
  margin-bottom: 20px;
  display: block;
  font-family: 'Century Gothic';
  font-weight: 700;
  color: #F79420;
  font-size: 1.25em;
  line-height: 1.85em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child .newsletter-foot form label {
    margin-bottom: 2vh;
  }
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form input {
  max-width: 270px;
  width: 100%;
  padding-bottom: 5px;
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.8571428571428572em;
  border-bottom: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child .newsletter-foot form input {
    padding-bottom: .5vh;
  }
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form input::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.8571428571428572em;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form input:-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.8571428571428572em;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form input::-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.8571428571428572em;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form input::placeholder {
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.8571428571428572em;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form ul li label {
  font-size: 1vh;
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form .actions input {
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: background-color, 0.4s;
  transition: background-color, 0.4s;
  padding: 10px 60px;
  background-color: transparent;
  border: 1px solid #F79420;
  font-family: 'Lato';
  font-weight: 500;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.8571428571428572em;
}

@media (max-width: 1024px) {
  footer > div > div:nth-child(2) > div:first-child .newsletter-foot form .actions input {
    margin-top: 3vh;
    padding: 1vh 6vh;
  }
}

footer > div > div:nth-child(2) > div:first-child .newsletter-foot form .actions input:hover {
  background-color: #F79420;
}

body.home > header {
  display: none;
}

main.main-splash-page {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

main.main-splash-page > div:first-child {
  width: 100%;
  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;
  padding-top: 25px;
}

@media (max-width: 1024px) {
  main.main-splash-page > div:first-child {
    padding-top: 2.5vh;
  }
}

main.main-splash-page > div:first-child > a {
  display: block;
  max-width: 220px;
  width: 100%;
}

@media (max-width: 820px) {
  main.main-splash-page > div:first-child > a {
    max-width: 15vh;
  }
}

main.main-splash-page > div:first-child > a > img {
  width: 100%;
  height: 100%;
}

main.main-splash-page > div:nth-child(2) {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 30%;
}

@media (max-width: 820px) {
  main.main-splash-page > div:nth-child(2) {
    height: 70%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

main.main-splash-page > div:nth-child(2) > div:first-child {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:first-child {
  max-width: 880px;
  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;
}

@media (max-width: 940px) {
  main.main-splash-page > div:nth-child(2) > div:first-child > div:first-child {
    padding: 0 1vh;
  }
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:first-child > h1 {
  font-family: 'Century Gothic';
  color: #ffffff;
  font-weight: 700;
  line-height: 1.0222222222222221em;
  font-size: 4vw;
  text-align: center;
}

@media (max-width: 940px) {
  main.main-splash-page > div:nth-child(2) > div:first-child > div:first-child > h1 {
    font-size: 5vh;
    line-height: 1.1111111111111112em;
  }
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) {
  width: 100%;
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) > div {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) > div > h1 {
  font-family: 'Century Gothic';
  font-weight: 700;
  line-height: 1.0222222222222221em;
  color: #ffffff;
  font-size: 4vw;
  text-align: center;
}

@media (max-width: 940px) {
  main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) > div > h1 {
    font-size: 5vh;
    line-height: 1.1111111111111112em;
  }
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) > div > h1 > span.Typewriter__wrapper > span:nth-child(2) {
  margin: 0 10px;
}

@media (max-width: 1024px) {
  main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) > div > h1 > span.Typewriter__wrapper > span:nth-child(2) {
    margin: 0 1vh;
  }
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) > div > h1 > span.Typewriter__cursor {
  font-family: 'Lato';
  font-weight: 300;
}

main.main-splash-page > div:nth-child(2) > div:first-child > div:nth-child(2) > div:nth-child(2) {
  display: none;
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) {
  margin-top: 100px;
  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;
}

@media (max-width: 820px) {
  main.main-splash-page > div:nth-child(2) > div:nth-child(2) {
    margin-top: 30%;
    width: 100%;
  }
}

@media (max-width: 640px) {
  main.main-splash-page > div:nth-child(2) > div:nth-child(2) {
    margin-top: 40%;
  }
}

@media (max-width: 580px) {
  main.main-splash-page > div:nth-child(2) > div:nth-child(2) {
    margin-top: 25%;
  }
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) > span {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.4vw;
  color: #ffffff;
}

@media (max-width: 920px) {
  main.main-splash-page > div:nth-child(2) > div:nth-child(2) > span {
    font-size: 0.875em;
  }
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media (max-width: 820px) {
  main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div {
    width: 100%;
    margin-top: 3vh;
  }
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div > a {
  width: 310px;
  height: 84px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  color: #ffffff;
  font-family: 'Lato';
  font-size: 1.4vw;
  font-weight: 800;
  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;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 820px) {
  main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div > a {
    margin-right: 0;
    width: 50%;
    height: 6.2vh;
    font-size: 1em;
  }
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div > a:first-child {
  margin-right: 53px;
  background-color: #5AC8FF;
}

@media (max-width: 820px) {
  main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div > a:first-child {
    margin-right: 0;
  }
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div > a:first-child:hover {
  background-color: #ffffff;
  color: #5AC8FF;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2) {
  background-color: #F79420;
}

main.main-splash-page > div:nth-child(2) > div:nth-child(2) > div > a:nth-child(2):hover {
  background-color: #ffffff;
  color: #F79420;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

main.temp-HOME {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-HOME {
    padding-top: 60px;
  }
}

main.temp-HOME .header-home {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 960px) {
  main.temp-HOME .header-home {
    -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;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .header-home {
    min-height: initial;
  }
}

main.temp-HOME .header-home .background {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 960px) {
  main.temp-HOME .header-home .background {
    position: relative;
  }
}

main.temp-HOME .header-home .background > div .light {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  -webkit-animation: flaremove 5s alternate infinite ease-in-out, lightbright 5s alternate infinite linear;
  animation: flaremove 5s alternate infinite ease-in-out, lightbright 5s alternate infinite linear;
  border-radius: 9999px;
}

main.temp-HOME .header-home .background > div .flare {
  position: absolute;
  top: 80%;
  left: 80%;
  -webkit-animation: flaremove 5s alternate infinite ease-in-out;
  animation: flaremove 5s alternate infinite ease-in-out;
  border-radius: 9999px;
}

main.temp-HOME .header-home .background > div .flare.one {
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
  box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
}

main.temp-HOME .header-home .background > div .flare.two {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
  box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
}

main.temp-HOME .header-home .background > div .flare.three {
  margin: -300px 0 0 -300px;
  width: 600px;
  height: 600px;
  -webkit-box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
  box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
}

main.temp-HOME .header-home .background > div .flare.four {
  margin: 20% 0 0 20%;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
  box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
}

main.temp-HOME .header-home .background > div .flare.five {
  margin: -5% 0 0 -5%;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
  box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
}

main.temp-HOME .header-home .background > div .flare.six {
  margin: 20% 0 0 20%;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
  box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
}

@-webkit-keyframes flaremove {
  0% {
    left: 20%;
    top: 40%;
  }
  100% {
    left: 80%;
    top: 60%;
  }
}

@keyframes flaremove {
  0% {
    left: 20%;
    top: 40%;
  }
  100% {
    left: 80%;
    top: 60%;
  }
}

@-webkit-keyframes lightmove {
  0% {
    left: 80%;
    top: 60%;
  }
  100% {
    left: 20%;
    top: 40%;
  }
}

@keyframes lightmove {
  0% {
    left: 80%;
    top: 60%;
  }
  100% {
    left: 20%;
    top: 40%;
  }
}

@-webkit-keyframes lightbright {
  0% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
    box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
  }
}

@keyframes lightbright {
  0% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
    box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
  }
}

main.temp-HOME .header-home .background > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

main.temp-HOME .header-home .background > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-HOME .header-home .content {
  background-color: #F5F2F0;
  z-index: 1;
  margin-left: 55px;
  padding: 42px 30px;
  max-width: 740px;
  width: 40%;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  main.temp-HOME .header-home .content {
    max-width: 500px;
    padding: 4.2vh 3vh;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .header-home .content {
    max-width: initial;
    width: 80%;
    margin: 0 auto;
    padding: 4.2vh 1vh;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .header-home .content {
    padding: 4.2vh 0;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .header-home .content {
    width: 95%;
  }
}

main.temp-HOME .header-home .content .inner {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-HOME .header-home .content .inner > h2 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #343a3e;
}

@media (max-width: 1920px) {
  main.temp-HOME .header-home .content .inner > h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .header-home .content .inner > h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-HOME .header-home .content .inner > h2 {
    font-size: 8vw;
  }
}

main.temp-HOME .header-home .content .inner > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2;
  color: #343a3e;
  width: 90%;
}

@media (max-width: 1920px) {
  main.temp-HOME .header-home .content .inner > p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1023px) {
  main.temp-HOME .header-home .content .inner > p {
    margin: 5vh 0;
    font-size: 4vw;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .header-home .content .inner > p {
    margin: 4vh 0;
    font-size: 4vw;
  }
}

main.temp-HOME .header-home .content .inner > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-HOME .header-home .content .inner > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

main.temp-HOME .Section-award-container {
  position: relative;
  width: 100%;
  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;
  background-color: #343a3e;
  padding: 0 0 2vh 0;
}

main.temp-HOME .Section-award-container .heatlhcare-award-container {
  width: 85%;
  height: 100%;
  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;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

@media (max-width: 768px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container {
    width: 95%;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a {
  width: 100%;
  height: 100%;
  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;
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:first-child > img:first-child {
  margin-right: 45px;
  height: 110px;
}

@media (max-width: 768px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:first-child > img:first-child {
    margin-right: 2vh;
    height: 10vh;
  }
}

@media (max-width: 600px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:first-child > img:first-child {
    height: 5vh;
  }
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:first-child > img:nth-child(2) {
  width: 180px;
}

@media (max-width: 768px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:first-child > img:nth-child(2) {
    width: 15vh;
  }
}

@media (max-width: 600px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:first-child > img:nth-child(2) {
    width: 7vh;
  }
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) {
  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;
  border-left: 1px solid #ffffff;
  margin-left: 40px;
  padding-left: 40px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) {
    margin-left: 4vh;
    padding-left: 4vh;
  }
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) > span {
  font-family: 'Lato';
  font-size: 1.7vw;
  line-height: 1.09em;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) > span {
    font-size: 2.1vh;
  }
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) > span:first-child {
  font-weight: 800;
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) > span:nth-child(2) {
  font-weight: 800;
}

@media (max-width: 960px) {
  main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) > span:nth-child(2) {
    max-width: 300px;
  }
}

main.temp-HOME .Section-award-container .heatlhcare-award-container > a > div:nth-child(2) > span:nth-child(3) {
  font-weight: 300;
}

main.temp-HOME .Section-award-container .industries-award-container {
  width: 85%;
  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;
}

@media (max-width: 768px) {
  main.temp-HOME .Section-award-container .industries-award-container {
    width: 90%;
  }
}

main.temp-HOME .Section-award-container .industries-award-container > div {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  main.temp-HOME .Section-award-container .industries-award-container > div {
    -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;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-HOME .Section-award-container .industries-award-container > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main.temp-HOME .Section-award-container .industries-award-container .elem_number {
  width: calc(calc(100% - 8vw) / 3);
  width: 160px;
  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;
  margin-right: 70px;
  margin-top: 2vh;
}

@media (max-width: 480px) {
  main.temp-HOME .Section-award-container .industries-award-container .elem_number {
    margin-right: 0;
    margin-bottom: 4vh;
    width: 16vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-HOME .Section-award-container .industries-award-container .elem_number {
    margin-right: 0px;
  }
}

main.temp-HOME .Section-award-container .industries-award-container .elem_number:last-child {
  margin-right: 0;
}

main.temp-HOME .Section-award-container .industries-award-container .elem_number > span {
  font-family: 'Lato';
  color: #ffffff;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 3.6vw;
  font-weight: 700;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-award-container .industries-award-container .elem_number > span {
    font-size: 4.3vh;
    margin: 1vh 0;
  }
}

main.temp-HOME .Section-award-container .industries-award-container .elem_number > p {
  font-family: 'Lato';
  font-weight: 600;
  color: #ffffff;
  font-size: 0.8vw;
  text-align: center;
}

@media (max-width: 1180px) {
  main.temp-HOME .Section-award-container .industries-award-container .elem_number > p {
    font-size: 1vw;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-award-container .industries-award-container .elem_number > p {
    font-size: 3vw;
  }
}

main.temp-HOME .Section-client-highlights {
  width: 100%;
  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;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-client-highlights {
    padding-bottom: 5vh;
  }
}

main.temp-HOME .Section-client-highlights > div {
  width: 100%;
}

main.temp-HOME .Section-client-highlights > div div.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 50px 20px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide {
    padding: 5vh 0;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-HOME .Section-client-highlights > div div.slick-slide > div:first-child {
  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;
  width: 40%;
}

@media (max-width: 960px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:first-child {
    width: 60%;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:first-child {
    width: 70%;
  }
}

@media (max-width: 640px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:first-child {
    width: 100%;
  }
}

main.temp-HOME .Section-client-highlights > div div.slick-slide > div:first-child > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 540px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:first-child > img {
    width: 100%;
  }
}

main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 47%;
}

@media (max-width: 960px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) {
    width: 70%;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) {
    width: 90%;
  }
}

@media (max-width: 600px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) {
    width: 95%;
  }
}

main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > span {
    margin-bottom: 2vh;
  }
}

main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 660px;
}

@media (max-width: 1680px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > p {
    margin-bottom: 2vh;
  }
}

main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-client-highlights > div div.slick-slide > div:nth-child(2) > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

main.temp-HOME .Section-client-highlights > div .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 0 1rem;
  list-style-type: none;
}

main.temp-HOME .Section-client-highlights > div .slick-dots li {
  margin: 0 0.25rem;
  list-style-type: none;
}

main.temp-HOME .Section-client-highlights > div .slick-dots button {
  cursor: pointer;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #343a3e;
  border-radius: 100%;
  background-color: #F5F2F0;
  text-indent: -9999px;
}

main.temp-HOME .Section-client-highlights > div .slick-dots button:hover {
  background-color: #343a3e;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

main.temp-HOME .Section-client-highlights > div .slick-dots li.slick-active button {
  background-color: #343a3e;
}

main.temp-HOME .block-content {
  width: calc(100% - 100px);
  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;
  padding: 50px;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content {
    width: calc(90%);
    margin: 0 auto;
    margin-bottom: 2vh;
    margin-top: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

main.temp-HOME .block-content.reverse > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content.reverse > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main.temp-HOME .block-content.reverse:nth-child(odd) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content.reverse:nth-child(odd) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main.temp-HOME .block-content.reverse:nth-child(odd) > div > div:first-child {
  width: 47%;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content.reverse:nth-child(odd) > div > div:first-child {
    width: 100%;
  }
}

main.temp-HOME .block-content:nth-child(odd) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main.temp-HOME .block-content:nth-child(odd) > div > div:first-child {
  width: 47%;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content:nth-child(odd) > div > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

main.temp-HOME .block-content.spewidth {
  width: calc(100% - 50px);
  padding: 50px 0 50px 50px;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content.spewidth {
    width: calc(100%);
    padding: 5vh 0 5vh 0;
  }
}

main.temp-HOME .block-content.spewidth > div > div:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 49%;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content.spewidth > div > div:nth-child(2) {
    width: 100%;
  }
}

main.temp-HOME .block-content.spewidth.reverse {
  padding: 50px 50px 50px 0;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content.spewidth.reverse {
    padding: 5vh 0 5vh 0;
  }
}

main.temp-HOME .block-content > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main.temp-HOME .block-content > div > div:first-child {
  width: 47%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child {
    width: 50%;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child {
    width: 90%;
    margin: 0 auto;
    margin-top: 2.5vh;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .block-content > div > div:first-child {
    width: 90%;
  }
}

@media (max-width: 600px) {
  main.temp-HOME .block-content > div > div:first-child {
    width: 95%;
  }
}

main.temp-HOME .block-content > div > div:first-child > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .block-content > div > div:first-child > span {
    margin-bottom: 2vh;
  }
}

main.temp-HOME .block-content > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 750px;
}

@media (max-width: 1680px) {
  main.temp-HOME .block-content > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .block-content > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > h3 {
    margin-right: 2vh;
  }
}

main.temp-HOME .block-content > div > div:first-child > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-HOME .block-content > div > div:first-child > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.5555555555555556em;
  color: #343a3e;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > div > p {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .block-content > div > div:first-child > div > p {
    margin-bottom: 2vh;
  }
}

main.temp-HOME .block-content > div > div:first-child > div > div {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  main.temp-HOME .block-content > div > div:first-child > div > div {
    width: 85%;
  }
}

main.temp-HOME .block-content > div > div:first-child > div > div > div {
  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;
}

main.temp-HOME .block-content > div > div:first-child > div > div > div:nth-child(2) {
  margin: 0 20px;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > div > div > div:nth-child(2) {
    margin: 0;
    margin-right: 1vh;
  }
}

main.temp-HOME .block-content > div > div:first-child > div > div > div > img {
  height: 100px;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  main.temp-HOME .block-content > div > div:first-child > div > div > div > img {
    height: 80px;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > div > div > div > img {
    height: 6vh;
    margin-bottom: 2vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .block-content > div > div:first-child > div > div > div > img {
    height: 5vh;
  }
}

main.temp-HOME .block-content > div > div:first-child > div > div > div > span {
  font-family: 'Lato';
  font-weight: 800;
  max-width: 150px;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 1.3333333333333333em;
  color: #343a3e;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > div > div > div > span {
    font-size: 1.6vh;
  }
}

main.temp-HOME .block-content > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  width: 80%;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-HOME .block-content > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-HOME .block-content > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .block-content > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child > p {
    width: 100%;
  }
}

main.temp-HOME .block-content > div > div:first-child > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child > a {
    margin: 2vh auto 0 auto;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number {
  width: 80%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number {
    width: 100%;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div {
    margin: 2vh auto 0;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div > div {
    width: calc(calc(100% - 20px) / 3);
    margin-right: 1vh;
    margin-bottom: 4vh;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div:last-child {
  margin-right: 0;
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:first-child {
  height: 55px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:first-child {
    margin-bottom: 1vh;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:first-child > img {
  width: 50%;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:first-child > img {
    width: 4vh;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:nth-child(2) > span {
  font-family: 'Lato';
  font-weight: 700;
  color: #343a3e;
  line-height: 1em;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:nth-child(2) > span {
    font-size: 10vw;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:nth-child(2) > span:first-child {
  font-size: 4vw;
  margin-right: 5px;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:nth-child(2) > span:first-child {
    font-size: 10vw;
    margin-right: .5vh;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:nth-child(2) > span:nth-child(2) {
  font-size: 2vw;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > div:nth-child(2) > span:nth-child(2) {
    font-size: 10vw;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > p {
  font-family: 'Lato';
  max-width: 140px;
  font-weight: 600;
  font-size: 0.8vw;
  line-height: 1.4285714285714286em;
  color: #343a3e;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:first-child .picto-number > div > div > p {
    font-size: 2.6vw;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-label {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-HOME .block-content > div > div:first-child .picto-label > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.temp-HOME .block-content > div > div:first-child .picto-label > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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: 1000px) and (min-width: 500px) {
  main.temp-HOME .block-content > div > div:first-child .picto-label > div > div {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .block-content > div > div:first-child .picto-label > div > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div {
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 15px;
}

main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div:last-child {
  margin-right: 0;
}

@media (max-width: 1440px) {
  main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div {
    margin-right: 4%;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div {
    width: 10vh;
    margin-top: 1.5vh;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div > div {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div > div {
    width: 6vh;
    height: 6vh;
    margin-bottom: 1.5vh;
  }
}

main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div > div > img {
  width: 100%;
}

main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div > span {
  font-family: 'Lato';
  font-size: 1vw;
  line-height: 1.25em;
  font-weight: 900;
  color: #343a3e;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-HOME .block-content > div > div:first-child .picto-label > div > div > div > span {
    font-size: 2vh;
  }
}

main.temp-HOME .block-content > div > div:nth-child(2) {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main.temp-HOME .block-content > div > div:nth-child(2) > img {
  max-width: 890px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 960px) {
  main.temp-HOME .block-content > div > div:nth-child(2) {
    width: 100%;
  }
}

main.temp-HOME .Section-wwa {
  width: 100%;
  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;
}

main.temp-HOME .Section-wwa > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 50px 50px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-wwa > div {
    padding: 0 0 5vh 1vh;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .Section-wwa > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0 5vh 0;
  }
}

main.temp-HOME .Section-wwa > div > div:first-child {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 47%;
}

@media (max-width: 1280px) {
  main.temp-HOME .Section-wwa > div > div:first-child {
    width: 50%;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .Section-wwa > div > div:first-child {
    width: 70%;
    margin: 0 auto;
    margin-top: 2.5vh;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .Section-wwa > div > div:first-child {
    width: 90%;
  }
}

@media (max-width: 600px) {
  main.temp-HOME .Section-wwa > div > div:first-child {
    width: 90%;
  }
}

main.temp-HOME .Section-wwa > div > div:first-child > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-wwa > div > div:first-child > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:first-child > span {
    margin-bottom: 2vh;
  }
}

main.temp-HOME .Section-wwa > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 660px;
}

@media (max-width: 1680px) {
  main.temp-HOME .Section-wwa > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-wwa > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-HOME .Section-wwa > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  width: 70%;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-wwa > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-HOME .Section-wwa > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-HOME .Section-wwa > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

main.temp-HOME .Section-wwa > div > div:first-child > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-wwa > div > div:first-child > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .Section-wwa > div > div:first-child > a {
    margin: 2vh auto 0 auto;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) {
  width: 49%;
  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;
  position: relative;
}

@media (max-width: 1680px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) {
    width: 70%;
  }
}

@media (max-width: 768px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) {
    width: 100%;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1680px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 960px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div {
  width: 33.3%;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div {
  width: 100%;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child {
  width: 100%;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child:hover {
  background-color: #000;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child:hover > img {
  opacity: 0.7;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child:hover > span {
  display: block;
  opacity: 1;
}

@media (max-width: 960px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child:hover {
    background-color: transparent;
  }
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child:hover > img {
    opacity: 1;
  }
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child:hover > span {
    display: none;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child > span {
  display: none;
  font-family: 'Lato';
  z-index: 1;
  font-weight: 900;
  font-size: 1vw;
  line-height: 1.3vw;
  color: #ffffff;
  position: absolute;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child > span {
    font-size: 1.5vh;
    line-height: 2.5vh;
    margin-top: 2vh;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:first-child > img {
  width: 100%;
  height: 100%;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div {
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(52, 58, 62, 0.9);
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div {
  width: 95%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > button {
  width: 77px;
  height: 77px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  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;
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > button {
    width: 5vh;
    height: 5vh;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div {
  height: 80%;
  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;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > span {
  font-family: 'Lato';
  color: #ffffff;
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > span:first-child {
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 1.0714285714285714em;
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > span:first-child {
    font-size: 1.4vh;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > span:nth-child(2) {
  max-width: 300px;
  font-weight: 300;
  font-size: 1.5vw;
  line-height: 1.1538461538461537em;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > span:nth-child(2) {
    font-size: 1.5vh;
    margin-top: .5vh;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > div {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 20px auto;
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > div {
    width: 1.1vh;
    height: 1.1vh;
    margin: 2vh auto;
  }
}

main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > p {
  width: 80%;
  font-family: 'Lato';
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-size: 1.5vw;
  line-height: 1.3043478260869565em;
}

@media (max-width: 480px) {
  main.temp-HOME .Section-wwa > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > div > p {
    font-size: 1.5vh;
  }
}

main.temp-HOME .Section-join-contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 40px;
}

@media (max-width: 600px) {
  main.temp-HOME .Section-join-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4vh;
  }
}

main.temp-HOME .Section-join-contact > div {
  width: 50%;
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  main.temp-HOME .Section-join-contact > div {
    width: 100%;
    max-height: 40vh;
  }
}

main.temp-HOME .Section-join-contact > div > div:first-child {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  overflow: hidden;
}

main.temp-HOME .Section-join-contact > div > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

main.temp-HOME .Section-join-contact > div > div:nth-child(2) {
  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;
  position: absolute;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-join-contact > div > div:nth-child(2) {
    padding-bottom: 6vh;
  }
}

main.temp-HOME .Section-join-contact > div > div:nth-child(2) > span {
  font-family: 'Century Gothic';
  font-weight: 700;
  color: #ffffff;
  font-size: 2.4vw;
  line-height: 1.1em;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-join-contact > div > div:nth-child(2) > span {
    font-size: 2.4vh;
    margin-bottom: 3vh;
  }
}

main.temp-HOME .Section-join-contact > div > div:nth-child(2) > a {
  background-color: #ffffff;
  font-family: 'Lato';
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-weight: 800;
  font-size: 1.2vw;
  color: #343a3e;
  padding: 20px 40px;
  border-radius: 13px;
  transition: background-color 0.4s;
}

main.temp-HOME .Section-join-contact > div > div:nth-child(2) > a:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  main.temp-HOME .Section-join-contact > div > div:nth-child(2) > a {
    font-size: 1.2vh;
    padding: 1vh 2vh;
  }
}

main.temp-HOME.healthcare .block-content {
  width: calc(100% - 100px);
  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;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content {
    width: calc(90%);
    margin: 0 auto;
    margin-bottom: 2vh;
    margin-top: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

main.temp-HOME.healthcare .block-content.reverse > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content.reverse > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-HOME.healthcare .block-content.reverse:nth-child(odd) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content.reverse:nth-child(odd) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-HOME.healthcare .block-content.reverse:nth-child(odd) > div > div:first-child {
  width: 47%;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content.reverse:nth-child(odd) > div > div:first-child {
    width: 100%;
  }
}

main.temp-HOME.healthcare .block-content:nth-child(odd) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main.temp-HOME.healthcare .block-content:nth-child(odd) > div > div:first-child {
  width: 47%;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content:nth-child(odd) > div > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

main.temp-HOME.healthcare .block-content.spewidth {
  width: calc(100% - 50px);
  padding: 50px 0 50px 50px;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content.spewidth {
    width: calc(100%);
    padding: 5vh 0 5vh 0;
  }
}

main.temp-HOME.healthcare .block-content.spewidth > div > div:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 49%;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content.spewidth > div > div:nth-child(2) {
    width: 100%;
  }
}

main.temp-HOME.healthcare .block-content.spewidth.reverse {
  padding: 50px 0 50px 50px;
}

@media (max-width: 960px) {
  main.temp-HOME.healthcare .block-content.spewidth.reverse {
    padding: 5vh 0 5vh 0;
  }
}

main.temp-CASESTUDY {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY {
    padding-top: 60px;
  }
}

main.temp-CASESTUDY > section.module-one-case-study-page {
  width: 100%;
  min-height: 895px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1680px) {
  main.temp-CASESTUDY > section.module-one-case-study-page {
    min-height: 700px;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-one-case-study-page {
    min-height: 64vh;
  }
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-one-case-study-page {
    -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;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-one-case-study-page {
    min-height: initial;
  }
}

main.temp-CASESTUDY > section.module-one-case-study-page > div:first-child {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:first-child {
    position: relative;
  }
}

main.temp-CASESTUDY > section.module-one-case-study-page > div:first-child > img {
  display: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 1023px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:first-child > img {
    height: auto;
    width: 100%;
    display: block;
  }
}

main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) {
  background-color: #F5F2F0;
  z-index: 1;
  margin-left: 55px;
  padding: 42px 30px;
  max-width: 740px;
  width: 40%;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) {
    max-width: 50vh;
    margin-left: 5.5vh;
    padding: 4.2vh 3vh;
    max-width: 74vh;
  }
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) {
    max-width: initial;
    width: 80%;
    margin: 0 auto;
    padding: 4.2vh 1vh;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) {
    padding: 4.2vh 0;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) {
    width: 95%;
  }
}

main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > h2 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #343a3e;
}

@media (max-width: 1920px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > h2 {
    font-size: 8vw;
  }
}

main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2;
  color: #343a3e;
  width: 90%;
  margin: 50px 0 110px;
}

@media (max-width: 1920px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1023px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > p {
    margin: 5vh 0;
    font-size: 4vw;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > p {
    margin: 4vh 0;
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-one-case-study-page > div:nth-child(2) > div > p {
    margin: 5vh 0 11vh;
  }
}

main.temp-CASESTUDY > section.module-two-case-study-page {
  width: 100%;
  background-color: #343a3e;
  padding: 80px 0 30px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-two-case-study-page {
    padding: 8vh 0 3vh;
  }
}

main.temp-CASESTUDY > section.module-two-case-study-page > div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.temp-CASESTUDY > section.module-two-case-study-page > div > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CASESTUDY > section.module-two-case-study-page > div > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-two-case-study-page > div > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-two-case-study-page > div > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CASESTUDY > section.module-two-case-study-page > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
  max-width: 840px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-two-case-study-page > div > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CASESTUDY > section.module-two-case-study-page > div > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-two-case-study-page > div > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-two-case-study-page > div > p {
    margin-bottom: 2vh;
  }
}

main.temp-CASESTUDY > section.module-three-case-study-page {
  width: 100%;
  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;
}

main.temp-CASESTUDY > section.module-three-case-study-page > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div {
    padding: 5vh 1vh 5vh 0;
  }
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

main.temp-CASESTUDY > section.module-three-case-study-page > div > div:first-child {
  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;
  max-width: 910px;
  width: 50%;
  overflow: hidden;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:first-child {
    max-width: unset;
    width: 80%;
    margin-bottom: 5vh;
    height: auto;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:first-child {
    width: 100%;
  }
}

main.temp-CASESTUDY > section.module-three-case-study-page > div > div:first-child > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) {
  width: 40%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) {
    width: 80%;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) {
    width: 90%;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) {
    width: 95%;
  }
}

main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 25px;
  width: 100%;
}

@media (max-width: 1680px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 650px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > p {
    margin-bottom: 2vh;
  }
}

main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-three-case-study-page > div > div:nth-child(2) > div > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page {
  width: 100%;
  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;
  padding-top: 40px;
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CASESTUDY > section.module-four-case-study-page {
    padding-top: 75%;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div {
  width: 100%;
  max-height: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1680px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div {
    height: 700px;
  }
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10vh;
    height: auto;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child {
    width: 80%;
    margin-top: 5vh;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child {
    width: 90%;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child {
    width: 95%;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 25px;
  width: 100%;
}

@media (max-width: 1680px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 600px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:first-child > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) {
  width: 50%;
  max-width: 910px;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) {
    width: 80%;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) {
    width: 90%;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) {
    width: 95%;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .sliderContainer {
  position: relative;
  width: 100%;
  height: 850px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1680px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .sliderContainer {
    height: 700px;
  }
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .sliderContainer {
    height: auto;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .sliderContainer img:first-child {
  position: relative;
  width: 87%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0%;
  top: 0;
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .sliderContainer img {
  position: absolute;
  width: 87%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: -100%;
  top: 0;
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .Circles {
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 19;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .Circles {
    right: 10%;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .Circles {
    right: 5%;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .Circles {
    right: 2.5%;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .nextCircle {
  width: 80px;
  height: 80px;
  background-color: #343a3e;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .nextCircle {
    width: 8vh;
    height: 8vh;
    right: 10%;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .next {
  position: relative;
  color: #ffffff;
  z-index: 20;
  width: 80px;
  height: 80px;
  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;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .next {
    width: 8vh;
    height: 8vh;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .nextCircle:hover {
  opacity: 0.7;
  cursor: pointer;
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .prevCircle {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .prevCircle {
    right: 10%;
    width: 8vh;
    height: 8vh;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .previous {
  position: relative;
  color: #343a3e;
  z-index: 20;
  width: 80px;
  height: 80px;
  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;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .previous {
    width: 8vh;
    height: 8vh;
  }
}

main.temp-CASESTUDY > section.module-four-case-study-page > div > div:nth-child(2) .prevCircle:hover {
  opacity: 0.7;
  cursor: pointer;
}

main.temp-CASESTUDY > section.module-five-case-study-page {
  width: 100%;
  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;
  padding-top: 40px;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-five-case-study-page {
    padding-top: 4vh;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div {
    padding: 5vh 1vh 5vh 0;
  }
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5vh 0;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:first-child {
  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;
  max-width: 910px;
  width: 50%;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:first-child {
    width: 80%;
    margin-bottom: 50px;
    height: auto;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:first-child {
    width: 90%;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:first-child {
    width: 95%;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:first-child > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40%;
  margin: 0 auto;
  max-width: 710px;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) {
    max-width: unset;
    width: 80%;
  }
}

@media (max-width: 768px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) {
    width: 90%;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) {
    width: 95%;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > span {
    font-size: 0.8125em;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 25px;
  width: 100%;
}

@media (max-width: 1680px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > p {
    margin-bottom: 2vh;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -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: 768px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div {
    margin: 4vh auto 0;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div {
    width: 20%;
    margin-bottom: 4vh;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div.count-2 {
    width: 50%;
    margin-bottom: 4vh;
  }
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div.count-3 {
    width: 25%;
    margin-bottom: 4vh;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div:last-child {
  margin-right: 0;
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > div:first-child {
  height: 100px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > div:first-child {
    height: 10vh;
    margin-bottom: 1vh;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > div:first-child > img {
  width: 100px;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > div:first-child > img {
    width: 10vh;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > span {
  font-family: 'Lato';
  font-weight: 700;
  color: #343a3e;
  line-height: 1em;
  font-size: 3.6vw;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > span {
    font-size: 10vw;
  }
}

main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > p {
  font-family: 'Lato';
  max-width: 140px;
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.4285714285714286em;
  color: #343a3e;
  margin-top: 10px;
}

@media (max-width: 960px) {
  main.temp-CASESTUDY > section.module-five-case-study-page > div > div:nth-child(2) > div > div > div > p {
    max-width: unset;
    font-size: 2.6vw;
    margin-top: 1vh;
  }
}

main.temp-CASESTUDY > section.module-six-case-study-page {
  width: 100%;
  height: 100px;
  padding: 40px 0 50px;
}

main.temp-CASESTUDY > section.module-six-case-study-page > div {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.temp-CASESTUDY > section.module-six-case-study-page > div > a {
  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;
  width: 260px;
  height: 100px;
  color: #ffffff;
  background-color: #343a3e;
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1vw;
}

@media (max-width: 1024px) {
  main.temp-CASESTUDY > section.module-six-case-study-page > div > a {
    height: 60px;
    width: 150px;
    font-size: 1.5vh;
  }
}

main.temp-CASESTUDY > section.module-six-case-study-page > div > a:first-child > svg {
  margin-right: 20px;
}

main.temp-CASESTUDY > section.module-six-case-study-page > div > a:last-child > svg {
  margin-left: 20px;
}

main.temp-CASESTUDY > section.module-six-case-study-page > div > a.next {
  position: absolute;
  right: 0;
}

main.temp-SOLUTIONS {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

main.temp-SOLUTIONS .blue {
  color: #5AC8FF;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS {
    padding-top: 60px;
  }
}

main.temp-SOLUTIONS > section.module-one-solutions {
  width: 100%;
}

main.temp-SOLUTIONS > section.module-one-solutions > div {
  width: 100%;
  height: 250px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-one-solutions > div {
    height: 25vh;
  }
}

main.temp-SOLUTIONS > section.module-one-solutions > div > h2 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 1920px) {
  main.temp-SOLUTIONS > section.module-one-solutions > div > h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-one-solutions > div > h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-one-solutions > div > h2 {
    font-size: 8vw;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions {
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONS > section.module-two-solutions {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions {
    padding-top: 6vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div {
  width: 85%;
  margin: 0 auto;
  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;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div {
    width: 100%;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 800px;
  text-align: center;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  text-align: center;
  max-width: 650px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) {
  width: 100%;
  max-width: 1615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) {
    margin: 2.5vh auto;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div {
  width: 29%;
  max-width: 430px;
  height: 620px;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #343a3e;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div {
    height: 550px;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div {
    width: 50%;
    height: 55vh;
  }
}

@media (max-width: 960px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div {
    width: 43%;
  }
}

@media (max-width: 768px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div {
    height: 540px;
    height: 54vh;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div {
    width: 95%;
    max-width: initial;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:first-child {
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:first-child {
    border-right: none;
    padding: 0 0 2vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(2) {
    padding: 0 0 2vh 2vh;
    border-right: none;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(2) {
    padding: 2vh 0;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(3) {
  border-right: none;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(3) {
    padding: 2vh 2vh 2vh 0;
    border-right: 1px solid #343a3e;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(3) {
    border-right: none;
    padding: 2vh 0;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(4) {
  padding: 20px 20px 20px 0;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(4) {
    padding: 2vh 0 2vh 2vh;
    border-right: none;
    border-bottom: 1px solid #343a3e;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(4) {
    padding: 2vh 0;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(5) {
  padding: 20px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(5) {
    padding: 2vh 2vh 0 0;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(5) {
    padding: 2vh 0;
    border-right: none;
    border-bottom: 1px solid #343a3e;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(6) {
  border-right: none;
  padding: 20px 0 20px 20px;
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(6) {
    padding: 2vh 0;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) {
  width: 100%;
  max-width: 1370px;
  height: 300px;
  border-right: none;
  border-top: 1px solid #343a3e;
  padding: 20px 0 0 0;
}

@media (max-width: 1500px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) {
    width: 93%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) {
    max-width: 900px;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) {
    padding: 2vh 0;
    height: 54vh;
    width: 95%;
    max-width: initial;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:first-child > span {
  margin-bottom: 40px !important;
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:first-child > span {
    margin-bottom: 10vh !important;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:first-child > button {
  margin-bottom: 50px !important;
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:first-child > button {
    margin-bottom: 12vh !important;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > span {
  height: 100%;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > div {
  width: initial !important;
  margin: 0 0 20px 10%;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > div {
    width: 100% !important;
    margin: 0 0 2vh 0;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > div > span {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #343a3e;
  margin-right: 10px;
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > div > span {
    margin-right: 1vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  color: #343a3e;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > div > p {
    font-size: 1.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > span {
    margin: 6vh 0 4vh 10% !important;
    height: initial !important;
  }
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:nth-child(7) > div > div:nth-child(2) > div:nth-child(2) {
    margin: 0 0 2vh 0% !important;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div {
  width: 100%;
  height: 100%;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:first-child {
  width: 100%;
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:first-child > span {
  width: 90%;
  margin: 0 auto 100px;
  font-family: 'Lato';
  letter-spacing: 0.2em;
  line-height: 1.3em;
  font-weight: 900;
  font-size: 2.5em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:first-child > span {
    font-size: 1.8vh;
    margin: 0 auto 10vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:first-child > button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:first-child > button:hover {
  opacity: 0.7;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) {
  display: none;
  cursor: default;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #DFE3E6;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) > span {
  display: block;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 1.4vw;
  color: #343a3e;
  text-transform: uppercase;
  margin: 60px 0 40px 10%;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) > span {
    font-size: 2.5vh;
    margin: 6vh 0 4vh 10%;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) .content-dots > div {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0 10%;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) .content-dots > div {
    margin: 0 0 0 10%;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) .content-dots > div > span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #343a3e;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) .content-dots > div > span {
    width: 1.5vh;
    height: 1.5vh;
    margin-right: 1vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) .content-dots > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  color: #343a3e;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div > div > div:nth-child(2) .content-dots > div > p {
    font-size: 1.5vh;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) > span {
  margin: 40px 0 20px 0;
  height: unset;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) > span {
    margin: 4vh 0 2vh 0;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) .content-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 90%;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) .content-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) .content-dots > div {
  width: 20%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) .content-dots > div {
    width: 100%;
  }
}

main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) .content-dots > div p {
  display: block;
  width: calc(100% - 25px);
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-two-solutions > div > div:nth-child(2) > div:last-child > div > div:nth-child(2) .content-dots > div p {
    width: calc(100% - 2.5vh);
  }
}

main.temp-SOLUTIONS > section.module-three-solutions {
  width: 100%;
  padding: 60px 0 50px;
}

@media (max-width: 960px) {
  main.temp-SOLUTIONS > section.module-three-solutions {
    padding: 6vh 0 5vh;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div {
    -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;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:first-child {
  width: 47%;
  max-height: 700px;
  overflow: hidden;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:first-child {
    height: 600px;
  }
}

@media (max-width: 960px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:first-child {
    width: 100%;
    height: 60vh;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) {
  width: 47%;
  margin: 50px 10px 0 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) {
    margin: 10px 10px 0 0;
    height: 590px;
    overflow: hidden;
  }
}

@media (max-width: 960px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) {
    width: 95%;
    margin: 5vh 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 59vh;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > span {
    margin-bottom: 2vh;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 690px;
  text-align: center;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div {
  width: 100%;
  max-width: 790px;
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div {
    height: 44vh;
  }
}

@media (max-width: 960px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3vh auto 0;
    height: 37vh;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div {
    width: 100%;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div > div {
  width: 33%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1vh;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div > div > span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #495B5F;
  margin: 2px 10px 0 0;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div > div > span:first-child {
    width: 0.8vh;
    height: 0.8vh;
    margin: 0.2vh 1vh 0 0;
  }
}

main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div > div > span:nth-child(2) {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 1.4vw;
  color: #343a3e;
  width: calc(100% - 18px);
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONS > section.module-three-solutions > div > div:nth-child(2) > div > div > div > span:nth-child(2) {
    font-size: 1.6vh;
    width: calc(100% - 1.8vh);
  }
}

.orange {
  color: #f59621 !important;
}

main.temp-ABOUT {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT {
    padding-top: 60px;
  }
}

main.temp-ABOUT > section.module-one-about-page {
  width: 100%;
  min-height: 900px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1680px) {
  main.temp-ABOUT > section.module-one-about-page {
    min-height: 700px;
  }
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-one-about-page {
    min-height: 640px;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-one-about-page {
    -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;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-one-about-page {
    min-height: initial;
  }
}

main.temp-ABOUT > section.module-one-about-page > div:first-child {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-one-about-page > div:first-child {
    position: relative;
  }
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .light {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  -webkit-animation: flaremove 5s alternate infinite ease-in-out, lightbright 5s alternate infinite linear;
  animation: flaremove 5s alternate infinite ease-in-out, lightbright 5s alternate infinite linear;
  border-radius: 9999px;
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .flare {
  position: absolute;
  top: 80%;
  left: 80%;
  -webkit-animation: flaremove 5s alternate infinite ease-in-out;
  animation: flaremove 5s alternate infinite ease-in-out;
  border-radius: 9999px;
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .flare.one {
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
  box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .flare.two {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
  box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .flare.three {
  margin: -300px 0 0 -300px;
  width: 600px;
  height: 600px;
  -webkit-box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
  box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .flare.four {
  margin: 20% 0 0 20%;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
  box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .flare.five {
  margin: -5% 0 0 -5%;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
  box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > div .flare.six {
  margin: 20% 0 0 20%;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
  box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
}

@-webkit-keyframes flaremove {
  0% {
    left: 20%;
    top: 40%;
  }
  100% {
    left: 80%;
    top: 60%;
  }
}

@keyframes flaremove {
  0% {
    left: 20%;
    top: 40%;
  }
  100% {
    left: 80%;
    top: 60%;
  }
}

@-webkit-keyframes lightmove {
  0% {
    left: 80%;
    top: 60%;
  }
  100% {
    left: 20%;
    top: 40%;
  }
}

@keyframes lightmove {
  0% {
    left: 80%;
    top: 60%;
  }
  100% {
    left: 20%;
    top: 40%;
  }
}

@-webkit-keyframes lightbright {
  0% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
    box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
  }
}

@keyframes lightbright {
  0% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
    box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
  }
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

main.temp-ABOUT > section.module-one-about-page > div:first-child > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) {
  background-color: #F5F2F0;
  z-index: 1;
  margin-left: 55px;
  padding: 42px 30px;
  max-width: 740px;
  width: 40%;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) {
    max-width: 500px;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) {
    max-width: initial;
    width: 80%;
    margin: 0 auto;
    padding: 42px 10px;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) {
    padding: 42px 0;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) {
    width: 95%;
  }
}

main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > h2 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #343a3e;
}

@media (max-width: 1920px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > h2 {
    font-size: 8vw;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > h2 {
    font-size: 4.5vw;
  }
}

main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2;
  color: #343a3e;
  width: 90%;
  margin: 50px 0 110px;
}

@media (max-width: 1920px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1023px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > p {
    margin: 5vh 0;
    font-size: 4vw;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > p {
    margin: 4vh 0;
    font-size: 4vw;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > p {
    font-size: 3vw;
  }
}

main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > a {
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-one-about-page > div:nth-child(2) > div > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1.3vh;
    margin-top: 1.5vh;
  }
}

main.temp-ABOUT > section.module-two-about-page {
  width: 100%;
  background-color: #343a3e;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-two-about-page {
    padding: 8vh 0;
  }
}

main.temp-ABOUT > section.module-two-about-page > div {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-two-about-page > div {
    -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;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-ABOUT > section.module-two-about-page > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main.temp-ABOUT > section.module-two-about-page > div > div {
  width: 100%;
  width: 160px;
  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;
  margin-right: 70px;
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-two-about-page > div > div {
    margin-right: 0;
    margin-bottom: 4vh;
  }
}

main.temp-ABOUT > section.module-two-about-page > div > div:last-child {
  margin-right: 0;
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-two-about-page > div > div:last-child {
    margin-bottom: 0;
  }
}

main.temp-ABOUT > section.module-two-about-page > div > div > span {
  font-family: 'Lato';
  color: #ffffff;
}

main.temp-ABOUT > section.module-two-about-page > div > div > span:first-child {
  font-size: 1vw;
  font-weight: 900;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-two-about-page > div > div > span:first-child {
    font-size: 2vh;
  }
}

main.temp-ABOUT > section.module-two-about-page > div > div > span:nth-child(2) {
  font-size: 3.6vw;
  font-weight: 700;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-two-about-page > div > div > span:nth-child(2) {
    font-size: 4.3vh;
    margin: 1vh 0;
  }
}

main.temp-ABOUT > section.module-two-about-page > div > div > p {
  font-family: 'Lato';
  font-weight: 600;
  color: #ffffff;
  font-size: 0.8vw;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-two-about-page > div > div > p {
    font-size: 1.5vh;
  }
}

main.temp-ABOUT > section.module-three-about-page {
  width: 100%;
  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;
}

main.temp-ABOUT > section.module-three-about-page > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-three-about-page > div {
    padding: 5vh 1vh 5vh 0;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-three-about-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5vh 0;
  }
}

main.temp-ABOUT > section.module-three-about-page > div > div:first-child {
  width: 40%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child {
    width: 80%;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child {
    width: 90%;
  }
}

@media (max-width: 600px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child {
    width: 95%;
  }
}

main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > span {
    font-size: 0.8125em;
  }
}

main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 1680px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 650px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > p {
    max-width: unset;
  }
}

main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-ABOUT > section.module-three-about-page > div > div:first-child > div:first-child > a:hover {
  background-color: #F79420;
}

main.temp-ABOUT > section.module-three-about-page > div > div:nth-child(2) {
  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;
  max-width: 910px;
  width: 50%;
  height: 850px;
}

@media (max-width: 1680px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:nth-child(2) {
    height: 600px;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:nth-child(2) {
    width: 80%;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-three-about-page > div > div:nth-child(2) {
    width: 100%;
  }
}

main.temp-ABOUT > section.module-three-about-page > div > div:nth-child(2) > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-ABOUT > section.module-four-about-page {
  width: 100%;
  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;
}

main.temp-ABOUT > section.module-four-about-page > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-four-about-page > div {
    padding: 5vh 1vh 5vh 0;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-four-about-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5vh 0;
  }
}

main.temp-ABOUT > section.module-four-about-page > div > div:first-child {
  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;
  max-width: 910px;
  width: 50%;
  height: 850px;
}

@media (max-width: 1680px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:first-child {
    height: 600px;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:first-child {
    width: 80%;
    margin-bottom: 5vh;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:first-child {
    width: 100%;
  }
}

main.temp-ABOUT > section.module-four-about-page > div > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) {
  width: 40%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) {
    width: 80%;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) {
    width: 90%;
  }
}

@media (max-width: 600px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) {
    width: 95%;
  }
}

main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > span {
    font-size: 0.8125em;
  }
}

main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 1680px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 650px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > p {
    margin-bottom: 2vh;
  }
}

main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-ABOUT > section.module-four-about-page > div > div:nth-child(2) > div:first-child > a:hover {
  background-color: #F79420;
}

main.temp-ABOUT > section.module-five-about-page {
  width: 100%;
  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;
}

main.temp-ABOUT > section.module-five-about-page > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-five-about-page > div {
    padding: 5vh 1vh 5vh 0;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-five-about-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5vh 0;
  }
}

main.temp-ABOUT > section.module-five-about-page > div > div:first-child {
  width: 40%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child {
    width: 80%;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child {
    width: 90%;
  }
}

@media (max-width: 600px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child {
    width: 95%;
  }
}

main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > span {
    font-size: 0.8125em;
  }
}

main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 1680px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 650px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > p {
    margin-bottom: 2vh;
  }
}

main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-ABOUT > section.module-five-about-page > div > div:first-child > div:first-child > a:hover {
  background-color: #F79420;
}

main.temp-ABOUT > section.module-five-about-page > div > div:nth-child(2) {
  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;
  max-width: 910px;
  width: 50%;
  height: 850px;
}

@media (max-width: 1680px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:nth-child(2) {
    height: 600px;
  }
}

@media (max-width: 960px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:nth-child(2) {
    width: 80%;
    margin-bottom: 5vh;
  }
}

@media (max-width: 768px) {
  main.temp-ABOUT > section.module-five-about-page > div > div:nth-child(2) {
    width: 100%;
  }
}

main.temp-ABOUT > section.module-five-about-page > div > div:nth-child(2) > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.temp-ABOUT > section.module-six-about-page {
  width: 100%;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-six-about-page {
    padding-top: 4vh;
  }
}

main.temp-ABOUT > section.module-six-about-page > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}

@media (max-width: 640px) {
  main.temp-ABOUT > section.module-six-about-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-ABOUT > section.module-six-about-page > div > div {
  width: 50%;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 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;
}

@media (max-width: 640px) {
  main.temp-ABOUT > section.module-six-about-page > div > div {
    width: 100%;
    height: 65vh;
  }
}

main.temp-ABOUT > section.module-six-about-page > div > div > span {
  font-family: 'Century Gothic';
  font-weight: 700;
  color: #ffffff;
  font-size: 2.6vw;
  margin: 150px auto 40px;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-six-about-page > div > div > span {
    font-size: 2.4vh;
    margin: 10vh auto 4vh;
  }
}

main.temp-ABOUT > section.module-six-about-page > div > div > a {
  color: #343a3e !important;
  background-color: #ffffff;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-ABOUT > section.module-six-about-page > div > div > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-ABOUT > section.module-six-about-page > div > div > a:hover {
  background-color: #343a3e !important;
  color: #ffffff !important;
}

main.temp-CAREERS {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

main.temp-CAREERS .blue {
  color: #5AC8FF;
}

@media (max-width: 1024px) {
  main.temp-CAREERS {
    padding-top: 6vh;
  }
}

main.temp-CAREERS > section.module-one-careers-page {
  width: 100%;
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-CAREERS > section.module-one-careers-page .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-CAREERS > section.module-one-careers-page h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 80%;
}

@media (max-width: 1920px) {
  main.temp-CAREERS > section.module-one-careers-page h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-one-careers-page h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-one-careers-page h2 {
    font-size: 8vw;
  }
}

main.temp-CAREERS > section.module-one-careers-page > div {
  width: 100%;
  height: 250px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-one-careers-page > div {
    height: 25vh;
  }
}

main.temp-CAREERS > section.module-one-careers-page > div > h2 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 1920px) {
  main.temp-CAREERS > section.module-one-careers-page > div > h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-one-careers-page > div > h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-one-careers-page > div > h2 {
    font-size: 8vw;
  }
}

main.temp-CAREERS > section.module-two-careers-page {
  width: 100%;
  background-color: #343a3e;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page {
    padding: 8vh 0;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div {
  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;
  -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: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page > div {
    width: 95%;
    margin: 0 auto;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:first-child {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
  max-width: 650px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div {
  width: calc(100% / 4);
  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;
  margin: 60px 70px 0 0;
}

@media (max-width: 768px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div {
    margin: 6vh 6vh 0 0;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div {
    width: 50%;
    margin: 4vh 1vh;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:nth-child(3) {
  margin: 60px 0 0;
}

@media (max-width: 768px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:nth-child(3) {
    margin: 6vh 6vh 0 0;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:nth-child(3) {
    width: 50%;
    margin: 4vh 1vh;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:nth-child(6) {
  margin: 60px 0 0;
}

@media (max-width: 768px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:nth-child(6) {
    margin: 6vh 6vh 0 0;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:nth-child(6) {
    width: 50%;
    margin: 4vh 1vh;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:last-child {
  margin: 60px 0 0;
}

@media (max-width: 768px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:last-child {
    margin: 6vh 6vh 0 0;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div:last-child {
    width: 50%;
    margin: 4vh 1vh;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div > span {
  font-family: 'Lato';
  color: #ffffff;
  text-align: center;
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div > span:first-child {
  font-size: 1vw;
  font-weight: 900;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div > span:first-child {
    font-size: 2vh;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div > span:nth-child(2) {
  font-size: 3.6vw;
  font-weight: 700;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 4.3vh;
    margin: 1vh 0;
  }
}

main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div > p {
  font-family: 'Lato';
  font-weight: 600;
  color: #ffffff;
  font-size: 0.8vw;
  text-align: center;
  line-height: 2.5vh;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-two-careers-page > div > div:nth-child(2) > div > p {
    font-size: 1.5vh;
  }
}

main.temp-CAREERS > section.module-three-careers-page {
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-three-careers-page {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-three-careers-page {
    padding-top: 6vh;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.temp-CAREERS > section.module-three-careers-page > div > div:first-child {
  max-width: 750px;
  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;
}

@media (max-width: 960px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child {
    max-width: unset;
    width: 95%;
    margin: 0 auto;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) {
    -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;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-right: 1px solid #343a3e;
  width: 29%;
  padding-right: 20px;
  margin-right: 20px;
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div {
    min-height: 500px;
  }
}

@media (max-width: 960px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div {
    min-height: unset;
    width: 95%;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
    border-bottom: 1px solid #343a3e;
    border-right: none;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

@media (max-width: 960px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div > div:nth-child(1) {
  margin: 0 auto;
  width: 30vmin;
  height: 30vmin;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  border-radius: 50%;
  border: 4px solid #F79420;
  overflow: hidden;
}

main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div > div:nth-child(2) {
  margin-top: 5vh;
}

main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div > div:nth-child(2) > h4 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: 'Lato';
  color: #343a3e;
  width: 100%;
  font-weight: 600;
  font-size: 1.2vw;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div > div:nth-child(2) > h4 {
    font-size: 1.8vh;
  }
}

main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div > div:nth-child(2) > p {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: 'Lato';
  color: #343a3e;
  width: 100%;
  font-size: 1vw;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-three-careers-page > div > div:nth-child(2) > div > div:nth-child(2) > p {
    font-size: 1.5vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page {
  width: 100%;
  padding-top: 120px;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page {
    padding-top: 12vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child {
  width: 30%;
  min-width: 380px;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child {
    min-width: unset;
    width: 98%;
    margin-bottom: 4vh;
    min-width: initial;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child span {
    font-size: 1.5vh;
    margin-bottom: 3.5vh;
    letter-spacing: .15vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > span.section-title {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > span.section-title {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > span.section-title {
    margin-bottom: 2vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > p {
    margin-bottom: 2vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:first-child > div > a:hover {
  background-color: #F79420;
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div {
  width: 46%;
  height: 215px;
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div {
    width: 48%;
    margin-top: 2vh;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div {
    width: 100%;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div:nth-child(odd) {
  background-color: #5AC8FF;
  margin-right: 20px;
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div:nth-child(odd) {
    margin-right: 0;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div:nth-child(3n) {
  background-color: #A9A9A9;
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > img {
  margin-left: 30px;
  margin-top: 30px;
  width: 2.5vw;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > img {
    width: 5vh;
    margin-left: 3vh;
    margin-top: 3vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div {
  width: calc(100% - 3vw);
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div > span {
  margin-left: 30px;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div > span {
    margin-left: 3vh;
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div > span:nth-child(1) {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.2vw;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 00px;
  display: block;
  width: calc(100% - 60px);
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div > span:nth-child(1) {
    font-size: 4vh;
    width: calc(100% - 6vh);
  }
}

main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div > span:nth-child(2) {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #ffffff;
  display: block;
  width: calc(100% - 60px);
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div > span:nth-child(2) {
    font-size: 2vh;
    width: calc(100% - 6vh);
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS > section.module-four-careers-page > div > div:nth-child(2) > div > div > span:nth-child(2) {
    font-size: 1.5vh;
    line-height: 1.5vh;
  }
}

main.temp-CAREERS > section.module-five-careers-page {
  width: 100%;
  padding: 150px 0 50px;
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-five-careers-page {
    padding-top: 100px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page {
    padding: 15vh 0 5vh;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:first-child {
  width: 95%;
  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;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 650px;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1680px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:first-child > p {
    margin-bottom: 1vh;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) {
  width: 100%;
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 25px auto;
}

@media (max-width: 1290px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) {
    width: 90%;
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) {
    max-width: unset;
    width: 90%;
    margin: 2.5vh auto;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div {
  width: calc(calc(100% - 82px)/3);
  height: 620px;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #343a3e;
}

@media (max-width: 1290px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div {
    height: 550px;
    width: calc(calc(100% - 41px)/2);
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div {
    height: 55vh;
    width: calc(calc(100% - 4.1vh)/2);
  }
}

@media (max-width: 960px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div {
    width: calc(calc(100% - 4.1vh)/2);
  }
}

@media (max-width: 768px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div {
    height: 54vh;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div {
    width: 100%;
    max-width: initial;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:first-child {
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:first-child {
    border-right: none;
    padding: 0 0 2vh;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:first-child .inner-career {
  background-color: #F79420;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 1290px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(2) {
    padding: 0 0 20px 20px;
    border-right: none;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(2) {
    padding: 2vh 0;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(2) .inner-career {
  background-color: #5AC8FF;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(3) {
  border-right: none;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 1290px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(3) {
    padding: 20px 20px 20px 0;
    border-right: 1px solid #343a3e;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(3) {
    padding: 2vh 2vh 2vh 0;
    border-right: 1px solid #343a3e;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(3) {
    border-right: none;
    padding: 2vh 0;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(3) .inner-career {
  background-color: #A9A9A9;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(4) {
  padding: 20px 20px 20px 0;
}

@media (max-width: 1290px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(4) {
    padding: 20px 0 20px 20px;
    border-right: none;
    border-bottom: 1px solid #343a3e;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(4) {
    padding: 2vh 0 2vh 2vh;
    border-right: none;
    border-bottom: 1px solid #343a3e;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(4) {
    padding: 2vh 0;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(4) .inner-career {
  background-color: #A9A9A9;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(5) {
  padding: 20px;
}

@media (max-width: 1290px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(5) {
    padding: 20px 20px 0 0;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(5) {
    padding: 2vh 2vh 0 0;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(5) {
    padding: 2vh 0;
    border-right: none;
    border-bottom: 1px solid #343a3e;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(5) .inner-career {
  background-color: #F79420;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(6) {
  border-right: none;
  padding: 20px 0 20px 20px;
}

@media (max-width: 640px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(6) {
    padding: 2vh 0;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div:nth-child(6) .inner-career {
  background-color: #5AC8FF;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career {
  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;
  padding: 20px;
  height: calc(100% - 40px);
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career {
    padding: 2vh;
    height: calc(100% - 4vh);
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career h4 {
  width: 90%;
  margin: 0 auto 50px;
  font-family: 'Lato';
  letter-spacing: 0.2em;
  line-height: 1.3em;
  font-weight: 900;
  font-size: 2vw;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career h4 {
    font-size: 4vw;
    margin: 0 auto 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career h4 {
    font-size: 2.5vw;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career span {
  width: 90%;
  margin: 0 auto 50px;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 0.8vw;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1440px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career span {
    font-size: 1.2vw;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career span {
    font-size: 3.5vw;
    margin: 0 auto 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career span {
    font-size: 2vw;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1440px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button {
    width: 84px;
    height: 84px;
  }
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button > svg {
    width: 84px;
    height: 84px;
    fill: #ffffff;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button {
    width: 8.4vh;
    height: 8.4vh;
  }
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button > svg {
    width: 8.4vh;
    height: 8.4vh;
    fill: #ffffff;
  }
  main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button > svg image {
    width: 8.4vh;
    height: 8.4vh;
  }
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button:hover {
  background-color: #343a3e;
}

main.temp-CAREERS > section.module-five-careers-page > div > div:nth-child(2) > div .inner-career button:hover > svg > rect {
  fill: #F5F2F0;
}

main.temp-CAREERS .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

main.temp-CAREERS .modal.open {
  display: block;
}

main.temp-CAREERS .modal .inner-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-45%);
          transform: translateX(-50%) translateY(-45%);
  background-color: #ffffff;
  padding: 4vh;
  max-height: 70vh;
  min-width: 60vw;
  overflow: auto;
}

@media (max-width: 1024px) {
  main.temp-CAREERS .modal .inner-modal {
    padding: 2vh;
    width: calc(90vw - 4vh);
    max-height: 80vh;
  }
}

main.temp-CAREERS .modal .inner-modal span {
  display: block;
}

main.temp-CAREERS .modal .inner-modal .title {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.7vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-bottom: 2vh;
}

@media (max-width: 1680px) {
  main.temp-CAREERS .modal .inner-modal .title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS .modal .inner-modal .title {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS .modal .inner-modal .title {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS .modal .inner-modal .title {
    margin-bottom: 3vh;
  }
}

main.temp-CAREERS .modal .inner-modal .sub-title {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CAREERS .modal .inner-modal .sub-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CAREERS .modal .inner-modal .sub-title {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS .modal .inner-modal .sub-title {
    font-size: 5vw;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS .modal .inner-modal .sub-title {
    margin-bottom: 3vh;
    font-size: 5vw;
  }
}

main.temp-CAREERS .modal .inner-modal p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 1024px) {
  main.temp-CAREERS .modal .inner-modal p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CAREERS .modal .inner-modal p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CAREERS .modal .inner-modal p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CAREERS .modal .inner-modal p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1680px) {
  main.temp-CAREERS .modal .inner-modal p {
    margin-bottom: 10px;
  }
}

main.temp-CAREERS .modal .inner-modal .close-modal {
  position: fixed;
  cursor: pointer;
  top: 2vh;
  right: 2vh;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (hover: hover) {
  main.temp-CAREERS .modal .inner-modal .close-modal:hover {
    opacity: 0.6;
  }
}

main.temp-CONTACT {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT {
    padding-top: 60px;
  }
}

main.temp-CONTACT .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-CONTACT .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-CONTACT .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
}

@media (max-width: 1920px) {
  main.temp-CONTACT .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-CONTACT .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-CONTACT .header h2 {
    font-size: 8vw;
  }
}

main.temp-CONTACT > section.module-one-contact-page {
  width: 90%;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page {
    margin: 7vh auto 0;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div {
    -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;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child {
  width: 30%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child {
    width: 100%;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-bottom: 40px !important;
}

@media (max-width: 1680px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > h3 {
    margin-bottom: 4vh !important;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > span {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #495B5F;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > span {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > span {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > span {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:first-child > span {
    text-align: center;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > span {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 1vw;
  color: #495B5F;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > span {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  color: #495B5F;
  text-align: center;
  margin: 0.5vh 0 !important
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > p {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > p.module-one-contact-page-city {
  font-weight: 300 !important;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > a {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
  text-align: center;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:first-child > div:nth-child(2) > div > a {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) {
  width: 60%;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) {
    width: 100%;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form {
  margin-top: 60px;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form {
    margin-top: 6vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > div span, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > div p {
  width: 48%;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > div span:nth-child(2), main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > div p:nth-child(2) {
  display: none;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > div span > input, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > div p > input {
  width: 100%;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > p {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > p {
    margin-top: 3vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > p > span {
  width: 100%;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > p > span > input, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div > p > span select {
  width: 100%;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #343a3e;
  height: 30px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select {
    font-size: 1.5vh;
    height: 3vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input::-webkit-input-placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input:-ms-input-placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select:-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input::-ms-input-placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select::-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input::placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select::placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input::-webkit-input-placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select::-webkit-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input:-ms-input-placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select:-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input::-ms-input-placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select::-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input::placeholder, main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div select::placeholder {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea {
  width: 97%;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #343a3e;
  height: 90px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea {
    margin-top: .5vh;
    padding: .5vh 1vh;
    font-size: 1.5vh;
    height: 9vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea:-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea::-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea::placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea::-webkit-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea:-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea::-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea::placeholder {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div textarea:focus {
  outline: none;
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div label > span.textarea-placeholder {
  margin-bottom: 5px;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div label > span.textarea-placeholder {
    font-size: 1.5vh;
    margin-bottom: .5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input.wpcf7-submit {
  border: none;
  justify-self: flex-end;
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
  height: 60px;
  position: relative;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input.wpcf7-submit {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input.wpcf7-submit:hover {
  background-color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div input.wpcf7-submit {
    height: 6vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form > div span.wpcf7-not-valid-tip {
    height: .5vh;
  }
}

main.temp-CONTACT > section.module-one-contact-page > div > div:nth-child(2) > form div.wpcf7-response-output {
  display: none !important;
}

main.temp-CONTACT > section.module-two-contact-page {
  width: 100%;
  background-color: #343a3e;
  padding: 60px 0;
  margin: 100px 0 50px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-two-contact-page {
    padding: 6vh 0;
    margin: 10vh 0 5vh;
  }
}

main.temp-CONTACT > section.module-two-contact-page > div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-two-contact-page > div {
    width: 95%;
    margin: 0 auto;
  }
}

main.temp-CONTACT > section.module-two-contact-page > div > div:first-child {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
  max-width: 650px;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:first-child > p {
    max-width: unset;
  }
}

main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -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: 640px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) {
    margin-top: 3vh;
  }
}

main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div {
  width: 5%;
  margin-right: 60px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div {
    width: 9%;
    margin-right: 6vh;
  }
}

@media (max-width: 768px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div {
    width: 11%;
  }
}

@media (max-width: 640px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div {
    width: 7vh;
    margin-right: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div {
    width: 7%;
    padding-top: 2%;
  }
}

main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div:last-child {
  margin-right: 0;
}

main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div > a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div > a:hover {
  opacity: 0.7;
}

main.temp-CONTACT > section.module-two-contact-page > div > div:nth-child(2) > div > a > img {
  width: 100%;
}

main.temp-CONTACT .hbspt-form {
  width: calc(70% - 150px);
  margin-left: 150px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form {
    width: 90%;
    margin: 0 0 0 5%;
  }
}

main.temp-CONTACT .hbspt-form fieldset {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form fieldset {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form .hs-form-field {
    margin-bottom: 2vh;
  }
}

main.temp-CONTACT .hbspt-form .form-columns-2, main.temp-CONTACT .hbspt-form .form-columns-1 {
  max-width: unset;
}

main.temp-CONTACT .hbspt-form .hs_recaptcha {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form .hs_recaptcha {
    margin-bottom: 4vh;
  }
}

main.temp-CONTACT .hbspt-form input, main.temp-CONTACT .hbspt-form select {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #343a3e;
  height: 30px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form input, main.temp-CONTACT .hbspt-form select {
    font-size: 1.5vh;
    height: 3vh;
  }
}

main.temp-CONTACT .hbspt-form input::-webkit-input-placeholder, main.temp-CONTACT .hbspt-form select::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT .hbspt-form input:-ms-input-placeholder, main.temp-CONTACT .hbspt-form select:-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT .hbspt-form input::-ms-input-placeholder, main.temp-CONTACT .hbspt-form select::-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT .hbspt-form input::placeholder, main.temp-CONTACT .hbspt-form select::placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form input::-webkit-input-placeholder, main.temp-CONTACT .hbspt-form select::-webkit-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT .hbspt-form input:-ms-input-placeholder, main.temp-CONTACT .hbspt-form select:-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT .hbspt-form input::-ms-input-placeholder, main.temp-CONTACT .hbspt-form select::-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT .hbspt-form input::placeholder, main.temp-CONTACT .hbspt-form select::placeholder {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT .hbspt-form textarea {
  width: 98% !important;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #343a3e;
  height: 90px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form textarea {
    height: 9vh;
    width: 90% !important;
    font-size: 1.5vh;
  }
}

main.temp-CONTACT .hbspt-form textarea::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT .hbspt-form textarea:-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT .hbspt-form textarea::-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT .hbspt-form textarea::placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form textarea::-webkit-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT .hbspt-form textarea:-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT .hbspt-form textarea::-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT .hbspt-form textarea::placeholder {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT .hbspt-form textarea:focus {
  outline: none;
}

main.temp-CONTACT .hbspt-form label span.textarea-placeholder {
  margin-bottom: 5px;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form label span.textarea-placeholder {
    font-size: 1.5vh;
    margin-bottom: .5vh;
  }
}

main.temp-CONTACT .hbspt-form label span {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form label span {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT .hbspt-form .hs-button {
  border: none;
  justify-self: flex-end;
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
  height: 60px;
  position: relative;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form .hs-button {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-CONTACT .hbspt-form .hs-button:hover {
  background-color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form .hs-button {
    height: 6vh;
  }
}

main.temp-CONTACT .hbspt-form span, main.temp-CONTACT .hbspt-form p {
  width: 48%;
}

main.temp-CONTACT .hbspt-form span:nth-child(2), main.temp-CONTACT .hbspt-form p:nth-child(2) {
  display: none;
}

main.temp-CONTACT .hbspt-form span > input, main.temp-CONTACT .hbspt-form p > input {
  width: 100%;
}

main.temp-CONTACT .hbspt-form .hs-error-msg {
  margin-top: 5px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.8vw;
  color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form .hs-error-msg {
    margin-top: 0.5vh;
  }
}

@media (max-width: 1024px) {
  main.temp-CONTACT .hbspt-form .actions {
    width: 95%;
  }
}

main.temp-CONTACT form {
  margin-top: 60px;
}

main.temp-CONTACT form > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.temp-CONTACT form > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.temp-CONTACT form > div > div span, main.temp-CONTACT form > div > div p {
  width: 48%;
}

main.temp-CONTACT form > div > div span:nth-child(2), main.temp-CONTACT form > div > div p:nth-child(2) {
  display: none;
}

main.temp-CONTACT form > div > div span > input, main.temp-CONTACT form > div > div p > input {
  width: 100%;
}

main.temp-CONTACT form > div > p {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div > p {
    margin-top: 3vh;
  }
}

main.temp-CONTACT form > div > p > span {
  width: 100%;
}

main.temp-CONTACT form > div > p > span > input, main.temp-CONTACT form > div > p > span select {
  width: 100%;
}

main.temp-CONTACT form > div input, main.temp-CONTACT form > div select {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #343a3e;
  height: 30px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div input, main.temp-CONTACT form > div select {
    font-size: 1.5vh;
    height: 3vh;
  }
}

main.temp-CONTACT form > div input::-webkit-input-placeholder, main.temp-CONTACT form > div select::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT form > div input:-ms-input-placeholder, main.temp-CONTACT form > div select:-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT form > div input::-ms-input-placeholder, main.temp-CONTACT form > div select::-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT form > div input::placeholder, main.temp-CONTACT form > div select::placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div input::-webkit-input-placeholder, main.temp-CONTACT form > div select::-webkit-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT form > div input:-ms-input-placeholder, main.temp-CONTACT form > div select:-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT form > div input::-ms-input-placeholder, main.temp-CONTACT form > div select::-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT form > div input::placeholder, main.temp-CONTACT form > div select::placeholder {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT form > div textarea {
  width: 97%;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #343a3e;
  height: 90px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div textarea {
    font-size: 1.5vh;
    margin-top: .5vh;
    padding: .5vh 1vh;
  }
}

main.temp-CONTACT form > div textarea::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT form > div textarea:-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT form > div textarea::-ms-input-placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

main.temp-CONTACT form > div textarea::placeholder {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div textarea::-webkit-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT form > div textarea:-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT form > div textarea::-ms-input-placeholder {
    font-size: 1.5vh;
  }
  main.temp-CONTACT form > div textarea::placeholder {
    font-size: 1.5vh;
  }
}

main.temp-CONTACT form > div textarea:focus {
  outline: none;
}

main.temp-CONTACT form > div label > span.textarea-placeholder {
  margin-bottom: 5px;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 1vw;
  color: #495B5F;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div label > span.textarea-placeholder {
    font-size: 1.5vh;
    margin-bottom: .5vh;
  }
}

main.temp-CONTACT form > div input.wpcf7-submit {
  border: none;
  justify-self: flex-end;
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
  height: 60px;
  position: relative;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div input.wpcf7-submit {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-CONTACT form > div input.wpcf7-submit:hover {
  background-color: #F79420;
}

main.temp-CONTACT form > div span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  main.temp-CONTACT form > div span.wpcf7-not-valid-tip {
    margin-top: .5vh;
  }
}

main.temp-CONTACT form div.wpcf7-response-output {
  display: none !important;
}

main.temp-BLOG {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-BLOG {
    padding-top: 60px;
  }
}

main.temp-BLOG .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-BLOG .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-BLOG .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 80%;
}

@media (max-width: 1920px) {
  main.temp-BLOG .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-BLOG .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-BLOG .header h2 {
    font-size: 8vw;
  }
}

main.temp-BLOG .content {
  width: 80%;
  margin: 10vh auto;
}

main.temp-BLOG .content-selection {
  width: 80%;
  margin: 10vh auto 0 auto;
}

main.temp-BLOG .content-selection select {
  width: 100%;
  padding-bottom: 5px;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-selection select {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-BLOG .content-selection select {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-BLOG .content-selection select {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-BLOG .content-selection select {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-selection select {
    padding-bottom: .5vh;
  }
}

main.temp-BLOG .content-post .elem-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-left: 10%;
  margin-right: 0;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vh;
  }
}

main.temp-BLOG .content-post .elem-blog:last-child {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog:last-child {
    margin-bottom: 8vh;
  }
}

main.temp-BLOG .content-post .elem-blog:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 10%;
  margin-left: 0;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }
}

main.temp-BLOG .content-post .elem-blog:nth-child(even) .part.left {
  padding-left: 60px;
  padding-right: 0;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog:nth-child(even) .part.left {
    padding-left: 0;
  }
}

main.temp-BLOG .content-post .elem-blog .part {
  width: 50%;
  min-height: 10vh;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part {
    width: 100%;
  }
}

main.temp-BLOG .content-post .elem-blog .part.left {
  width: calc(50% - 60px);
  padding-left: 0;
  padding-right: 60px;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part.left {
    width: 100%;
    padding-right: 0px;
  }
}

main.temp-BLOG .content-post .elem-blog .part.left .date {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part.left .date {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-BLOG .content-post .elem-blog .part.left .date {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-BLOG .content-post .elem-blog .part.left .date {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-BLOG .content-post .elem-blog .part.left .date {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part.left .date {
    padding-bottom: .4vh;
  }
}

main.temp-BLOG .content-post .elem-blog .part.left .publisher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part.left .publisher {
    margin-top: 0;
  }
}

main.temp-BLOG .content-post .elem-blog .part.left .publisher .picture {
  position: relative;
  height: 7vh;
  width: 7vh;
  border-radius: 50%;
  overflow: hidden;
}

main.temp-BLOG .content-post .elem-blog .part.left .publisher .picture img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

main.temp-BLOG .content-post .elem-blog .part.left .publisher span {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
  display: block;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part.left .publisher span {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-BLOG .content-post .elem-blog .part.left .publisher span {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-BLOG .content-post .elem-blog .part.left .publisher span {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-BLOG .content-post .elem-blog .part.left .publisher span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part.left .publisher span {
    margin-bottom: 0;
    margin-left: 3vw;
  }
}

main.temp-BLOG .content-post .elem-blog .part.right {
  position: relative;
  overflow: hidden;
  background-color: #DFE3E6;
  height: 800px;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part.right {
    height: 40vh;
    margin-bottom: 1vh;
  }
}

main.temp-BLOG .content-post .elem-blog .part.right .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

main.temp-BLOG .content-post .elem-blog .part.right svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 100%;
}

main.temp-BLOG .content-post .elem-blog .part h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-bottom: 0;
}

@media (max-width: 1680px) {
  main.temp-BLOG .content-post .elem-blog .part h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-BLOG .content-post .elem-blog .part h3 {
    margin-bottom: 3vh;
  }
}

main.temp-BLOG .content-post .elem-blog .part p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-BLOG .content-post .elem-blog .part p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-BLOG .content-post .elem-blog .part p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-BLOG .content-post .elem-blog .part p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part p {
    margin-top: 1vh !important;
  }
}

main.temp-BLOG .content-post .elem-blog .part a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: inline-block;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-BLOG .content-post .elem-blog .part a:hover {
  background-color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-BLOG .content-post .elem-blog .part a {
    margin-top: 1vh;
    text-align: center;
  }
}

main.temp-BLOG .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10vh auto;
}

main.temp-BLOG .pagination .inner-pagination {
  display: inline;
  margin: 0 auto;
}

main.temp-BLOG .pagination .inner-pagination .page-numbers {
  font-family: 'Lato';
  display: inline;
  padding: 10px 15px;
  background-color: #343a3e;
  border: 1px solid #343a3e;
  color: #ffffff;
}

@media (max-width: 1024px) {
  main.temp-BLOG .pagination .inner-pagination .page-numbers {
    padding: 1.3vh 1.7vh;
  }
}

main.temp-BLOG .pagination .inner-pagination .page-numbers.current {
  background-color: #F79420;
  color: #343a3e;
}

main.temp-BLOG .pagination .inner-pagination a:hover {
  background-color: #5AC8FF;
  color: #343a3e;
}

main.temp-LEADERSHIP {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP {
    padding-top: 60px;
  }
}

main.temp-LEADERSHIP .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-LEADERSHIP .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-LEADERSHIP .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1920px) {
  main.temp-LEADERSHIP .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-LEADERSHIP .header h2 {
    font-size: 8vw;
  }
}

main.temp-LEADERSHIP .content {
  width: 80%;
  margin: 5vh auto;
}

main.temp-LEADERSHIP .content .introduction {
  margin-bottom: 4vh;
}

main.temp-LEADERSHIP .content .introduction p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .content .introduction p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-LEADERSHIP .content .introduction p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-LEADERSHIP .content .introduction p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-LEADERSHIP .content .introduction p {
    margin-bottom: 2vh;
  }
}

main.temp-LEADERSHIP .content .inner-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.temp-LEADERSHIP .content .elem-leader {
  width: calc(calc(100% / 3) + 10px);
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main.temp-LEADERSHIP .content .elem-leader:nth-last-child(2) {
  border-bottom: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-last-child(3) {
  border-bottom: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(1) {
  border-top: 0;
  border-left: 0;
  width: calc(calc(100% / 3) + 10px);
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(2) {
  border-top: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(3) {
  border-top: 0;
  border-right: 0;
  width: calc(calc(100% / 3) - 20px);
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(3n + 1) {
  border-left: 0;
  width: calc(calc(100% / 3));
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(3n) {
  border-right: 0;
  width: calc(calc(100% / 3) - 20px);
}

main.temp-LEADERSHIP .content .elem-leader:last-child {
  border-bottom: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(1) .inner, main.temp-LEADERSHIP .content .elem-leader:nth-child(1) .label {
  margin-left: 0;
  margin-top: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(2) .inner, main.temp-LEADERSHIP .content .elem-leader:nth-child(2) .label {
  margin-top: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(3) .inner, main.temp-LEADERSHIP .content .elem-leader:nth-child(3) .label {
  margin-right: 0;
  margin-top: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(3n + 1) .inner, main.temp-LEADERSHIP .content .elem-leader:nth-child(3n + 1) .label {
  margin-left: 0;
}

main.temp-LEADERSHIP .content .elem-leader:nth-child(3n) .inner, main.temp-LEADERSHIP .content .elem-leader:nth-child(3n) .label {
  margin-right: 0;
}

main.temp-LEADERSHIP .content .elem-leader:last-child .inner, main.temp-LEADERSHIP .content .elem-leader:last-child .label {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  main.temp-LEADERSHIP .content .elem-leader {
    width: 100% !important;
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid #000;
  }
}

main.temp-LEADERSHIP .content .elem-leader .label {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.temp-LEADERSHIP .content .elem-leader .label .name-title {
  width: calc(100% - 80px);
  margin-left: 20px;
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title {
    width: calc(100% - 8vh);
    margin-left: 2vh;
  }
}

main.temp-LEADERSHIP .content .elem-leader .label .name-title h3 {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  font-weight: 800;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h3 {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h3 {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h3 {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h3 {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h3 {
    font-size: 1.5vw;
  }
}

@media (max-width: 1023px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h3 {
    font-size: 2.2vw;
  }
}

main.temp-LEADERSHIP .content .elem-leader .label .name-title h4 {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  font-weight: 800;
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h4 {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h4 {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h4 {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h4 {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h4 {
    font-size: 1.4vw;
  }
}

@media (max-width: 1023px) {
  main.temp-LEADERSHIP .content .elem-leader .label .name-title h4 {
    font-size: 2vw;
  }
}

main.temp-LEADERSHIP .content .elem-leader .label .link-linkedin {
  display: block;
  width: 60px;
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-LEADERSHIP .content .elem-leader .label .link-linkedin {
    width: 4.5vh;
  }
}

main.temp-LEADERSHIP .content .elem-leader .label .link-linkedin svg {
  width: 100%;
}

main.temp-LEADERSHIP .content .elem-leader .inner {
  position: relative;
  overflow: hidden;
  height: 45vh;
  background-color: #ffffff;
  margin: 20px;
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-LEADERSHIP .content .elem-leader .inner {
    height: 35vh;
  }
}

@media (max-width: 1023px) {
  main.temp-LEADERSHIP .content .elem-leader .inner {
    margin: 2vh auto !important;
  }
}

main.temp-LEADERSHIP .content .elem-leader .inner .image {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  overflow: hidden;
}

main.temp-LEADERSHIP .content .elem-leader .inner .text {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  padding: 30px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 1023px) {
  main.temp-LEADERSHIP .content .elem-leader .inner .text {
    height: calc(100% - 6vh);
    width: calc(100% - 6vh);
    padding: 3vh;
  }
}

main.temp-LEADERSHIP .content .elem-leader .inner .text::-webkit-scrollbar {
  display: none;
}

main.temp-LEADERSHIP .content .elem-leader .inner .text span {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #ffffff;
}

@media (max-width: 1024px) {
  main.temp-LEADERSHIP .content .elem-leader .inner .text span {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-LEADERSHIP .content .elem-leader .inner .text span {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-LEADERSHIP .content .elem-leader .inner .text span {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-LEADERSHIP .content .elem-leader .inner .text span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1023px) and (min-width: 500px) {
  main.temp-LEADERSHIP .content .elem-leader .inner .text span {
    font-size: 2.7vw !important;
  }
}

main.temp-LEADERSHIP .content .elem-leader:hover .inner .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main.temp-INVESTOR {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR {
    padding-top: 60px;
  }
}

main.temp-INVESTOR .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-INVESTOR .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-INVESTOR .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
}

@media (max-width: 1920px) {
  main.temp-INVESTOR .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-INVESTOR .header h2 {
    font-size: 8vw;
  }
}

main.temp-INVESTOR .content {
  width: 80%;
  margin: 10vh auto;
}

main.temp-INVESTOR .content .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-INVESTOR .content .inner-content .left {
  width: 50%;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .left {
    width: 100%;
  }
}

main.temp-INVESTOR .content .inner-content .left h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-INVESTOR .content .inner-content .left h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .left h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-INVESTOR .content .inner-content .left h3 {
    margin-bottom: 3vh;
  }
}

main.temp-INVESTOR .content .inner-content .left p {
  padding-right: 10vh;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .left p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-INVESTOR .content .inner-content .left p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-INVESTOR .content .inner-content .left p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-INVESTOR .content .inner-content .left p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .left p {
    padding-right: 0;
  }
}

main.temp-INVESTOR .content .inner-content .right {
  width: 50%;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .right {
    width: 100%;
  }
}

main.temp-INVESTOR .content .inner-content .right h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-INVESTOR .content .inner-content .right h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .right h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-INVESTOR .content .inner-content .right h3 {
    margin-bottom: 3vh;
  }
}

main.temp-INVESTOR .content .inner-content .right h4 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.7vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 1680px) {
  main.temp-INVESTOR .content .inner-content .right h4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .right h4 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-INVESTOR .content .inner-content .right h4 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  main.temp-INVESTOR .content .inner-content .right h4 {
    margin-bottom: 3vh;
  }
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .right .cont-elem-report {
    margin-top: 4vh;
  }
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report:first-child {
  margin-top: 0;
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report {
    margin-top: 2vh;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report {
  padding: 5px 30px;
  text-align: center;
  border-right: 1px solid #000000;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report {
    width: calc(100% / 4);
    padding: 0.5vh 6vw;
  }
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report:first-child {
  padding-left: 0;
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report:last-child {
  border: 0;
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report a {
  color: #343a3e;
}

main.temp-INVESTOR .content .inner-content .right .cont-elem-report .list-report .elem-report a:hover {
  text-decoration: underline;
}

main.temp-DIRECTOR {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-DIRECTOR {
    padding-top: 60px;
  }
}

main.temp-DIRECTOR .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-DIRECTOR .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-DIRECTOR .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
}

@media (max-width: 1920px) {
  main.temp-DIRECTOR .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-DIRECTOR .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-DIRECTOR .header h2 {
    font-size: 8vw;
  }
}

main.temp-DIRECTOR .elem-director {
  width: 80%;
  margin: 7.5vh auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.temp-DIRECTOR .elem-director:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  main.temp-DIRECTOR .elem-director:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main.temp-DIRECTOR .elem-director.first {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 960px) {
  main.temp-DIRECTOR .elem-director.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 960px) {
  main.temp-DIRECTOR .elem-director {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 90%;
    margin: 4vh 5%;
  }
}

main.temp-DIRECTOR .elem-director .part {
  width: 50%;
}

@media (max-width: 960px) {
  main.temp-DIRECTOR .elem-director .part {
    width: 100%;
  }
}

main.temp-DIRECTOR .elem-director .part .visual {
  position: relative;
  margin: 0 auto;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F79420;
}

@media (max-width: 960px) {
  main.temp-DIRECTOR .elem-director .part .visual {
    width: 80vw;
    height: 80vw;
    margin-bottom: 2vh;
  }
}

main.temp-DIRECTOR .elem-director .part .visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

main.temp-DIRECTOR .elem-director .part h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-DIRECTOR .elem-director .part h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-DIRECTOR .elem-director .part h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-DIRECTOR .elem-director .part h3 {
    margin-bottom: 3vh;
  }
}

main.temp-DIRECTOR .elem-director .part p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-DIRECTOR .elem-director .part p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-DIRECTOR .elem-director .part p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-DIRECTOR .elem-director .part p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-DIRECTOR .elem-director .part p {
    margin-bottom: 2vh;
  }
}

main.temp-DIRECTOR .elem-video {
  background-color: #343a3e;
  padding: 7.5vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  main.temp-DIRECTOR .elem-video {
    padding: 2vh 0;
  }
}

main.temp-DIRECTOR .elem-video .embed {
  margin: 0 auto;
}

@media (max-width: 767px) {
  main.temp-DIRECTOR .elem-video .embed iframe {
    width: 90vw;
    height: auto;
  }
}

main.temp-RESSOURCES {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES {
    padding-top: 60px;
  }
}

main.temp-RESSOURCES .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-RESSOURCES .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
}

@media (max-width: 1920px) {
  main.temp-RESSOURCES .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-RESSOURCES .header h2 {
    font-size: 8vw;
  }
}

main.temp-RESSOURCES .content {
  width: 80%;
  margin: 10vh auto;
}

main.temp-RESSOURCES .content .content-selection span {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .content-selection span {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-RESSOURCES .content .content-selection span {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-RESSOURCES .content .content-selection span {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-RESSOURCES .content .content-selection span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .content-selection span {
    margin-bottom: 1vh;
  }
}

main.temp-RESSOURCES .content .content-selection .inner-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
  padding: 10px 0;
  text-align: center;
  width: calc(100% / 6);
  background-color: #A9A9A9;
  margin-right: 20px;
  border: 1px solid #343a3e;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #343a3e;
  margin-top: 15px;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  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;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 13px;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    margin-top: 1.5vh;
    margin-right: 2vh;
    border-radius: 1.3vh;
  }
}

main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection:last-child {
  margin-right: 0;
}

main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection.selected {
  background-color: #F79420;
  color: #343a3e;
}

main.temp-RESSOURCES .content .content-selection .inner-selection .elem-selection:hover {
  opacity: 0.7;
}

main.temp-RESSOURCES .content .cont-ressources {
  margin-top: 10vh;
}

main.temp-RESSOURCES .content .cont-ressources h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.7vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-RESSOURCES .content .cont-ressources h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-RESSOURCES .content .cont-ressources h3 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  main.temp-RESSOURCES .content .cont-ressources h3 {
    margin-bottom: 3vh;
  }
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 530px;
  overflow: hidden;
  -webkit-transition: height 1s;
  transition: height 1s;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource {
    height: 1890px;
    height: 139vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress {
  width: calc(calc(100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress {
    height: 650px !important;
  }
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress {
    width: 100%;
    margin-right: 0;
    height: 400px;
    height: unset !important;
  }
}

@media (max-width: 960px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress {
    height: 400px;
  }
}

@media (max-width: 720px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress {
    height: 350px;
  }
}

@media (max-width: 600px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress {
    height: 300px;
  }
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress:nth-child(3n) {
  margin-right: 0;
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .image {
  position: relative;
  width: 100%;
  height: 25vh;
  overflow: hidden;
  background-size: cover;
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .image img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text {
  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: 20px 20px 40px 20px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text {
    padding: 2vh 2vh 4vh 2vh;
  }
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .title {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1680px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .title {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .title {
    font-size: 5vw;
  }
}

@media (max-width: 480px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .title {
    margin-bottom: 3vh;
    font-size: 5vw;
  }
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .title {
    margin-bottom: 2vh;
  }
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .text {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .text {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .text {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .text {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .text {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .text {
    font-size: 2.7vw !important;
  }
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .cta {
  background-color: #343a3e;
  min-width: 100px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1vw;
  color: #ffffff;
  padding: 5px 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  justify-self: flex-end;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .cta {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: .5vh;
  }
}

main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .cta:hover {
  background-color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .inner-ressource .elem-ress .cont-text .cta {
    margin-top: 2vh;
  }
}

main.temp-RESSOURCES .content .cont-ressources .btn-more {
  width: 100%;
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .btn-more {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-RESSOURCES .content .cont-ressources .btn-more:hover {
  background-color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-RESSOURCES .content .cont-ressources .btn-more {
    padding-left: 0;
    padding-right: 0;
  }
}

main.temp-SINGLE {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-SINGLE {
    padding-top: 60px;
  }
}

main.temp-SINGLE .header {
  position: relative;
  height: 45vh;
  width: 100%;
  background-size: cover;
}

main.temp-SINGLE .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-SINGLE .content {
  width: 70%;
  margin: 0 auto 10vh auto;
}

@media (max-width: 960px) {
  main.temp-SINGLE .content {
    width: 90%;
  }
}

main.temp-SINGLE .content img {
  display: block;
  width: auto;
  height: 55vh;
  margin: 0 auto;
  max-height:422px;
}

@media (max-width: 1180px) {
  main.temp-SINGLE .content img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content img {
    margin-bottom: 2vh;
  }
}

main.temp-SINGLE .content h2 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #343a3e;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1920px) {
  main.temp-SINGLE .content h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-SINGLE .content h2 {
    font-size: 8vw;
  }
}

main.temp-SINGLE .content .pre-content {
  margin-bottom: 40px;
}

main.temp-SINGLE .content .pre-content .date {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #343a3e;
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .pre-content .date {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-SINGLE .content .pre-content .date {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-SINGLE .content .pre-content .date {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-SINGLE .content .pre-content .date {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .pre-content .date {
    margin-top: 2vh;
    padding-bottom: 1vh;
  }
}

main.temp-SINGLE .content .pre-content .publisher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .pre-content .publisher {
    margin-top: 2vh;
  }
}

main.temp-SINGLE .content .pre-content .publisher .picture {
  position: relative;
  height: 7vh;
  width: 7vh;
  border-radius: 50%;
  overflow: hidden;
}

main.temp-SINGLE .content .pre-content .publisher .picture img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

main.temp-SINGLE .content .pre-content .publisher span {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #343a3e;
  display: block;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .pre-content .publisher span {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-SINGLE .content .pre-content .publisher span {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  main.temp-SINGLE .content .pre-content .publisher span {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  main.temp-SINGLE .content .pre-content .publisher span {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .pre-content .publisher span {
    margin-left: 1vh;
  }
}

main.temp-SINGLE .content .content-post {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .content-post {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-SINGLE .content .content-post {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-SINGLE .content .content-post {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-SINGLE .content .content-post {
    margin-bottom: 2vh;
  }
}

main.temp-SINGLE .content .content-post h4 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.7vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 1680px) {
  main.temp-SINGLE .content .content-post h4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .content-post h4 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-SINGLE .content .content-post h4 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  main.temp-SINGLE .content .content-post h4 {
    margin-bottom: 3vh;
  }
}

@media (max-width: 1680px) {
  main.temp-SINGLE .content .content-post h4 {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .content-post h4 {
    margin-top: 5vh;
  }
}

main.temp-SINGLE .content .content-post p {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  main.temp-SINGLE .content .content-post p {
    margin-bottom: 6vw !important;
  }
}

main.temp-SINGLE .content .content-post p img {
  width: 100%;
  height: auto;
  margin: 40px auto;
}

@media (max-width: 1024px) {
  main.temp-SINGLE .content .content-post p img {
    margin: 4vh auto;
  }
}

main.temp-PRESS {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1023px) {
  main.temp-PRESS {
    padding-top: 60px;
  }
}

main.temp-PRESS .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-PRESS .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-PRESS .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 80%;
}

@media (max-width: 1920px) {
  main.temp-PRESS .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-PRESS .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-PRESS .header h2 {
    font-size: 8vw;
  }
}

main.temp-PRESS .content {
  width: 80%;
  margin: 10vh auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.temp-PRESS .content .elem-press {
  width: calc(calc(100% - 84px) / 3);
  border: 1px solid #000000;
  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;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press {
    width: 100%;
    padding: 0 !important;
    border: 0;
    border-bottom: 1px solid #000000;
    margin-top: 4vh;
  }
  main.temp-PRESS .content .elem-press:first-child {
    margin-top: 0;
  }
}

main.temp-PRESS .content .elem-press:nth-child(1) {
  padding: 0 20px 20px 0;
  border-top: 0;
  border-left: 0;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press:nth-child(1) {
    border-bottom: 1px solid #000000;
    padding: 0 2vh 2vh 0;
  }
}

main.temp-PRESS .content .elem-press:nth-child(2) {
  padding: 0 20px 20px 20px;
  border-top: 0;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press:nth-child(2) {
    border-bottom: 1px solid #000000;
    padding: 0 2vh 2vh 2vh;
  }
}

main.temp-PRESS .content .elem-press:nth-child(3) {
  padding: 0 0 20px 20px;
  border-top: 0;
  border-right: 0;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press:nth-child(3) {
    border-bottom: 1px solid #000000;
    padding: 0 0 2vh 2vh;
  }
}

main.temp-PRESS .content .elem-press:nth-child(4) {
  padding: 20px 20px 0 0;
  border-bottom: 0;
  border-left: 0;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press:nth-child(4) {
    border-bottom: 1px solid #000000;
    padding: 2vh 2vh 0 0;
  }
}

main.temp-PRESS .content .elem-press:nth-child(5) {
  padding: 20px 20px 0 20px;
  border-bottom: 0;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press:nth-child(5) {
    border-bottom: 1px solid #000000;
    padding: 2vh 2vh 0 2vh;
  }
}

main.temp-PRESS .content .elem-press:nth-child(6) {
  padding: 20px 0 0 20px;
  border-bottom: 0;
  border-right: 0;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press:nth-child(6) {
    border-bottom: 1px solid #000000;
    padding: 2vh 0 0 2vh;
  }
}

main.temp-PRESS .content .elem-press .image {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press .image {
    height: 25vh;
  }
}

main.temp-PRESS .content .elem-press h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}

main.temp-PRESS .content .elem-press div.date{
  margin-bottom:10px;
  font-family: 'Century Gothic';
  font-weight: 400;
}

@media (max-width: 1680px) {
  main.temp-PRESS .content .elem-press h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-PRESS .content .elem-press h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-PRESS .content .elem-press h3 {
    font-size: 5vw;
  }
}

@media (max-width: 480px) {
  main.temp-PRESS .content .elem-press h3 {
    margin-bottom: 3vh;
    font-size: 5vw;
  }
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press h3 {
    margin-top: 2vh;
  }
}

main.temp-PRESS .content .elem-press a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-PRESS .content .elem-press a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-PRESS .content .elem-press a:hover {
  background-color: #F79420;
}

@media (max-width: 1023px) {
  main.temp-PRESS .content .elem-press a {
    margin-bottom: 4vh;
  }
}

main.temp-PRESS .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10vh auto;
}

main.temp-PRESS .pagination .inner-pagination {
  display: inline;
  margin: 0 auto;
}

main.temp-PRESS .pagination .inner-pagination .page-numbers {
  font-family: 'Lato';
  display: inline;
  padding: 10px 15px;
  background-color: #343a3e;
  border: 1px solid #343a3e;
  color: #ffffff;
}

@media (max-width: 1023px) {
  main.temp-PRESS .pagination .inner-pagination .page-numbers {
    padding: 1vh 1.5vh;
  }
}

main.temp-PRESS .pagination .inner-pagination .page-numbers.current {
  background-color: #F79420;
  color: #343a3e;
}

main.temp-PRESS .pagination .inner-pagination a:hover {
  background-color: #5AC8FF;
  color: #343a3e;
}

main.temp-CUSTOMER {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER {
    padding-top: 60px;
  }
}

main.temp-CUSTOMER .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-CUSTOMER .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-CUSTOMER .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
}

@media (max-width: 1920px) {
  main.temp-CUSTOMER .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-CUSTOMER .header h2 {
    font-size: 8vw;
  }
}

main.temp-CUSTOMER .block-cta {
  width: 100%;
}

main.temp-CUSTOMER .block-cta .inner-block-cta {
  width: 80%;
  margin: 5vh auto;
  color: #000000;
  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;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-cta .inner-block-cta {
    width: calc(90%);
    margin: 2vh auto;
  }
}

main.temp-CUSTOMER .block-cta .inner-block-cta h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.7vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 1680px) {
  main.temp-CUSTOMER .block-cta .inner-block-cta h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-cta .inner-block-cta h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CUSTOMER .block-cta .inner-block-cta h3 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  main.temp-CUSTOMER .block-cta .inner-block-cta h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CUSTOMER .block-cta .inner-block-cta a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-cta .inner-block-cta a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-CUSTOMER .block-cta .inner-block-cta a:hover {
  background-color: #F79420;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-cta .inner-block-cta a {
    margin-top: 5vh;
  }
}

main.temp-CUSTOMER .block-cta .inner-block-cta a:hover {
  background-color: #5AC8FF;
}

main.temp-CUSTOMER .block-cta.black {
  background-color: #343a3e;
}

main.temp-CUSTOMER .block-cta.black h3 {
  color: #ffffff;
}

main.temp-CUSTOMER .block-cta.black a {
  color: #343a3e !important;
  background-color: #ffffff;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-cta.black a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-CUSTOMER .block-cta.black a:hover {
  background-color: #343a3e !important;
  color: #ffffff !important;
}

main.temp-CUSTOMER .block-cta.black a:hover {
  background-color: #5AC8FF !important;
}

main.temp-CUSTOMER .block-picture {
  width: 90%;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture {
    margin: 2vh auto;
  }
}

main.temp-CUSTOMER .block-picture .inner-block-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture {
  width: calc(50% - 80px);
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture {
    width: calc(100%);
  }
}

main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture h3 {
    margin-bottom: 3vh;
  }
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture h3 {
    margin-top: 2vh;
  }
}

main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text {
    margin-bottom: 2vh;
  }
}

main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text ul {
  margin-top: 20px;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 25px;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text ul {
    margin-left: 2.5vh;
  }
}

main.temp-CUSTOMER .block-picture .inner-block-picture .content-picture .text li {
  display: list-item;
  list-style: disc;
}

main.temp-CUSTOMER .block-picture .inner-block-picture .picture-picture {
  width: 50%;
  height: 800px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture .inner-block-picture .picture-picture {
    width: calc(100%);
    height: 25vh;
  }
}

main.temp-CUSTOMER .block-picture.right {
  margin: 0 0 0 10%;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture.right {
    margin: 2vh auto;
  }
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture.right .inner-block-picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main.temp-CUSTOMER .block-picture.right .inner-block-picture .content-picture {
  padding-right: 80px;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture.right .inner-block-picture .content-picture {
    padding-right: 0px;
  }
}

main.temp-CUSTOMER .block-picture.left {
  margin: 0 10% 0 0;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture.left {
    margin: 2vh auto;
  }
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture.left .inner-block-picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-CUSTOMER .block-picture.left .inner-block-picture .content-picture {
  padding-left: 80px;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-picture.left .inner-block-picture .content-picture {
    padding-left: 0px;
  }
}

main.temp-CUSTOMER .block-double-content {
  width: 80%;
  margin: 5vh auto 0vh auto;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-double-content {
    width: calc(90%);
  }
}

main.temp-CUSTOMER .block-double-content h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CUSTOMER .block-double-content h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-double-content h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-CUSTOMER .block-double-content h3 {
    margin-bottom: 3vh;
  }
}

main.temp-CUSTOMER .block-double-content .sub-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-double-content .sub-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-CUSTOMER .block-double-content .sub-double .side {
  width: calc(50% - 40px);
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side {
    width: calc(100%);
  }
}

main.temp-CUSTOMER .block-double-content .sub-double .side h4 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.7vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side h4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side h4 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side h4 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side h4 {
    margin-bottom: 3vh;
  }
}

main.temp-CUSTOMER .block-double-content .sub-double .side .text {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side .text {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side .text {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side .text {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side .text {
    margin-bottom: 2vh;
  }
}

main.temp-CUSTOMER .block-double-content .sub-double .side.left {
  padding-right: 40px;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side.left {
    padding-right: 4vh;
  }
}

main.temp-CUSTOMER .block-double-content .sub-double .side.right {
  padding-left: 40px;
}

@media (max-width: 960px) {
  main.temp-CUSTOMER .block-double-content .sub-double .side.right {
    padding-left: 4vh;
  }
}

main.temp-SOLUTIONSERVICE {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE {
    padding-top: 60px;
  }
}

main.temp-SOLUTIONSERVICE .header {
  position: relative;
  height: 35vh;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-SOLUTIONSERVICE .header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

main.temp-SOLUTIONSERVICE .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
}

@media (max-width: 1920px) {
  main.temp-SOLUTIONSERVICE .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONSERVICE .header h2 {
    font-size: 8vw;
  }
}

main.temp-SOLUTIONSERVICE .content {
  width: 90%;
  margin: 10vh auto 10vh 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content {
    margin: 5vh auto;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main.temp-SOLUTIONSERVICE .content .part {
  width: 50%;
  background-size: cover;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content .part {
    width: 100%;
  }
}

main.temp-SOLUTIONSERVICE .content .part h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-top: 5vh;
}

@media (max-width: 1680px) {
  main.temp-SOLUTIONSERVICE .content .part h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content .part h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-SOLUTIONSERVICE .content .part h3 {
    margin-bottom: 3vh;
  }
}

main.temp-SOLUTIONSERVICE .content .part .text p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content .part .text p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-SOLUTIONSERVICE .content .part .text p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-SOLUTIONSERVICE .content .part .text p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-SOLUTIONSERVICE .content .part .text p {
    margin-bottom: 2vh;
  }
}

main.temp-SOLUTIONSERVICE .content .part a {
  background-color: #343a3e;
  min-width: 150px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  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;
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.3vw;
  color: #ffffff;
  padding: 14px 34px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content .part a {
    font-size: 2vh;
    padding: 1.2vh 2.3vh;
    border-radius: 1vh;
  }
}

main.temp-SOLUTIONSERVICE .content .part a:hover {
  background-color: #F79420;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content .part a {
    margin-top: 2vh;
  }
}

main.temp-SOLUTIONSERVICE .content .part:nth-child(1) {
  width: calc(50% - 80px);
  padding-right: 80px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content .part:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
}

main.temp-SOLUTIONSERVICE .content .part:nth-child(2) {
  height: 900px;
}

@media (max-width: 1024px) {
  main.temp-SOLUTIONSERVICE .content .part:nth-child(2) {
    width: 100%;
    height: 300px;
    height: 30vh;
  }
}

main.temp-PRIVACY {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  main.temp-PRIVACY {
    padding-top: 60px;
  }
}

main.temp-PRIVACY .header {
  position: relative;
  height: 35vh;
  width: 100%;
  background-size: cover;
}

main.temp-PRIVACY .header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
}

@media (max-width: 1920px) {
  main.temp-PRIVACY .header h2 {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  main.temp-PRIVACY .header h2 {
    font-size: 4.5vh;
  }
}

@media (max-width: 640px) {
  main.temp-PRIVACY .header h2 {
    font-size: 8vw;
  }
}

main.temp-PRIVACY .content {
  width: 80%;
  margin: 10vh auto;
}

main.temp-PRIVACY .content h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 0;
}

@media (max-width: 1680px) {
  main.temp-PRIVACY .content h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-PRIVACY .content h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-PRIVACY .content h3 {
    font-size: 5vw;
  }
}

@media (max-width: 480px) {
  main.temp-PRIVACY .content h3 {
    margin-bottom: 3vh;
    font-size: 5vw;
  }
}

@media (max-width: 1024px) {
  main.temp-PRIVACY .content h3 {
    margin-top: 5vh;
  }
}

main.temp-PRIVACY .content p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-PRIVACY .content p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-PRIVACY .content p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-PRIVACY .content p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-PRIVACY .content p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-PRIVACY .content p {
    font-size: 1.8vh;
  }
}

@media (max-width: 1024px) {
  main.temp-PRIVACY .content li {
    font-size: 1.8vh;
  }
}

main.temp-WORK {
  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;
  background-color: #F5F2F0;
  padding-top: 100px;
}

main.temp-WORK .blue {
  color: #5AC8FF;
}

@media (max-width: 1024px) {
  main.temp-WORK {
    padding-top: 6vh;
  }
}

main.temp-WORK > section.module-one-workpage {
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 1680px) {
  main.temp-WORK > section.module-one-workpage {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage {
    padding-top: 6vh;
  }
}

main.temp-WORK > section.module-one-workpage > div {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1440px) {
  main.temp-WORK > section.module-one-workpage > div {
    width: 100%;
  }
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-one-workpage > div {
    -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;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:first-child {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 23%;
  padding-left: 50px;
  margin-top: 180px;
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child {
    width: 92%;
    margin-top: 0;
    padding-left: 0;
    padding-left: 5vh;
    margin-top: 18vh;
  }
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child {
    width: 95%;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:first-child > span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > span {
    font-size: 1.5vh;
  }
}

@media (max-width: 480px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > span {
    margin-bottom: 2vh;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  max-width: 660px;
}

@media (max-width: 1680px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:first-child > p {
    font-size: 2vh;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) {
  width: 65%;
  max-height: 700px;
  overflow: hidden;
  overflow-y: scroll;
}

@media (max-width: 1680px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) {
    max-height: 650px;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) {
    max-height: 65vh;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2)::-webkit-scrollbar {
  display: none;
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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: 960px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div {
  width: 46%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div {
    height: 55vh;
    margin-bottom: 2vh;
  }
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div {
    height: 55vh;
    width: 100%;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div:nth-child(odd) {
  margin-right: 20px;
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div:nth-child(odd) {
    margin-right: 0;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div > a {
  width: 100%;
  height: 550px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div > a {
    height: 55vh;
    width: 100%;
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div > a > span {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 1.7vw;
  line-height: 1.6em;
  color: #ffffff;
  position: relative;
  padding: 20px 20px;
  width: calc(100% - 40px);
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div > a > span {
    font-size: 1.8vh;
    padding: 2vh 2vh;
    width: calc(100% - 4vh);
  }
}

main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div > a > span > svg {
  margin: 0 0 2px 5px;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-one-workpage > div > div:nth-child(2) > div > div > a > span > svg {
    margin: 0 0 -.3vh .5vh;
  }
}

main.temp-WORK > section.module-two-workpage {
  width: 100%;
  background-color: #343a3e;
  padding: 40px 0 10px;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-two-workpage {
    padding: 4vh 0 1vh;
  }
}

main.temp-WORK > section.module-two-workpage > div {
  width: 100%;
  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;
}

main.temp-WORK > section.module-two-workpage > div > div {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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: 1440px) {
  main.temp-WORK > section.module-two-workpage > div > div {
    width: 64%;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-two-workpage > div > div {
    width: 70%;
  }
}

@media (max-width: 768px) {
  main.temp-WORK > section.module-two-workpage > div > div {
    width: 80%;
  }
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-two-workpage > div > div {
    width: 95%;
  }
}

main.temp-WORK > section.module-two-workpage > div > div > img {
  width: 13%;
  margin: 0 6% 30px 0;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-two-workpage > div > div > img {
    margin: 0 6% 3vh 0;
  }
}

main.temp-WORK > section.module-two-workpage > div > div > img:last-child {
  margin: 0 0 30px 0;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-two-workpage > div > div > img:last-child {
    margin: 0 0 3vh 0;
  }
}

main.temp-WORK > section.module-three-workpage {
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 1680px) {
  main.temp-WORK > section.module-three-workpage {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-three-workpage {
    padding-top: 6vh;
  }
}

main.temp-WORK > section.module-three-workpage > div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.temp-WORK > section.module-three-workpage > div > div:first-child {
  max-width: 750px;
  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;
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child {
    width: 95%;
    margin: 0 auto;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:first-child > h3 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > h3 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}

@media (max-width: 480px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > h3 {
    margin-bottom: 3vh;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:first-child > p {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 1.2;
  color: #343a3e;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > p {
    font-size: 1.8vw !important;
    line-height: 1.2 !important;
    margin-bottom: 5vh;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > p {
    font-size: 3vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 640px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > p {
    font-size: 4vw !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > p {
    margin-bottom: 2vh;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-three-workpage > div > div:first-child > p {
    font-size: 2vh;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;        
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) {
    -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;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div {
  /*border-right: 1px solid #343a3e;*/
  width: 29%;
  height: 550px;
  /*padding-right: 20px;
  margin-right: 20px;*/
  
}

@media (max-width: 1680px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div {
    height: 500px;
  }
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div {
    width: 95%;
    height: 55vh;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
    border-bottom: 1px solid #343a3e;
    border-right: none;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div {
  width: 100%;
  height: 100%;
  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;
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > img {
  width: 80%;
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > img {
    margin-bottom: 1.5vh;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > span {
  margin: 30px auto;
}

@media (max-width: 960px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > span {
    margin: 3vh auto;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > div {
  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;
          text-align:center;
          height:125px;
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > div > span {
  font-family: 'Lato';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.2vw;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > div > span {
    font-size: 2vh;
  }
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > div > span:first-child {
  font-weight: 900;
}

main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > div > span:last-child {
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-three-workpage > div > div:nth-child(2) > div > div > div > div > span:last-child {
    margin-top: 1vh;
  }
}

main.temp-WORK > section.module-four-workpage {
  width: 100%;
  padding: 100px 0;
}

@media (max-width: 1680px) {
  main.temp-WORK > section.module-four-workpage {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-four-workpage {
    padding-top: 6vh;
  }
}

main.temp-WORK > section.module-four-workpage > div {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  main.temp-WORK > section.module-four-workpage > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.temp-WORK > section.module-four-workpage > div > div {
  width: 45%;
  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;
}

@media (max-width: 768px) {
  main.temp-WORK > section.module-four-workpage > div > div {
    width: 100%;
  }
}

main.temp-WORK > section.module-four-workpage > div > div:first-child {
  border-right: 1px solid #343a3e;
  padding-right: 55px;
}

@media (max-width: 768px) {
  main.temp-WORK > section.module-four-workpage > div > div:first-child {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #343a3e;
    padding-bottom: 5.5vh;
    margin-bottom: 5.5vh;
  }
}

main.temp-WORK > section.module-four-workpage > div > div > img {
  max-width: 100px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  main.temp-WORK > section.module-four-workpage > div > div > img {
    margin-bottom: 4vh;
  }
}

main.temp-WORK > section.module-four-workpage > div > div > p {
  font-family: 'Century Gothic';
  font-weight: 700;
  color: #343a3e;
  font-size: 2.6vw;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-four-workpage > div > div > p {
    font-size: 2.6vh;
    margin-top: 2vh;
  }
}

main.temp-WORK > section.module-four-workpage > div > div > div {
  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;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-four-workpage > div > div > div {
    margin-top: 5vh;
  }
}

main.temp-WORK > section.module-four-workpage > div > div > div > span {
  font-family: 'Century Gothic';
  text-align: center;
  font-size: 1.6vw;
}

@media (max-width: 1024px) {
  main.temp-WORK > section.module-four-workpage > div > div > div > span {
    font-size: 2vh;
  }
}

main.temp-WORK > section.module-four-workpage > div > div > div > span:first-child {
  color: #F79420;
  font-weight: 700;
}

main.temp-WORK > section.module-four-workpage > div > div > div > span:not(:first-child) {
  color: #343a3e;
  font-weight: 400;
}

/* General */
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

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

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: circle;
  margin-left: 2rem;
}

ol li {
  list-style-type: decimal;
  margin-left: 2rem;
}

input:focus {
  outline: none;
}

button {
  border: none;
}

/* CSS Template */
body.page-template-template-HOMEPAGE {
  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;
}

/* Fonts 
@font-face {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-display: swap;
  src: local("GOTHICB"), url("../fonts/GOTHICB.TTF") format("truetype");
}

@font-face {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-display: swap;
  src: local("GOTHIC"), url("../fonts/GOTHIC.TTF") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-display: swap;
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: 800;
  font-display: swap;
  src: local("Lato Heavy"), local("Lato-Heavy"), url("../fonts/Lato-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: 600;
  font-display: swap;
  src: local("Lato Semibold"), local("Lato-Semibold"), url("../fonts/Lato-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: 500;
  font-display: swap;
  src: local("Lato Medium"), local("Lato-Medium"), url("../fonts/Lato-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-display: swap;
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/Lato-Light.ttf") format("truetype");
}*/

@media (max-width: 640px) {
  .hs_email {
    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;
  }
}

#hs-eu-cookie-confirmation {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */

/*body *:not(.elementor) h4 {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-size: 1.2vw;
  line-height: 1.2;
  color: #5AC8FF;
  margin-bottom: 30px;
  width: 100%;
}*/

.module-two-case-study-page h4{
  color:#ffffff;
  width:auto;
}

main.temp-SINGLE .content .content-post p img {
  width: revert-layer;

}

main.temp-SINGLE .content .content-post ul li {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
}

main.temp-SINGLE .content .content-post ul {
  margin-bottom: 10px;
  
}

main.temp-SINGLE .content .content-post, main.temp-SINGLE .content .content-post ul li {

    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.2;
  }

  .alignright {
  float: right;
  margin: 0.5em 0.5em 0.5em 1em !important;
}







.pum-theme-16505 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
    right:auto !important;
    bottom:auto !important;
    left: -17px !important;
    top: -6px !important;
    color: #fff !important;
    border: 3px solid #ffffff !important;
    height:31px !important;
    width:31px !important;
    font-size: 27px !important;
}


@media only screen and (max-width: 600px) {
 .pum-theme-16505 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
    left: 0px !important;
    top: -20px !important;
  }
}