body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.landing_container {
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.landing_header_wrapper {
    max-width: 1110px;
    height: 40px;
    margin: 0 auto;
    text-align: right;
    padding: 20px 12px;
    width: calc(100% - 24px);
}
a.landing_header_icon {
    width: 36px;
    height: 36px;
    display: inline-block;
}
.landing_body_wrapper {
    max-width: 1110px;
    margin: 0 auto;
    height: calc(100vh - 168px);
    display: flex;
    flex-direction: column;
    padding: 0px 12px;
    width: calc(100% - 24px);
}
img.landing_body_logo {
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
.landing_body_text {
    color: #ebad28;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0;
}

.landing_footer_top_container {
    position: relative;
}
.landing_footer_top_container_bg {
    background: #ebad28;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
}
.landing_footer_top_wrapper {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0px 12px;
    width: calc(100% - 24px);
}
.landing_footer_top_item_icon {
    width: 18px;
    height: 18px;
    margin: 6px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.landing_footer_top_item_text {
    color: #fff;
    font-size: 14px;
}
.flex {
    flex: auto;
}
.landing_footer_top_item {
    padding: 8px 18px;
}
.landing_footer_bottom_container {
    position: relative;
}
.landing_footer_bottom_container_bg {
    background: #e09b00;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
}
.landing_footer_bottom_wrapper {
    margin: 0 auto;
    max-width: 1110px;
    position: relative;
    padding: 0px 12px;
    width: calc(100% - 24px);
}
.landing_copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
}
.landing_copyright a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.landing_body_wrapper {
    max-width: 1110px;
    margin: 0 auto;
    height: calc(100vh - 168px);
    padding: 0px 12px;
    width: calc(100% - 24px);
    align-items: center;
}




@media screen and (max-width: 970px) {
  .landing_footer_top_wrapper {
      flex-direction: column;
  }
  .landing_footer_top_item_text {
    text-align: center;
}
.landing_container {
    position: absolute;
    overflow: auto;
}
.landing_body_wrapper {
    height: calc(100vh - 296px);
}
.landing_copyright {
  padding: 6px 0;
}

}




@media screen and (max-width: 600px) {

  img.landing_body_logo {
      margin: 0 24px;
  }
  .landing_body_wrapper {
      height: calc(100vh - 95px);
  }
  .landing_copyright {
    padding: 6px 0;
}

}
