@font-face {
  font-family: "DrescherGrotesk_BT";
  src: url("../fonts/DrescherGrotesk_BT_Roman.otf") format("opentype");
}

@font-face {
  font-family: "DrescherGrotesk_BT_SemiBold";
  src: url("../fonts/DrescherGrotesk_BT_SemiBold.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  font-family: "DrescherGrotesk_BT", sans-serif;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #f6f6f6;
}

a:hover {
  color: #d28c00;
}

.nav-dots-div {
  position: fixed;
  right: 0;
  margin-right: 40px;
  margin-top: 45px;
  display: none;
  z-index: 20;
}

@media only screen and (min-width: 1200px) {
  .nav-dots-div {
    display: block;
  }
}

.nav-dots-div .active button {
  background: #d28c00;
}

.nav-dots-div .dot-btn {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 3px solid #d28c00;
  margin-bottom: 16px;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  width: 100%;
  background: #0d0d0d;
  color: white;
  height: 60px;
  font-family: "DrescherGrotesk_BT", sans-serif;
}

@media only screen and (min-width: 1024px) {
  header {
    height: 83px;
  }
}

header .header-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

@media only screen and (min-width: 1024px) {
  header .header-text-wrapper {
    margin-left: 120px;
  }
}

@media only screen and (min-width: 1500px) {
  header .header-text-wrapper {
    margin-left: calc(120px + 8vw);
  }
}

@media only screen and (min-width: 1920px) {
  header .header-text-wrapper {
    margin-left: 360px;
  }
}

header .header-text-wrapper .header-logo {
  margin-right: 10px;
  width: 208px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1024px) {
  header .header-text-wrapper .header-logo {
    width: 240px;
  }
}

header .header-text-wrapper .header-logo:hover {
  opacity: 0.7;
}

section {
  width: 100%;
  color: #0d0d0d;
}

@media only screen and (min-width: 1024px) {
  .first-section {
    height: 600px;
    background-image: url("../images/img1@2x.png");
    background-color: #cccccc;
    background-repeat: no-repeat, repeat;
    background-position: right;
    background-size: cover;
  }
}

.first-section .first-section-photo-background {
  background-image: url("../images/img1@2x.png");
  background-repeat: no-repeat, repeat;
  background-position: right;
  background-size: cover;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 620px) {
  .first-section .first-section-photo-background {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .first-section .first-section-photo-background {
    display: none;
  }
}

.first-section .first-section-photo-background .first-section-logo-photo {
  z-index: 5;
}

.first-section .first-section-photo-background .first-section-logo-photo img {
  width: 140px;
  height: 140px;
}

@media only screen and (min-width: 620px) {
  .first-section .first-section-photo-background .first-section-logo-photo img {
    width: 180px;
    height: 180px;
  }
}

.first-section .first-section-text-container {
  font-weight: bold;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .first-section .first-section-text-container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 120px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media only screen and (min-width: 1500px) {
  .first-section .first-section-text-container {
    padding-left: calc(120px + 8vw);
  }
}

@media only screen and (min-width: 1920px) {
  .first-section .first-section-text-container {
    padding-left: 360px;
  }
}

.first-section .first-section-text-container .first-section-logo-photo-desktop-version {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .first-section .first-section-text-container .first-section-logo-photo-desktop-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
  }
  .first-section .first-section-text-container .first-section-logo-photo-desktop-version img {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (min-width: 1920px) {
  .first-section .first-section-text-container .first-section-logo-photo-desktop-version {
    margin-left: 80px;
  }
  .first-section .first-section-text-container .first-section-logo-photo-desktop-version img {
    width: 320px;
    height: 320px;
  }
}

@media only screen and (min-width: 1024px) {
  .first-section .first-section-text-container .first-section-text-wrapper {
    margin-top: 60px;
  }
}

.first-section .first-section-text-container .first-section-big-text {
  text-align: center;
  font-size: 9vw;
  text-transform: uppercase;
}

@media only screen and (min-width: 620px) {
  .first-section .first-section-text-container .first-section-big-text {
    font-size: 64px;
  }
}

@media only screen and (min-width: 1024px) {
  .first-section .first-section-text-container .first-section-big-text {
    text-align: left;
  }
}

.first-section .first-section-text-container .first-section-big-text span {
  font-size: 12vw;
}

@media only screen and (min-width: 620px) {
  .first-section .first-section-text-container .first-section-big-text span {
    font-size: 88px;
  }
}

.first-section .first-section-text-container .first-section-article {
  font-size: 15px;
  line-height: 18px;
  font-weight: 100;
  width: 85vw;
}

@media only screen and (min-width: 360px) {
  .first-section .first-section-text-container .first-section-article {
    font-size: 18px;
  }
}

@media only screen and (min-width: 620px) {
  .first-section .first-section-text-container .first-section-article {
    font-size: 20px;
    width: 600px;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .first-section .first-section-text-container .first-section-article {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1920px) {
  .first-section .first-section-text-container .first-section-article {
    font-size: 22px;
    line-height: 25px;
  }
}

.first-section .first-section-text-container .first-section-button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .first-section .first-section-text-container .first-section-button-wrapper {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.first-section .first-section-text-container .first-section-button-wrapper a {
  text-transform: uppercase;
  background-color: #232;
  width: 249px;
  height: 57px;
}

@media only screen and (min-width: 620px) {
  .first-section .first-section-text-container .first-section-button-wrapper a {
    width: 289px;
  }
}

.first-section .first-section-text-container .first-section-button-wrapper a button {
  text-transform: uppercase;
  background-color: #d28c00;
  width: 100%;
  height: 57px;
  border: 0px;
  cursor: pointer;
  outline: none;
  font-family: "DrescherGrotesk_BT_SemiBold", sans-serif;
  color: #0d0d0d;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.first-section .first-section-text-container .first-section-button-wrapper a button:hover {
  background: #ffba2d;
}

.first-section .first-section-text-container .first-section-button-wrapper a button svg {
  height: 10px;
  width: 18px;
}

.first-section svg {
  height: 100px;
  width: 68px;
}

@media only screen and (min-width: 620px) {
  .first-section svg {
    height: 110px;
    width: 76px;
  }
}

@media only screen and (min-width: 1024px) {
  .first-section svg {
    width: 130px;
    height: 213px;
  }
}

@media only screen and (min-width: 1920px) {
  .first-section svg {
    width: 167px;
    height: 253px;
  }
}

.first-section .svg-elements-top {
  position: absolute;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .first-section .svg-elements-top {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .first-section .svg-elements-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
  }
}

@media only screen and (min-width: 1920px) {
  .first-section .svg-elements-top {
    margin-top: 0px;
  }
}

.first-section .svg-elements-top .svg-second {
  margin-left: -25px;
}

@media only screen and (min-width: 620px) {
  .first-section .svg-elements-top .svg-second {
    margin-left: -28px;
  }
}

@media only screen and (min-width: 1024px) {
  .first-section .svg-elements-top .svg-second {
    margin-left: -50px;
  }
}

.first-section .svg-elements-bottom {
  position: absolute;
  right: 0;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .first-section .svg-elements-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 395px;
  }
}

@media only screen and (min-width: 1920px) {
  .first-section .svg-elements-bottom {
    margin-top: 347px;
  }
}

.first-section .svg-elements-bottom .svg-second {
  margin-left: -50px;
}

@media only screen and (min-width: 1024px) {
  .second-section {
    height: 600px;
    background-image: url("../images/img2@2x.png");
    background-color: #cccccc;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
  }
}

.second-section .second-section-photo-background {
  background-image: url("../images/img2@2x.png");
  background-repeat: no-repeat, repeat;
  background-position: left;
  background-size: cover;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 620px) {
  .second-section .second-section-photo-background {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .second-section .second-section-photo-background {
    display: none;
  }
}

.second-section .second-section-text-container {
  font-weight: bold;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .second-section .second-section-text-container {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 120px;
  }
}

@media only screen and (min-width: 1500px) {
  .second-section .second-section-text-container {
    padding-right: calc(120px + 8vw);
  }
}

@media only screen and (min-width: 1920px) {
  .second-section .second-section-text-container {
    padding-right: 360px;
  }
}

@media only screen and (min-width: 1024px) {
  .second-section .second-section-text-container .second-section-text-wrapper {
    margin-left: auto;
  }
}

.second-section .second-section-text-container .second-section-text-wrapper .second-section-big-text {
  text-align: center;
  font-size: 8vw;
  text-transform: uppercase;
}

@media only screen and (min-width: 620px) {
  .second-section .second-section-text-container .second-section-text-wrapper .second-section-big-text {
    font-size: 55.5px;
  }
}

@media only screen and (min-width: 1024px) {
  .second-section .second-section-text-container .second-section-text-wrapper .second-section-big-text {
    text-align: left;
  }
}

.second-section .second-section-text-container .second-section-text-wrapper .second-section-big-text span {
  font-size: 22vw;
}

@media only screen and (min-width: 620px) {
  .second-section .second-section-text-container .second-section-text-wrapper .second-section-big-text span {
    font-size: 149px;
    line-height: 120px;
  }
}

.second-section .second-section-text-container .second-section-text-wrapper .second-section-article {
  font-size: 15px;
  line-height: 18px;
  font-weight: 100;
  width: 85vw;
}

@media only screen and (min-width: 360px) {
  .second-section .second-section-text-container .second-section-text-wrapper .second-section-article {
    font-size: 18px;
  }
}

@media only screen and (min-width: 620px) {
  .second-section .second-section-text-container .second-section-text-wrapper .second-section-article {
    font-size: 20px;
    width: 600px;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .second-section .second-section-text-container .second-section-text-wrapper .second-section-article {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1920px) {
  .second-section .second-section-text-container .second-section-text-wrapper .second-section-article {
    font-size: 22px;
    line-height: 25px;
  }
}

.second-section .svg-wrapper {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 620px) {
  .second-section .svg-wrapper {
    height: 300px;
  }
}

.second-section svg {
  height: 100px;
  width: 68px;
}

@media only screen and (min-width: 620px) {
  .second-section svg {
    height: 110px;
    width: 76px;
  }
}

@media only screen and (min-width: 1024px) {
  .second-section svg {
    width: 130px;
    height: 213px;
  }
}

@media only screen and (min-width: 1920px) {
  .second-section svg {
    width: 167px;
    height: 253px;
  }
}

.second-section .second-section-svg-bottom-elements {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 395px;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .second-section .second-section-svg-bottom-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1920px) {
  .second-section .second-section-svg-bottom-elements {
    margin-top: 347px;
  }
}

.second-section .second-section-svg-bottom-elements .svg-second {
  margin-left: -50px;
}

.second-section .second-section-svg-top-elements {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 1024px) {
  .second-section .second-section-svg-top-elements {
    display: none;
  }
}

.second-section .second-section-svg-top-elements .svg-second {
  margin-left: -25px;
}

@media only screen and (min-width: 620px) {
  .second-section .second-section-svg-top-elements .svg-second {
    margin-left: -28px;
  }
}

@media only screen and (min-width: 1024px) {
  .third-section {
    height: 600px;
    background-color: #f6f6f6;
  }
}

.third-section .third-section-photo-background {
  background-color: #f6f6f6;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.third-section .third-section-photo-background img {
  height: 200px;
  margin-left: 25vw;
}

@media only screen and (min-width: 330px) {
  .third-section .third-section-photo-background img {
    height: 220px;
    margin-left: 30vw;
  }
}

@media only screen and (min-width: 620px) {
  .third-section .third-section-photo-background img {
    height: 300px;
  }
}

@media only screen and (min-width: 620px) {
  .third-section .third-section-photo-background {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .third-section .third-section-photo-background {
    display: none;
  }
}

.third-section .third-section-text-container {
  font-weight: bold;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1024px) {
  .third-section .third-section-text-container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 120px;
    padding-right: 120px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 100%;
  }
}

@media only screen and (min-width: 1500px) {
  .third-section .third-section-text-container {
    padding-left: calc(120px + 8vw);
  }
}

@media only screen and (min-width: 1920px) {
  .third-section .third-section-text-container {
    padding-left: 360px;
    padding-right: 360px;
  }
}

.third-section .third-section-text-container img {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .third-section .third-section-text-container img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    margin-left: -30px;
    z-index: 2;
  }
}

@media only screen and (min-width: 1100px) {
  .third-section .third-section-text-container img {
    width: 400px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .third-section .third-section-text-container img {
    width: 500px;
  }
}

@media only screen and (min-width: 1300px) {
  .third-section .third-section-text-container img {
    width: 600px;
  }
}

.third-section .third-section-text-container .third-section-text-wrapper {
  z-index: 3;
}

.third-section .third-section-text-container .third-section-text-wrapper .third-section-big-text {
  text-align: center;
  font-size: 8vw;
  text-transform: uppercase;
}

@media only screen and (min-width: 620px) {
  .third-section .third-section-text-container .third-section-text-wrapper .third-section-big-text {
    font-size: 55.5px;
  }
}

@media only screen and (min-width: 1024px) {
  .third-section .third-section-text-container .third-section-text-wrapper .third-section-big-text {
    text-align: left;
  }
}

.third-section .third-section-text-container .third-section-text-wrapper .third-section-big-text span {
  font-size: 9vw;
}

@media only screen and (min-width: 620px) {
  .third-section .third-section-text-container .third-section-text-wrapper .third-section-big-text span {
    font-size: 63px;
  }
}

.third-section .third-section-text-container .third-section-text-wrapper .third-section-article {
  font-size: 15px;
  line-height: 18px;
  font-weight: 100;
  width: 85vw;
  padding-top: 10px;
}

@media only screen and (min-width: 360px) {
  .third-section .third-section-text-container .third-section-text-wrapper .third-section-article {
    font-size: 18px;
  }
}

@media only screen and (min-width: 620px) {
  .third-section .third-section-text-container .third-section-text-wrapper .third-section-article {
    font-size: 20px;
    width: 600px;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .third-section .third-section-text-container .third-section-text-wrapper .third-section-article {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1920px) {
  .third-section .third-section-text-container .third-section-text-wrapper .third-section-article {
    font-size: 22px;
    line-height: 25px;
  }
}

.third-section .svg-wrapper {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 620px) {
  .third-section .svg-wrapper {
    height: 300px;
  }
}

.third-section svg {
  height: 100px;
  width: 68px;
}

@media only screen and (min-width: 620px) {
  .third-section svg {
    height: 110px;
    width: 76px;
  }
}

@media only screen and (min-width: 1024px) {
  .third-section svg {
    width: 130px;
    height: 213px;
  }
}

@media only screen and (min-width: 1920px) {
  .third-section svg {
    width: 167px;
    height: 253px;
  }
}

.third-section .third-section-svg-bottom-elements {
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
  margin-top: -8px;
}

@media only screen and (min-width: 1500px) {
  .third-section .third-section-svg-bottom-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1920px) {
  .third-section .third-section-svg-bottom-elements {
    margin-top: 0;
  }
}

.third-section .third-section-svg-bottom-elements .svg-second {
  margin-left: -50px;
}

.third-section .third-section-svg-top-elements {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 1024px) {
  .third-section .third-section-svg-top-elements {
    display: none;
  }
}

.third-section .third-section-svg-top-elements .svg-second {
  margin-left: -25px;
}

@media only screen and (min-width: 620px) {
  .third-section .third-section-svg-top-elements .svg-second {
    margin-left: -28px;
  }
}

@media only screen and (min-width: 1024px) {
  .fourth-section {
    height: 600px;
    background-image: url("../images/img4@2x.png");
    background-color: #cccccc;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
  }
}

.fourth-section .fourth-section-photo-background {
  background-image: url("../images/img4@2x.png");
  background-repeat: no-repeat, repeat;
  background-position: left;
  background-size: cover;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 620px) {
  .fourth-section .fourth-section-photo-background {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .fourth-section .fourth-section-photo-background {
    display: none;
  }
}

.fourth-section .fourth-section-text-container {
  font-weight: bold;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .fourth-section .fourth-section-text-container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 120px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    color: white;
    height: 100%;
  }
}

@media only screen and (min-width: 1500px) {
  .fourth-section .fourth-section-text-container {
    padding-right: calc(120px + 8vw);
  }
}

@media only screen and (min-width: 1920px) {
  .fourth-section .fourth-section-text-container {
    padding-right: 360px;
  }
}

.fourth-section .fourth-section-text-container .uppercase {
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper {
    margin-left: auto;
  }
}

.fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text {
    text-align: left;
  }
}

.fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text .fourth-section-first-big-text {
  font-size: 13.5vw;
}

@media only screen and (min-width: 620px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text .fourth-section-first-big-text {
    font-size: 90px;
  }
}

.fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text .fourth-section-second-big-text {
  font-size: 9.25vw;
}

@media only screen and (min-width: 620px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text .fourth-section-second-big-text {
    font-size: 63px;
  }
}

.fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text span {
  font-size: 11vw;
}

@media only screen and (min-width: 620px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-big-text span {
    font-size: 76px;
  }
}

.fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-article {
  font-size: 15px;
  line-height: 18px;
  font-weight: 100;
  width: 85vw;
  padding-top: 10px;
}

@media only screen and (min-width: 360px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-article {
    font-size: 18px;
  }
}

@media only screen and (min-width: 620px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-article {
    font-size: 20px;
    width: 600px;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-article {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1920px) {
  .fourth-section .fourth-section-text-container .fourth-section-text-wrapper .fourth-section-article {
    font-size: 22px;
    line-height: 25px;
  }
}

.fourth-section .svg-wrapper {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 620px) {
  .fourth-section .svg-wrapper {
    height: 300px;
  }
}

.fourth-section svg {
  height: 100px;
  width: 68px;
}

@media only screen and (min-width: 620px) {
  .fourth-section svg {
    height: 110px;
    width: 76px;
  }
}

@media only screen and (min-width: 1024px) {
  .fourth-section svg {
    width: 130px;
    height: 213px;
  }
}

@media only screen and (min-width: 1920px) {
  .fourth-section svg {
    width: 167px;
    height: 253px;
  }
}

.fourth-section .fourth-section-svg-bottom-elements {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 395px;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .fourth-section .fourth-section-svg-bottom-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1920px) {
  .fourth-section .fourth-section-svg-bottom-elements {
    margin-top: 347px;
  }
}

.fourth-section .fourth-section-svg-bottom-elements .svg-second {
  margin-left: -50px;
}

.fourth-section .fourth-section-svg-top-elements {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 620px) {
  .fourth-section .fourth-section-svg-top-elements {
    margin-top: 194px;
  }
}

@media only screen and (min-width: 1024px) {
  .fourth-section .fourth-section-svg-top-elements {
    display: none;
  }
}

.fourth-section .fourth-section-svg-top-elements .svg-second {
  margin-left: -25px;
}

@media only screen and (min-width: 620px) {
  .fourth-section .fourth-section-svg-top-elements .svg-second {
    margin-left: -28px;
  }
}

.fifth-section {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}

@media only screen and (min-width: 1024px) {
  .fifth-section {
    height: 600px;
  }
}

.fifth-section .fifth-section-text-container {
  font-weight: bold;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 620px) {
  .fifth-section .fifth-section-text-container {
    width: 600px;
  }
}

@media only screen and (min-width: 1024px) {
  .fifth-section .fifth-section-text-container {
    padding: 0;
  }
}

.fifth-section .fifth-section-text-container .fifth-section-big-text {
  font-size: 6.5vw;
}

@media only screen and (max-width: 359px) {
  .fifth-section .fifth-section-text-container .fifth-section-big-text {
    font-size: 7vw;
  }
}

@media only screen and (min-width: 1024px) {
  .fifth-section .fifth-section-text-container .fifth-section-big-text {
    font-size: 40px;
  }
}

.fifth-section .fifth-section-text-container .fifth-section-article {
  font-size: 16px;
  font-weight: 100;
  margin: 15px 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .fifth-section .fifth-section-text-container .fifth-section-article {
    font-size: 22px;
    margin: 30px 0;
  }
}

.fifth-section .fifth-section-text-container a {
  text-transform: uppercase;
  background-color: #232;
  width: 289px;
  height: 57px;
}

@media only screen and (max-width: 359px) {
  .fifth-section .fifth-section-text-container a {
    width: 90%;
  }
}

.fifth-section .fifth-section-text-container a button {
  text-transform: uppercase;
  background-color: #d28c00;
  width: 100%;
  height: 57px;
  border: 0px;
  cursor: pointer;
  outline: none;
  color: #0d0d0d;
  font-family: "DrescherGrotesk_BT_SemiBold", sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fifth-section .fifth-section-text-container a button:hover {
  background: #ffba2d;
}

.fifth-section .fifth-section-text-container a button svg {
  height: 10px;
  width: 18px;
}

.sixth-section {
  background-color: #0d0d0d;
}

@media only screen and (min-width: 1024px) {
  .sixth-section {
    height: 550px;
  }
}

.sixth-section svg {
  width: 130px;
  height: 213px;
}

@media only screen and (min-width: 1920px) {
  .sixth-section svg {
    width: 167px;
    height: 253px;
  }
}

.sixth-section .svg-elements-top {
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .sixth-section .svg-elements-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
  }
}

@media only screen and (min-width: 1920px) {
  .sixth-section .svg-elements-top {
    margin-top: 0px;
  }
}

.sixth-section .svg-elements-top .svg-second {
  margin-left: -25px;
}

@media only screen and (min-width: 1024px) {
  .sixth-section .svg-elements-top .svg-second {
    margin-left: -50px;
  }
}

.sixth-section .svg-elements-bottom {
  position: absolute;
  right: 0;
  margin-top: 297px;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .sixth-section .svg-elements-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 345px;
  }
}

@media only screen and (min-width: 1920px) {
  .sixth-section .svg-elements-bottom {
    margin-top: 297px;
  }
}

.sixth-section .svg-elements-bottom .svg-second {
  margin-left: -25px;
}

@media only screen and (min-width: 1024px) {
  .sixth-section .svg-elements-bottom .svg-second {
    margin-left: -50px;
  }
}

.sixth-section .sixth-section-text-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.sixth-section .sixth-section-text-container .sixth-section-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  width: 100px;
}

@media only screen and (min-width: 1024px) {
  .sixth-section .sixth-section-text-container .sixth-section-logo {
    margin-top: 95px;
    width: 150px;
  }
}

.sixth-section .sixth-section-info-div {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .sixth-section .sixth-section-info-div {
    margin-top: 64px;
  }
}

.sixth-section .sixth-section-info-div div {
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 1.4px;
  font-weight: 100;
  width: 140px;
  height: 250px;
  color: #f6f6f6;
}

@media only screen and (min-width: 360px) {
  .sixth-section .sixth-section-info-div div {
    width: 160px;
  }
}

@media only screen and (min-width: 1024px) {
  .sixth-section .sixth-section-info-div div {
    margin: 0 60px;
  }
}

.sixth-section .sixth-section-info-div div a {
  cursor: pointer;
}

.sixth-section .sixth-section-info-div div h1 {
  font-weight: 500;
  font-size: 14px;
}

footer {
  width: 100%;
  background: #222;
  color: #f6f6f6;
  font-family: "DrescherGrotesk_BT", sans-serif;
  padding: 10px 30px 20px 30px;
}

@media only screen and (min-width: 1024px) {
  footer {
    height: 53px;
    padding: 10px 120px 20px 120px;
  }
}

@media only screen and (min-width: 1920px) {
  footer {
    padding: 10px 360px 20px 360px;
  }
}

footer .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 12px;
}

@media only screen and (min-width: 1024px) {
  footer .footer-text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

footer .footer-text p {
  text-align: center;
}

footer .footer-text .footer-links {
  margin-top: 10px;
  font-size: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1024px) {
  footer .footer-text .footer-links {
    width: auto;
    margin-top: 0px;
  }
}

footer .footer-text .footer-links a {
  margin: 0 5px;
}
/*# sourceMappingURL=style.css.map */