.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 35px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  padding: 0 15px;
  overflow: hidden;
  transform: translateZ(0)
}

@media (min-width: 768px) {
  .button {
    padding: 0 25px;
    height: 48px;
    border-radius: 48px
  }
}

.button:disabled .middle {
  display: none
}

.button:disabled .text {
  color: #f2f2f2
}

.button:disabled .plus:after, .button:disabled .plus:before {
  background: #f2f2f2
}

.button:focus {
  outline: none
}

@media (min-width: 992px) {
  .button:hover .background .middle {
    left: 0
  }
}

.button .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}

.button .background .middle {
  transition: .4s ease-in-out;
  position: absolute;
  top: 0;
  height: 100%;
  width: 170%;
  background: #d7be69;
  border-radius: 35px;
  left: 0
}

@media (min-width: 992px) {
  .button .background .middle {
    left: calc(-170% + 48px)
  }
}

.button .text {
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-decoration: none;
  z-index: 2;
  color: #111
}

@media (min-width: 768px) {
  .button .text {
    font-size: 14px
  }
}

.button.-white-text .text {
  color: #fff
}

.button.-white-text .plus:after, .button.-white-text .plus:before {
  background: #fff
}

.button.-transparent .background .middle {
  background: #fff;
  opacity: .3
}

.button.-dark .text {
  color: #484645
}

.button.-dark .background .middle {
  background: #484645;
  opacity: .5
}

.button.-dark .plus:after, .button.-dark .plus:before {
  background: #484645
}

.button.-hollow {
  border: 1px solid #f9f9f9
}

.button.-hollow .text {
  color: #484645;
  opacity: .5
}

.button.-hollow .plus:after, .button.-hollow .plus:before {
  background: #484645;
  opacity: .5
}

.button.-hollow .background {
  display: none
}

.button.-hollow:hover {
  border: 1px solid #484645
}

.button.-hollow:hover .plus:after, .button.-hollow:hover .plus:before, .button.-hollow:hover .text {
  opacity: 1
}

.button.-hollow:active {
  border: 1px solid #484645;
  background: #484645
}

.button.-hollow:active .text {
  color: #fff;
  opacity: 1
}

.button.-hollow:active .plus:after, .button.-hollow:active .plus:before {
  background: #fff;
  opacity: 1
}

.button .plus {
  display: flex;
  justify-content: center;
  position: relative;
  height: 10px;
  width: 10px;
  margin-left: 10px;
  margin-right: -6px;
  z-index: 2
}

@media (min-width: 768px) {
  .button .plus {
    margin-left: 20px
  }
}

.button .plus:before {
  align-self: center;
  width: 100%;
  height: 2px
}

.button .plus:after, .button .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #111
}

.button .plus:after {
  width: 2px;
  height: 100%
}

.nav__title {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: .3s
}

@media (min-width: 0px) {
  .nav__title {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .nav__title {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .nav__title {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .nav__title {
    font-size: 22px;
    line-height: 28px
  }
}

.-nav-open .nav__title {
  transition-delay: .5s;
  opacity: 1;
  bottom: 0
}

.nav__items.-secondary {
  margin-top: 15px
}

@media (min-width: 992px) {
  .nav__items.-secondary {
    margin-top: 22px
  }
}

.nav__items:not(.-secondary):hover .nav__item {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0)
}

.nav__items:not(.-secondary):hover .nav__item-container:hover .nav__item {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  color: #000
}

.nav__item-container {
  cursor: pointer;
  transition: .5s;
  position: relative;
  opacity: 0;
  margin-left: -35px
}

.nav__items:not(.-secondary) .nav__item-container:hover {
  margin-left: 35px;
  transition-delay: 0s
}

.-nav-open .nav__item-container {
  opacity: 1;
  margin-left: 0
}

.-nav-open .nav__item-container:first-child {
  transition-delay: .3s
}

.-nav-open .nav__item-container:nth-child(2) {
  transition-delay: .35s
}

.-nav-open .nav__item-container:nth-child(3) {
  transition-delay: .4s
}

.-nav-open .nav__item-container:nth-child(4) {
  transition-delay: .45s
}

.-nav-open .nav__item-container:nth-child(5) {
  transition-delay: .5s
}

.nav__item {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  position: relative;
  display: block;
  z-index: 2;
  transition: all .75s cubic-bezier(.63, .03, .21, 1);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0)
}

@media (min-width: 768px) {
  .nav__item {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .nav__item {
    font-size: 58px;
    line-height: 68px
  }
}

.-secondary .nav__item {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 768px) {
  .-secondary .nav__item {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .-secondary .nav__item {
    font-size: 20px;
    line-height: 30px
  }
}

.nav__item-background {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1
}

@media (min-width: 768px) {
  .nav__item-background {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .nav__item-background {
    font-size: 58px;
    line-height: 68px
  }
}

.language-selector {
  position: relative;
  bottom: -15px;
  margin-top: 30px;
  transition: 0.5s;
  opacity: 0;
}

@media (min-width: 992px) {
  .language-selector {
    margin-top: 0
  }
}

.-nav-open .language-selector {
  bottom: 0;
  opacity: 1;
  transition-delay: 0.75s;
}

.language-selector ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.language-selector li {
  display: inline-block;
  margin-right: 24px;
}

.language-selector a {
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

@media (min-width: 768px) {
  .language-selector a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .language-selector a {
    font-size: 20px;
  }
}

.language-selector .is-active a {
  color: #D7BE69;
}

.company-info__title {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.company-info {
  transition: .5s;
  opacity: 0;
  position: relative;
  bottom: -15px
}

.-nav-open .company-info {
  transition-delay: 1s;
  opacity: 1;
  bottom: 0
}

.company-info__title {
  margin-top: 30px;
  margin-bottom: 10px
}

@media (min-width: 0px) {
  .company-info__title {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .company-info__title {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .company-info__title {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .company-info__title {
    font-size: 22px;
    line-height: 28px
  }
}

.company-info__address, .company-info__email, .company-info__social-media-link {
  color: #484645;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
  min-height: 0;
  letter-spacing: .02em
}

@media (min-width: 768px) {
  .company-info__address, .company-info__email, .company-info__social-media-link {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .company-info__address, .company-info__email, .company-info__social-media-link {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .company-info__address, .company-info__email, .company-info__social-media-link {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .company-info__address, .company-info__email, .company-info__social-media-link {
    font-size: 22px;
    line-height: 30px
  }
}

.company-info__address:last-of-type, .company-info__email:last-of-type, .company-info__social-media-link:last-of-type {
  margin-bottom: 10px
}

.company-info__address:hover, .company-info__email:hover, .company-info__social-media-link:hover {
  text-decoration: underline
}

@media (min-width: 992px) {
  .company-info__address, .company-info__email, .company-info__social-media-link {
    font-size: 16px;
    line-height: 22px
  }
}

.company-info__email {
  color: #d2b44e
}

.company-info__social-media-link {
  margin-top: 50px
}

.company-info__social-media-logo {
  width: 15px;
  height: 15px;
  margin-right: 12px
}

.scroll-to-top {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 35px;
  transition: opacity .2s
}

@media (min-width: 768px) {
  .scroll-to-top {
    width: 45px;
    height: 45px;
    border-radius: 45px
  }
}

.scroll-to-top:hover {
  opacity: .7
}

.layout-container > .header {
  position: relative;
  width: 100%;
  z-index: 10;
}

.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  z-index: 1
}

@media (min-width: 768px) {
  .header__container {
    padding: 0 20px
  }
}

@media (min-width: 992px) {
  .header__container {
    padding: 0 0 20px;
    margin: 20px 40px 0
  }
}

.header__logo, .header__logo-container {
  position: relative
}

.header__logo {
  z-index: 2;
  width: 60px;
  height: auto;
  margin: 30px 0
}

@media (min-width: 768px) {
  .header__logo {
    width: 90px
  }
}

.header__section-left {
  left: 0
}

.header__section-right {
  display: flex;
  align-items: center;
  right: 0
}

.header__scroll-top-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  height: 80px;
  opacity: 0;
  top: 25px
}

.header__nav-toggle {
  background: none;
  color: inherit;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 16px;
  margin-left: 10px;
  border-radius: 50%;
  transition: all .1s linear;
  overflow: hidden
}

@media (min-width: 768px) {
  .header__nav-toggle {
    width: 45px;
    height: 45px;
    padding: 12px
  }
}

.header__nav-toggle > img {
  width: 100%;
  height: auto
}

.header__nav-toggle:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #484645;
  transition: all .1s linear;
  transform: scale(0)
}

.-nav-open .header__nav-toggle:after {
  transform: scale(.7)
}

@media (min-width: 768px) {
  .-nav-open .header__nav-toggle:after {
    transform: scale(1)
  }
}

.header__nav-toggle:hover {
  opacity: .9
}

@media (min-width: 768px) {
  .header__nav-toggle:active {
    padding: 15px
  }
}

.header__nav-toggle:active:after {
  transform: scale(.6)
}

@media (min-width: 768px) {
  .header__nav-toggle:active:after {
    transform: scale(.9)
  }
}

.header__circle-background {
  position: fixed;
  top: 60px;
  right: 30px;
  z-index: -1;
  width: 440vw;
  height: 440vw;
  border-radius: 240vw;
  background: #fff;
  transition: .5s;
  transform: translate(50%, -50%) scale(0) translateZ(0);
  transition-timing-function: ease-in
}

@media (min-width: 1200px) {
  .header__circle-background {
    top: 90px;
    right: 65px;
    width: 240vw;
    height: 240vw
  }
}

.-nav-open .header__circle-background {
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(1)
}

.menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .2s linear;
}

.menu:not(.-is-open) {
  opacity: 0;
  pointer-events: none
}

.menu__container {
  width: 100%;
  max-width: 1024px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  margin: 150px auto 0;
  padding-bottom: 15px;
  overflow-y: auto
}

@media (min-width: 768px) {
  .menu__container {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .menu__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .menu__container {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .menu__container {
    overflow-y: visible;
    flex-direction: row;
    margin-top: 35vh
  }
}

.menu__nav {
  flex-basis: 60%
}

@media (min-width: 992px) {
  .menu__nav {
    flex-basis: 70%
  }
}

.footer {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #111;
  color: #fff;
  margin-top: auto
}

@media (min-width: 768px) {
  .footer {
    min-height: 450px
  }
}

@media (min-width: 992px) {
  .footer {
    min-height: 550px;
    padding: 0
  }
}

.footer__heading {
  font-size: 22px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  line-height: 26px
}

@media (min-width: 768px) {
  .footer__heading {
    font-size: 24px;
    line-height: 28px
  }
}

@media (min-width: 992px) {
  .footer__heading {
    font-size: 30px;
    line-height: 35px
  }
}

.footer__sub-heading {
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

@media (min-width: 992px) {
  .footer__sub-heading {
    font-size: 16px
  }
}

.footer__social-media {
  margin-top: 10px
}

@media (min-width: 768px) {
  .footer__social-media {
    margin-top: 30px
  }
}

.footer__social-media-logo {
  width: 10px;
  margin-right: 7px
}

@media (min-width: 768px) {
  .footer__social-media-logo {
    margin-right: 10px;
    width: 15px
  }
}

.footer__social-media-link {
  color: #fff
}

.footer__social-media-link:hover {
  text-decoration: underline
}

.footer__copyright {
  color: #7d7d7d
}

.footer-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px
}

.footer-section:nth-child(2) {
  padding-top: 30px
}

@media (min-width: 768px) {
  .footer-section:nth-child(2) {
    padding-top: 0
  }
}

@media (min-width: 992px) {
  .footer-section {
    margin-bottom: 0
  }
}

.footer-section__heading {
  margin-bottom: 18px
}

@media (min-width: 768px) {
  .footer-section__heading {
    margin-bottom: 38px;
    padding-top: 30px
  }
}

@media (min-width: 992px) {
  .footer-section__heading {
    margin-bottom: 78px
  }
}

.footer-section__bottom {
  flex-grow: 1
}

.footer-section__bottom > * + * {
  margin-top: 25px
}

.footer-section__bottom span {
  line-height: 25px
}

.footer-section__bottom .footer__sub-heading {
  margin-bottom: 10px
}

@media (min-width: 992px) {
  .footer-section__bottom .footer__sub-heading {
    margin-bottom: 20px
  }
}

.footer-link-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.footer-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 25px
}

.footer__scroll-to-top {
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .footer__scroll-to-top {
    margin-bottom: 30px
  }
}

@media (min-width: 992px) {
  .footer__scroll-to-top {
    margin-bottom: 40px
  }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

.fadeInDown {
  animation-name: fadeInDown
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.delay-1s {
  animation-delay: 1s
}

.animated.delay-2s {
  animation-delay: 2s
}

.animated.delay-3s {
  animation-delay: 3s
}

.animated.delay-4s {
  animation-delay: 4s
}

.animated.delay-5s {
  animation-delay: 5s
}

.animated.fast {
  animation-duration: .8s
}

.animated.faster {
  animation-duration: .5s
}

.animated.slow {
  animation-duration: 2s
}

.animated.slower {
  animation-duration: 3s
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-display: swap;
  src: url(/themes/custom/digacon/static/Roboto-Regular.ttf)
}

@font-face {
  font-family: Raleway;
  font-weight: 700;
  font-display: swap;
  src: url(/themes/custom/digacon/static/Raleway-Bold-f49f3d2d9df5013c9bfaab7e3d39ee57.ttf)
}

@font-face {
  font-family: Raleway;
  font-weight: 800;
  font-display: swap;
  src: url(/themes/custom/digacon/static/Raleway-ExtraBold-be3bf63a30b4523ae221bd4358b13e8f.ttf)
}

@font-face {
  font-family: Exo;
  font-weight: 700;
  font-display: swap;
  src: url(/themes/custom/digacon/static/Exo-Bold-fd0fb60790e2caebbd3964974293fbf8.ttf)
}

* {
  box-sizing: border-box
}

#___gatsby {
  height: 100%
}

#gatsby-focus-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column
}

body, html {
  font-family: Roboto, sans-serif;
  margin: 0
}

body {
  height: 100%
}

body.no-scroll {
  height: 100vh;
  overflow: hidden
}

h1, h2, h3, h4, h5 {
  margin: 0
}

main {
  position: relative
}

.link {
  min-height: 25px;
  display: inline-block;
  line-height: 25px
}

.link, a {
  text-decoration: none
}

a {
  color: inherit
}

.link {
  color: #d7be69
}

.link:hover {
  text-decoration: underline
}

.file-link {
  display: flex;
  align-items: center;
  color: #484645
}

.file-link:hover .file-link__text {
  text-decoration: underline
}

.file-link__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 12px;
  background: #333;
  height: 44px;
  width: 44px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

button {
  cursor: pointer
}

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

@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 1921px) {
  .container.-large {
    max-width: 1280px
  }
}

.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%
}

.col-xs-1, .col-xs-2 {
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%
}

.col-xs-3, .col-xs-4 {
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%
}

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%
}

.col-xs-5, .col-xs-6 {
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%
}

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%
}

.col-xs-7, .col-xs-8 {
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%
}

.col-xs-9, .col-xs-10 {
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%
}

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%
}

.col-xs-11, .col-xs-12 {
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%
}

@media (min-width: 360px) {
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

  .col-sm-1, .col-sm-2 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .col-sm-3, .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }

  .col-sm-5, .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }

  .col-sm-7, .col-sm-8 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .col-sm-9, .col-sm-10 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }

  .col-sm-11, .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

  .col-md-1, .col-md-2 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .col-md-3, .col-md-4 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }

  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }

  .col-md-5, .col-md-6 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }

  .col-md-7, .col-md-8 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .col-md-9, .col-md-10 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }

  .col-md-11, .col-md-12 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

  .col-lg-1, .col-lg-2 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .col-lg-3, .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }

  .col-lg-5, .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-7, .col-lg-8 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .col-lg-9, .col-lg-10 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }

  .col-lg-11, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

  .col-xl-1, .col-xl-2 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-xl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }

  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .col-xl-3, .col-xl-4 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-xl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }

  .col-xl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }

  .col-xl-5, .col-xl-6 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }

  .col-xl-7, .col-xl-8 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-xl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }

  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .col-xl-9, .col-xl-10 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-xl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .col-xl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }

  .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px
  }

  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%
  }
}

