/*@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/Suisse-Intl.eot");
  src: url("../fonts/Suisse-Intl.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Suisse-Intl.woff2") format("woff2"),
  url("../fonts/Suisse-Intl.woff") format("woff"),
  url("../fonts/Suisse-Intl.ttf") format("truetype"),
  url("../fonts/Suisse-Intl.svg#Suisse Intl") format("svg");
}*/
@import "animate.css";
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Regular.otf");
}
@font-face {
  font-family: "Suisse Intl Book";
  src: url("../fonts/SuisseIntl-Book.otf");
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Suisse Intl";
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.02em;
  background-color: #fff;
}
body.dark-mode, body.dark-mode-page {
  color: #ffffff;
  background-color: #000000;
}
body.dark-mode footer, body.dark-mode-page footer {
  background-color: #000000;
}
body.dark-mode a, body.dark-mode .ticker-timer2, body.dark-mode-page a, body.dark-mode-page .ticker-timer2 {
  color: #ffffff;
}
body.dark-mode.dark-mode-page {
  color: #000000;
  background-color: #ffffff;
}
body.dark-mode.dark-mode-page footer {
  background-color: #ffffff;
}
body.dark-mode.dark-mode-page a, body.dark-mode.dark-mode-page .ticker-timer2 {
  color: #000000;
}
body.overflow {
  overflow: hidden;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

div, h1, h2, h3, h4, h5, h6, li, a, p {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.with-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.with-flex .half-col {
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .with-flex .half-col {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.with-flex .full-col {
  width: 100%;
}
.with-flex.padding15 .half-col {
  padding-right: 15px;
}
.with-flex.padding15 .half-col:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px;
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.background-cover.position-top {
  background-position: top center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: #000000;
}
a:focus, a:hover {
  color: #000000;
}

.section-title {
  font-size: 45px;
  color: #031429;
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
}

ul li {
  list-style: none;
}

.title-section {
  margin-top: 20px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .title-section {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.title-section h3 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  font-family: "Suisse Intl Book";
}
@media only screen and (max-width: 767px) {
  .title-section h3 {
    font-size: 20px;
    line-height: 23px;
  }
}
.title-section h2 {
  font-size: 46px;
  line-height: 53px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .title-section h2 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 3px;
    margin-bottom: 0;
    opacity: 0.5;
    font-family: "Suisse Intl Book";
  }
}
.title-section.center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title-section.center {
    text-align: left;
  }
}
.title-section.left {
  text-align: left;
}
.title-section.maxWidth {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.font26 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .font26 {
    font-size: 20px;
    line-height: 23px;
  }
}
.font26 p {
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 576px) {
  .font26 p {
    font-size: 20px;
    line-height: 23px;
  }
}
.font26.with-h-26 h2 {
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 576px) {
  .font26.with-h-26 h2 {
    font-size: 20px;
    line-height: 23px;
  }
}

.description.p-margin p {
  margin-bottom: 30px;
}
.description.p-margin p:last-child {
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
}

.hovercircle {
  position: fixed;
  z-index: 20000;
  width: 0px;
  height: 0px;
  pointer-events: none;
  max-width: 180px;
  max-height: 180px;
  mix-blend-mode: difference;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: height 200ms ease, width 200ms ease;
  transition: height 200ms ease, width 200ms ease;
}

.ticker-timer2 {
  -webkit-animation-name: ticker4;
  animation-name: ticker4;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: inline-block;
  will-change: transform;
  padding-right: 9vw;
  font-size: 132px;
  color: black;
}
@media only screen and (max-width: 767px) {
  .ticker-timer2 {
    font-size: 68px;
    line-height: 80px;
  }
}

.ticker-container2 .ticker2 {
  white-space: nowrap;
  display: inline-flex;
}

.ticker-container2 {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  padding-top: 20px;
  width: 99vw;
  margin-bottom: 177px;
}
@media only screen and (max-width: 1650px) {
  .ticker-container2 {
    width: 98vw;
  }
}
@media only screen and (max-width: 992px) {
  .ticker-container2 {
    width: 97vw;
  }
}
@media only screen and (max-width: 767px) {
  .ticker-container2 {
    height: auto;
    padding-top: 10px;
    margin-bottom: 171px;
  }
}

.ticker-timer2.home {
  line-height: 3.5vw;
}

.ticker-container2:before {
  top: 0;
}

.ticker-container2:after {
  bottom: 0;
}

@keyframes ticker4 {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.header {
  margin: 20px 0 0;
  mix-blend-mode: difference;
  position: sticky;
  top: 20px;
  z-index: 2000;
}
@media only screen and (max-width: 767px) {
  .header {
    margin: 15px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .with-flex .half-col:first-child {
    width: 68%;
  }
}
.header .with-flex .half-col:first-child ul li {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header .with-flex .half-col {
    width: 32%;
  }
}
.header .with-flex ul {
  display: inline-block;
  width: 100%;
}
.header .with-flex ul li {
  float: left;
  text-align: left;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .header .with-flex ul li {
    width: 100%;
  }
}
.header .with-flex ul li a {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-family: "Suisse Intl Book";
}
@media only screen and (max-width: 767px) {
  .header .with-flex ul li a {
    font-size: 20px;
    line-height: 23px;
  }
}
.header .with-flex ul li:nth-child(2) {
  text-align: center;
}
.header .with-flex ul li:last-child {
  text-align: right;
}
.header .with-flex ul li:first-child {
  text-align: left;
}
.header .with-flex ul.mobile-ul {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .with-flex ul.mobile-ul {
    display: block;
  }
  .header .with-flex ul.mobile-ul li {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .header .with-flex ul.desktop-ul {
    display: none;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px 15px;
  background-color: #000000;
  left: 0;
  top: 101%;
  z-index: 2020;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu.opened-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .close-mobile-menu {
  font-size: 20px;
  line-height: 23px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.mobile-menu * {
  color: #ffffff;
}
.mobile-menu .mobile-menu-ul {
  margin-top: 75px;
}
.mobile-menu .mobile-menu-ul ul {
  margin-bottom: 120px;
}
.mobile-menu .mobile-menu-ul ul li {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0px;
  border-bottom: 2px solid #ffffff;
}
.mobile-menu .mobile-menu-ul ul li a {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.mobile-menu .footer-info ul {
  margin-bottom: 30px;
}
.mobile-menu .footer-info ul:last-child {
  margin-bottom: 0;
}
.mobile-menu .footer-info ul li a {
  font-size: 20px;
  line-height: 23px;
}
.mobile-menu .footer-info ul:first-child li:last-child {
  text-decoration: underline;
}

.dark-mode .mobile-menu {
  background-color: #000000;
}
.dark-mode .mobile-menu * {
  color: #ffffff;
}
.dark-mode .mobile-menu .mobile-menu-ul ul li {
  border-color: #ffffff;
}

footer {
  padding: 190px 0 30px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 95px;
  }
}
footer .container {
  position: relative;
}
footer .home-main-footer {
  /*@include min(767){
    margin-bottom: -50px;
  }
  &+.with-flex{
    position: relative;
    z-index: 1;
    @include max(767){
      top: -50px;
    }
    &+.fooetrClock {
      @include max(767){
        top: -50px;
      }
    }
  }*/
}
footer .with-flex ul {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer .with-flex ul {
    margin-bottom: 30px;
  }
}
footer .with-flex ul li a {
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  footer .with-flex ul li a {
    font-size: 20px;
    line-height: 23px;
  }
}
footer .with-flex .half-col:first-child ul li:last-child a {
  text-decoration: underline;
}
footer .fooetrClock {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 992px) {
  footer .fooetrClock {
    position: relative;
    right: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .fooetrClock {
    font-size: 20px;
    line-height: 23px;
  }
}

.home footer {
  margin-top: 196px;
  padding-top: 50px;
  background-color: #000000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home footer {
    margin-top: 75px;
  }
}
.home footer a {
  color: #fff;
}
.home footer .home-footer {
  padding: 50px 0 0;
  background-color: #000000;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .home footer .home-footer {
    padding: 0;
  }
}
.home footer .home-footer img {
  max-width: 100%;
  width: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home footer .home-footer + .with-flex {
  margin-top: -80px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .home footer .home-footer + .with-flex {
    margin-top: -40px;
  }
}

.dark-light-mode {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 70px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99999;
  cursor: pointer;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.dark-light-mode svg {
  width: 100%;
  height: 100%;
}
.dark-light-mode.active {
  background-color: #000000;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.2);
}
.dark-light-mode.active svg path {
  fill: #ffffff !important;
}

.banner {
  margin: 20px 0;
}
@media only screen and (max-width: 576px) {
  .banner {
    margin: 0;
  }
}
.banner img {
  width: 100%;
}

.centered-big-link {
  text-align: center;
  margin: 190px auto;
}
@media only screen and (max-width: 767px) {
  .centered-big-link {
    margin: 55px auto 0;
  }
}
.centered-big-link a {
  text-decoration: none;
  font-size: 132px;
  line-height: 135px;
}
@media only screen and (max-width: 767px) {
  .centered-big-link a {
    font-size: 38px;
    line-height: 50px;
  }
}

.news-page {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .news-page {
    margin-top: 0;
  }
}
.news-page .gg-container {
  column-count: 4;
  column-gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .news-page .gg-container {
    column-count: 3;
  }
}
@media only screen and (max-width: 992px) {
  .news-page .gg-container {
    column-count: 2;
  }
}
@media only screen and (max-width: 576px) {
  .news-page .gg-container {
    column-count: 1;
  }
}
.news-page .gg-container .gg-items {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 55px;
  break-inside: avoid;
  font-family: "Suisse Intl Book";
}
.news-page .gg-container .gg-items > img {
  grid-row: 1/-1;
  grid-column: 1;
  margin-bottom: 18px;
}
.news-page .gg-container .gg-items span {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.news-page .gg-container .gg-items h2 {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}

.Loop {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.archive-page {
  margin-top: -45px;
}
.archive-page .scroll-loop {
  position: relative;
  top: 0px;
}
.archive-page .container-scroll-loop {
  overflow: hidden;
}
.archive-page .gg-container .gg-items {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .archive-page .gg-container .gg-items {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .archive-page .gg-container .gg-items {
    margin-bottom: 0;
  }
}

.single-work .single-work-banner {
  position: relative;
  bottom: 0px;
  display: block;
  height: 90vh;
}
@media only screen and (max-width: 576px) {
  .single-work .single-work-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 420px) {
  .single-work .single-work-banner {
    height: 190px;
  }
}
.single-work .single-work-banner img {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-work .main-info {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}
.single-work .info .with-flex {
  margin: 25px 0;
}
@media only screen and (max-width: 992px) {
  .single-work .info .with-flex .half-col {
    width: 50%;
  }
}
@media only screen and (max-width: 370px) {
  .single-work .info .with-flex .half-col {
    width: 100%;
  }
}
.single-work .info .with-flex .half-col span {
  font-size: 26px;
  line-height: 30px;
  font-family: "Suisse Intl Book";
}
@media only screen and (max-width: 576px) {
  .single-work .info .with-flex .half-col span {
    font-size: 20px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .single-work .info .with-flex .half-col:last-child span {
    text-align: right;
    display: block;
  }
}
.single-work .info h1 {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 50px;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 767px) {
  .single-work .info h1 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 28px;
    font-family: "Suisse Intl Book";
  }
}
.single-work .info .read-more-single {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .single-work .info .read-more-single {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 23px;
  }
}
.single-work .gallery {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 576px) {
  .single-work .gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-work .gallery .with-flex div {
  padding: 15px;
}
@media only screen and (max-width: 576px) {
  .single-work .gallery .with-flex div {
    padding: 7px 0px !important;
  }
}
.single-work .more-projects {
  margin-top: 133px;
}
.single-work .more-projects h3 {
  margin-bottom: 20px;
}
.single-work .more-projects .with-flex {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 576px) {
  .single-work .more-projects .with-flex {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-work .more-projects .with-flex .col-3 {
  width: 33.333%;
  padding: 0px 15px;
}
@media only screen and (max-width: 992px) {
  .single-work .more-projects .with-flex .col-3 {
    width: 50%;
  }
  .single-work .more-projects .with-flex .col-3:last-child {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .single-work .more-projects .with-flex .col-3 {
    width: 100%;
    padding: 7px 0px;
  }
  .single-work .more-projects .with-flex .col-3:last-child {
    display: block;
  }
}

.single-work-popup {
  background-color: #000000;
  padding: 90px 0;
  position: fixed;
  bottom: 0px;
  z-index: 2001;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 101%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-work-popup .with-flex .half-col:first-child ul {
  margin-bottom: 20px;
}
.single-work-popup .with-flex .half-col:first-child ul li {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.4);
}
.single-work-popup .with-flex .half-col:first-child ul li:first-child {
  color: #ffffff;
}
.single-work-popup .with-flex .half-col:first-child ul:last-child {
  margin-bottom: 20px;
}
.single-work-popup .with-flex .half-col p {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
}
.single-work-popup .with-flex .half-col p:last-child {
  margin-bottom: 0;
}
.single-work-popup .close-pop-up {
  font-size: 18px;
  line-height: 21px;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #ffffff;
  cursor: pointer;
}
.single-work-popup.opened-pop-up {
  top: 0;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.dark-mode .single-work .main-info {
  background-color: #000000;
}
.dark-mode .single-work-popup {
  background-color: #ffffff;
}
.dark-mode .single-work-popup .close-pop-up {
  color: #000000;
}
.dark-mode .single-work-popup .with-flex .half-col:first-child ul {
  margin-bottom: 20px;
}
.dark-mode .single-work-popup .with-flex .half-col:first-child ul li {
  color: rgba(0, 0, 0, 0.6);
}
.dark-mode .single-work-popup .with-flex .half-col:first-child ul li:first-child {
  color: #000000;
}
.dark-mode .single-work-popup .with-flex .half-col p {
  color: #000000;
}

.info-page .titles-list {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 576px) {
  .info-page .titles-list {
    margin-top: 20px;
    margin-bottom: 75px;
  }
}
.info-page .titles-list h2 {
  font-size: 158px;
  line-height: 183px;
  margin: 0;
}
@media only screen and (max-width: 1600px) {
  .info-page .titles-list h2 {
    font-size: 140px;
    line-height: 155px;
  }
}
@media only screen and (max-width: 1400px) {
  .info-page .titles-list h2 {
    font-size: 105px;
    line-height: 115px;
  }
}
@media only screen and (max-width: 1024px) {
  .info-page .titles-list h2 {
    font-size: 68px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .info-page .titles-list h2 {
    font-size: 58px;
    line-height: 70px;
  }
}
.info-page .titles-list h2.right {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .info-page .zig-zag-section .info h1 {
    margin-top: 20px;
  }
}
.info-page .zig-zag-section .info .description {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .info-page .zig-zag-section .info .description {
    margin-top: 20px;
  }
}
.info-page .zig-zag-section .info .description p {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .info-page .zig-zag-section .info .description p {
    margin-bottom: 20px;
  }
}
.info-page .zig-zag-section .info .description p:last-child {
  margin-bottom: 0;
}
.info-page .zig-zag-section .full-col {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .info-page .zig-zag-section .full-col {
    margin-top: 40px;
  }
}

.form {
  margin-top: 75px;
}
.form input {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 18px;
  font-size: 28px;
  outline: none;
  border: 0;
  color: #000000;
  line-height: 32px;
  background-color: transparent;
  -webkit-appearance: none;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .form input {
    font-size: 20px;
    line-height: 23px;
  }
}
.form input[type=submit] {
  border: 0;
  width: auto;
  cursor: pointer;
}

.dark-mode form input, .dark-mode-page form input {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.dark-mode.dark-mode-page form input {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.opportunities-page {
  margin-top: 75px;
}

.single-work.single-news {
  font-family: "Suisse Intl Book";
}
.single-work.single-news .titles-items {
  font-size: 26px;
  padding: 30px 0px;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news .titles-items {
    font-size: 20px;
    padding: 20px 0;
  }
}
.single-work.single-news .titles-items .half-col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .single-work.single-news .titles-items .half-col:last-child {
    text-align: right;
  }
}
.single-work.single-news .content {
  margin-bottom: -200px;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news .content {
    margin-bottom: 0;
  }
}
.single-work.single-news .content .container {
  background-color: #ffffff;
}
.single-work.single-news p {
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 34px;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .single-work.single-news p:last-child {
    margin-bottom: 0;
  }
}
.single-work.single-news .with-flex:not(.titles-items) {
  padding-bottom: 140px;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news .with-flex:not(.titles-items) {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-work.single-news .with-flex:not(.titles-items) .half-col {
    width: 100%;
    padding: 0 !important;
  }
}
.single-work.single-news img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news img {
    margin-bottom: 20px;
  }
}
.single-work.single-news .social-share {
  font-size: 26px;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news .social-share {
    font-size: 20px;
  }
}
.single-work.single-news .social-share .half-col {
  width: 60% !important;
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news .social-share .half-col {
    width: 80% !important;
  }
}
.single-work.single-news .social-share .half-col:first-child {
  width: 40% !important;
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news .social-share .half-col:first-child {
    width: 20% !important;
  }
}
.single-work.single-news .social-share .half-col ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}
.single-work.single-news .social-share .half-col ul li {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .single-work.single-news .social-share .half-col ul li {
    margin-left: 10px;
  }
}
.single-work.single-news .social-share .half-col ul li:first-child {
  margin-left: 0;
}
.single-work.single-news .social-share .half-col ul li a {
  cursor: pointer;
}

.dark-mode .single-news .content, .dark-mode-page .single-news .content {
  background-color: #000000;
  color: #ffffff;
}
.dark-mode .single-news .content .container, .dark-mode-page .single-news .content .container {
  background-color: #000000;
}

.dark-mode.dark-mode-page .single-news .content {
  background-color: #ffffff;
  color: #000000;
}
.dark-mode.dark-mode-page .single-news .content .container {
  background-color: #ffffff;
}

.page-404 {
  margin-top: 60px;
}
.page-404 h1 {
  font-size: 300px;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 576px) {
  .page-404 h1 {
    font-size: 150px;
  }
}
.page-404 h2 {
  font-size: 50px;
  margin: 0 0 40px 0;
}
.page-404 p {
  font-size: 26px;
}

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