@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@font-face {
  font-family: "MierB";
  src: url("../../fonts/MierB/BAHNSCHRIFT 1.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "MierB";
  src: url("../../fonts/MierB/MierB-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "General-Grotesque-Mono";
  src: url("../../fonts/General_Grotesque_Mono/GeneralGrotesqueMono-Regular.woff") format("woff");
}
html .transition-fade {
  transition: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
html .transition-fade:nth-child(2) {
  transition-delay: 0.1s;
}
html.is-animating .transition-fade {
  opacity: 0;
  transform: translateY(30px);
}
html.is-animating .fixed-nav-wrapper * {
  transition: background 0.3s ease 0.25s, color 0.2s ease 0.35s;
}
html.is-animating body {
  transition: background 0.3s ease 0.25s, color 0.2s ease 0.35s;
}
html.light-theme .landing-page h1 {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
  text-shadow: -1px -1px 0 #dfe5e5, 1px -1px 0 #dfe5e5, -1px 1px 0 #dfe5e5, 1px 1px 0 #dfe5e5, -1px 2px 0 #dfe5e5, -1px 3px 0 #dfe5e5, 1px 2px 0 #dfe5e5, 1px 3px 0 #dfe5e5;
}
html.light-theme .landing-page h1 .hero-product {
  font-weight: 300;
  color: #9b9181;
  background-color: #e0e7ef;
  text-shadow: none;
}
html.light-theme .landing-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 760px;
  background-image: url(../../img/mountain.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 0;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-container {
  height: 100%;
  background-size: cover;
  background-image: url(../../img/blank.png);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 0;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly {
  overflow: hidden;
  height: 100%;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly .carousel-inner {
  height: 100%;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly .carousel-inner .carousel-item {
  height: 100%;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly .carousel-inner .carousel-item .d-block {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-container .hero-content-wrapper {
  z-index: 1;
}
html.light-theme .landing-page .full-height-wrapper.hero .main-title-wrapper {
  margin-top: 50px;
}
html.light-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
html.light-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div .button-wrapper {
  display: flex;
}
html.light-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div .button-wrapper a:first-child {
  margin-right: 15px;
}
html.light-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div .button-wrapper a:last-child {
  margin-left: 15px;
}
html.light-theme .landing-page .who-we-are-full-width {
  background-color: #e0e7ef;
  padding-top: 20px;
  padding-bottom: 20px;
}
html.light-theme .landing-page .who-we-are-full-width .who-we-are-wrapper {
  color: #4e5969;
  border-top: 1px solid #4e5969;
  border-bottom: 1px solid #4e5969;
}
html.light-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row {
  padding-top: 60px;
  padding-bottom: 60px;
}
html.light-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row .who-we-are-left img {
  width: 250px;
}
html.light-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row .who-we-are-right .title-text {
  color: #eaeef6;
  margin-top: 0;
}
html.light-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row .who-we-are-right .font-description:last-child {
  margin-bottom: 0;
}
html.light-theme .landing-page .why-choose-us-wrapper {
  background-color: #4e5969;
  color: #eaeef6;
}
html.light-theme .landing-page .why-choose-us-wrapper .why-choose-us-row {
  padding-top: 100px;
  padding-bottom: 100px;
}
html.light-theme .landing-page .why-choose-us-wrapper .why-choose-us-row .why-choose-us-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html.light-theme .landing-page .why-choose-us-wrapper .why-choose-us-row .why-choose-us-right .button-wrapper-row {
  margin-top: 50px;
}
html.light-theme .landing-page .cards-wrapper {
  padding-top: 70px;
  padding-bottom: 0;
  background-color: #f0f4fb;
}
html.light-theme .landing-page .cards-wrapper .produtos-wrapper #carouselExampleControls {
  background-color: #eaeef6;
}
html.light-theme .landing-page .cards-wrapper .card-3-row {
  margin-bottom: -30px;
}
html.light-theme .landing-page .cards-wrapper .card-3-row .card-3 {
  display: flex;
  margin-bottom: 30px;
}
html.light-theme .landing-page .cards-wrapper .card-3-row .card-3 .white-background {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.light-theme .landing-page .cards-wrapper .card-3-row .card-3 .card-3-img {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
html.light-theme .landing-page .cards-wrapper .card-3-row .card-3 .card-title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 32px;
}
html.light-theme .landing-page .cards-wrapper .button-wrapper {
  margin-bottom: -27px;
}
html.light-theme .landing-page .inspirational-row-wrapper {
  background-color: #9b9181;
  color: #dfe5e5;
  padding-top: 100px;
  padding-bottom: 100px;
}
html.light-theme .landing-page .inspirational-row-wrapper .button-wrapper-row {
  margin-top: 50px;
}
html.light-theme .landing-page .contact-wrapper {
  margin-bottom: -225px;
}
html.light-theme .landing-page .contacts-list {
  display: flex;
  flex-direction: column;
}
html.light-theme .landing-page .contacts-form-row {
  margin-bottom: 120px;
}
html.light-theme .landing-page .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
}
html.light-theme .landing-page .contact-form .row {
  margin-left: -30px;
  margin-right: -30px;
}
html.light-theme .landing-page .contact-form form {
  width: 100%;
}
html.light-theme .landing-page .contact-form form .input-wrapper {
  margin-top: 25px;
}
html.light-theme .landing-page .contact-form form .input-wrapper:last-child {
  margin-bottom: 25px;
}
html.light-theme .landing-page .contact-form form .input-wrapper input, html.light-theme .landing-page .contact-form form .input-wrapper textarea {
  width: 100%;
  padding: 13px 20px;
  border: #dddddd solid 2px;
}
html.light-theme .landing-page .contact-form form .input-wrapper input::placeholder, html.light-theme .landing-page .contact-form form .input-wrapper textarea::placeholder {
  color: #aaaaaa;
  font-family: "Lexend", sans-serif;
}
html.light-theme .landing-page .contact-form form .main-button {
  display: block;
  margin-top: 25px;
}
html.light-theme .landing-page .light-background {
  background-color: #4e5969;
  color: #eaeef6;
}
html.light-theme .landing-page .accent-background {
  background-color: #ffe5bd;
  color: #eaeef6;
}
html.light-theme .carousel-item {
  transition: opacity 0.5s ease 0.4s;
}
html.light-theme .carousel-item .carousel-caption-title {
  opacity: 0;
  transition: opacity 0.5s ease;
}
html.light-theme .carousel-item .carousel-caption-text {
  opacity: 0;
  transition: opacity 0.5s ease;
}
html.light-theme .carousel-item .carousel-caption-image {
  opacity: 0;
  transition: opacity 0.5s ease;
}
html.light-theme .carousel-item .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  left: 0;
  top: 0;
  padding: 0;
}
html.light-theme .carousel-item.active {
  transition: opacity 0.3s ease;
}
html.light-theme .carousel-item.active .carousel-caption-title {
  opacity: 1;
  transition: opacity 0.5s ease;
}
html.light-theme .carousel-item.active .carousel-caption-text {
  opacity: 1;
  transition: opacity 0.5s ease 0.2s;
}
html.light-theme .carousel-item.active .carousel-caption-image {
  opacity: 1;
  transition: opacity 0.9s ease 0.4s;
}
html.light-theme .carousel-item-left {
  opacity: 0;
}
html.light-theme .carousel-indicators {
  position: relative;
}
html.light-theme .carousel-indicators li {
  text-indent: inherit;
  width: auto;
  height: auto;
  margin-right: 1px;
  margin-right: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  transition: background-color 0.4s ease, color 0.4s ease, text-decoration-color 0.8s ease 0.3s;
  text-decoration: underline;
  background-color: #eaeef6;
  text-decoration-color: #4e5969;
}
html.light-theme .carousel-indicators li.active {
  background-color: #4e5969;
  color: #e0e7ef;
  text-decoration-color: #e0e7ef;
  transition: background-color 0.4s ease 0.3s, color 0.4s ease 0.3s, text-decoration-color 0.8s ease 0.9s;
}
html.light-theme .carousel-caption {
  color: #4e5969;
  text-align: left;
}
html.light-theme .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
html.light-theme .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
html.light-theme .product-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.light-theme #sobre-nos, html.light-theme #produtos, html.light-theme #contactos {
  padding-top: 160px;
}
@media (max-width: 991.98px) {
  html.light-theme .landing-page .product-text-wrapper {
    order: 2;
    margin-top: 30px;
  }
  html.light-theme .landing-page .product-image-wrapper {
    order: 1;
    overflow: hidden;
  }
  html.light-theme .landing-page .why-choose-us-wrapper .why-choose-us-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  html.light-theme .landing-page .why-choose-us-wrapper .why-choose-us-row .why-choose-us-right {
    margin-top: 24px;
  }
  html.light-theme .landing-page .card-3-row {
    margin-bottom: 48px;
  }
  html.light-theme .landing-page .card-3-row .card-3 {
    margin-bottom: 32px;
  }
  html.light-theme .landing-page .card-3-row .card-3 .card-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
    margin-top: 8px;
  }
  html.light-theme .landing-page .card-3-row .card-3 .card-description {
    font-size: 16px;
    line-height: 22px;
  }
  html.light-theme .landing-page .card-3-row .card-3 .card-3-img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 834px) {
  html.light-theme .landing-page .card-3-row .card-3 .card-title {
    font-size: 24px;
    line-height: 32px;
  }
  html.light-theme .landing-page .card-3-row .card-3 .card-description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  html.light-theme .landing-page .card-3-row .card-3 .card-title {
    font-size: 18px;
    line-height: 28px;
  }
  html.light-theme .landing-page .card-3-row .card-3 .card-description {
    font-size: 16px;
    line-height: 22px;
  }
  html.light-theme .who-we-are-left {
    display: flex;
    flex-direction: column;
  }
  html.light-theme .who-we-are-left .card-title {
    text-align: center;
  }
  html.light-theme .who-we-are-left img {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
html.light-theme .services-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.light-theme .services-page .cards-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
html.light-theme .services-page .cards-wrapper .card-3-row {
  margin-bottom: 30px;
}
html.light-theme .services-page .cards-wrapper .card-3-row .card-3 {
  display: flex;
}
html.light-theme .services-page .cards-wrapper .card-3-row .card-3 .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
}
html.light-theme .services-page .cards-wrapper .card-3-row .card-3 .card-3-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
html.light-theme .services-page .cards-wrapper .card-3-row .card-3 .card-title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 32px;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black {
  padding-bottom: 100px;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-top {
  padding: 0;
  margin-bottom: 30px;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-top img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-card {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  padding-top: 40px;
  margin-top: -50px;
  border-radius: 5px;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-left .white-background {
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-right {
  color: #eaeef6;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black ul {
  list-style-type: square;
  padding-left: 1em;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black ul li {
  margin-bottom: 0.5em;
}
html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black ul li:last-child {
  margin-bottom: 0;
}
html.light-theme .services-page .for-candidates-wrapper {
  margin-top: 100px;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-left {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-left .for-candidates-features-title {
  color: #4e5969;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-left .for-candidates-features-description {
  color: #aaaaaa;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-center {
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-center img {
  width: 75%;
  margin-left: 12.5%;
  background-color: #eaeef6;
  border-radius: 50%;
  border: #dddddd solid 2px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-right .for-candidates-features-title {
  color: #4e5969;
}
html.light-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-right .for-candidates-features-description {
  color: #aaaaaa;
}
html.light-theme .services-page .for-candidates-wrapper .button-wrapper-row {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black {
    padding-bottom: 0;
  }
  html.light-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-right .included-services-card {
    margin-top: 0;
  }
}
html.light-theme .jobs-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.light-theme .jobs-page .search-jobs-wrapper .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.light-theme .jobs-page .search-jobs-wrapper form {
  width: 100%;
}
html.light-theme .jobs-page .search-jobs-wrapper form > .container {
  padding: 0;
}
html.light-theme .jobs-page .search-jobs-wrapper form .input-wrapper {
  margin-top: 25px;
}
html.light-theme .jobs-page .search-jobs-wrapper form .input-wrapper:last-child {
  margin-bottom: 25px;
}
html.light-theme .jobs-page .search-jobs-wrapper form .input-wrapper input {
  width: 100%;
  padding: 13px 20px;
  border: #dddddd solid 2px;
}
html.light-theme .jobs-page .search-jobs-wrapper form .input-wrapper input::placeholder {
  color: #aaaaaa;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
html.light-theme .jobs-page .search-jobs-wrapper form .main-button {
  display: block;
  width: 100%;
  margin-top: 25px;
}
html.light-theme .jobs-page .search-results-wrapper a {
  color: #4e5969;
}
html.light-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper {
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.light-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-description-wrapper .job-position {
  color: #ffe5bd;
}
html.light-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-description-wrapper .job-area {
  color: #4e5969;
}
html.light-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-details .job-location {
  color: #4e5969;
}
html.light-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-details .job-publishing-info .offer-type {
  color: #4e5969;
}
html.light-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-details .job-publishing-info .timestamp {
  color: #4e5969;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease 0.1s;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: rgba(184, 100, 44, 0) 0 5px 20px;
  margin-top: 15px;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper:last-child {
  margin-bottom: 15px;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .negative-margins {
  margin-left: 0px;
  margin-right: -15px;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .company-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .company-logo img {
  width: 50px;
  height: 50px;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-description-wrapper .job-position {
  text-decoration: underline;
  transition: color 0.3s ease 0.1s;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-description-wrapper .job-area {
  margin-bottom: 0;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details {
  display: flex;
  flex-direction: row;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-location {
  line-height: 30px;
  margin-bottom: 0.5em;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-publishing-info {
  text-align: right;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-publishing-info .offer-type {
  line-height: 30px;
  margin-bottom: 0.5em;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.light-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-publishing-info .timestamp {
  margin-bottom: 0;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.light-theme .work-board {
  flex-direction: column;
  max-height: 2000px;
}
html.light-theme .work-board .work-img {
  width: 100%;
  height: auto;
}
html.light-theme .work-board .work-title {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 24px;
}
html.light-theme .work-board .work-description {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
html.light-theme .work-board .work-cell-wrapper {
  margin-bottom: 120px;
}
html.light-theme .work-board .work-cell-wrapper a {
  color: #4e5969;
}
html.light-theme .work-board .work-cell-wrapper a .img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 32px;
}
html.light-theme .work-board .work-cell-wrapper a .work-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
html.light-theme .work-board .work-cell-wrapper a:hover .work-img {
  transform: scale(1.1);
}
html.light-theme .work-board .work-cell-wrapper a:hover .work-title {
  text-decoration-color: #4e5969;
}
html.light-theme .work-board .work-cell-wrapper img {
  transition: transform 1.5s ease;
}
html.light-theme .work-board .work-cell-wrapper:nth-child(1) {
  order: 1;
}
html.light-theme .work-board .work-cell-wrapper:nth-child(2) {
  order: 3;
}
html.light-theme .work-board .work-cell-wrapper:nth-child(3) {
  order: 2;
}
html.light-theme .work-board .work-cell-wrapper:nth-child(4) {
  order: 4;
}
@media (max-width: 991.98px) {
  html.light-theme .jobs-page .job-location {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  html.light-theme .work-board {
    max-height: max-content;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  html.light-theme .work-board .work-cell-wrapper:nth-child(1) {
    order: 1;
  }
  html.light-theme .work-board .work-cell-wrapper:nth-child(2) {
    order: 2;
  }
  html.light-theme .work-board .work-cell-wrapper:nth-child(3) {
    order: 3;
    page-break-after: auto;
    break-after: auto;
  }
  html.light-theme .work-board .work-cell-wrapper:nth-child(4) {
    order: 4;
  }
}
html.light-theme .about-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.light-theme .about-page .cards-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
html.light-theme .about-page .cards-wrapper .card-3-row {
  margin-bottom: 30px;
}
html.light-theme .about-page .cards-wrapper .card-3-row .card-3 {
  display: flex;
}
html.light-theme .about-page .cards-wrapper .card-3-row .card-3 .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
}
html.light-theme .about-page .cards-wrapper .card-3-row .card-3 .card-3-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
html.light-theme .about-page .cards-wrapper .card-3-row .card-3 .card-title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 32px;
}
html.light-theme .about-page .this-is-us-wrapper .this-is-us-row .this-is-us-description {
  margin-top: 2em;
}
html.light-theme .about-page .this-is-us-wrapper .this-is-us-row img {
  width: 100%;
}
html.light-theme .about-page .inspirational-row-wrapper {
  background-image: url(../../img/offer_orange2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}
html.light-theme .about-page .inspirational-row-wrapper .button-wrapper-row {
  margin-top: 50px;
}
html.light-theme .about-page .about-section {
  margin-bottom: 116px;
}
html.light-theme .about-page .about-section .about-text-wrapper {
  margin-bottom: -36px;
}
html.light-theme .about-page .about-section .about-text-wrapper .section-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 36px;
}
html.light-theme .about-page .about-section .about-text-wrapper .about-paragraph {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 36px;
}
html.light-theme .about-page .about-section .about-img-wrapper img {
  width: 100%;
}
html.light-theme .about-page .about-section .about-img-wrapper a {
  text-decoration: none;
}
html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link {
  background-color: #1DA1F2;
  transition: background-color 0.3s ease;
  height: 88px;
  padding: 24px 32px;
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}
html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-logo {
  width: 40px;
  height: 40px;
  fill: #eaeef6;
  transition: fill 0.3s ease;
}
html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-handle {
  margin-left: 34px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #eaeef6;
  transition: color 0.3s ease;
}
html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-handle:hover {
  text-decoration: none;
}
html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .external-link-icon {
  width: 40px;
  height: 40px;
  margin-left: auto;
  fill: #eaeef6;
  transition: fill 0.3s ease;
}
html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link {
  background-color: #ffe5bd;
}
html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-logo {
  fill: #000000;
}
html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-handle {
  color: #000000;
}
html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .external-link-icon {
  fill: #000000;
}
html.light-theme .about-page .working-remotely {
  background-color: #000000;
  color: #eaeef6;
  padding: 128px 0;
}
html.light-theme .about-page .working-remotely .section-title {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 128px;
}
html.light-theme .about-page .working-remotely .working-remotely-paragraph {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 36px;
  padding-left: 100px;
  padding-right: 100px;
}
html.light-theme .about-page .working-remotely .working-remotely-paragraph a {
  color: #ffffff;
}
html.light-theme .about-page .working-remotely .working-remotely-paragraph a:hover {
  color: #000000;
}
html.light-theme .about-page .working-remotely .working-remotely-img {
  width: 100%;
  height: auto;
  margin-bottom: 112px;
}
@media (max-width: 991.98px) {
  html.light-theme .about-page .about-section {
    margin-bottom: 92px;
  }
  html.light-theme .about-page .about-section .about-text-wrapper {
    order: 1;
    margin-bottom: -28px;
  }
  html.light-theme .about-page .about-section .about-text-wrapper .section-title {
    font-size: 32px;
    line-height: 40px;
  }
  html.light-theme .about-page .about-section .about-text-wrapper .about-paragraph {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  html.light-theme .about-page .about-section .about-img-wrapper {
    order: 2;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a {
    text-decoration: none;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link {
    height: 64px;
    padding: 16px;
    margin-top: 32px;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-logo {
    width: 32px;
    height: 32px;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-handle {
    margin-left: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .external-link-icon {
    width: 32px;
    height: 32px;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link {
    background-color: #ffe5bd;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-logo {
    fill: #000000;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-handle {
    color: #000000;
  }
  html.light-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .external-link-icon {
    fill: #000000;
  }
  html.light-theme .about-page .working-remotely {
    padding: 40px 0;
  }
  html.light-theme .about-page .working-remotely .section-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  html.light-theme .about-page .working-remotely .working-remotely-paragraph {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  html.light-theme .about-page .working-remotely .working-remotely-img {
    margin-bottom: 40px;
    text-align: center;
  }
}
html.light-theme .contact-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.light-theme .contact-page .looking-for-talent {
  margin-bottom: 60px;
}
html.light-theme .contact-page .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.light-theme .contact-page .contact-form {
  margin-bottom: 30px;
}
html.light-theme .contact-page .contact-form .row {
  margin-left: -30px;
  margin-right: -30px;
}
html.light-theme .contact-page .contact-form form {
  width: 100%;
}
html.light-theme .contact-page .contact-form form .input-wrapper {
  margin-top: 25px;
}
html.light-theme .contact-page .contact-form form .input-wrapper:last-child {
  margin-bottom: 25px;
}
html.light-theme .contact-page .contact-form form .input-wrapper input {
  width: 100%;
  padding: 13px 20px;
  border: #dddddd solid 2px;
}
html.light-theme .contact-page .contact-form form .input-wrapper input::placeholder {
  color: #aaaaaa;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
html.light-theme .contact-page .contact-form form .main-button {
  display: block;
  width: 100%;
  margin-top: 25px;
}
html.light-theme .contact-page .card-3 {
  margin-bottom: 109px;
}
html.light-theme .contact-page .card-3 h3.card-title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 16px;
  margin-top: 0;
}
html.light-theme .contact-page .card-3 p.card-description {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0;
  color: #4e5969;
}
@media (max-width: 991.98px) {
  html.light-theme .contact-page .card-3 {
    margin-bottom: 24px;
  }
  html.light-theme .contact-page .card-3 h3.card-title {
    font-size: 22px;
    line-height: 32px;
  }
  html.light-theme .contact-page .card-3 p.card-description {
    font-size: 20px;
    line-height: 25px;
  }
  html.light-theme .contact-page .card-3:nth-child(3) {
    margin-bottom: 49px;
  }
}
html.light-theme body {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  background-color: #eaeef6;
  color: #4e5969;
}
html.light-theme body *::selection {
  background-color: #ffe5bd;
  color: #000000;
}
html.light-theme .font-lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
html.light-theme .font-averia {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
html.light-theme .font-giant {
  font-size: 80px;
  line-height: 86px;
  font-weight: 400;
}
html.light-theme .font-poster {
  font-size: 64px;
  line-height: 68px;
  font-weight: 400;
}
html.light-theme .font-h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}
html.light-theme .font-h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
html.light-theme .font-h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
html.light-theme .font-body {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
html.light-theme .font-description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
html.light-theme .font-label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
html.light-theme .title-text {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
html.light-theme .title-text.margin-bottom {
  margin-bottom: 1em;
}
html.light-theme .title-text.margin-bottom-x2 {
  margin-bottom: 2em;
}
html.light-theme .clr-orange {
  color: #9b9181;
}
html.light-theme .clr-dark-orange {
  color: #ffe5bd;
}
html.light-theme .clr-light-orange {
  color: #ffe5bd;
}
html.light-theme .clr-white {
  color: #eaeef6;
}
html.light-theme .bg-black {
  background-color: #4e5969;
}
html.light-theme .align-text-left {
  text-align: left;
}
html.light-theme .align-text-center {
  text-align: center;
}
html.light-theme .bold {
  font-weight: 700;
}
html.light-theme img {
  color: #F5F5F7;
}
html.light-theme a.button-text-arrow {
  padding: 2px 8px;
  margin: -2px -8px;
  transition: 0.3s color ease, 0.3s background ease;
  border-radius: 4px;
}
html.light-theme a.button-text-arrow svg {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  fill: transparent;
  transition: 0.3s fill ease;
}
html.light-theme a.button-text-arrow:hover {
  transition: 0.3s color ease, 0.3s background ease;
  background-color: #ffe5bd;
  color: #000000;
}
html.light-theme a.button-text-arrow:hover svg {
  fill: #000000;
  animation-name: arrowAnim;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
html.light-theme a:hover {
  color: #4e5969;
  text-decoration: none;
}
html.light-theme h1.main-title {
  font-size: 80px;
  line-height: 104px;
  width: 100%;
  margin-top: 62px;
}
html.light-theme p a {
  color: #4e5969;
  text-decoration: underline;
  transition: 0.3s color ease, 0.3s background ease, 0.3s text-decoration-color ease;
}
html.light-theme p a:hover {
  background-color: #ffe5bd;
  color: #000000;
  text-decoration-color: transparent;
}
html.light-theme .full-height-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html.light-theme .project-thumbnail {
  background-color: #C4C4C4;
  position: relative;
  width: 100%;
  padding-top: 65%;
}
html.light-theme .card-3 .card-title {
  font-size: 24px;
  line-height: 28px;
  color: #4e5969;
  font-weight: 700;
  margin-top: 30px;
}
html.light-theme .card-3 p.card-description {
  font-size: 22px;
  line-height: 26px;
}
@keyframes arrowAnim {
  0% {
    margin-left: 8px;
    margin-right: 0;
  }
  25% {
    margin-left: 4px;
    margin-right: 4px;
  }
  100% {
    margin-left: 8px;
    margin-right: 0;
  }
}
html.light-theme button.main-button {
  color: #4e5969;
  background-color: #ffe5bd;
}
html.light-theme button.main-button svg, html.light-theme button.main-button svg path {
  fill: #eaeef6;
}
html.light-theme button.main-button:hover {
  color: #4e5969;
  background-color: #ffe5bd;
}
html.light-theme button.main-button:hover svg, html.light-theme button.main-button:hover svg path {
  fill: #eaeef6;
}
html.light-theme button.secondary-button {
  color: #eaeef6;
  background-color: #4e5969;
}
html.light-theme button.secondary-button svg, html.light-theme button.secondary-button svg path {
  fill: #eaeef6;
}
html.light-theme button.secondary-button:hover {
  color: #eaeef6;
  background-color: #666666;
}
html.light-theme button.secondary-button:hover svg, html.light-theme button.secondary-button:hover svg path {
  fill: #eaeef6;
}
html.light-theme button.main-button, html.light-theme button.secondary-button {
  font-family: "Averia Serif Libre", serif;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 0;
  display: flex;
  transition: color 0.3s ease, background 0.3s ease 0.1s;
}
html.light-theme button.main-button svg, html.light-theme button.main-button svg path, html.light-theme button.secondary-button svg, html.light-theme button.secondary-button svg path {
  transition: 0.3s fill ease;
}
html.light-theme button.main-button.center, html.light-theme button.secondary-button.center {
  margin: auto;
}
html.light-theme button.main-button:hover, html.light-theme button.secondary-button:hover {
  text-decoration: none;
  transition: color 0.3s ease 0.15s, background 0.2s ease;
}
html.light-theme button.main-button:hover svg, html.light-theme button.main-button:hover svg path, html.light-theme button.secondary-button:hover svg, html.light-theme button.secondary-button:hover svg path {
  transition: 0.3s fill ease 0.15s;
}
html.light-theme button.main-button.arrow svg, html.light-theme button.main-button.arrow svg path, html.light-theme button.secondary-button.arrow svg, html.light-theme button.secondary-button.arrow svg path {
  margin-top: 2px;
  margin-left: 8px;
}
html.light-theme button.main-button.arrow:hover svg, html.light-theme button.main-button.arrow:hover svg path, html.light-theme button.secondary-button.arrow:hover svg, html.light-theme button.secondary-button.arrow:hover svg path {
  animation-name: arrowAnim;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0.3s;
}
html.light-theme .animate-entry {
  opacity: 0;
  transition: opacity 0.6s ease;
}
html.light-theme .animate-entry .animate-entry-2, html.light-theme .animate-entry .animate-entry-3, html.light-theme .animate-entry .animate-entry-4 {
  opacity: 0;
  transition: opacity 0.6s ease;
}
html.light-theme .animate-entry.visible {
  opacity: 1;
  transition: opacity 0.6s ease 0.1s;
}
html.light-theme .animate-entry.visible .animate-entry-2 {
  opacity: 1;
  transition: opacity 0.6s ease 0.3s;
}
html.light-theme .animate-entry.visible .animate-entry-3 {
  opacity: 1;
  transition: opacity 0.6s ease 0.4s;
}
html.light-theme .animate-entry.visible .animate-entry-4 {
  opacity: 1;
  transition: opacity 0.6s ease 0.5s;
}
html.light-theme .fixed-nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 2;
  height: 70px;
  margin-top: 0;
  transition: height 0s linear 0.4s, margin 0.4s ease;
}
html.light-theme .fixed-nav-wrapper.occult {
  margin-top: -64px;
}
html.light-theme .fixed-nav-wrapper.expanded {
  height: 100vh;
  transition: height 0s linear;
}
html.light-theme .fixed-nav-wrapper .navbar {
  padding: 0;
  background-color: #eaeef6;
  transition: background 0.2s ease 0.4s;
}
html.light-theme .fixed-nav-wrapper .navbar.transparent {
  background-color: transparent;
  transition: background 0.6s ease;
}
html.light-theme .fixed-nav-wrapper .navbar .container {
  display: block;
}
html.light-theme .fixed-nav-wrapper .navbar .container .col-12 {
  display: flex;
  justify-content: space-around;
}
html.light-theme .navbar, html.light-theme .navbar-brand {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #4e5969;
}
html.light-theme .navbar-brand {
  font-size: 18px;
  line-height: 48px;
  padding: 0;
  font-weight: 700;
  /**/
  color: #564747;
  line-height: 70px;
  letter-spacing: 0.05em;
  margin-right: 0;
  /**/
}
html.light-theme .navbar-brand img {
  width: 250px;
  height: 70px;
}
html.light-theme .navbar-nav li:last-child {
  padding-right: 0;
}
html.light-theme .navbar .navbar-collapse {
  justify-content: flex-end;
}
html.light-theme .navbar .navbar-nav .nav-item {
  position: relative;
}
html.light-theme .navbar .navbar-nav .nav-item.button {
  margin-top: -13px;
}
html.light-theme .navbar .navbar-nav .nav-item:not(.button)::after {
  content: "";
  position: absolute;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  width: 4px;
  background-color: #ffe5bd;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s, width 0.2s ease, border-radius 0.2s ease;
}
html.light-theme .navbar .navbar-nav .nav-item.active::after {
  width: 100%;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.3s ease, width 0.6s ease, border-radius 0.6s ease;
}
html.light-theme .navbar .navbar-nav .nav-item:hover::after {
  opacity: 1;
}
html.light-theme .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Averia Serif Libre", serif;
  color: #4e5969;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
html.light-theme .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #4e5969;
}
html.light-theme #mobile-toggle {
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  transition: transform 0.2s ease;
}
html.light-theme #mobile-toggle:hover {
  transform: scale(1.1);
}
html.light-theme #mobile-toggle .mobile-toggle-icon {
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #4e5969;
  transition: top 0.5s ease 0.7s, transform 0.2s ease;
}
html.light-theme #mobile-toggle .mobile-toggle-icon.mobile-toggle-top-bar {
  top: 14px;
  left: 4px;
}
html.light-theme #mobile-toggle .mobile-toggle-icon.mobile-toggle-bottom-bar {
  top: 24px;
  left: 4px;
}
html.light-theme #mobile-toggle[aria-expanded=true] .mobile-toggle-icon {
  transition: top 0.2s ease, transform 0.5s ease 0.7s;
}
html.light-theme #mobile-toggle[aria-expanded=true] .mobile-toggle-icon.mobile-toggle-top-bar {
  top: 19px;
  transform: rotate(45deg);
}
html.light-theme #mobile-toggle[aria-expanded=true] .mobile-toggle-icon.mobile-toggle-bottom-bar {
  top: 19px;
  transform: rotate(-45deg);
}
html.light-theme.is-animating .fixed-nav-wrapper.expanded #mobile-navigation {
  opacity: 0;
  transition: opacity 0.1s ease 0.3s, transform 0.2s ease 0.2s, left 0s linear 0.5s, background 0.3s ease 0.5s, color 0.3s ease 0.5s;
  left: 999999px;
}
html.light-theme .mobile-only {
  display: block;
}
html.light-theme .desktop-only {
  display: none !important;
}
html.light-theme .content-wrapper {
  padding-top: 70px;
}
html.light-theme .content-wrapper.navbar-padding-top {
  padding-top: 70px;
}
html.light-theme .row.vertical-margins {
  margin-top: 50px;
  margin-bottom: -27px;
}
html.light-theme .bottom-margin {
  margin-bottom: 50px;
}
html.light-theme .negative-bottom-margin {
  margin-bottom: -24px;
}
html.light-theme .carousel-wrapper .carousel-component {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}
html.light-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
html.light-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide {
  position: relative;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  margin-left: -100%;
}
html.light-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide:first-child {
  margin-left: 0;
}
html.light-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide.active {
  opacity: 1;
}
html.light-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide img {
  height: auto;
  width: 100%;
}
html.light-theme .carousel-wrapper .carousel-nav-row {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav {
  display: flex;
  flex-direction: row;
  height: 52px;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  margin: 24px 5px;
  display: flex;
  background-color: #ffe5bd;
  overflow: hidden;
  /*
          &:first-child {
            &::after {
              transition:width .05s ease .2s, opacity .3s ease .2s;
            }
          }
          */
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer::after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #ffe5bd;
  border-radius: 2px;
  opacity: 0;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(2)::after {
  transition: width 0.05s ease 0.15s, opacity 0.3s ease 0.15s;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(3)::after {
  transition: width 0.05s ease 0.1s, opacity 0.3s ease 0.1s;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(4)::after {
  transition: width 0.05s ease 0.05s, opacity 0.3s ease 0.05s;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(5)::after {
  transition: width 0.05s ease, opacity 0.3s ease;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer.viewed::after {
  width: 100%;
  padding-left: 100%;
  opacity: 1;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer.active::after {
  padding-left: 100%;
  opacity: 1;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child::after {
  width: 0;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child.back-to-zero::after {
  width: 0;
  padding-left: 0;
  transition: padding 0.05s ease 0.2s, width 0.05s ease 0.2s;
  opacity: 1;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child.active::after {
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
  padding-left: 100%;
}
html.light-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child.viewed::after {
  width: 100%;
  padding-left: 100%;
  opacity: 1;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.light-theme #accordion {
  padding: 80px 55px;
  background-color: #131313;
  margin-bottom: 168px;
  border-radius: 24px;
}
html.light-theme #accordion .accordion-intro, html.light-theme #accordion .accordion-outro {
  margin-bottom: 56px;
}
html.light-theme #accordion .accordion-intro .section-title, html.light-theme #accordion .accordion-outro .section-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin-bottom: 40px;
}
html.light-theme #accordion .accordion-intro .section-description, html.light-theme #accordion .accordion-outro .section-description {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 38px;
}
html.light-theme #accordion .accordion-intro .section-description:last-child, html.light-theme #accordion .accordion-outro .section-description:last-child {
  margin-bottom: 0;
}
html.light-theme #accordion .accordion-outro {
  margin-top: 80px;
}
html.light-theme #accordion h4 {
  font-size: 40px;
  line-height: 54px;
  margin: 24px 0;
}
html.light-theme .accordion-wrapper {
  margin: 24px 0;
  background-color: #1F2021;
  transition: background-color 0.3s ease;
  border-radius: 16px;
}
html.light-theme .accordion-wrapper.closed:hover {
  background-color: #ffe5bd;
}
html.light-theme .accordion-wrapper.closed .accordion-title {
  font-size: 28px;
}
html.light-theme .accordion-wrapper .accordion-title {
  font-size: 28px;
}
html.light-theme .accordion-wrapper .accordion-title a {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px;
  padding-right: 80px;
  color: #4e5969;
  text-decoration: none;
  transition: color 0.3s ease;
}
html.light-theme .accordion-wrapper .accordion-title a svg {
  fill: #ffe5bd;
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 24px;
  transform: rotate(45deg);
  transition: fill 0.3s ease, transform 0.3s ease;
}
html.light-theme .accordion-wrapper .accordion-title a:hover svg {
  transform: rotate(45deg);
}
html.light-theme .accordion-wrapper .accordion-title a[aria-expanded=false] svg {
  transition: fill 0.3s ease, transform 0.3s ease 0.3s;
  transform: rotate(0);
}
html.light-theme .accordion-wrapper .accordion-title a[aria-expanded=false]:hover {
  color: #eaeef6;
}
html.light-theme .accordion-wrapper .accordion-title a[aria-expanded=false]:hover svg {
  fill: #eaeef6;
}
html.light-theme .accordion-wrapper .collapser .card-body {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  background-color: transparent;
  color: #4e5969;
  padding: 24px;
  padding-top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: none;
}
html.light-theme .accordion-wrapper .collapser.show .card-body {
  opacity: 1;
}
html.light-theme .card-2-list {
  padding: 120px 72px;
  background-color: #F5F5F7;
  border-radius: 24px;
  margin-bottom: 146px;
}
html.light-theme .card-2-list .card-2-list-title {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}
html.light-theme .card-2-list ul {
  padding-left: 28px;
  margin-bottom: -13px;
}
html.light-theme .card-2-list ul li {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 13px;
}
html.light-theme footer.footer.light-background {
  padding-bottom: 120px;
  background: transparent;
  position: relative;
}
html.light-theme footer.footer.light-background .footer-bg {
  background-color: #4e5969;
  background-image: url(../../img/mountain_footer.png);
  background-repeat: no-repeat;
  background-position: -20% bottom;
  position: absolute;
  top: 200px;
  height: calc(100% - 200px);
  width: 100%;
}
html.light-theme footer.footer.light-background .footer-list-title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
  color: #e0e7ef;
}
html.light-theme footer.footer.light-background .footer-list {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  list-style: none;
  font-weight: 300;
  letter-spacing: 0.05em;
}
html.light-theme footer.footer.light-background .footer-list a {
  text-decoration: none;
  color: #eaeef6;
  display: flex;
}
html.light-theme footer.footer.light-background .footer-list a li.footer-list-item {
  font-family: "Roboto Condensed", sans-serif;
  padding: 2px 8px;
  margin: -2px -8px;
  margin-bottom: 16px;
  transition: 0.3s color ease, 0.3s background ease;
  border-radius: 4px;
}
html.light-theme footer.footer.light-background .footer-list a li.footer-list-item.arrow svg {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  fill: transparent;
  transition: 0.3s fill ease;
}
html.light-theme footer.footer.light-background .footer-list a:hover li.footer-list-item {
  margin-bottom: 16px;
  transition: 0.3s color ease, 0.3s background ease;
  background-color: #ffe5bd;
  color: #000000;
}
html.light-theme footer.footer.light-background .footer-list a:hover li.footer-list-item.arrow svg {
  fill: #000000;
  animation-name: arrowAnim;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
html.light-theme footer.footer.light-background .email-contact {
  margin-top: 75px;
  font-size: 28px;
  line-height: 38px;
  display: flex;
}
html.light-theme footer.footer.light-background .email-contact a {
  color: #eaeef6;
  text-decoration: none;
  transition: 0.3s color ease, 0.3s background ease;
}
html.light-theme footer.footer.light-background .email-contact a:hover {
  color: #000000;
  background-color: #ffe5bd;
}
html.light-theme footer.footer.light-background .subscribe-section {
  display: flex;
  flex-direction: row;
  height: 176px;
}
html.light-theme footer.footer.light-background .subscribe-section img {
  height: 176px;
  width: auto;
}
html.light-theme footer.footer.light-background .subscribe-section .right {
  display: flex;
  flex-direction: column;
  margin-left: 33px;
}
html.light-theme footer.footer.light-background .subscribe-section .right p {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 33px;
}
html.light-theme footer.footer.light-background .subscribe-section .right button {
  text-align: left;
  margin: 0;
  margin-right: auto;
}
@media (min-width: 992px) {
  html.light-theme .mobile-only {
    display: none;
  }
  html.light-theme .desktop-only {
    display: inherit !important;
  }
}
@media (min-width: 1200px) {
  html.light-theme .container.main-container, html.light-theme .container-sm.main-container, html.light-theme .container-md.main-container, html.light-theme .container-lg.main-container, html.light-theme .container-xl.main-container {
    max-width: 1360px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1199.98px) {
  html.light-theme button.main-button {
    padding: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  html.light-theme .container.main-container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  html.light-theme h1.main-title {
    font-size: 60px;
    line-height: 70px;
  }
  html.light-theme .content-wrapper {
    padding-top: 70px;
  }
  html.light-theme .full-height-wrapper {
    min-height: auto;
  }
  html.light-theme .full-height-wrapper .main-title-wrapper {
    margin-top: 0;
  }
  html.light-theme .full-height-wrapper .main-title-wrapper .main-title {
    margin: 0;
  }
  html.light-theme .full-height-wrapper .button-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  html.light-theme .navbar-expand-lg > .container,
  html.light-theme .navbar-expand-lg > .container-fluid, html.light-theme .navbar-expand-lg > .container-sm, html.light-theme .navbar-expand-lg > .container-md, html.light-theme .navbar-expand-lg > .container-lg, html.light-theme .navbar-expand-lg > .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  html.light-theme .fixed-nav-wrapper {
    height: 70px;
  }
  html.light-theme .fixed-nav-wrapper.occult {
    margin-top: -64px;
  }
  html.light-theme .fixed-nav-wrapper .navbar {
    padding: 0;
  }
  html.light-theme .fixed-nav-wrapper .navbar .navbar-brand {
    font-size: 18px;
    line-height: 24px;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s, left 0s linear 0.4s;
    background-color: #eaeef6;
    width: 100%;
    height: calc(100% - 80px);
    left: 999999px;
    overflow-y: scroll;
    display: flex;
    justify-content: stretch;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .main-container {
    display: flex;
    justify-content: stretch;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .main-container .col-12 {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .navbar-nav {
    margin-top: 20px;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .navbar-nav .nav-item {
    opacity: 0;
    padding: 0;
    transition: opacity 0.2s ease;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .navbar-nav .nav-item .nav-link {
    font-size: 38px;
    line-height: 44px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #4e5969;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .mobile-navigation-contact-wrapper {
    margin-bottom: 80px;
    margin-top: 80px;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .mobile-navigation-contact-wrapper .card-title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  html.light-theme .fixed-nav-wrapper #mobile-navigation .mobile-navigation-contact-wrapper .email {
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    color: #4e5969;
  }
  html.light-theme .fixed-nav-wrapper.expanded #mobile-navigation {
    opacity: 1;
    left: 0;
    transition: opacity 0.4s ease;
  }
  html.light-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(1) {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s;
  }
  html.light-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(2) {
    opacity: 1;
    transition: opacity 0.3s ease 0.33s;
  }
  html.light-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(3) {
    opacity: 1;
    transition: opacity 0.3s ease 0.36s;
  }
  html.light-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(4) {
    opacity: 1;
    transition: opacity 0.3s ease 0.39s;
  }
  html.light-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(5) {
    opacity: 1;
    transition: opacity 0.3s ease 0.42s;
  }
  html.light-theme .fixed-nav-wrapper.expanded #mobile-navigation .mobile-navigation-contact-wrapper {
    opacity: 1;
    transition: opacity 0.8s ease 0.8s;
  }
  html.light-theme .container.main-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  html.light-theme .content-wrapper {
    padding-top: 70px;
  }
  html.light-theme .about-section {
    margin-top: 85px;
    margin-bottom: 80px;
  }
  html.light-theme .about-section .about-img-wrapper {
    margin-bottom: 40px;
  }
  html.light-theme #accordion {
    padding: 40px 9px;
    padding-bottom: 16px;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 0;
    margin-bottom: 80px;
  }
  html.light-theme #accordion .negative-bottom-margin {
    margin-bottom: -24px;
  }
  html.light-theme #accordion .accordion-wrapper.closed:hover {
    background-color: #1F2021;
  }
  html.light-theme #accordion .accordion-wrapper .accordion-title a {
    font-size: 22px;
    line-height: 30px;
    padding-right: 73px;
  }
  html.light-theme #accordion .accordion-wrapper .accordion-title a svg {
    width: 24px;
  }
  html.light-theme #accordion .accordion-wrapper .accordion-title a[aria-expanded=false]:hover {
    color: #4e5969;
  }
  html.light-theme #accordion .accordion-wrapper .accordion-title a[aria-expanded=false]:hover svg {
    fill: #ffe5bd;
  }
  html.light-theme #accordion .accordion-intro, html.light-theme #accordion .accordion-outro {
    margin-bottom: 0;
  }
  html.light-theme #accordion .accordion-intro .section-title, html.light-theme #accordion .accordion-outro .section-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 24px;
  }
  html.light-theme #accordion .accordion-intro .section-description, html.light-theme #accordion .accordion-outro .section-description {
    font-size: 20px;
    line-height: 28px;
  }
  html.light-theme #accordion .accordion-outro {
    margin-top: 40px;
  }
  html.light-theme #accordion .collapser .card-body {
    font-size: 20px;
    line-height: 25px;
  }
  html.light-theme .card-2-list {
    padding: 40px 24px;
    margin-bottom: 15px;
  }
  html.light-theme .card-2-list .card-2-list-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  html.light-theme .card-2-list ul {
    padding-left: 20px;
  }
  html.light-theme .card-2-list ul li {
    font-size: 20px;
    line-height: 25px;
  }
  html.light-theme .card-2-list .margin-top {
    margin-top: 32px;
  }
  html.light-theme footer.footer.light-background {
    padding-bottom: 61px;
  }
  html.light-theme footer.footer.light-background .contacts-form-row {
    margin-bottom: 0;
  }
  html.light-theme footer.footer.light-background .contacts-list {
    margin-top: 60px;
  }
  html.light-theme footer.footer.light-background .contacts-list:first-of-type {
    margin-top: 100px;
    border-bottom: #9b8666 solid 1px;
  }
  html.light-theme footer.footer.light-background .contacts-form {
    margin-top: 60px;
  }
  html.light-theme footer.footer.light-background .footer-list {
    margin-bottom: 32px;
  }
  html.light-theme footer.footer.light-background .subscribe-section {
    height: auto;
    flex-direction: column;
  }
  html.light-theme footer.footer.light-background .subscribe-section img {
    height: 139px;
    width: 139px;
    margin: 32px 0;
  }
  html.light-theme footer.footer.light-background .subscribe-section .right {
    margin-left: 0;
  }
  html.light-theme footer.footer.light-background .email-contact {
    margin-top: 98px;
  }
}
@media (max-width: 834px) {
  html.light-theme .container.main-container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  html.light-theme .col-1, html.light-theme .col-2, html.light-theme .col-3, html.light-theme .col-4, html.light-theme .col-5, html.light-theme .col-6, html.light-theme .col-7, html.light-theme .col-8, html.light-theme .col-9, html.light-theme .col-10, html.light-theme .col-11, html.light-theme .col-12, html.light-theme .col, html.light-theme .col-auto, html.light-theme .col-sm-1, html.light-theme .col-sm-2, html.light-theme .col-sm-3, html.light-theme .col-sm-4, html.light-theme .col-sm-5, html.light-theme .col-sm-6, html.light-theme .col-sm-7, html.light-theme .col-sm-8, html.light-theme .col-sm-9, html.light-theme .col-sm-10, html.light-theme .col-sm-11, html.light-theme .col-sm-12, html.light-theme .col-sm, html.light-theme .col-sm-auto, html.light-theme .col-md-1, html.light-theme .col-md-2, html.light-theme .col-md-3, html.light-theme .col-md-4, html.light-theme .col-md-5, html.light-theme .col-md-6, html.light-theme .col-md-7, html.light-theme .col-md-8, html.light-theme .col-md-9, html.light-theme .col-md-10, html.light-theme .col-md-11, html.light-theme .col-md-12, html.light-theme .col-md, html.light-theme .col-md-auto, html.light-theme .col-lg-1, html.light-theme .col-lg-2, html.light-theme .col-lg-3, html.light-theme .col-lg-4, html.light-theme .col-lg-5, html.light-theme .col-lg-6, html.light-theme .col-lg-7, html.light-theme .col-lg-8, html.light-theme .col-lg-9, html.light-theme .col-lg-10, html.light-theme .col-lg-11, html.light-theme .col-lg-12, html.light-theme .col-lg, html.light-theme .col-lg-auto, html.light-theme .col-xl-1, html.light-theme .col-xl-2, html.light-theme .col-xl-3, html.light-theme .col-xl-4, html.light-theme .col-xl-5, html.light-theme .col-xl-6, html.light-theme .col-xl-7, html.light-theme .col-xl-8, html.light-theme .col-xl-9, html.light-theme .col-xl-10, html.light-theme .col-xl-11, html.light-theme .col-xl-12, html.light-theme .col-xl, html.light-theme .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px;
  }
  html.light-theme .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767.98px) {
  html.light-theme .font-giant {
    font-size: 48px;
    line-height: 54px;
  }
  html.light-theme .font-poster {
    font-size: 38px;
    line-height: 44px;
  }
  html.light-theme .font-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  html.light-theme .font-h2 {
    font-size: 28px;
    line-height: 38px;
  }
  html.light-theme .font-h3 {
    font-size: 22px;
    line-height: 30px;
  }
  html.light-theme .font-body {
    font-size: 20px;
    line-height: 28px;
  }
  html.light-theme .font-description {
    font-size: 16px;
    line-height: 22px;
  }
  html.light-theme .font-label {
    font-size: 14px;
    line-height: 20px;
  }
  html.light-theme .mobile-font-poster {
    font-size: 38px !important;
    line-height: 44px !important;
  }
  html.light-theme .mobile-font-h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  html.light-theme .mobile-font-h2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  html.light-theme .mobile-font-h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  html.light-theme .mobile-font-body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  html.light-theme .mobile-regular {
    font-weight: 400 !important;
  }
  html.light-theme .container.main-container {
    max-width: 540px;
    padding-left: 24px;
    padding-right: 24px;
  }
  html.light-theme .full-height-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  html.light-theme h1.main-title {
    font-size: 38px;
    line-height: 48px;
  }
  html.light-theme .about-section .about-text-wrapper {
    order: 2;
  }
  html.light-theme .about-section .about-img-wrapper {
    order: 1;
  }
}
html.dark-theme .landing-page h1 {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
  text-shadow: -1px -1px 0 #dfe5e5, 1px -1px 0 #dfe5e5, -1px 1px 0 #dfe5e5, 1px 1px 0 #dfe5e5, -1px 2px 0 #dfe5e5, -1px 3px 0 #dfe5e5, 1px 2px 0 #dfe5e5, 1px 3px 0 #dfe5e5;
}
html.dark-theme .landing-page h1 .hero-product {
  font-weight: 300;
  color: #9b9181;
  background-color: #e0e7ef;
  text-shadow: none;
}
html.dark-theme .landing-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 760px;
  background-image: url(../../img/mountain.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 0;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-container {
  height: 100%;
  background-size: cover;
  background-image: url(../../img/blank.png);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 0;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly {
  overflow: hidden;
  height: 100%;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly .carousel-inner {
  height: 100%;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly .carousel-inner .carousel-item {
  height: 100%;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-container .hero-bg #carouselExampleSlidesOnly .carousel-inner .carousel-item .d-block {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-container .hero-content-wrapper {
  z-index: 1;
}
html.dark-theme .landing-page .full-height-wrapper.hero .main-title-wrapper {
  margin-top: 50px;
}
html.dark-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
html.dark-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div .button-wrapper {
  display: flex;
}
html.dark-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div .button-wrapper a:first-child {
  margin-right: 15px;
}
html.dark-theme .landing-page .full-height-wrapper.hero .button-wrapper-row > div .button-wrapper a:last-child {
  margin-left: 15px;
}
html.dark-theme .landing-page .who-we-are-full-width {
  background-color: #e0e7ef;
  padding-top: 20px;
  padding-bottom: 20px;
}
html.dark-theme .landing-page .who-we-are-full-width .who-we-are-wrapper {
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
html.dark-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row {
  padding-top: 60px;
  padding-bottom: 60px;
}
html.dark-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row .who-we-are-left img {
  width: 250px;
}
html.dark-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row .who-we-are-right .title-text {
  color: #4e5969;
  margin-top: 0;
}
html.dark-theme .landing-page .who-we-are-full-width .who-we-are-wrapper .who-we-are-row .who-we-are-right .font-description:last-child {
  margin-bottom: 0;
}
html.dark-theme .landing-page .why-choose-us-wrapper {
  background-color: #FFFFFF;
  color: #4e5969;
}
html.dark-theme .landing-page .why-choose-us-wrapper .why-choose-us-row {
  padding-top: 100px;
  padding-bottom: 100px;
}
html.dark-theme .landing-page .why-choose-us-wrapper .why-choose-us-row .why-choose-us-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html.dark-theme .landing-page .why-choose-us-wrapper .why-choose-us-row .why-choose-us-right .button-wrapper-row {
  margin-top: 50px;
}
html.dark-theme .landing-page .cards-wrapper {
  padding-top: 70px;
  padding-bottom: 0;
  background-color: #f0f4fb;
}
html.dark-theme .landing-page .cards-wrapper .produtos-wrapper #carouselExampleControls {
  background-color: #eaeef6;
}
html.dark-theme .landing-page .cards-wrapper .card-3-row {
  margin-bottom: -30px;
}
html.dark-theme .landing-page .cards-wrapper .card-3-row .card-3 {
  display: flex;
  margin-bottom: 30px;
}
html.dark-theme .landing-page .cards-wrapper .card-3-row .card-3 .white-background {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.dark-theme .landing-page .cards-wrapper .card-3-row .card-3 .card-3-img {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
html.dark-theme .landing-page .cards-wrapper .card-3-row .card-3 .card-title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 32px;
}
html.dark-theme .landing-page .cards-wrapper .button-wrapper {
  margin-bottom: -27px;
}
html.dark-theme .landing-page .inspirational-row-wrapper {
  background-color: #9b9181;
  color: #dfe5e5;
  padding-top: 100px;
  padding-bottom: 100px;
}
html.dark-theme .landing-page .inspirational-row-wrapper .button-wrapper-row {
  margin-top: 50px;
}
html.dark-theme .landing-page .contact-wrapper {
  margin-bottom: -225px;
}
html.dark-theme .landing-page .contacts-list {
  display: flex;
  flex-direction: column;
}
html.dark-theme .landing-page .contacts-form-row {
  margin-bottom: 120px;
}
html.dark-theme .landing-page .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
}
html.dark-theme .landing-page .contact-form .row {
  margin-left: -30px;
  margin-right: -30px;
}
html.dark-theme .landing-page .contact-form form {
  width: 100%;
}
html.dark-theme .landing-page .contact-form form .input-wrapper {
  margin-top: 25px;
}
html.dark-theme .landing-page .contact-form form .input-wrapper:last-child {
  margin-bottom: 25px;
}
html.dark-theme .landing-page .contact-form form .input-wrapper input, html.dark-theme .landing-page .contact-form form .input-wrapper textarea {
  width: 100%;
  padding: 13px 20px;
  border: #dddddd solid 2px;
}
html.dark-theme .landing-page .contact-form form .input-wrapper input::placeholder, html.dark-theme .landing-page .contact-form form .input-wrapper textarea::placeholder {
  color: #aaaaaa;
  font-family: "Lexend", sans-serif;
}
html.dark-theme .landing-page .contact-form form .main-button {
  display: block;
  margin-top: 25px;
}
html.dark-theme .landing-page .light-background {
  background-color: #FFFFFF;
  color: #4e5969;
}
html.dark-theme .landing-page .accent-background {
  background-color: #ffe5bd;
  color: #4e5969;
}
html.dark-theme .carousel-item {
  transition: opacity 0.5s ease 0.4s;
}
html.dark-theme .carousel-item .carousel-caption-title {
  opacity: 0;
  transition: opacity 0.5s ease;
}
html.dark-theme .carousel-item .carousel-caption-text {
  opacity: 0;
  transition: opacity 0.5s ease;
}
html.dark-theme .carousel-item .carousel-caption-image {
  opacity: 0;
  transition: opacity 0.5s ease;
}
html.dark-theme .carousel-item .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  left: 0;
  top: 0;
  padding: 0;
}
html.dark-theme .carousel-item.active {
  transition: opacity 0.3s ease;
}
html.dark-theme .carousel-item.active .carousel-caption-title {
  opacity: 1;
  transition: opacity 0.5s ease;
}
html.dark-theme .carousel-item.active .carousel-caption-text {
  opacity: 1;
  transition: opacity 0.5s ease 0.2s;
}
html.dark-theme .carousel-item.active .carousel-caption-image {
  opacity: 1;
  transition: opacity 0.9s ease 0.4s;
}
html.dark-theme .carousel-item-left {
  opacity: 0;
}
html.dark-theme .carousel-indicators {
  position: relative;
}
html.dark-theme .carousel-indicators li {
  text-indent: inherit;
  width: auto;
  height: auto;
  margin-right: 1px;
  margin-right: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  transition: background-color 0.4s ease, color 0.4s ease, text-decoration-color 0.8s ease 0.3s;
  text-decoration: underline;
  background-color: #4e5969;
  text-decoration-color: #FFFFFF;
}
html.dark-theme .carousel-indicators li.active {
  background-color: #FFFFFF;
  color: #e0e7ef;
  text-decoration-color: #e0e7ef;
  transition: background-color 0.4s ease 0.3s, color 0.4s ease 0.3s, text-decoration-color 0.8s ease 0.9s;
}
html.dark-theme .carousel-caption {
  color: #FFFFFF;
  text-align: left;
}
html.dark-theme .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
html.dark-theme .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
html.dark-theme .product-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.dark-theme #sobre-nos, html.dark-theme #produtos, html.dark-theme #contactos {
  padding-top: 160px;
}
@media (max-width: 991.98px) {
  html.dark-theme .landing-page .product-text-wrapper {
    order: 2;
    margin-top: 30px;
  }
  html.dark-theme .landing-page .product-image-wrapper {
    order: 1;
    overflow: hidden;
  }
  html.dark-theme .landing-page .why-choose-us-wrapper .why-choose-us-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  html.dark-theme .landing-page .why-choose-us-wrapper .why-choose-us-row .why-choose-us-right {
    margin-top: 24px;
  }
  html.dark-theme .landing-page .card-3-row {
    margin-bottom: 48px;
  }
  html.dark-theme .landing-page .card-3-row .card-3 {
    margin-bottom: 32px;
  }
  html.dark-theme .landing-page .card-3-row .card-3 .card-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
    margin-top: 8px;
  }
  html.dark-theme .landing-page .card-3-row .card-3 .card-description {
    font-size: 16px;
    line-height: 22px;
  }
  html.dark-theme .landing-page .card-3-row .card-3 .card-3-img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 834px) {
  html.dark-theme .landing-page .card-3-row .card-3 .card-title {
    font-size: 24px;
    line-height: 32px;
  }
  html.dark-theme .landing-page .card-3-row .card-3 .card-description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  html.dark-theme .landing-page .card-3-row .card-3 .card-title {
    font-size: 18px;
    line-height: 28px;
  }
  html.dark-theme .landing-page .card-3-row .card-3 .card-description {
    font-size: 16px;
    line-height: 22px;
  }
  html.dark-theme .who-we-are-left {
    display: flex;
    flex-direction: column;
  }
  html.dark-theme .who-we-are-left .card-title {
    text-align: center;
  }
  html.dark-theme .who-we-are-left img {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
html.dark-theme .services-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.dark-theme .services-page .cards-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
html.dark-theme .services-page .cards-wrapper .card-3-row {
  margin-bottom: 30px;
}
html.dark-theme .services-page .cards-wrapper .card-3-row .card-3 {
  display: flex;
}
html.dark-theme .services-page .cards-wrapper .card-3-row .card-3 .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
}
html.dark-theme .services-page .cards-wrapper .card-3-row .card-3 .card-3-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
html.dark-theme .services-page .cards-wrapper .card-3-row .card-3 .card-title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 32px;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black {
  padding-bottom: 100px;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-top {
  padding: 0;
  margin-bottom: 30px;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-top img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-card {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  padding-top: 40px;
  margin-top: -50px;
  border-radius: 5px;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-left .white-background {
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-right {
  color: #4e5969;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black ul {
  list-style-type: square;
  padding-left: 1em;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black ul li {
  margin-bottom: 0.5em;
}
html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black ul li:last-child {
  margin-bottom: 0;
}
html.dark-theme .services-page .for-candidates-wrapper {
  margin-top: 100px;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-left {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-left .for-candidates-features-title {
  color: #FFFFFF;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-left .for-candidates-features-description {
  color: #aaaaaa;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-center {
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-center img {
  width: 75%;
  margin-left: 12.5%;
  background-color: #4e5969;
  border-radius: 50%;
  border: #dddddd solid 2px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-right .for-candidates-features-title {
  color: #FFFFFF;
}
html.dark-theme .services-page .for-candidates-wrapper .for-candidates-row .for-candidates-right .for-candidates-features-description {
  color: #aaaaaa;
}
html.dark-theme .services-page .for-candidates-wrapper .button-wrapper-row {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black {
    padding-bottom: 0;
  }
  html.dark-theme .services-page .included-services-wrapper .included-services-row .row.bg-black .included-services-right .included-services-card {
    margin-top: 0;
  }
}
html.dark-theme .jobs-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.dark-theme .jobs-page .search-jobs-wrapper .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.dark-theme .jobs-page .search-jobs-wrapper form {
  width: 100%;
}
html.dark-theme .jobs-page .search-jobs-wrapper form > .container {
  padding: 0;
}
html.dark-theme .jobs-page .search-jobs-wrapper form .input-wrapper {
  margin-top: 25px;
}
html.dark-theme .jobs-page .search-jobs-wrapper form .input-wrapper:last-child {
  margin-bottom: 25px;
}
html.dark-theme .jobs-page .search-jobs-wrapper form .input-wrapper input {
  width: 100%;
  padding: 13px 20px;
  border: #dddddd solid 2px;
}
html.dark-theme .jobs-page .search-jobs-wrapper form .input-wrapper input::placeholder {
  color: #aaaaaa;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
html.dark-theme .jobs-page .search-jobs-wrapper form .main-button {
  display: block;
  width: 100%;
  margin-top: 25px;
}
html.dark-theme .jobs-page .search-results-wrapper a {
  color: #FFFFFF;
}
html.dark-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper {
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.dark-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-description-wrapper .job-position {
  color: #ffe5bd;
}
html.dark-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-description-wrapper .job-area {
  color: #FFFFFF;
}
html.dark-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-details .job-location {
  color: #FFFFFF;
}
html.dark-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-details .job-publishing-info .offer-type {
  color: #FFFFFF;
}
html.dark-theme .jobs-page .search-results-wrapper a:hover .job-opportunity-wrapper .job-details .job-publishing-info .timestamp {
  color: #FFFFFF;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease 0.1s;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: rgba(184, 100, 44, 0) 0 5px 20px;
  margin-top: 15px;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper:last-child {
  margin-bottom: 15px;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .negative-margins {
  margin-left: 0px;
  margin-right: -15px;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .company-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .company-logo img {
  width: 50px;
  height: 50px;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-description-wrapper .job-position {
  text-decoration: underline;
  transition: color 0.3s ease 0.1s;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-description-wrapper .job-area {
  margin-bottom: 0;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details {
  display: flex;
  flex-direction: row;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-location {
  line-height: 30px;
  margin-bottom: 0.5em;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-publishing-info {
  text-align: right;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-publishing-info .offer-type {
  line-height: 30px;
  margin-bottom: 0.5em;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.dark-theme .jobs-page .search-results-wrapper a .job-opportunity-wrapper .job-details .job-publishing-info .timestamp {
  margin-bottom: 0;
  color: #aaaaaa;
  transition: color 0.3s ease 0.1s;
}
html.dark-theme .work-board {
  flex-direction: column;
  max-height: 2000px;
}
html.dark-theme .work-board .work-img {
  width: 100%;
  height: auto;
}
html.dark-theme .work-board .work-title {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 24px;
}
html.dark-theme .work-board .work-description {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
html.dark-theme .work-board .work-cell-wrapper {
  margin-bottom: 120px;
}
html.dark-theme .work-board .work-cell-wrapper a {
  color: #FFFFFF;
}
html.dark-theme .work-board .work-cell-wrapper a .img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 32px;
}
html.dark-theme .work-board .work-cell-wrapper a .work-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
html.dark-theme .work-board .work-cell-wrapper a:hover .work-img {
  transform: scale(1.1);
}
html.dark-theme .work-board .work-cell-wrapper a:hover .work-title {
  text-decoration-color: #FFFFFF;
}
html.dark-theme .work-board .work-cell-wrapper img {
  transition: transform 1.5s ease;
}
html.dark-theme .work-board .work-cell-wrapper:nth-child(1) {
  order: 1;
}
html.dark-theme .work-board .work-cell-wrapper:nth-child(2) {
  order: 3;
}
html.dark-theme .work-board .work-cell-wrapper:nth-child(3) {
  order: 2;
}
html.dark-theme .work-board .work-cell-wrapper:nth-child(4) {
  order: 4;
}
@media (max-width: 991.98px) {
  html.dark-theme .jobs-page .job-location {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  html.dark-theme .work-board {
    max-height: max-content;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  html.dark-theme .work-board .work-cell-wrapper:nth-child(1) {
    order: 1;
  }
  html.dark-theme .work-board .work-cell-wrapper:nth-child(2) {
    order: 2;
  }
  html.dark-theme .work-board .work-cell-wrapper:nth-child(3) {
    order: 3;
    page-break-after: auto;
    break-after: auto;
  }
  html.dark-theme .work-board .work-cell-wrapper:nth-child(4) {
    order: 4;
  }
}
html.dark-theme .about-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.dark-theme .about-page .cards-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
html.dark-theme .about-page .cards-wrapper .card-3-row {
  margin-bottom: 30px;
}
html.dark-theme .about-page .cards-wrapper .card-3-row .card-3 {
  display: flex;
}
html.dark-theme .about-page .cards-wrapper .card-3-row .card-3 .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
}
html.dark-theme .about-page .cards-wrapper .card-3-row .card-3 .card-3-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
html.dark-theme .about-page .cards-wrapper .card-3-row .card-3 .card-title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 32px;
}
html.dark-theme .about-page .this-is-us-wrapper .this-is-us-row .this-is-us-description {
  margin-top: 2em;
}
html.dark-theme .about-page .this-is-us-wrapper .this-is-us-row img {
  width: 100%;
}
html.dark-theme .about-page .inspirational-row-wrapper {
  background-image: url(../../img/offer_orange2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}
html.dark-theme .about-page .inspirational-row-wrapper .button-wrapper-row {
  margin-top: 50px;
}
html.dark-theme .about-page .about-section {
  margin-bottom: 116px;
}
html.dark-theme .about-page .about-section .about-text-wrapper {
  margin-bottom: -36px;
}
html.dark-theme .about-page .about-section .about-text-wrapper .section-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 36px;
}
html.dark-theme .about-page .about-section .about-text-wrapper .about-paragraph {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 36px;
}
html.dark-theme .about-page .about-section .about-img-wrapper img {
  width: 100%;
}
html.dark-theme .about-page .about-section .about-img-wrapper a {
  text-decoration: none;
}
html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link {
  background-color: #1DA1F2;
  transition: background-color 0.3s ease;
  height: 88px;
  padding: 24px 32px;
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}
html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-logo {
  width: 40px;
  height: 40px;
  fill: #4e5969;
  transition: fill 0.3s ease;
}
html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-handle {
  margin-left: 34px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #4e5969;
  transition: color 0.3s ease;
}
html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-handle:hover {
  text-decoration: none;
}
html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .external-link-icon {
  width: 40px;
  height: 40px;
  margin-left: auto;
  fill: #4e5969;
  transition: fill 0.3s ease;
}
html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link {
  background-color: #ffe5bd;
}
html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-logo {
  fill: #000000;
}
html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-handle {
  color: #000000;
}
html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .external-link-icon {
  fill: #000000;
}
html.dark-theme .about-page .working-remotely {
  background-color: #000000;
  color: #4e5969;
  padding: 128px 0;
}
html.dark-theme .about-page .working-remotely .section-title {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 128px;
}
html.dark-theme .about-page .working-remotely .working-remotely-paragraph {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 36px;
  padding-left: 100px;
  padding-right: 100px;
}
html.dark-theme .about-page .working-remotely .working-remotely-paragraph a {
  color: #ffffff;
}
html.dark-theme .about-page .working-remotely .working-remotely-paragraph a:hover {
  color: #000000;
}
html.dark-theme .about-page .working-remotely .working-remotely-img {
  width: 100%;
  height: auto;
  margin-bottom: 112px;
}
@media (max-width: 991.98px) {
  html.dark-theme .about-page .about-section {
    margin-bottom: 92px;
  }
  html.dark-theme .about-page .about-section .about-text-wrapper {
    order: 1;
    margin-bottom: -28px;
  }
  html.dark-theme .about-page .about-section .about-text-wrapper .section-title {
    font-size: 32px;
    line-height: 40px;
  }
  html.dark-theme .about-page .about-section .about-text-wrapper .about-paragraph {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper {
    order: 2;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a {
    text-decoration: none;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link {
    height: 64px;
    padding: 16px;
    margin-top: 32px;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-logo {
    width: 32px;
    height: 32px;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .twitter-handle {
    margin-left: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a .twitter-card-link .external-link-icon {
    width: 32px;
    height: 32px;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link {
    background-color: #ffe5bd;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-logo {
    fill: #000000;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .twitter-handle {
    color: #000000;
  }
  html.dark-theme .about-page .about-section .about-img-wrapper a:hover .twitter-card-link .external-link-icon {
    fill: #000000;
  }
  html.dark-theme .about-page .working-remotely {
    padding: 40px 0;
  }
  html.dark-theme .about-page .working-remotely .section-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  html.dark-theme .about-page .working-remotely .working-remotely-paragraph {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  html.dark-theme .about-page .working-remotely .working-remotely-img {
    margin-bottom: 40px;
    text-align: center;
  }
}
html.dark-theme .contact-page .full-height-wrapper.hero {
  height: 100vh;
  max-height: 500px;
  background-image: url(../../img/hero_bg_grey.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px inset;
}
html.dark-theme .contact-page .looking-for-talent {
  margin-bottom: 60px;
}
html.dark-theme .contact-page .white-background {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(184, 100, 44, 0.1) 0 5px 20px;
}
html.dark-theme .contact-page .contact-form {
  margin-bottom: 30px;
}
html.dark-theme .contact-page .contact-form .row {
  margin-left: -30px;
  margin-right: -30px;
}
html.dark-theme .contact-page .contact-form form {
  width: 100%;
}
html.dark-theme .contact-page .contact-form form .input-wrapper {
  margin-top: 25px;
}
html.dark-theme .contact-page .contact-form form .input-wrapper:last-child {
  margin-bottom: 25px;
}
html.dark-theme .contact-page .contact-form form .input-wrapper input {
  width: 100%;
  padding: 13px 20px;
  border: #dddddd solid 2px;
}
html.dark-theme .contact-page .contact-form form .input-wrapper input::placeholder {
  color: #aaaaaa;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
html.dark-theme .contact-page .contact-form form .main-button {
  display: block;
  width: 100%;
  margin-top: 25px;
}
html.dark-theme .contact-page .card-3 {
  margin-bottom: 109px;
}
html.dark-theme .contact-page .card-3 h3.card-title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 16px;
  margin-top: 0;
}
html.dark-theme .contact-page .card-3 p.card-description {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  html.dark-theme .contact-page .card-3 {
    margin-bottom: 24px;
  }
  html.dark-theme .contact-page .card-3 h3.card-title {
    font-size: 22px;
    line-height: 32px;
  }
  html.dark-theme .contact-page .card-3 p.card-description {
    font-size: 20px;
    line-height: 25px;
  }
  html.dark-theme .contact-page .card-3:nth-child(3) {
    margin-bottom: 49px;
  }
}
html.dark-theme body {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  background-color: #4e5969;
  color: #FFFFFF;
}
html.dark-theme body *::selection {
  background-color: #ffe5bd;
  color: #000000;
}
html.dark-theme .font-lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
html.dark-theme .font-averia {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
html.dark-theme .font-giant {
  font-size: 80px;
  line-height: 86px;
  font-weight: 400;
}
html.dark-theme .font-poster {
  font-size: 64px;
  line-height: 68px;
  font-weight: 400;
}
html.dark-theme .font-h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}
html.dark-theme .font-h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
html.dark-theme .font-h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
html.dark-theme .font-body {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
html.dark-theme .font-description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
html.dark-theme .font-label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
html.dark-theme .title-text {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
html.dark-theme .title-text.margin-bottom {
  margin-bottom: 1em;
}
html.dark-theme .title-text.margin-bottom-x2 {
  margin-bottom: 2em;
}
html.dark-theme .clr-orange {
  color: #9b9181;
}
html.dark-theme .clr-dark-orange {
  color: #ffe5bd;
}
html.dark-theme .clr-light-orange {
  color: #ffe5bd;
}
html.dark-theme .clr-white {
  color: #4e5969;
}
html.dark-theme .bg-black {
  background-color: #FFFFFF;
}
html.dark-theme .align-text-left {
  text-align: left;
}
html.dark-theme .align-text-center {
  text-align: center;
}
html.dark-theme .bold {
  font-weight: 700;
}
html.dark-theme img {
  color: #F5F5F7;
}
html.dark-theme a.button-text-arrow {
  padding: 2px 8px;
  margin: -2px -8px;
  transition: 0.3s color ease, 0.3s background ease;
  border-radius: 4px;
}
html.dark-theme a.button-text-arrow svg {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  fill: transparent;
  transition: 0.3s fill ease;
}
html.dark-theme a.button-text-arrow:hover {
  transition: 0.3s color ease, 0.3s background ease;
  background-color: #ffe5bd;
  color: #000000;
}
html.dark-theme a.button-text-arrow:hover svg {
  fill: #000000;
  animation-name: arrowAnim;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
html.dark-theme a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
html.dark-theme h1.main-title {
  font-size: 80px;
  line-height: 104px;
  width: 100%;
  margin-top: 62px;
}
html.dark-theme p a {
  color: #FFFFFF;
  text-decoration: underline;
  transition: 0.3s color ease, 0.3s background ease, 0.3s text-decoration-color ease;
}
html.dark-theme p a:hover {
  background-color: #ffe5bd;
  color: #000000;
  text-decoration-color: transparent;
}
html.dark-theme .full-height-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html.dark-theme .project-thumbnail {
  background-color: #C4C4C4;
  position: relative;
  width: 100%;
  padding-top: 65%;
}
html.dark-theme .card-3 .card-title {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 30px;
}
html.dark-theme .card-3 p.card-description {
  font-size: 22px;
  line-height: 26px;
}
@keyframes arrowAnim {
  0% {
    margin-left: 8px;
    margin-right: 0;
  }
  25% {
    margin-left: 4px;
    margin-right: 4px;
  }
  100% {
    margin-left: 8px;
    margin-right: 0;
  }
}
html.dark-theme button.main-button {
  color: #FFFFFF;
  background-color: #ffe5bd;
}
html.dark-theme button.main-button svg, html.dark-theme button.main-button svg path {
  fill: #4e5969;
}
html.dark-theme button.main-button:hover {
  color: #FFFFFF;
  background-color: #ffe5bd;
}
html.dark-theme button.main-button:hover svg, html.dark-theme button.main-button:hover svg path {
  fill: #4e5969;
}
html.dark-theme button.secondary-button {
  color: #4e5969;
  background-color: #FFFFFF;
}
html.dark-theme button.secondary-button svg, html.dark-theme button.secondary-button svg path {
  fill: #4e5969;
}
html.dark-theme button.secondary-button:hover {
  color: #4e5969;
  background-color: #191A1B;
}
html.dark-theme button.secondary-button:hover svg, html.dark-theme button.secondary-button:hover svg path {
  fill: #4e5969;
}
html.dark-theme button.main-button, html.dark-theme button.secondary-button {
  font-family: "Averia Serif Libre", serif;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 0;
  display: flex;
  transition: color 0.3s ease, background 0.3s ease 0.1s;
}
html.dark-theme button.main-button svg, html.dark-theme button.main-button svg path, html.dark-theme button.secondary-button svg, html.dark-theme button.secondary-button svg path {
  transition: 0.3s fill ease;
}
html.dark-theme button.main-button.center, html.dark-theme button.secondary-button.center {
  margin: auto;
}
html.dark-theme button.main-button:hover, html.dark-theme button.secondary-button:hover {
  text-decoration: none;
  transition: color 0.3s ease 0.15s, background 0.2s ease;
}
html.dark-theme button.main-button:hover svg, html.dark-theme button.main-button:hover svg path, html.dark-theme button.secondary-button:hover svg, html.dark-theme button.secondary-button:hover svg path {
  transition: 0.3s fill ease 0.15s;
}
html.dark-theme button.main-button.arrow svg, html.dark-theme button.main-button.arrow svg path, html.dark-theme button.secondary-button.arrow svg, html.dark-theme button.secondary-button.arrow svg path {
  margin-top: 2px;
  margin-left: 8px;
}
html.dark-theme button.main-button.arrow:hover svg, html.dark-theme button.main-button.arrow:hover svg path, html.dark-theme button.secondary-button.arrow:hover svg, html.dark-theme button.secondary-button.arrow:hover svg path {
  animation-name: arrowAnim;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0.3s;
}
html.dark-theme .animate-entry {
  opacity: 0;
  transition: opacity 0.6s ease;
}
html.dark-theme .animate-entry .animate-entry-2, html.dark-theme .animate-entry .animate-entry-3, html.dark-theme .animate-entry .animate-entry-4 {
  opacity: 0;
  transition: opacity 0.6s ease;
}
html.dark-theme .animate-entry.visible {
  opacity: 1;
  transition: opacity 0.6s ease 0.1s;
}
html.dark-theme .animate-entry.visible .animate-entry-2 {
  opacity: 1;
  transition: opacity 0.6s ease 0.3s;
}
html.dark-theme .animate-entry.visible .animate-entry-3 {
  opacity: 1;
  transition: opacity 0.6s ease 0.4s;
}
html.dark-theme .animate-entry.visible .animate-entry-4 {
  opacity: 1;
  transition: opacity 0.6s ease 0.5s;
}
html.dark-theme .fixed-nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 2;
  height: 70px;
  margin-top: 0;
  transition: height 0s linear 0.4s, margin 0.4s ease;
}
html.dark-theme .fixed-nav-wrapper.occult {
  margin-top: -64px;
}
html.dark-theme .fixed-nav-wrapper.expanded {
  height: 100vh;
  transition: height 0s linear;
}
html.dark-theme .fixed-nav-wrapper .navbar {
  padding: 0;
  background-color: #4e5969;
  transition: background 0.2s ease 0.4s;
}
html.dark-theme .fixed-nav-wrapper .navbar.transparent {
  background-color: transparent;
  transition: background 0.6s ease;
}
html.dark-theme .fixed-nav-wrapper .navbar .container {
  display: block;
}
html.dark-theme .fixed-nav-wrapper .navbar .container .col-12 {
  display: flex;
  justify-content: space-around;
}
html.dark-theme .navbar, html.dark-theme .navbar-brand {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
html.dark-theme .navbar-brand {
  font-size: 18px;
  line-height: 48px;
  padding: 0;
  font-weight: 700;
  /**/
  color: #564747;
  line-height: 70px;
  letter-spacing: 0.05em;
  margin-right: 0;
  /**/
}
html.dark-theme .navbar-brand img {
  width: 250px;
  height: 70px;
}
html.dark-theme .navbar-nav li:last-child {
  padding-right: 0;
}
html.dark-theme .navbar .navbar-collapse {
  justify-content: flex-end;
}
html.dark-theme .navbar .navbar-nav .nav-item {
  position: relative;
}
html.dark-theme .navbar .navbar-nav .nav-item.button {
  margin-top: -13px;
}
html.dark-theme .navbar .navbar-nav .nav-item:not(.button)::after {
  content: "";
  position: absolute;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  width: 4px;
  background-color: #ffe5bd;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s, width 0.2s ease, border-radius 0.2s ease;
}
html.dark-theme .navbar .navbar-nav .nav-item.active::after {
  width: 100%;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.3s ease, width 0.6s ease, border-radius 0.6s ease;
}
html.dark-theme .navbar .navbar-nav .nav-item:hover::after {
  opacity: 1;
}
html.dark-theme .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Averia Serif Libre", serif;
  color: #FFFFFF;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
html.dark-theme .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #FFFFFF;
}
html.dark-theme #mobile-toggle {
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  transition: transform 0.2s ease;
}
html.dark-theme #mobile-toggle:hover {
  transform: scale(1.1);
}
html.dark-theme #mobile-toggle .mobile-toggle-icon {
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #FFFFFF;
  transition: top 0.5s ease 0.7s, transform 0.2s ease;
}
html.dark-theme #mobile-toggle .mobile-toggle-icon.mobile-toggle-top-bar {
  top: 14px;
  left: 4px;
}
html.dark-theme #mobile-toggle .mobile-toggle-icon.mobile-toggle-bottom-bar {
  top: 24px;
  left: 4px;
}
html.dark-theme #mobile-toggle[aria-expanded=true] .mobile-toggle-icon {
  transition: top 0.2s ease, transform 0.5s ease 0.7s;
}
html.dark-theme #mobile-toggle[aria-expanded=true] .mobile-toggle-icon.mobile-toggle-top-bar {
  top: 19px;
  transform: rotate(45deg);
}
html.dark-theme #mobile-toggle[aria-expanded=true] .mobile-toggle-icon.mobile-toggle-bottom-bar {
  top: 19px;
  transform: rotate(-45deg);
}
html.dark-theme.is-animating .fixed-nav-wrapper.expanded #mobile-navigation {
  opacity: 0;
  transition: opacity 0.1s ease 0.3s, transform 0.2s ease 0.2s, left 0s linear 0.5s, background 0.3s ease 0.5s, color 0.3s ease 0.5s;
  left: 999999px;
}
html.dark-theme .mobile-only {
  display: block;
}
html.dark-theme .desktop-only {
  display: none !important;
}
html.dark-theme .content-wrapper {
  padding-top: 70px;
}
html.dark-theme .content-wrapper.navbar-padding-top {
  padding-top: 70px;
}
html.dark-theme .row.vertical-margins {
  margin-top: 50px;
  margin-bottom: -27px;
}
html.dark-theme .bottom-margin {
  margin-bottom: 50px;
}
html.dark-theme .negative-bottom-margin {
  margin-bottom: -24px;
}
html.dark-theme .carousel-wrapper .carousel-component {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}
html.dark-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
html.dark-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide {
  position: relative;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  margin-left: -100%;
}
html.dark-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide:first-child {
  margin-left: 0;
}
html.dark-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide.active {
  opacity: 1;
}
html.dark-theme .carousel-wrapper .carousel-component .carousel-slides-wrapper .slide img {
  height: auto;
  width: 100%;
}
html.dark-theme .carousel-wrapper .carousel-nav-row {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav {
  display: flex;
  flex-direction: row;
  height: 52px;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  margin: 24px 5px;
  display: flex;
  background-color: #ffe5bd;
  overflow: hidden;
  /*
          &:first-child {
            &::after {
              transition:width .05s ease .2s, opacity .3s ease .2s;
            }
          }
          */
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer::after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #ffe5bd;
  border-radius: 2px;
  opacity: 0;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(2)::after {
  transition: width 0.05s ease 0.15s, opacity 0.3s ease 0.15s;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(3)::after {
  transition: width 0.05s ease 0.1s, opacity 0.3s ease 0.1s;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(4)::after {
  transition: width 0.05s ease 0.05s, opacity 0.3s ease 0.05s;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:nth-child(5)::after {
  transition: width 0.05s ease, opacity 0.3s ease;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer.viewed::after {
  width: 100%;
  padding-left: 100%;
  opacity: 1;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer.active::after {
  padding-left: 100%;
  opacity: 1;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child::after {
  width: 0;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child.back-to-zero::after {
  width: 0;
  padding-left: 0;
  transition: padding 0.05s ease 0.2s, width 0.05s ease 0.2s;
  opacity: 1;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child.active::after {
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
  padding-left: 100%;
}
html.dark-theme .carousel-wrapper .carousel-nav-row .carousel-nav .carousel-timer:first-child.viewed::after {
  width: 100%;
  padding-left: 100%;
  opacity: 1;
  transition: padding 5s linear, opacity 0.15s linear 0.1s, width 0.2s ease-in;
}
html.dark-theme #accordion {
  padding: 80px 55px;
  background-color: #131313;
  margin-bottom: 168px;
  border-radius: 24px;
}
html.dark-theme #accordion .accordion-intro, html.dark-theme #accordion .accordion-outro {
  margin-bottom: 56px;
}
html.dark-theme #accordion .accordion-intro .section-title, html.dark-theme #accordion .accordion-outro .section-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin-bottom: 40px;
}
html.dark-theme #accordion .accordion-intro .section-description, html.dark-theme #accordion .accordion-outro .section-description {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 38px;
}
html.dark-theme #accordion .accordion-intro .section-description:last-child, html.dark-theme #accordion .accordion-outro .section-description:last-child {
  margin-bottom: 0;
}
html.dark-theme #accordion .accordion-outro {
  margin-top: 80px;
}
html.dark-theme #accordion h4 {
  font-size: 40px;
  line-height: 54px;
  margin: 24px 0;
}
html.dark-theme .accordion-wrapper {
  margin: 24px 0;
  background-color: #1F2021;
  transition: background-color 0.3s ease;
  border-radius: 16px;
}
html.dark-theme .accordion-wrapper.closed:hover {
  background-color: #ffe5bd;
}
html.dark-theme .accordion-wrapper.closed .accordion-title {
  font-size: 28px;
}
html.dark-theme .accordion-wrapper .accordion-title {
  font-size: 28px;
}
html.dark-theme .accordion-wrapper .accordion-title a {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px;
  padding-right: 80px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
html.dark-theme .accordion-wrapper .accordion-title a svg {
  fill: #ffe5bd;
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 24px;
  transform: rotate(45deg);
  transition: fill 0.3s ease, transform 0.3s ease;
}
html.dark-theme .accordion-wrapper .accordion-title a:hover svg {
  transform: rotate(45deg);
}
html.dark-theme .accordion-wrapper .accordion-title a[aria-expanded=false] svg {
  transition: fill 0.3s ease, transform 0.3s ease 0.3s;
  transform: rotate(0);
}
html.dark-theme .accordion-wrapper .accordion-title a[aria-expanded=false]:hover {
  color: #4e5969;
}
html.dark-theme .accordion-wrapper .accordion-title a[aria-expanded=false]:hover svg {
  fill: #4e5969;
}
html.dark-theme .accordion-wrapper .collapser .card-body {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  background-color: transparent;
  color: #FFFFFF;
  padding: 24px;
  padding-top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: none;
}
html.dark-theme .accordion-wrapper .collapser.show .card-body {
  opacity: 1;
}
html.dark-theme .card-2-list {
  padding: 120px 72px;
  background-color: #F5F5F7;
  border-radius: 24px;
  margin-bottom: 146px;
}
html.dark-theme .card-2-list .card-2-list-title {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}
html.dark-theme .card-2-list ul {
  padding-left: 28px;
  margin-bottom: -13px;
}
html.dark-theme .card-2-list ul li {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 13px;
}
html.dark-theme footer.footer.light-background {
  padding-bottom: 120px;
  background: transparent;
  position: relative;
}
html.dark-theme footer.footer.light-background .footer-bg {
  background-color: #FFFFFF;
  background-image: url(../../img/mountain_footer.png);
  background-repeat: no-repeat;
  background-position: -20% bottom;
  position: absolute;
  top: 200px;
  height: calc(100% - 200px);
  width: 100%;
}
html.dark-theme footer.footer.light-background .footer-list-title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 28px;
  font-weight: 700;
  color: #e0e7ef;
}
html.dark-theme footer.footer.light-background .footer-list {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  list-style: none;
  font-weight: 300;
  letter-spacing: 0.05em;
}
html.dark-theme footer.footer.light-background .footer-list a {
  text-decoration: none;
  color: #4e5969;
  display: flex;
}
html.dark-theme footer.footer.light-background .footer-list a li.footer-list-item {
  font-family: "Roboto Condensed", sans-serif;
  padding: 2px 8px;
  margin: -2px -8px;
  margin-bottom: 16px;
  transition: 0.3s color ease, 0.3s background ease;
  border-radius: 4px;
}
html.dark-theme footer.footer.light-background .footer-list a li.footer-list-item.arrow svg {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  fill: transparent;
  transition: 0.3s fill ease;
}
html.dark-theme footer.footer.light-background .footer-list a:hover li.footer-list-item {
  margin-bottom: 16px;
  transition: 0.3s color ease, 0.3s background ease;
  background-color: #ffe5bd;
  color: #000000;
}
html.dark-theme footer.footer.light-background .footer-list a:hover li.footer-list-item.arrow svg {
  fill: #000000;
  animation-name: arrowAnim;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
html.dark-theme footer.footer.light-background .email-contact {
  margin-top: 75px;
  font-size: 28px;
  line-height: 38px;
  display: flex;
}
html.dark-theme footer.footer.light-background .email-contact a {
  color: #4e5969;
  text-decoration: none;
  transition: 0.3s color ease, 0.3s background ease;
}
html.dark-theme footer.footer.light-background .email-contact a:hover {
  color: #000000;
  background-color: #ffe5bd;
}
html.dark-theme footer.footer.light-background .subscribe-section {
  display: flex;
  flex-direction: row;
  height: 176px;
}
html.dark-theme footer.footer.light-background .subscribe-section img {
  height: 176px;
  width: auto;
}
html.dark-theme footer.footer.light-background .subscribe-section .right {
  display: flex;
  flex-direction: column;
  margin-left: 33px;
}
html.dark-theme footer.footer.light-background .subscribe-section .right p {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 33px;
}
html.dark-theme footer.footer.light-background .subscribe-section .right button {
  text-align: left;
  margin: 0;
  margin-right: auto;
}
@media (min-width: 992px) {
  html.dark-theme .mobile-only {
    display: none;
  }
  html.dark-theme .desktop-only {
    display: inherit !important;
  }
}
@media (min-width: 1200px) {
  html.dark-theme .container.main-container, html.dark-theme .container-sm.main-container, html.dark-theme .container-md.main-container, html.dark-theme .container-lg.main-container, html.dark-theme .container-xl.main-container {
    max-width: 1360px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1199.98px) {
  html.dark-theme button.main-button {
    padding: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  html.dark-theme .container.main-container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  html.dark-theme h1.main-title {
    font-size: 60px;
    line-height: 70px;
  }
  html.dark-theme .content-wrapper {
    padding-top: 70px;
  }
  html.dark-theme .full-height-wrapper {
    min-height: auto;
  }
  html.dark-theme .full-height-wrapper .main-title-wrapper {
    margin-top: 0;
  }
  html.dark-theme .full-height-wrapper .main-title-wrapper .main-title {
    margin: 0;
  }
  html.dark-theme .full-height-wrapper .button-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  html.dark-theme .navbar-expand-lg > .container,
  html.dark-theme .navbar-expand-lg > .container-fluid, html.dark-theme .navbar-expand-lg > .container-sm, html.dark-theme .navbar-expand-lg > .container-md, html.dark-theme .navbar-expand-lg > .container-lg, html.dark-theme .navbar-expand-lg > .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  html.dark-theme .fixed-nav-wrapper {
    height: 70px;
  }
  html.dark-theme .fixed-nav-wrapper.occult {
    margin-top: -64px;
  }
  html.dark-theme .fixed-nav-wrapper .navbar {
    padding: 0;
  }
  html.dark-theme .fixed-nav-wrapper .navbar .navbar-brand {
    font-size: 18px;
    line-height: 24px;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s, left 0s linear 0.4s;
    background-color: #4e5969;
    width: 100%;
    height: calc(100% - 80px);
    left: 999999px;
    overflow-y: scroll;
    display: flex;
    justify-content: stretch;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .main-container {
    display: flex;
    justify-content: stretch;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .main-container .col-12 {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .navbar-nav {
    margin-top: 20px;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .navbar-nav .nav-item {
    opacity: 0;
    padding: 0;
    transition: opacity 0.2s ease;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .navbar-nav .nav-item .nav-link {
    font-size: 38px;
    line-height: 44px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #FFFFFF;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .mobile-navigation-contact-wrapper {
    margin-bottom: 80px;
    margin-top: 80px;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .mobile-navigation-contact-wrapper .card-title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  html.dark-theme .fixed-nav-wrapper #mobile-navigation .mobile-navigation-contact-wrapper .email {
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    color: #FFFFFF;
  }
  html.dark-theme .fixed-nav-wrapper.expanded #mobile-navigation {
    opacity: 1;
    left: 0;
    transition: opacity 0.4s ease;
  }
  html.dark-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(1) {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s;
  }
  html.dark-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(2) {
    opacity: 1;
    transition: opacity 0.3s ease 0.33s;
  }
  html.dark-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(3) {
    opacity: 1;
    transition: opacity 0.3s ease 0.36s;
  }
  html.dark-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(4) {
    opacity: 1;
    transition: opacity 0.3s ease 0.39s;
  }
  html.dark-theme .fixed-nav-wrapper.expanded #mobile-navigation .navbar-nav .nav-item:nth-child(5) {
    opacity: 1;
    transition: opacity 0.3s ease 0.42s;
  }
  html.dark-theme .fixed-nav-wrapper.expanded #mobile-navigation .mobile-navigation-contact-wrapper {
    opacity: 1;
    transition: opacity 0.8s ease 0.8s;
  }
  html.dark-theme .container.main-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  html.dark-theme .content-wrapper {
    padding-top: 70px;
  }
  html.dark-theme .about-section {
    margin-top: 85px;
    margin-bottom: 80px;
  }
  html.dark-theme .about-section .about-img-wrapper {
    margin-bottom: 40px;
  }
  html.dark-theme #accordion {
    padding: 40px 9px;
    padding-bottom: 16px;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 0;
    margin-bottom: 80px;
  }
  html.dark-theme #accordion .negative-bottom-margin {
    margin-bottom: -24px;
  }
  html.dark-theme #accordion .accordion-wrapper.closed:hover {
    background-color: #1F2021;
  }
  html.dark-theme #accordion .accordion-wrapper .accordion-title a {
    font-size: 22px;
    line-height: 30px;
    padding-right: 73px;
  }
  html.dark-theme #accordion .accordion-wrapper .accordion-title a svg {
    width: 24px;
  }
  html.dark-theme #accordion .accordion-wrapper .accordion-title a[aria-expanded=false]:hover {
    color: #FFFFFF;
  }
  html.dark-theme #accordion .accordion-wrapper .accordion-title a[aria-expanded=false]:hover svg {
    fill: #ffe5bd;
  }
  html.dark-theme #accordion .accordion-intro, html.dark-theme #accordion .accordion-outro {
    margin-bottom: 0;
  }
  html.dark-theme #accordion .accordion-intro .section-title, html.dark-theme #accordion .accordion-outro .section-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 24px;
  }
  html.dark-theme #accordion .accordion-intro .section-description, html.dark-theme #accordion .accordion-outro .section-description {
    font-size: 20px;
    line-height: 28px;
  }
  html.dark-theme #accordion .accordion-outro {
    margin-top: 40px;
  }
  html.dark-theme #accordion .collapser .card-body {
    font-size: 20px;
    line-height: 25px;
  }
  html.dark-theme .card-2-list {
    padding: 40px 24px;
    margin-bottom: 15px;
  }
  html.dark-theme .card-2-list .card-2-list-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  html.dark-theme .card-2-list ul {
    padding-left: 20px;
  }
  html.dark-theme .card-2-list ul li {
    font-size: 20px;
    line-height: 25px;
  }
  html.dark-theme .card-2-list .margin-top {
    margin-top: 32px;
  }
  html.dark-theme footer.footer.light-background {
    padding-bottom: 61px;
  }
  html.dark-theme footer.footer.light-background .contacts-form-row {
    margin-bottom: 0;
  }
  html.dark-theme footer.footer.light-background .contacts-list {
    margin-top: 60px;
  }
  html.dark-theme footer.footer.light-background .contacts-list:first-of-type {
    margin-top: 100px;
    border-bottom: #9b8666 solid 1px;
  }
  html.dark-theme footer.footer.light-background .contacts-form {
    margin-top: 60px;
  }
  html.dark-theme footer.footer.light-background .footer-list {
    margin-bottom: 32px;
  }
  html.dark-theme footer.footer.light-background .subscribe-section {
    height: auto;
    flex-direction: column;
  }
  html.dark-theme footer.footer.light-background .subscribe-section img {
    height: 139px;
    width: 139px;
    margin: 32px 0;
  }
  html.dark-theme footer.footer.light-background .subscribe-section .right {
    margin-left: 0;
  }
  html.dark-theme footer.footer.light-background .email-contact {
    margin-top: 98px;
  }
}
@media (max-width: 834px) {
  html.dark-theme .container.main-container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  html.dark-theme .col-1, html.dark-theme .col-2, html.dark-theme .col-3, html.dark-theme .col-4, html.dark-theme .col-5, html.dark-theme .col-6, html.dark-theme .col-7, html.dark-theme .col-8, html.dark-theme .col-9, html.dark-theme .col-10, html.dark-theme .col-11, html.dark-theme .col-12, html.dark-theme .col, html.dark-theme .col-auto, html.dark-theme .col-sm-1, html.dark-theme .col-sm-2, html.dark-theme .col-sm-3, html.dark-theme .col-sm-4, html.dark-theme .col-sm-5, html.dark-theme .col-sm-6, html.dark-theme .col-sm-7, html.dark-theme .col-sm-8, html.dark-theme .col-sm-9, html.dark-theme .col-sm-10, html.dark-theme .col-sm-11, html.dark-theme .col-sm-12, html.dark-theme .col-sm, html.dark-theme .col-sm-auto, html.dark-theme .col-md-1, html.dark-theme .col-md-2, html.dark-theme .col-md-3, html.dark-theme .col-md-4, html.dark-theme .col-md-5, html.dark-theme .col-md-6, html.dark-theme .col-md-7, html.dark-theme .col-md-8, html.dark-theme .col-md-9, html.dark-theme .col-md-10, html.dark-theme .col-md-11, html.dark-theme .col-md-12, html.dark-theme .col-md, html.dark-theme .col-md-auto, html.dark-theme .col-lg-1, html.dark-theme .col-lg-2, html.dark-theme .col-lg-3, html.dark-theme .col-lg-4, html.dark-theme .col-lg-5, html.dark-theme .col-lg-6, html.dark-theme .col-lg-7, html.dark-theme .col-lg-8, html.dark-theme .col-lg-9, html.dark-theme .col-lg-10, html.dark-theme .col-lg-11, html.dark-theme .col-lg-12, html.dark-theme .col-lg, html.dark-theme .col-lg-auto, html.dark-theme .col-xl-1, html.dark-theme .col-xl-2, html.dark-theme .col-xl-3, html.dark-theme .col-xl-4, html.dark-theme .col-xl-5, html.dark-theme .col-xl-6, html.dark-theme .col-xl-7, html.dark-theme .col-xl-8, html.dark-theme .col-xl-9, html.dark-theme .col-xl-10, html.dark-theme .col-xl-11, html.dark-theme .col-xl-12, html.dark-theme .col-xl, html.dark-theme .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px;
  }
  html.dark-theme .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767.98px) {
  html.dark-theme .font-giant {
    font-size: 48px;
    line-height: 54px;
  }
  html.dark-theme .font-poster {
    font-size: 38px;
    line-height: 44px;
  }
  html.dark-theme .font-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  html.dark-theme .font-h2 {
    font-size: 28px;
    line-height: 38px;
  }
  html.dark-theme .font-h3 {
    font-size: 22px;
    line-height: 30px;
  }
  html.dark-theme .font-body {
    font-size: 20px;
    line-height: 28px;
  }
  html.dark-theme .font-description {
    font-size: 16px;
    line-height: 22px;
  }
  html.dark-theme .font-label {
    font-size: 14px;
    line-height: 20px;
  }
  html.dark-theme .mobile-font-poster {
    font-size: 38px !important;
    line-height: 44px !important;
  }
  html.dark-theme .mobile-font-h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  html.dark-theme .mobile-font-h2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  html.dark-theme .mobile-font-h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  html.dark-theme .mobile-font-body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  html.dark-theme .mobile-regular {
    font-weight: 400 !important;
  }
  html.dark-theme .container.main-container {
    max-width: 540px;
    padding-left: 24px;
    padding-right: 24px;
  }
  html.dark-theme .full-height-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  html.dark-theme h1.main-title {
    font-size: 38px;
    line-height: 48px;
  }
  html.dark-theme .about-section .about-text-wrapper {
    order: 2;
  }
  html.dark-theme .about-section .about-img-wrapper {
    order: 1;
  }
}

/*# sourceMappingURL=index.css.map */