p {
  line-height: 20px
}

@media (min-width: 768px) {
  p {
    line-height: 24px
  }
}

@media (min-width: 992px) {
  p {
    line-height: 28px
  }
}

.body-text {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 768px) {
  .body-text {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .body-text {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .body-text {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .body-text {
    font-size: 22px;
    line-height: 30px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}

.formatted-text {
  color: #484645;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 20vh 15px 5vh
}

@media (min-width: 768px) {
  .formatted-text {
    padding-top: 25vh;
    padding-bottom: 10vh;
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .formatted-text {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .formatted-text {
    padding-left: 0;
    padding-right: 0
  }
}

.formatted-text h1 {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  color: #111;
  margin-bottom: 35px
}

@media (min-width: 768px) {
  .formatted-text h1 {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .formatted-text h1 {
    font-size: 58px;
    line-height: 68px
  }
}

.formatted-text h2 {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  margin-bottom: 30px
}

@media (min-width: 0px) {
  .formatted-text h2 {
    font-size: 18px
  }
}

@media (min-width: 768px) {
  .formatted-text h2 {
    font-size: 24px
  }
}

@media (min-width: 992px) {
  .formatted-text h2 {
    font-size: 26px
  }
}

@media (min-width: 1921px) {
  .formatted-text h2 {
    font-size: 30px
  }
}

.formatted-text h3 {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .formatted-text h3 {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .formatted-text h3 {
    font-size: 20px;
    line-height: 30px
  }
}

.formatted-text p {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px
}

@media (min-width: 768px) {
  .formatted-text p {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .formatted-text p {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .formatted-text p {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .formatted-text p {
    font-size: 22px;
    line-height: 30px
  }
}

.formatted-text a {
  color: #d2b44e
}

.formatted-text a:hover {
  text-decoration: underline
}

.formatted-text b {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 768px) {
  .formatted-text b {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .formatted-text b {
    font-size: 20px;
    line-height: 30px
  }
}

.spacer {
  content: "";
  margin-bottom: 15px;
  display: block
}

.cms-content h3 {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.cms-content h1 {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .cms-content h1 {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .cms-content h1 {
    font-size: 58px;
    line-height: 68px
  }
}

.cms-content h2 {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  margin-bottom: 20px
}

@media (min-width: 0px) {
  .cms-content h2 {
    font-size: 18px
  }
}

@media (min-width: 768px) {
  .cms-content h2 {
    font-size: 24px
  }
}

@media (min-width: 992px) {
  .cms-content h2 {
    font-size: 26px
  }
}

@media (min-width: 1921px) {
  .cms-content h2 {
    font-size: 30px
  }
}

.cms-content h3 {
  margin-bottom: 15px
}

@media (min-width: 0px) {
  .cms-content h3 {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .cms-content h3 {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .cms-content h3 {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .cms-content h3 {
    font-size: 22px;
    line-height: 28px
  }
}

.cms-content h4 {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .cms-content h4 {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .cms-content h4 {
    font-size: 20px;
    line-height: 30px
  }
}

.cms-content em {
  font-style: italic
}

.cms-content b, .cms-content strong {
  font-family: Raleway, sans-serif;
  font-weight: 800
}

.cms-content p {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .cms-content p {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .cms-content p {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .cms-content p {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .cms-content p {
    font-size: 22px;
    line-height: 30px
  }
}

.cms-content ul {
  list-style: circle;
  padding-left: 20px
}

.cms-content > * + * {
  margin-top: 15px
}

.contact-info__column-heading, .contact-info__sub-heading {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.contact-heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  width: 100%;
  margin-bottom: 25px
}

@media (min-width: 768px) {
  .contact-heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .contact-heading {
    font-size: 58px;
    line-height: 68px
  }
}

.contact-hero {
  margin-top: 150px
}

@media (min-width: 768px) {
  .contact-hero {
    margin-top: 214px
  }
}

@media (min-width: 992px) {
  .contact-hero {
    margin-top: 255px
  }
}

.contact-info {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  padding-bottom: 5vh
}

@media (min-width: 768px) {
  .contact-info {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .contact-info {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .contact-info {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .contact-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10vh
  }
}

.contact-info__column {
  flex-basis: 30%;
  margin-bottom: 50px
}

@media (min-width: 768px) {
  .contact-info__column {
    margin-bottom: 30px
  }
}

.contact-info__column-heading {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #111
}

@media (min-width: 0px) {
  .contact-info__column-heading {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .contact-info__column-heading {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .contact-info__column-heading {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .contact-info__column-heading {
    font-size: 22px;
    line-height: 28px
  }
}

.contact-info__sub-heading {
  margin: 25px 0
}

@media (min-width: 0px) {
  .contact-info__sub-heading {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .contact-info__sub-heading {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .contact-info__sub-heading {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .contact-info__sub-heading {
    font-size: 22px;
    line-height: 28px
  }
}

.contact-info a {
  color: #d2b44e
}

.contact-info a:hover {
  text-decoration: underline
}

.contact-info p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .05em
}

.hero-text__heading {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.hero-text {
  position: relative;
  z-index: 1
}

@media (min-width: 992px) {
  .hero-text {
    max-width: 780px
  }
}

.hero-text__heading {
  margin-bottom: 15px
}

@media (min-width: 0px) {
  .hero-text__heading {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .hero-text__heading {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .hero-text__heading {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .hero-text__heading {
    font-size: 22px;
    line-height: 28px
  }
}

@media (min-width: 768px) {
  .hero-text__heading {
    margin-bottom: 20px
  }
}

@media (min-width: 992px) {
  .hero-text__heading {
    margin-bottom: 27px
  }
}

.hero-text__heading.-capitalize {
  text-transform: capitalize
}

.hero-text__sub-heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 15px;
  white-space: pre-line
}

@media (min-width: 768px) {
  .hero-text__sub-heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .hero-text__sub-heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .hero-text__sub-heading {
    margin-bottom: 20px
  }
}

@media (min-width: 992px) {
  .hero-text__sub-heading {
    margin-bottom: 27px
  }
}

.-dark .hero-text__sub-heading {
  color: #fff
}

.hero-text__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  white-space: pre-wrap
}

@media (min-width: 768px) {
  .hero-text__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .hero-text__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .hero-text__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .hero-text__description {
    font-size: 22px;
    line-height: 30px
  }
}

@media (min-width: 768px) {
  .hero-text__description {
    margin-bottom: 35px
  }
}

@media (min-width: 992px) {
  .hero-text__description {
    margin-bottom: 55px
  }
}

.-dark .hero-text__description {
  color: #fff
}

.hero-text__location {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .hero-text__location {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .hero-text__location {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .hero-text__location {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .hero-text__location {
    font-size: 22px;
    line-height: 30px
  }
}

@media (min-width: 768px) {
  .hero-text__location {
    margin-bottom: 20px
  }
}

@media (min-width: 992px) {
  .hero-text__location {
    margin-bottom: 27px
  }
}

.hero-text__location-icon {
  margin-right: 5px
}

@media (min-width: 768px) {
  .hero-text__location-icon {
    margin-right: 15px
  }
}

.hero-text__location .accented {
  margin-left: 5px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: #d7be69
}

.circles {
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden
}

.circles.-dark {
  background: #111
}

.circle-one {
  position: absolute;
  top: 15%;
  left: 40%;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  background: #fff;
  opacity: .04
}

@media (min-width: 768px) {
  .circle-one {
    top: 15%;
    left: 40%
  }
}

@media (min-width: 992px) {
  .circle-one {
    top: 10%;
    left: 45%
  }
}

.circle-three:after, .circle-three:before, .circle-two:after, .circle-two:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  border: 2px dashed;
  opacity: .04;
  color: #111
}

.circle-two {
  position: relative;
  left: -3%;
  top: 43%;
  width: 900px;
  height: 900px
}

@media (min-width: 768px) {
  .circle-two {
    left: 15%;
    top: 64%;
    width: 1100px;
    height: 1100px
  }
}

@media (min-width: 992px) {
  .circle-two {
    top: 64%;
    width: 1200px;
    height: 1200px
  }
}

@media (min-width: 1200px) {
  .circle-two {
    width: 1700px;
    height: 1700px
  }
}

.-dark .circle-two:after, .-dark .circle-two:before {
  color: #fff
}

.circle-two:before {
  animation: spin 500s linear infinite;
  position: absolute;
  top: 72px
}

.circle-two:after {
  animation: spin 220s linear infinite;
  animation-direction: reverse
}

.circle-three {
  position: relative;
  left: -85%;
  width: 900px;
  height: 900px;
  top: -50%
}

@media (min-width: 768px) {
  .circle-three {
    width: 1100px;
    height: 1100px;
    left: 55%;
    top: -145%
  }
}

@media (min-width: 992px) {
  .circle-three {
    width: 1200px;
    height: 1200px
  }
}

@media (min-width: 1200px) {
  .circle-three {
    width: 1700px;
    height: 1700px
  }
}

.-dark .circle-three:after, .-dark .circle-three:before {
  color: #fff
}

.circle-three:before {
  animation: spin 200s linear infinite;
  top: 72px;
  position: absolute
}

.circle-three:after {
  animation: spin 550s linear infinite;
  animation-direction: reverse
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

.customer-logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

@media (min-width: 992px) {
  .customer-logo-grid {
    margin-top: 0;
    margin-bottom: 100px
  }
}

.customer-logo-grid__logo-container {
  flex-basis: 100%;
  flex-grow: 0;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1rem
}

@media (min-width: 360px) {
  .customer-logo-grid__logo-container {
    flex-basis: 50%
  }
}

@media (min-width: 992px) {
  .customer-logo-grid__logo-container {
    flex-basis: 20%
  }
}

.customer-logo-grid__logo {
  max-width: 100%;
  height: auto
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center
}

@media (min-width: 768px) {
  .scroll-indicator {
    bottom: 60px
  }
}

.scroll-indicator p {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7d7d7d
}

@media (min-width: 768px) {
  .scroll-indicator p {
    font-size: 14px;
    margin-bottom: 20px
  }
}

.scroll-indicator.-dark p {
  color: #f2f2f2
}

.text-and-image {
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column
}

@media (min-width: 768px) {
  .text-and-image {
    flex-direction: row
  }
}

.text-and-image.-left {
  justify-content: flex-start
}

.text-and-image.-right {
  justify-content: flex-end
}

.text-and-image__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #fff
}

@media (min-width: 768px) {
  .text-and-image__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .text-and-image__heading {
    font-size: 58px;
    line-height: 68px
  }
}

.text-and-image__paragraph {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}

@media (min-width: 768px) {
  .text-and-image__paragraph {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .text-and-image__paragraph {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .text-and-image__paragraph {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .text-and-image__paragraph {
    font-size: 22px;
    line-height: 30px
  }
}

.text-and-image__text-container {
  padding: 65px 15px
}

@media (min-width: 768px) {
  .text-and-image__text-container {
    padding: 80px 0 0;
    width: 620px
  }
}

@media (min-width: 992px) {
  .text-and-image__text-container {
    padding: 170px 0 0
  }
}

@media (min-width: 768px) {
  .-left .text-and-image__text-container, .-right .text-and-image__text-container {
    padding-right: 50px;
    padding-bottom: 80px;
    padding-left: 50px
  }
}

.text-and-image__image {
  width: 100%;
  order: 2
}

.-left .text-and-image__image {
  order: 2
}

@media (min-width: 768px) {
  .-left .text-and-image__image {
    order: 0
  }
}

@media (min-width: 768px) {
  .text-and-image__image {
    width: 45%
  }
}

.pros-list__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 65px 15px
}

@media (min-width: 768px) {
  .pros-list__container {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .pros-list__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .pros-list__container {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .pros-list__container {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .pros-list__container {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.pros-list__icon {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 3px;
  background: #d7be68;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .pros-list__icon {
    padding: 7px;
    width: 35px;
    height: 35px;
    margin-bottom: 25px
  }
}

.pros-list__heading {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  color: #111;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .pros-list__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .pros-list__heading {
    font-size: 58px;
    line-height: 68px;
    position: -webkit-sticky;
    position: sticky;
    top: 0
  }
}

.pros-list__item {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .pros-list__item {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .pros-list__item {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .pros-list__item {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .pros-list__item {
    font-size: 22px;
    line-height: 30px
  }
}

.job-postings__list-heading {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.job-postings {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #d7be69;
  color: #fff
}

@media (min-width: 768px) {
  .job-postings {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .job-postings {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.job-postings__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .job-postings__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .job-postings__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .job-postings__heading {
    margin-bottom: 25px
  }
}

.job-postings__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 24px
}

@media (min-width: 768px) {
  .job-postings__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .job-postings__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .job-postings__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .job-postings__description {
    font-size: 22px;
    line-height: 30px
  }
}

@media (min-width: 768px) {
  .job-postings__description {
    margin-bottom: 70px
  }
}

.job-postings__list {
  margin-top: 30px
}

@media (min-width: 768px) {
  .job-postings__list {
    margin: 30px auto 0
  }
}

.job-postings__list-heading {
  color: #fff;
  margin-bottom: 25px
}

@media (min-width: 0px) {
  .job-postings__list-heading {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .job-postings__list-heading {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .job-postings__list-heading {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .job-postings__list-heading {
    font-size: 22px;
    line-height: 28px
  }
}

.job-postings .button-separator + .button-separator {
  margin-top: 25px
}

.button-separator + .job-postings__list-heading {
  margin-top: 38px
}

.proposition-list__item-heading {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.proposition-container {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9
}

@media (min-width: 992px) {
  .proposition-container {
    padding: 140px 0
  }
}

.proposition__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .proposition__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .proposition__heading {
    font-size: 58px;
    line-height: 68px;
    position: -webkit-sticky;
    position: sticky;
    top: 0
  }
}

.proposition-list > * + * {
  margin-top: 30px
}

@media (min-width: 992px) {
  .proposition-list > * + * {
    margin-top: 65px
  }
}

@media (min-width: 1921px) {
  .proposition-list > * + * {
    margin-top: 85px
  }
}

.proposition-list__item-icon {
  margin-bottom: 15px;
  width: 60px
}

@media (min-width: 768px) {
  .proposition-list__item-icon {
    margin-bottom: 18px
  }
}

@media (min-width: 992px) {
  .proposition-list__item-icon {
    width: 100px;
    margin-bottom: 20px
  }
}

@media (min-width: 1921px) {
  .proposition-list__item-icon {
    margin-bottom: 25px
  }
}

.proposition-list__item-heading {
  margin-bottom: 15px
}

@media (min-width: 0px) {
  .proposition-list__item-heading {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .proposition-list__item-heading {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .proposition-list__item-heading {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .proposition-list__item-heading {
    font-size: 22px;
    line-height: 28px
  }
}

@media (min-width: 768px) {
  .proposition-list__item-heading {
    margin-bottom: 18px
  }
}

@media (min-width: 992px) {
  .proposition-list__item-heading {
    margin-bottom: 20px
  }
}

@media (min-width: 1921px) {
  .proposition-list__item-heading {
    margin-bottom: 25px
  }
}

.proposition-list__item-description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 768px) {
  .proposition-list__item-description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .proposition-list__item-description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .proposition-list__item-description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .proposition-list__item-description {
    font-size: 22px;
    line-height: 30px
  }
}

.values-container {
  padding: 60px 0
}

@media (min-width: 992px) {
  .values-container {
    padding: 140px 0
  }
}

@media (min-width: 1921px) {
  .values-container {
    margin-top: 85px
  }
}

.values-container > * + * {
  margin-top: 30px
}

@media (min-width: 992px) {
  .values-container > * + * {
    margin-top: 65px
  }
}

@media (min-width: 1921px) {
  .values-container > * + * {
    margin-top: 85px
  }
}

.values__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 768px) {
  .values__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .values__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .values__heading {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .values__heading {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .values__heading {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 992px) {
  .values__heading {
    text-align: center
  }
}

.values__list > * + * {
  margin-top: 30px
}

@media (min-width: 768px) {
  .values__list > * + * {
    margin-top: 40px
  }
}

@media (min-width: 992px) {
  .values__list > * + * {
    margin-top: 0
  }
}

.value__parent {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-align: left;
  transition: .2s
}

@media (min-width: 0px) {
  .value__parent {
    font-size: 18px
  }
}

@media (min-width: 768px) {
  .value__parent {
    font-size: 24px
  }
}

@media (min-width: 992px) {
  .value__parent {
    font-size: 26px
  }
}

@media (min-width: 1921px) {
  .value__parent {
    font-size: 30px
  }
}

@media (min-width: 992px) {
  .value__parent {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 0
  }
}

.value__parent br {
  display: none
}

@media (min-width: 992px) {
  .value__parent br {
    display: inline-block
  }
}

@media (min-width: 992px) {
  .value__parent.-active {
    color: #d7be69
  }
}

@media (min-width: 992px) {
  .value__parent {
    font-size: 30px;
    text-align: center
  }
}

.value__child {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  display: block
}

@media (min-width: 768px) {
  .value__child {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .value__child {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .value__child {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .value__child {
    font-size: 22px;
    line-height: 30px
  }
}

@media (min-width: 992px) {
  .value__child {
    display: none
  }
}

.value__child.-dynamic {
  display: none
}

@media (min-width: 992px) {
  .value__child.-active {
    display: block;
    margin: 0 auto;
    text-align: center
  }
}

.values-children-container {
  position: relative
}

.values-children-row {
  position: absolute;
  right: 0;
  left: 0
}

.all-projects {
  background-color: #d7be69
}

.all-projects__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 65px 15px
}

@media (min-width: 768px) {
  .all-projects__container {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .all-projects__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .all-projects__container {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .all-projects__container {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .all-projects__container {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.all-projects__header {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #fff
}

@media (min-width: 768px) {
  .all-projects__header {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .all-projects__header {
    font-size: 58px;
    line-height: 68px
  }
}

.all-projects__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 768px) {
  .all-projects__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .all-projects__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .all-projects__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .all-projects__description {
    font-size: 22px;
    line-height: 30px
  }
}

.all-projects__description, .all-projects__header {
  color: #fff;
  margin-bottom: 30px
}

.about-project {
  background-color: #f9f9f9
}

.about-project__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 65px 15px
}

@media (min-width: 768px) {
  .about-project__container {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .about-project__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .about-project__container {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .about-project__container {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .about-project__container {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

@media (min-width: 768px) {
  .about-project__container {
    display: flex;
    justify-content: space-between
  }
}

.about-project__header {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .about-project__header {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .about-project__header {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .about-project__header {
    flex-basis: 40%;
    padding-right: 40px
  }
}

.about-project__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 768px) {
  .about-project__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .about-project__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .about-project__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .about-project__description {
    font-size: 22px;
    line-height: 30px
  }
}

@media (min-width: 768px) {
  .about-project__description {
    flex-basis: 60%
  }
}

.project-approach {
  background-color: #111
}

.project-approach__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 65px 15px
}

@media (min-width: 768px) {
  .project-approach__container {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .project-approach__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .project-approach__container {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .project-approach__container {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .project-approach__container {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.project-approach__header {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px;
  text-align: center
}

@media (min-width: 768px) {
  .project-approach__header {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .project-approach__header {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .project-approach__header {
    margin-bottom: 100px
  }
}

.project-approach__selectors {
  margin-bottom: 30px;
  text-align: center
}

@media (min-width: 768px) {
  .project-approach__selectors {
    margin-bottom: 100px
  }
}

@media (min-width: 992px) {
  .project-approach__selectors {
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.project-approach__description-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns:1fr
}

.project-approach__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  min-height: 100px;
  grid-row-start: 1;
  grid-column-start: 1;
  margin: 0 auto;
  max-width: 620px;
  color: #fff;
  transition: opacity .3s ease;
  opacity: 0
}

@media (min-width: 768px) {
  .project-approach__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .project-approach__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .project-approach__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .project-approach__description {
    font-size: 22px;
    line-height: 30px
  }
}

.project-approach__description.-active {
  opacity: 1
}

.project-approach__description, .project-approach__header {
  color: #fff
}

.approach-selector-wrapper {
  display: inline;
  margin: 0 -5px
}

@media (min-width: 992px) {
  .approach-selector-wrapper {
    margin: 0;
    width: 275px;
    height: 220px
  }
}

.approach-selector {
  position: relative;
  width: 100px;
  height: 100px;
  background: transparent;
  border: 1px solid #484645;
  border-radius: 50%;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  transition: all .2s ease;
  outline: none;
  overflow: visible
}

.approach-selector.-active {
  z-index: 1;
  color: #111;
  background: #fff;
  border-color: #fff
}

.approach-selector:focus, .approach-selector:hover {
  border-width: 2px
}

@media (min-width: 768px) {
  .approach-selector {
    width: 150px;
    height: 150px;
    font-size: 15px
  }
}

@media (min-width: 992px) {
  .approach-selector {
    font-size: 20px;
    margin: 12px
  }

  .approach-selector__label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, 460%)
  }

  .approach-selector__dot {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff
  }

  .approach-selector:after, .approach-selector:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 105px;
    transform: translateX(-50%);
    border-left: 1px solid #484645
  }

  .approach-selector:after {
    transform: translateX(-50%) scaleY(0);
    transform-origin: 100% 0;
    border-color: #fff
  }

  .approach-selector:after, .approach-selector:before, .approach-selector__dot {
    transition: all .3s ease-out
  }

  .approach-selector.-active, .approach-selector:hover {
    width: 174px;
    height: 174px;
    margin: 0;
    border-color: #fff;
    border-width: 1px;
    background-color: transparent
  }

  .approach-selector.-active:after, .approach-selector:hover:after {
    transform: translateX(-50%) scaleY(1)
  }

  .approach-selector.-active .approach-selector__dot, .approach-selector:hover .approach-selector__dot {
    width: 14px;
    height: 14px
  }
}

.our-customers {
  position: relative;
  display: flex;
  flex-direction: column
}

.project-selector {
  display: none
}

@media (min-width: 992px) {
  .project-selector {
    display: block
  }
}

.project-selector__preview {
  flex-basis: 25%;
  flex-shrink: 0
}

.project-selector__preview > * {
  height: 100%
}

.project-selector__list {
  flex-basis: 30%;
  flex-shrink: 0;
  padding: 20px
}

@media (min-width: 992px) {
  .project-selector__list {
    padding-right: 30px;
    margin-bottom: 100px
  }
}

@media (min-width: 1200px) {
  .project-selector__list {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 200px
  }
}

.project-selector__list li:not(:last-child) {
  margin-bottom: 25px
}

.project-selector__item {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  transition: color .2s
}

@media (min-width: 768px) {
  .project-selector__item {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .project-selector__item {
    font-size: 20px;
    line-height: 30px
  }
}

.project-selector__item.-active, .project-selector__item:hover {
  color: #d7be69
}

.project {
  display: block;
  padding: 0 15px 15px
}

@media (min-width: 992px) {
  .project {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 55px
  }

  .project:not(.-active), .project__title {
    display: none
  }

  .project__link-wrapper {
    margin-top: auto
  }

  .project__description-container {
    position: relative;
    flex-grow: 1
  }

  .project__description {
    height: 100%
  }
}

.project__title {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .project__title {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .project__title {
    font-size: 20px;
    line-height: 30px
  }
}

.project__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .project__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .project__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .project__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .project__description {
    font-size: 22px;
    line-height: 30px
  }
}

.project-group {
  display: none;
  height: 100%;
  padding-top: 20px
}

@media (min-width: 1200px) {
  .project-group {
    padding-top: 50px
  }
}

.project-group.-active {
  display: block
}

.our-projects {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9
}

.our-projects__title {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-top: 65px;
  margin-bottom: 30px;
  text-align: center
}

@media (min-width: 768px) {
  .our-projects__title {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .our-projects__title {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .our-projects__title {
    margin-top: 170px;
    margin-bottom: 100px
  }
}

.our-projects__type-selector {
  display: flex;
  justify-content: center;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .our-projects__type-selector {
    margin-bottom: 60px
  }
}

@media (min-width: 992px) {
  .our-projects__type-selector {
    margin-bottom: 100px
  }
}

.our-projects__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center
}

@media (min-width: 768px) {
  .our-projects__content {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .our-projects__content {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .our-projects__content {
    padding-left: 0;
    padding-right: 0
  }
}

.our-projects__projects {
  flex: 1 1
}

.circle-button {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 -5px;
  background: transparent;
  border: 1px solid #bbb;
  border-radius: 50%;
  color: #484645;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  transition: border-color .2s, background .3s;
  outline: none
}

@media (min-width: 768px) {
  .circle-button {
    width: 150px;
    height: 150px;
    font-size: 15px
  }
}

@media (min-width: 992px) {
  .circle-button {
    width: 174px;
    height: 174px;
    font-size: 20px
  }
}

.circle-button.-active {
  z-index: 1;
  background: #484645;
  color: #fff;
  border-color: #484645
}

.circle-button.-dark {
  color: #fff
}

.circle-button.-dark.-active {
  color: #111;
  background: #fff
}

.circle-button:focus, .circle-button:hover {
  border-color: #484645
}

.amag-leasing {
  overflow: hidden;
  position: relative
}

.amag-leasing__content {
  padding-top: 65px;
  padding-bottom: 65px
}

@media (min-width: 768px) {
  .amag-leasing__content {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .amag-leasing__content {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.amag-leasing__title {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 15px;
  color: #d7be69
}

@media (min-width: 768px) {
  .amag-leasing__title {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .amag-leasing__title {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .amag-leasing__title {
    margin-bottom: 25px
  }
}

.amag-leasing__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px
}

@media (min-width: 768px) {
  .amag-leasing__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .amag-leasing__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .amag-leasing__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .amag-leasing__description {
    font-size: 22px;
    line-height: 30px
  }
}

@media (min-width: 768px) {
  .amag-leasing__description {
    max-width: 60%
  }
}

.amag-leasing__image-container {
  margin-right: -40%
}

@media (min-width: 768px) {
  .amag-leasing__image-container {
    position: absolute;
    z-index: -1;
    margin-right: -10%;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0
  }
}

@media (min-width: 992px) {
  .amag-leasing__image-container {
    margin-right: 0;
    transform: scale(1.1)
  }
}

.amag-leasing__image {
  height: 100%
}

.awssld__box, .awssld__container figure, .awssld__content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.awssld__bullets button, .awssld__controls button {
  outline-color: 0;
  outline-style: none;
  outline-width: 0
}

.awssld {
  --organic-arrow-thickness: 4px;
  --organic-arrow-height: 40px;
  --slider-height-percentage: 60%;
  --loader-bar-color: #851515;
  --loader-bar-height: 6px;
  --control-button-width: 10%;
  --control-button-height: 25%;
  --control-button-opacity: 0.5;
  --control-button-hover-opacity: 0.75;
  --control-button-background: transparent;
  --transition-bezier: cubic-bezier(0.5, 0.075, 0.25, 0.95);
  --slider-transition-duration: 575ms;
  --organic-arrow-color: #6a6a6a;
  --organic-arrow-border-radius: 0;
  --control-bullet-color: #6a6a6a;
  --control-bullet-active-color: #6a6a6a;
  --content-background-color: #2f2f2f;
  max-width: 100%
}

.awssld, .awssld__wrapper {
  display: block;
  position: relative;
  width: 100%
}

.awssld__wrapper {
  overflow: hidden;
  height: 100%
}

.awssld__container {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: var(--slider-height-percentage)
}

@media (max-width: 500px) {
  .awssld__container {
    padding-bottom: calc(var(--slider-height-percentage) * 1.25)
  }
}

.awssld__startUp {
  background-color: red;
  height: 100%;
  width: 100%
}

.awssld__startUp > div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.awssld__startUp img {
  width: 35%;
  height: auto
}

.awssld__content {
  background-color: var(--content-background-color);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.awssld__content > img, .awssld__content > video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.awssld__controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--control-button-width);
  height: var(--control-button-height);
  position: absolute;
  z-index: 10;
  top: calc(50% - 0.5 * var(--control-button-height));
  border: none;
  background-color: var(--control-button-background);
  color: #fff;
  cursor: pointer
}

.awssld__controls button .awssld__controls__arrow-left, .awssld__controls button .awssld__controls__arrow-right {
  opacity: var(--control-button-opacity)
}

.awssld__controls button:hover .awssld__controls__arrow-left, .awssld__controls button:hover .awssld__controls__arrow-right {
  opacity: var(--control-button-opacity-hover)
}

.awssld__controls--active .awssld__controls__arrow-left {
  opacity: var(--control-button-opacity-hover);
  transform: translate3d(-100%, 0, 0)
}

.awssld__controls--active .awssld__controls__arrow-right {
  opacity: var(--control-button-opacity-hover);
  transform: translate3d(100%, 0, 0)
}

.awssld__controls--hidden {
  display: none
}

@media (max-width: 520px) {
  .awssld__controls {
    visibility: hidden
  }
}

.awssld__bar {
  display: block;
  width: 100%;
  height: var(--loader-bar-height);
  background-color: var(--loader-bar-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  transition: transform 3s var(--transition-bezier);
  transform: translate3d(-100%, 0, 0)
}

.awssld__bar--active {
  transform: translate3d(-20%, 0, 0)
}

.awssld__bar--end {
  transition-duration: .3s;
  transform: translateZ(0)
}

.awssld__next {
  right: 0
}

.awssld__prev {
  left: 0
}

.awssld__box {
  z-index: 1;
  visibility: hidden
}

.awssld--animated {
  will-change: transform;
  visibility: visible
}

.awssld--animated-mobile {
  will-change: transform;
  transition: transform 325ms cubic-bezier(.15, .65, .1, 1)
}

.awssld--active {
  visibility: visible;
  z-index: 2;
  transform: translateZ(0)
}

.awssld--moveLeft, .awssld--moveRight {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.awssld--moveRight {
  animation: slideFromRight var(--slider-transition-duration) both var(--transition-bezier)
}

.awssld--moveLeft {
  animation: slideFromLeft var(--slider-transition-duration) both var(--transition-bezier)
}

.awssld--exit {
  z-index: 0
}

.awssld--exit.awssld--moveLeft {
  animation: slideToLeft var(--slider-transition-duration) both var(--transition-bezier)
}

.awssld--exit.awssld--moveRight {
  animation: slideToRight var(--slider-transition-duration) both var(--transition-bezier)
}

.awssld--first .awssld__prev, .awssld--last .awssld__next {
  visibility: hidden
}

.awssld--fill-parent {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0
}

.awssld--fill-parent .awssld__container {
  height: 100%;
  padding: 0
}

.awssld__bullets {
  position: absolute;
  bottom: -40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.awssld__bullets button {
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px;
  border-radius: 50%;
  background: var(--control-bullet-color);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  transition: transform .225s cubic-bezier(.8, 1.35, .75, 1.45), background-color .175s ease-out
}

.awssld__bullets .awssld__bullets--loading, .awssld__bullets button:hover {
  transform: scale(1.2)
}

.awssld__bullets .awssld__bullets--active {
  transform: scale(1.5);
  background: var(--control-bullet-active-color)
}

.awssld__bullets .awssld__bullets--active:hover {
  transform: scale(1.5)
}

.awssld__controls__arrow-left, .awssld__controls__arrow-right {
  width: 100%;
  height: var(--organic-arrow-height);
  position: relative;
  display: block;
  transition: transform .2s ease-out .125s, opacity .2s ease-out
}

.awssld__controls__arrow-left:after, .awssld__controls__arrow-left:before, .awssld__controls__arrow-right:after, .awssld__controls__arrow-right:before {
  content: " ";
  position: absolute;
  right: calc(50% - 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) / 2);
  height: 100%;
  border-radius: var(--organic-arrow-border-radius);
  width: var(--organic-arrow-thickness);
  background-color: var(--organic-arrow-color);
  transition: transform .15s ease-out, background-color .15s ease-out
}

.awssld__controls__arrow-left:before, .awssld__controls__arrow-right:before {
  transform-origin: 100% 100% 0;
  top: -50%;
  transform: rotate(-45deg)
}

.awssld__controls__arrow-left:after, .awssld__controls__arrow-right:after {
  transform-origin: 100% 0 0;
  top: 50%;
  transform: rotate(45deg)
}

.awssld__controls__arrow-right--active {
  transform: translate3d(100%, 0, 0)
}

.awssld__controls__arrow-right--active:after {
  transform: rotate(90deg) translate3d(50%, 0, 0) !important
}

.awssld__controls__arrow-right--active:before {
  transform: rotate(-90deg) translate3d(50%, 0, 0) !important
}

.awssld__controls__arrow-left:after, .awssld__controls__arrow-left:before {
  right: auto;
  left: calc(50% - 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) / 2)
}

.awssld__controls__arrow-left:before {
  transform-origin: 0 100% 0;
  top: -50%;
  transform: rotate(45deg)
}

.awssld__controls__arrow-left:after {
  transform-origin: 0 0 0;
  top: 50%;
  transform: rotate(-45deg)
}

.awssld__controls__arrow-left--active {
  transform: translate3d(-100%, 0, 0)
}

.awssld__controls__arrow-left--active:after {
  transform: rotate(-90deg) translate3d(-50%, 0, 0) !important
}

.awssld__controls__arrow-left--active:before {
  transform: rotate(90deg) translate3d(-50%, 0, 0) !important
}

.awssld__controls button:hover .awssld__controls__arrow-left:before {
  opacity: 1;
  transform: rotate(30deg)
}

.awssld__controls button:hover .awssld__controls__arrow-left:after, .awssld__controls button:hover .awssld__controls__arrow-right:before {
  opacity: 1;
  transform: rotate(-30deg)
}

.awssld__controls button:hover .awssld__controls__arrow-right:after {
  opacity: 1;
  transform: rotate(30deg)
}

.awssld__timer {
  --timer-delay: 2000ms;
  --timer-release: 200ms;
  --timer-height: 4px;
  --timer-background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: var(--timer-height);
  background-color: var(--timer-background-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%)
}

.awssld__timer--animated {
  will-change: transform;
  transition: transform var(--timer-delay) linear
}

.awssld__timer--run {
  transform: translateX(0)
}

.awssld__timer--fast {
  transition: transform calc(var(--timer-release) / 2) linear;
  transform: translateX(-.00001px)
}

.awssld__timer--end {
  transform: translateX(-.0001px);
  transition: transform var(--timer-release) linear
}

.awssld__timer--hidden {
  display: none
}

@keyframes slideFromLeft {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  to {
    transform: translateZ(0)
  }
}

@keyframes slideFromRight {
  0% {
    transform: translate3d(100%, 0, 0)
  }
  to {
    transform: translateZ(0)
  }
}

@keyframes slideToLeft {
  0% {
    transform: translateZ(0)
  }
  to {
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideToRight {
  0% {
    transform: translateZ(0)
  }
  to {
    transform: translate3d(100%, 0, 0)
  }
}

.sap-commerce__heading {
  margin-top: 29px
}

@media (min-width: 768px) {
  .sap-commerce__heading {
    margin-top: 36px
  }
}

@media (min-width: 992px) {
  .sap-commerce__heading {
    margin-top: 47px
  }
}

.sap-commerce__text {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: #d7be69;
  font-size: 14px
}

@media (min-width: 768px) {
  .sap-commerce__text {
    font-size: 18px
  }
}

@media (min-width: 992px) {
  .sap-commerce__text {
    font-size: 20px
  }
}

.awssld__content {
  background: transparent
}

.awssld__bullets button {
  background: #7d7d7d
}

.awssld__bullets .awssld__bullets--active {
  background: #d7be69;
  transform: scale(1)
}

.awssld__timer {
  background: transparent
}

.awssld__container {
  padding-bottom: 400px
}

@media (min-width: 1200px) {
  .awssld__container {
    padding-bottom: 450px
  }
}

@media (min-width: 1921px) {
  .awssld__container {
    padding-bottom: 600px
  }
}

.awssld {
  margin-top: 20px
}

@media (min-width: 1200px) {
  .awssld {
    margin-top: -50px
  }
}

@media (min-width: 1921px) {
  .awssld {
    margin-top: -100px
  }
}

.awssld__bullets button {
  width: 12px;
  height: 12px
}

.awssld__bullets {
  bottom: -22px
}

@media (min-width: 992px) {
  .awssld__bullets {
    bottom: -70px
  }
}

.awssld__content > img {
  -o-object-fit: contain;
  object-fit: contain
}

.awssld__bar {
  background: transparent
}

.slider__container {
  width: 100%
}

@media (min-width: 992px) {
  .slider__container {
    width: auto;
    position: absolute;
    left: 50%;
    right: 0
  }
}

.advantages {
  padding-top: 65px;
  padding-bottom: 65px
}

@media (min-width: 768px) {
  .advantages {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .advantages {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.advantages__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .advantages__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .advantages__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .advantages__heading {
    text-align: center;
    margin-bottom: 50px
  }
}

@media (min-width: 992px) {
  .advantages__heading {
    margin-bottom: 70px
  }
}

.card-item__heading {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.card-item {
  margin-bottom: 40px
}

@media (min-width: 768px) {
  .card-item {
    margin-bottom: 60px
  }
}

@media (min-width: 992px) {
  .card-item {
    margin-bottom: 0
  }
}

.card-item__icon-container {
  margin-bottom: 5px
}

@media (min-width: 992px) {
  .card-item__icon-container {
    margin-bottom: 10px
  }
}

.card-item__icon {
  height: 90px
}

@media (min-width: 992px) {
  .card-item__icon {
    height: 100px
  }
}

@media (min-width: 1921px) {
  .card-item__icon {
    height: 120px
  }
}

.card-item__heading {
  margin-bottom: 10px
}

@media (min-width: 0px) {
  .card-item__heading {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .card-item__heading {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .card-item__heading {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .card-item__heading {
    font-size: 22px;
    line-height: 28px
  }
}

@media (min-width: 992px) {
  .card-item__heading {
    margin-bottom: 20px;
    font-size: 20px
  }
}

.card-item__text {
  color: #484645
}

@media (min-width: 992px) {
  .card-item__text {
    font-size: 20px
  }
}

.-dark .card-item__text {
  color: #fff
}

.experience {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #111
}

@media (min-width: 768px) {
  .experience {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .experience {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.experience__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #fff
}

@media (min-width: 768px) {
  .experience__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .experience__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .experience__heading {
    text-align: center;
    margin-bottom: 50px
  }
}

@media (min-width: 992px) {
  .experience__heading {
    margin-bottom: 70px
  }
}

@media (min-width: 992px) {
  .experience .bottom-row {
    justify-content: center;
    margin-top: 70px
  }
}

.figures {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f9f9f9
}

@media (min-width: 768px) {
  .figures {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .figures {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.figures__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .figures__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .figures__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .figures__heading {
    text-align: center;
    margin-bottom: 50px
  }
}

@media (min-width: 992px) {
  .figures__heading {
    margin-bottom: 70px
  }
}

.figures-content {
  display: flex;
  flex-wrap: wrap
}

.figure-card {
  width: 100%;
  margin-bottom: 30px;
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700
}

@media (min-width: 992px) {
  .figure-card {
    width: 190px;
    margin-right: 50px;
    padding-left: 50px
  }
}

@media (min-width: 1921px) {
  .figure-card {
    width: 200px;
    margin-right: 56px;
    padding-left: 56px
  }
}

@media (min-width: 992px) {
  .figure-card + .figure-card {
    border-left: 1px solid #111
  }
}

.figure-card__heading {
  font-size: 18px
}

@media (min-width: 768px) {
  .figure-card__heading {
    font-size: 24px
  }
}

@media (min-width: 992px) {
  .figure-card__heading {
    margin-bottom: 5px;
    font-size: 30px
  }
}

.figure-card__subheading {
  color: #d7be69;
  font-size: 14px
}

@media (min-width: 768px) {
  .figure-card__subheading {
    font-size: 18px
  }
}

@media (min-width: 992px) {
  .figure-card__subheading {
    font-size: 20px
  }
}

.figure-card__number {
  font-size: 40px;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .figure-card__number {
    font-size: 60px
  }
}

@media (min-width: 992px) {
  .figure-card__number {
    margin-bottom: 20px;
    font-size: 85px
  }
}

.dg-select-container.-active .dg-select__control, .input-group .input {
  border: 1px solid #f2f2f2;
  background: #fff;
  color: #484645
}

.input-group {
  position: relative
}

.input-group .input, .input-group .label {
  font-size: 14px;
  font-family: Roboto, sans-serif
}

.input-group .label {
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: .3s;
  color: #a4a3a2
}

.input-group .input, .input-group .label {
  width: 100%;
  height: 50px;
  padding: 0 16px
}

.input-group .input:focus {
  outline: none
}

.input-group.-textarea .input, .input-group.-textarea .label {
  height: 150px;
  padding-top: 16px
}

.input-group.-textarea .label {
  align-items: flex-start
}

.input-group.-textarea .input {
  resize: none
}

.input-group.-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding-left: 25px;
  height: 17px
}

.input-group.-checkbox .checkbox {
  display: none
}

.input-group.-checkbox .checkbox:checked + .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: #484645;
  border: 1px solid #484645
}

.input-group.-checkbox .checkbox:checked + .icon img {
  display: block
}

.input-group.-checkbox .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #f2f2f2
}

.input-group.-checkbox .icon img {
  display: none
}

.input-group.-active .label {
  opacity: 0
}

.dg-select-container .dg-select__indicator-separator {
  display: none;
  padding: 0
}

.dg-select-container .dg-select__indicator {
  padding: 0
}

.dg-select-container .dg-select__single-value {
  overflow: visible
}

.dg-select-container .dg-select__placeholder {
  color: #a4a3a2;
  margin: 0
}

.dg-select-container .dg-select__control {
  height: 50px;
  border-radius: 0;
  padding: 0 16px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 14px
}

.dg-select-container .dg-select__control:hover {
  border: 1px solid #f9f9f9
}

.dg-select-container .dg-select__control--is-focused {
  box-shadow: none
}

.dg-select-container .dg-select__control--is-disabled .dg-select__value-container {
  opacity: .3
}

.dg-select-container .dg-select__indicators {
  align-self: auto
}

.dg-select-container .dg-select__value-container {
  padding: 0
}

.dg-select-container .dg-select__single-value {
  margin-right: 0;
  margin-left: 0
}

.dg-select-container .dg-select__menu {
  left: 0;
  right: 0;
  margin: 0;
  top: 49px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 8px 10px rgba(0, 0, 0, .04)
}

.dg-select-container .dg-select__menu-list {
  margin: 0;
  padding: 0
}

.dg-select-container .dg-select__option {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  color: #484645;
  border: 1px solid #f2f2f2;
  font-size: 14px
}

.dg-select-container .dg-select__option--is-focused {
  background: #f9f9f9
}

.dg-select-container .dg-select__option--is-selected, .dg-select-container .dg-select__option:active {
  background: #f2f2f2
}

.dg-select-container .dg-select__option + .dg-select__option {
  border-top: 0
}

.dg-select-container.-active .dg-select__control:hover {
  border-color: #f2f2f2
}

form .input-group + .input-group {
  margin-top: 11px
}

form .input-group + .button {
  margin-top: 25px
}

.file-input {
  margin-bottom: 12px
}

.file-input.-has-file {
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: none;
  padding: 0 55px;
  height: 44px
}

.file-input.-has-file .text {
  display: none
}

.file-input.-has-file .file-name {
  display: block
}

.file-input.-has-file .file-type, .file-input.-has-file .remove {
  display: flex
}

.file-input .input.-empty {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  left: 55px;
  display: inline;
  width: 1px;
  padding: 0;
  margin: 0;
  height: 1px;
  border: 0;
  opacity: 0
}

.file-input .file-name {
  color: #484645;
  font-size: 14px
}

.file-input .file-type {
  left: 0;
  background: #d7be69;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-family: Exo, monospace;
  text-transform: uppercase
}

.file-input .file-type, .file-input .remove {
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 44px
}

.file-input .remove {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
  right: 0;
  display: flex;
  pointer-events: auto
}

.file-input .remove img {
  width: 20px
}

.file-input .file-name, .file-input .file-type, .file-input .input, .file-input .remove {
  display: none
}

.input-group.-files {
  min-height: 100px
}

@media (min-width: 992px) {
  .input-group.-files {
    position: relative;
    padding-left: 180px
  }
}

@media (min-width: 992px) {
  .input-group.-files .-empty .file-input {
    position: absolute;
    top: 0;
    left: 0
  }
}

.input-group.-files .error {
  display: none;
  color: red;
  font-size: 14px
}

@media (min-width: 992px) {
  .input-group.-files .error {
    width: 150px
  }
}

.input-group.-files .error.-has-error {
  display: block
}

.application-form {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 20vh 15px 5vh
}

@media (min-width: 768px) {
  .application-form {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .application-form {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .application-form {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .application-form {
    padding-top: 25vh;
    padding-bottom: 10vh
  }
}

.application-form-container {
  justify-content: space-between
}

.application-form-container .right-content {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 30px
}

@media (min-width: 992px) {
  .application-form-container .right-content {
    font-size: 16px;
    margin-top: 0
  }
}

.application-form__controls {
  margin-top: 20px
}

@media (min-width: 768px) {
  .application-form__controls {
    margin-top: auto
  }
}

.application-form__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 35px
}

@media (min-width: 768px) {
  .application-form__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .application-form__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .recaptcha {
    margin-top: 30px
  }
}

.contact-form {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 20vh 15px 5vh
}

@media (min-width: 768px) {
  .contact-form {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .contact-form {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .contact-form {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .contact-form {
    padding-top: 25vh;
    padding-bottom: 25vh
  }
}

.contact-form__container {
  justify-content: space-between
}

.contact-form__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 35px
}

@media (min-width: 768px) {
  .contact-form__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .contact-form__heading {
    font-size: 58px;
    line-height: 68px
  }
}

.additional-information {
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .additional-information {
    margin-bottom: 30px
  }
}

.right-content {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 30px
}

@media (min-width: 992px) {
  .right-content {
    font-size: 16px;
    margin-top: 0
  }
}

.contact-form__controls {
  margin-top: 20px
}

@media (min-width: 992px) {
  .contact-form__controls {
    margin-top: auto
  }
}

.full-page-content {
  min-height: 100vh;
  display: flex;
  position: relative;
  padding-top: 35vh;
  padding-bottom: 100px
}

@media screen and (min-width: 992px) and (max-height: 1000px) {
  .full-page-content {
    padding-top: 25vh
  }
}

.full-page-content.-three-quarters {
  min-height: 75vh
}

.full-page-content.-background-black {
  background: #111
}

.consultation-form {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 65px 15px
}

@media (min-width: 768px) {
  .consultation-form {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .consultation-form {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .consultation-form {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .consultation-form {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .consultation-form {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.consultation-form__container {
  justify-content: center
}

.consultation-form__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 55px;
  text-align: center
}

@media (min-width: 768px) {
  .consultation-form__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .consultation-form__heading {
    font-size: 58px;
    line-height: 68px
  }
}

.recaptcha {
  margin-top: 15px
}

@media (min-width: 992px) {
  .recaptcha {
    margin-top: 30px
  }
}

.consultation-form__controls {
  margin-top: 20px
}

.more-info {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #d7be69;
  color: #fff
}

@media (min-width: 768px) {
  .more-info {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .more-info {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

.more-info__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .more-info__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .more-info__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .more-info__heading {
    margin-bottom: 25px
  }
}

.more-info__description {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}

@media (min-width: 768px) {
  .more-info__description {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .more-info__description {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .more-info__description {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .more-info__description {
    font-size: 22px;
    line-height: 30px
  }
}

.more-info .file-link {
  margin-bottom: 10px
}

.more-info__buttons-container {
  margin-top: 40px
}

@media (min-width: 768px) {
  .more-info__buttons-container {
    margin-top: 0
  }
}

.service-portfolio__circles .circle.-middle {
  color: #d7be69;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.service-portfolio {
  background: #111;
  padding-top: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

@media (min-width: 768px) {
  .service-portfolio {
    padding-top: 170px
  }
}

@media (min-width: 992px) {
  .service-portfolio {
    padding-bottom: 170px
  }
}

.service-portfolio__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  text-align: center
}

@media (min-width: 768px) {
  .service-portfolio__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .service-portfolio__heading {
    font-size: 58px;
    line-height: 68px
  }
}

.service-portfolio__circles {
  margin: 0 auto 30px;
  display: inline-flex;
  position: relative;
  width: 320px;
  height: 350px
}

@media (min-width: 768px) {
  .service-portfolio__circles {
    width: 392px;
    margin: 150px auto 50px
  }
}

.service-portfolio__circles .circle-svg:hover {
  transition: .2s;
  cursor: pointer;
  fill: #212121
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle-svg.-white {
    fill: #fff
  }
}

.service-portfolio__circles .circle-svg__dot, .service-portfolio__circles .circle-svg__line {
  display: none
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle-svg__dot, .service-portfolio__circles .circle-svg__line {
    display: inline
  }
}

.service-portfolio__circles .circle {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  color: #fff;
  pointer-events: none;
  font-size: 11px
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .service-portfolio__circles .circle {
    font-size: 20px;
    line-height: 30px
  }
}

.service-portfolio__circles .circle.-top {
  width: 100%;
  text-align: center;
  top: 130px
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle.-top {
    top: -38px
  }
}

.service-portfolio__circles .circle.-right {
  top: 235px;
  left: 179px
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle.-right {
    left: 405px
  }
}

.service-portfolio__circles .circle.-left {
  top: 235px;
  right: 197px
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle.-left {
    right: 405px
  }
}

.service-portfolio__circles .circle.-bottom {
  text-align: center;
  top: 186px;
  width: 100px;
  left: calc(50% - 50px)
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle.-bottom {
    width: 100%;
    top: 121%;
    left: auto
  }
}

.service-portfolio__circles .circle.-middle {
  display: none;
  width: 100%;
  text-align: center;
  top: 200px;
  pointer-events: none
}

@media (min-width: 0px) {
  .service-portfolio__circles .circle.-middle {
    font-size: 14px;
    line-height: 18px
  }
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle.-middle {
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 992px) {
  .service-portfolio__circles .circle.-middle {
    font-size: 20px;
    line-height: 24px
  }
}

@media (min-width: 1921px) {
  .service-portfolio__circles .circle.-middle {
    font-size: 22px;
    line-height: 28px
  }
}

@media (min-width: 768px) {
  .service-portfolio__circles .circle.-middle {
    display: block
  }
}

.service-portfolio__overlay {
  opacity: 0;
  background: #111;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: .3s;
  pointer-events: none
}

.service-portfolio__overlay.-open {
  pointer-events: all;
  opacity: 1
}

.service-portfolio__strategy-circle {
  background: #484645;
  color: #fff;
  padding: 210px 125px 160px
}

.service-portfolio__strategy-circle-title {
  left: 50%;
  top: -9%;
  transform: translateX(-50%)
}

.-active .service-portfolio__strategy-circle-title {
  top: -12%
}

@media screen and (min-width: 992px) and (max-height: 800px) {
  .-active .service-portfolio__strategy-circle-title {
    top: 2%
  }
}

.service-portfolio__transformation-circle {
  background: #484645;
  color: #fff;
  padding: 80px 200px 80px 190px;
  flex-wrap: wrap
}

.service-portfolio__transformation-circle .circle-column {
  flex-basis: 46%;
  margin-bottom: 15px
}

.service-portfolio__transformation-circle-title {
  right: -9%;
  top: 50%;
  transform: translateY(-50%)
}

.-active .service-portfolio__transformation-circle-title {
  right: -12%
}

.service-portfolio__solutions-circle {
  background: #484645;
  color: #fff;
  padding: 210px 125px 160px
}

.service-portfolio__solutions-circle-title {
  left: -9%;
  top: 50%;
  transform: translateY(-50%)
}

.-active .service-portfolio__solutions-circle-title {
  left: -12%
}

.service-portfolio__pms-circle {
  background: #fff;
  color: #484645;
  padding: 220px 235px
}

.service-portfolio__pms-circle-title {
  display: none !important
}

.service-portfolio__pms-circle .circle-column .heading {
  color: #111;
  text-align: center
}

.services__child {
  font-size: 18px;
  color: #fff;
  display: none;
  white-space: pre-line
}

.services__child h1 {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 5px
}

@media (min-width: 768px) {
  .services__child h1 {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .services__child h1 {
    font-size: 20px;
    line-height: 30px
  }
}

.services__child p {
  font-size: 14px;
  color: #fff
}

@media (min-width: 768px) {
  .services__child p {
    font-size: 16px
  }
}

.services__child h1 + p {
  margin-bottom: 15px
}

.services__child.-active {
  display: block
}

.services-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 65px
}

@media (min-width: 768px) {
  .services-list {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .services-list {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .services-list {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .services-list {
    padding-bottom: 0;
    height: 645px;
    display: flex;
    align-items: center
  }
}

.pop-out-circle {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 780px;
  width: 780px;
  border-radius: 50%;
  transition: .5s;
  transform: translate(-50%, -50%) scale(0)
}

.-active .pop-out-circle {
  transform: translate(-50%, -50%) scale(1)
}

.pop-out-circle-title {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  text-transform: capitalize;
  opacity: 0;
  z-index: 1;
  background: #fff;
  width: 175px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

@media (min-width: 768px) {
  .pop-out-circle-title {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .pop-out-circle-title {
    font-size: 20px;
    line-height: 30px
  }
}

.-active .pop-out-circle-title {
  transition: .4s;
  transition-delay: .25s;
  opacity: 1
}

.circle-column {
  flex: 1 1;
  padding: 0 6px;
  opacity: 0
}

.-active .circle-column {
  opacity: 1;
  transition: 1s
}

.-active .circle-column:first-child {
  transition-delay: .45s
}

.-active .circle-column:nth-child(2) {
  transition-delay: .5s
}

.-active .circle-column:nth-child(3) {
  transition-delay: .55s
}

.-active .circle-column:nth-child(4) {
  transition-delay: .6s
}

.-active .circle-column:nth-child(5) {
  transition-delay: .65s
}

.circle-column .heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 25px;
  min-height: 60px
}

@media (min-width: 768px) {
  .circle-column .heading {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 992px) {
  .circle-column .heading {
    font-size: 20px;
    line-height: 30px
  }
}

.circle-column .text {
  font-size: 14px
}

.technology-knowledge {
  position: relative;
  margin: 65px 0
}

@media (min-width: 768px) {
  .technology-knowledge {
    margin: 0;
    height: 1000px
  }
}

.technology-knowledge__heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  z-index: 5;
  pointer-events: none;
  padding: 0 15px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .technology-knowledge__heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .technology-knowledge__heading {
    font-size: 58px;
    line-height: 68px
  }
}

@media (min-width: 768px) {
  .technology-knowledge__heading {
    text-align: center;
    margin: 170px auto 0;
    position: absolute;
    left: calc(50% - 350px);
    width: 700px
  }
}

.technology-knowledge__sections {
  display: flex;
  flex-direction: column
}

@media (min-width: 768px) {
  .technology-knowledge__sections {
    height: 100%;
    flex-direction: row
  }
}

.technology-knowledge__trigger-wrapper {
  position: relative
}

@media (min-width: 768px) {
  .technology-knowledge__trigger-wrapper {
    height: 100%
  }
}

.technology-knowledge__trigger-wrapper:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f2f2f2;
  z-index: 2;
  pointer-events: none;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0
}

@media (min-width: 768px) {
  .technology-knowledge__trigger-wrapper:before {
    left: 50%;
    top: 455px;
    width: 48px;
    height: 48px
  }
}

.technology-knowledge__trigger-wrapper:after {
  transition: .3s;
  position: absolute;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #f2f2f2;
  z-index: 2;
  pointer-events: none;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 18px
}

@media (min-width: 768px) {
  .technology-knowledge__trigger-wrapper:after {
    top: 455px;
    width: 10px;
    height: 10px;
    left: 50%
  }
}

.technology-knowledge__trigger-wrapper:hover:after {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px
}

@media (min-width: 768px) {
  .technology-knowledge__trigger-wrapper:hover:after {
    width: 40px;
    height: 40px
  }
}

.technology-knowledge__trigger {
  background: none;
  color: inherit;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px;
  width: 100%
}

@media (min-width: 0px) {
  .technology-knowledge__trigger {
    font-size: 18px
  }
}

@media (min-width: 768px) {
  .technology-knowledge__trigger {
    font-size: 24px
  }
}

@media (min-width: 992px) {
  .technology-knowledge__trigger {
    font-size: 26px
  }
}

@media (min-width: 1921px) {
  .technology-knowledge__trigger {
    font-size: 30px
  }
}

@media (min-width: 768px) {
  .technology-knowledge__trigger {
    opacity: 0;
    transition: opacity .3s linear
  }

  .-active .technology-knowledge__trigger {
    opacity: 1
  }
}

.-active .technology-knowledge__trigger {
  border-bottom: 1px solid #f2f2f2
}

.-pristine .technology-knowledge__trigger {
  opacity: 1
}

@media (min-width: 768px) {
  .technology-knowledge__trigger {
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 400px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.technology-knowledge__section {
  border-top: 1px solid #f2f2f2
}

.technology-knowledge__section:last-child {
  border-bottom: 1px solid #f2f2f2
}

@media (min-width: 768px) {
  .technology-knowledge__section {
    width: 25%;
    border-top: 0;
    border-bottom: 0
  }

  .technology-knowledge__section:first-child:before {
    display: none
  }

  .technology-knowledge__section:before {
    display: block;
    width: 1px;
    height: 100%;
    background: #f2f2f2;
    content: "";
    position: absolute;
    z-index: 4
  }
}

.technology-knowledge__detail-section {
  display: none;
  padding: 15px;
  pointer-events: none;
  z-index: 1
}

.-active .technology-knowledge__detail-section {
  display: block
}

@media (min-width: 768px) {
  .technology-knowledge__detail-section {
    display: block;
    padding: 0;
    transition: opacity .3s linear
  }

  .-active .technology-knowledge__detail-section .section__image-container, .-active .technology-knowledge__detail-section .section__text {
    transition: opacity .3s linear;
    opacity: 1
  }
}

.technology-knowledge__detail-section .section__text {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 3
}

@media (min-width: 768px) {
  .technology-knowledge__detail-section .section__text {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .technology-knowledge__detail-section .section__text {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .technology-knowledge__detail-section .section__text {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .technology-knowledge__detail-section .section__text {
    font-size: 22px;
    line-height: 30px
  }
}

@media (min-width: 768px) {
  .technology-knowledge__detail-section .section__text {
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 400px;
    bottom: 0;
    width: 25%
  }
}

@media (min-width: 992px) {
  .technology-knowledge__detail-section .section__text {
    padding: 0 30px
  }
}

@media (min-width: 1200px) {
  .technology-knowledge__detail-section .section__text {
    padding: 0 60px
  }
}

.technology-knowledge__detail-section .section__image-container {
  display: none
}

@media (min-width: 768px) {
  .technology-knowledge__detail-section .section__image-container {
    opacity: 0;
    top: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    display: flex
  }
}

.technology-knowledge__detail-section .section__image {
  flex: 1 1
}

.technology-knowledge__detail-section.-backend .section__text {
  left: 25%
}

.technology-knowledge__detail-section.-backend .section__image-container {
  left: 50%
}

.technology-knowledge__detail-section.-frontend .section__text {
  left: 0
}

.technology-knowledge__detail-section.-frontend .section__image-container {
  left: 50%
}

.technology-knowledge__detail-section.-mobile .section__text {
  left: 75%
}

.technology-knowledge__detail-section.-mobile .section__image-container {
  left: 0;
  right: 50%
}

.technology-knowledge__detail-section.-testing .section__text {
  left: 50%
}

.technology-knowledge__detail-section.-testing .section__image-container {
  left: 0;
  right: 50%
}

.job-detail__lists {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 65px 15px
}

@media (min-width: 768px) {
  .job-detail__lists {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (min-width: 992px) {
  .job-detail__lists {
    padding-top: 170px;
    padding-bottom: 170px
  }
}

@media (min-width: 768px) {
  .job-detail__lists {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width: 992px) {
  .job-detail__lists {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 1200px) {
  .job-detail__lists {
    padding-left: 0;
    padding-right: 0
  }
}

.job-detail__lists:empty {
  display: none
}

.job-detail__lists > * + * {
  margin-top: 65px
}

@media (min-width: 992px) {
  .job-detail__lists > * + * {
    margin-top: 105px
  }
}

.job-detail__list-heading {
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .job-detail__list-heading {
    font-size: 42px;
    line-height: 49px
  }
}

@media (min-width: 992px) {
  .job-detail__list-heading {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 0
  }
}

.job-detail__list-container {
  margin: 0 auto
}

.job-detail__list-container .application-button {
  margin-top: 30px
}

@media (min-width: 992px) {
  .job-detail__list-container .application-button {
    margin-top: 105px
  }
}

.job-detail__list-item {
  color: #484645;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 768px) {
  .job-detail__list-item {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width: 992px) {
  .job-detail__list-item {
    font-size: 18px;
    line-height: 24px
  }
}

@media (min-width: 1200px) {
  .job-detail__list-item {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 1921px) {
  .job-detail__list-item {
    font-size: 22px;
    line-height: 30px
  }
}

.job-detail__list-item + .job-detail__list-item {
  margin-top: 15px
}

@media (min-width: 992px) {
  .job-detail__list-item + .job-detail__list-item {
    margin-top: 25px
  }
}

.job-detail__list-icon {
  width: 55px;
  margin-bottom: 15px
}

@media (min-width: 992px) {
  .job-detail__list-icon {
    width: auto;
    margin-bottom: 25px
  }
}
