﻿@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Regular.woff");
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-ExtraLight.woff");
  font-weight: 200;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Light.woff");
  font-weight: 300;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-SemiBold.woff");
  font-weight: 600;
}
/* Open Sans */
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.woff");
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Light.woff");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-SemiBold.woff");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.woff");
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.home-part-one {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-part-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120vh;
  margin-top: -40px;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.home-page {
  position: relative;
  z-index: 5;
  width: 100%;
}

.home-two-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  padding: 60px 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hamburger {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10000;
  width: 60px;
  height: 60px;
  margin-top: 3%;
  margin-right: 3%;
  background-image: url('../image/TCMB_VM_Hamburger_Menu_White.png');
  background-position: 50% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.home-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.home-splash {
  position: relative;
  display: block;
  width: 20%;
  max-width: 350px;
  min-width: 300px;
}

.home-splash-bg {
  opacity: 0.8;
  -webkit-filter: saturate(149%);
  filter: saturate(149%);
}

.home-splash-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 54%;
  margin-top: 54px;
  margin-left: 17%;
}

.home-splash-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 50%;
  margin-right: 17%;
  margin-left: 12%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 40px;
  padding-right: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-left: 40px;
  padding: 8px 12px;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  background-color: #d4be9b;
}

.home-organic-white {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
  margin-top: -39px;
}

.home-two-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  margin-top: -30px;
  margin-left: 219px;
}

.home-two-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-two-bulb {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../image/TCMB_VM_Home_Two_Bulb.png');
  background-position: 50% 50%;
  background-size: 180px;
  background-repeat: no-repeat;
}

.home-two-bulb-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  text-shadow: 3px 3px 0 rgba(58, 72, 94, .39);
}

.home-two-bigbulb {
  position: relative;
  z-index: 5;
  width: 450px;
  height: 450px;
  margin-left: -100px;
  padding: 81px 77px 81px 118px;
  background-image: url('../image/TCMB_VM_Two_BigBulb.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-two-photo {
  position: relative;
  z-index: 15;
  width: 180px;
  height: 180px;
  margin-left: -50px;
  padding: 8px;
  border: 1px solid #9db5b2;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 31px 0 #9db5b2;
}

.home-two-photowrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #9db5b2;
  border-radius: 100px;
  background-color: transparent;
}

.home-two-text {
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.text-span {
  color: #d4be9b;
}

.home-two-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 300px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-two-linkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100% 20% 100% 30%;
  background-image: -webkit-radial-gradient(circle farthest-corner at 0% 100%, #d4be9b 51%, #c0153d);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #d4be9b 51%, #c0153d);
  box-shadow: -8px 14px 0 0 rgba(58, 72, 94, .23);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.home-two-link-ico {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 6px;
  margin-right: 6px;
}

.home-organic-whitedown {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 60px;
  margin-top: -1px;
}

.home-part-three {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140vh;
  margin-top: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #d50032;
}

.home-three-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  margin-right: 378px;
}

.home-three-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 120px 8% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-three-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 300px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-three-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 409px;
  min-height: 480px;
  min-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-three-texts {
  max-width: 600px;
}

.home-three-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 52px;
  font-weight: 400;
  text-shadow: 4px 4px 0 #c0153d;
}

.home-three-h2 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.home-three-paragraph {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

.home-three-img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: none;
  margin-top: -35%;
  margin-left: -10%;
}

.home-three-img2 {
  width: 100%;
  max-width: none;
  margin-top: -10%;
  margin-left: -10%;
}

.home-three-img3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 99%;
  margin-bottom: -35%;
  margin-left: -10%;
}

.home-three-linkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  padding-right: 29px;
  padding-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../image/TCMB_VM_Three_Link_BG.png');
  background-position: 50% 50%;
  background-size: 130px;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #d50032;
  font-size: 16px;
  text-decoration: none;
}

.home-three-link-ico {
  position: absolute;
  right: 23px;
  bottom: 28px;
  margin-top: 6px;
  margin-right: 6px;
}

.home-organic-bluedown {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 60px;
  margin-bottom: -59px;
}

.home-three-arrowdown {
  position: absolute;
  left: 272px;
  bottom: -49px;
}

.home-part-four {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 140vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-four-bulb1 {
  position: absolute;
  top: 37vh;
  right: 10%;
  z-index: 12;
  width: 500px;
  height: 500px;
  padding-top: 98px;
  padding-right: 129px;
  padding-left: 109px;
  background-image: url('../image/TCMB_VM_Four_Content1BG.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.home-four-h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  color: #c0153d;
  font-weight: 400;
  text-align: center;
}

.home-four-h3._2 {
  color: #fff;
}

.home-four-prg {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.home-four-prg._2 {
  color: #fff;
}

.home-four-bulb2 {
  position: absolute;
  top: 25vh;
  right: 18%;
  z-index: 10;
  width: 500px;
  height: 500px;
  padding-top: 100px;
  padding-right: 123px;
  padding-left: 141px;
  background-image: url('../image/TCMB_VM_Four_Content2BG.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.home-four-linkbox {
  position: absolute;
  top: 70vh;
  right: 5%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100% 20% 100% 30%;
  background-image: -webkit-radial-gradient(circle farthest-corner at 0% 100%, #1c3144 21%, #d50032);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #1c3144 21%, #d50032);
  box-shadow: -8px 14px 0 0 rgba(58, 72, 94, .23);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.home-part-five {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c3144;
}

.home-organic-gray {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 46px;
  margin-top: -45px;
}

.home-four-bgwhite {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.home-four-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../image/TCMB_VM_Four_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-part-six {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 120vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.home-part-seven {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #d4be9b;
}

.home-six-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-six-text {
  padding-top: 40px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.home-six-text:hover {
  color: #d50032;
  text-decoration: underline;
}

.home-six-images {
  position: relative;
  width: 54%;
  height: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-six-h1 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #c0153d;
  font-size: 36px;
  font-weight: 400;
}

.home-six-prg {
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

.home-six-button {
  width: 40px;
  height: 40px;
  background-image: url('../image/TCMB_VM_RightArrow_Blue.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.home-six-img3 {
  position: absolute;
  top: 16%;
  right: -18px;
  width: 58%;
}

.home-six-img2 {
  position: absolute;
  top: 20%;
  right: 12px;
  width: 68%;
}

.home-six-img1 {
  position: absolute;
  top: 20%;
  right: 140px;
  width: 71%;
}

.home-seven-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-seven-text {
  padding-top: 40px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.home-seven-text:hover {
  color: #fff;
  text-decoration: underline;
}

.home-seven-h1 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.home-seven-prg {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

.home-seven-button {
  width: 40px;
  height: 40px;
  background-image: url('../image/TCMB_VM_RightArrow.png');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.home-seven-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-color {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  margin-top: 3%;
  margin-right: 3%;
  background-image: url('../image/TCMB_VM_Hamburger_Menu_Color.png');
  background-position: 50% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  opacity: 0;
}

.home-five-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-five-block._1 {
  background-image: url('../image/TCMB_VM_Five_BG1.png');
  background-position: 44% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-five-block._2 {
  background-image: url('../image/TCMB_VM_Five_BG2.png');
  background-position: 41% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-five-block._3 {
  background-image: url('../image/TCMB_VM_Five_BG3.png');
  background-position: 64% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-five-text1 {
  position: absolute;
  left: 120px;
  top: 184px;
  z-index: 5;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

.home-five-img1 {
  position: absolute;
  top: 174px;
  right: 113px;
  z-index: 5;
  width: 100px;
}

.home-five-text3 {
  position: absolute;
  left: 138px;
  top: 208px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

.home-five-bulb3 {
  position: relative;
  width: 470px;
  height: 470px;
  background-image: url('../image/TCMB_VM_Five_Bulb3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-five-text2 {
  position: absolute;
  left: 120px;
  top: 184px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

.home-five-img2 {
  position: absolute;
  left: 282px;
  top: 69px;
  z-index: 5;
  width: 48px;
  margin-top: 20px;
}

.home-five-img3 {
  position: absolute;
  top: 86px;
  right: 120px;
}

.home-five-content {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.home-five-bulb1 {
  position: relative;
  width: 470px;
  height: 470px;
  background-image: url('../image/TCMB_VM_Five_Bulb1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-five-bulb2 {
  position: relative;
  width: 470px;
  height: 470px;
  background-image: url('../image/TCMB_VM_Five_Bulb2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-five-left {
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-five-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-five-bulbsm3 {
  width: 120px;
  height: 120px;
  padding-top: 37px;
  padding-left: 19px;
  background-image: url('../image/TCMB_VM_Five_BulbSm3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.home-five-bulbsm2 {
  width: 120px;
  height: 120px;
  padding-top: 33px;
  padding-left: 19px;
  background-image: url('../image/TCMB_VM_Five_BulbSm2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.home-five-bulbsm1 {
  width: 120px;
  height: 120px;
  padding-top: 35px;
  padding-left: 22px;
  background-image: url('../image/TCMB_VM_Five_BulbSm1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.home-four-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  padding-right: 8%;
  padding-left: 8%;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loader-green {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d4be9b;
}

.loader-blue {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d50032;
}

.menu-panel {
  position: relative;
  z-index: 1;
  display: block;
  margin: 3%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #c0153d;
  border-radius: 10px;
  background-color: #c0153d;
  box-shadow: inset 0 90px 0 0 #fff, 1px 1px 19px 0 rgba(58, 72, 94, .4);
}

.menu-box {
  padding: 0px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-header {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #c0153d;
  font-size: 26px;
  font-weight: 400;
}

.menu-link {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-decoration: none;
}

.menu-link:hover {
  background-color: #fff;
  color: #d50032;
}

.menu-link.w--current {
  background-color: #fff;
  color: #c0153d;
}

.menu-link.w--current:hover {
  background-color: #d50032;
  color: #fff;
}

.menu-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20000;
  display: none;
  background-color: hsla(0, 0%, 100%, .9);
}

.menu-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 30;
  width: 60px;
  height: 60px;
  margin-top: 0%;
  background-image: url('../image/TCMB_VM_Hamburger_Menu_Close.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.menu-line {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #fff;
}

.menu-boxes {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
}

.menu-sub-link {
  margin-right: 30px;
  padding: 6px 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.menu-sub-link.w--current {
  border-radius: 6px;
  background-color: #fff;
  color: #c0153d;
}

.sub-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sub-title-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #c0153d;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.sub-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-header-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #d50032;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.sub-header-link.right {
  padding-right: 50px;
  background-image: url('../image/TCMB_VM_Arrow_Right.png');
  background-position: 100% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.sub-header-link.left {
  padding-left: 50px;
  background-image: url('../image/TCMB_VM_Arrow_Left.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.sub-page {
  display: block;
}

.sub-content-gray {
  padding: 60px;
  background-color: #9db5b2;
}

.sub-content-gray-title {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #d50032;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.sub-content-gray-text {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.sub-content-gray-text h4 {
  color: #949aa6;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.sub-content-gray-text strong {
  font-weight: 400;
}

.sub-content-gray-text img {
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.sub-content-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #c0153d;
}

.sub-content-divider.lavender {
  border-bottom-color: #cfd7e5;
}

.sub-divider-circle {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: #9db5b2;
}

.sub-divider-circle.lavender {
  border-color: #cfd7e5;
  background-color: #1c3144;
}

.sub-content-gray-text2 {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.sub-content-black {
  padding: 60px;
  background-color: #1c3144;
}

.sub-content-black-title {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.sub-content-black-text {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.sub-content-black-text h4 {
  color: #949aa6;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.sub-content-black-text strong {
  font-weight: 400;
}

.sub-content-black-text img {
  margin-top: 20px;
  border-radius: 10px;
}

.sub-content-black-text._4column {
  text-align: left;
  -webkit-column-count: 4;
  column-count: 4;
}

.sub-content-black-text2 {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #9db5b2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.sub-content-white {
  padding: 60px;
  background-color: #fff;
}

.sub-content-white.document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-content-double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.sub-double-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1c3144;
}

.sub-double-right {
  padding: 60px 60px 60px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d50032;
}

.sub-double-left2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d50032;
}

.sub-double-right2 {
  padding: 60px 60px 60px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1c3144;
}

.sub-double-title {
  width: 100%;
  max-width: 620px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #d50032;
  font-size: 24px;
  font-weight: 400;
}

.sub-double-left-text {
  display: block;
  max-width: 620px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.sub-double-left-text h4 {
  color: #949aa6;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.sub-double-left-text strong {
  font-weight: 400;
}

.sub-double-left-text img {
  border-radius: 10px;
}

.sub-footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4be9b;
}

.sub-footer-link {
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.sub-footer-link:hover {
  color: #1c3144;
}

.sub-hamburger-color {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 3%;
  margin-right: 3%;
  background-image: url('../image/TCMB_VM_Hamburger_Menu_Color.png');
  background-position: 50% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.text-span-2 {
  font-weight: 100;
}

.banknote-twocol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.banknote-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banknote-col.right {
  padding-left: 60px;
}

.banknote-slider {
  width: 100%;
  height: auto;
  max-width: 620px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.banknote-slider.white {
  background-color: #9db5b2;
}

.banknote-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banknote-slide.video {
  height: 100%;
}

.banknote-slide.set {
  padding-bottom: 0px;
}

.banknote-arrow {
  border-radius: 100%;
  background-color: #cfd7e5;
  box-shadow: 0 0 0 5px #cfd7e5;
  font-size: 25px;
  line-height: 26px;
}

.banknote-arrow.white {
  background-color: #fff;
  box-shadow: 0 0 0 3px #fff;
  color: #9db5b2;
}

.banknote-slide-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banknote-img-wrapper {
  width: 100%;
  max-width: 460px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}
.banknote-img-wrapper.single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banknote-text {
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 18px;
  text-align: center;
}

.banknote-black-text {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.banknote-black-text h4 {
  color: #949aa6;
}

.banknote-black-text strong {
  font-weight: 400;
}

.banknote-black-text img {
  margin-top: 20px;
  border-radius: 10px;
}

.banknote-black-text2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  -webkit-column-count: 1;
  column-count: 1;
}

.banknote-black-content-title {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.banknote-content-black {
  position: relative;
  margin-bottom: 30px;
  padding: 60px;
  background-color: #9db5b2;
}

.banknote-double-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1c3144;
}

.banknote-double-right {
  padding: 60px 60px 60px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d50032;
}

.banknote-content-double {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  background-color: #fff;
}

.banknote-double-title {
  width: 100%;
  max-width: 620px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.text-span-3 {
  font-weight: 200;
}

.banknote-double-left-text {
  display: block;
  max-width: 620px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.banknote-double-left-text h4 {
  color: #949aa6;
}

.banknote-double-left-text strong {
  font-weight: 400;
}

.banknote-double-left-text img {
  border-radius: 10px;
}

.banknote-double-right-text {
  display: block;
  max-width: 620px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.banknote-double-right-text h4 {
  color: #949aa6;
}

.banknote-double-right-text strong {
  font-weight: 400;
}

.banknote-double-right-text img {
  border-radius: 10px;
}

.banknote-double-right-text figcaption {
  font-size: 18px;
  line-height: 22px;
}

.banknote-double-white-title {
  width: 100%;
  max-width: 620px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.text-span-4 {
  font-weight: 200;
}

.banknote-double-right-text2 {
  display: block;
  max-width: 620px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

.banknote-double-left-text2 {
  display: block;
  max-width: 620px;
  font-family: 'Open Sans', sans-serif;
  color: #c0153d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

.banknote-content-white {
  padding: 60px;
  background-color: #fff;
}

.banknote-white-content-title {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.banknote-white-text {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.banknote-white-text h4 {
  color: #949aa6;
}

.banknote-white-text strong {
  font-weight: 400;
}

.banknote-white-text img {
  margin-top: 20px;
  border-radius: 10px;
}

.banknote-double-left2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d50032;
}

.banknote-double-right2 {
  padding: 60px 60px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1c3144;
}

.banknote-content-white2 {
  padding: 60px;
  background-color: #fff;
}

.banknote-content-white2-text {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.banknote-content-white2-text h4 {
  color: #949aa6;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.banknote-content-white2-text strong {
  font-weight: 400;
}

.banknote-content-white2-text img {
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.banknote-white2-content-title {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.banknote-white2-text2 {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #949aa6;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

.banknote-video {
  overflow: hidden;
  border-radius: 10px;
}

.banknote-slide-video {
  width: 100%;
  height: 100%;
  max-width: 620px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #cfd7e5;
}

.banknote-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  background-image: url('../image/TCMB_VM_PlusLink.png');
  background-position: 50% 0px;
  background-size: 38px;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #949aa6;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.banknote-link:hover {
  color: #1c3144;
}

.banknote-link.white {
  background-image: url('../image/TCMB_VM_PlusLink_White.png');
  color: #fff;
}

.banknote-link.white:hover {
  color: #cfd7e5;
}

.banknote-content-olive {
  padding: 60px;
  background-color: #d4be9b;
}

.banknote-olive-content-title {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.banknote-olive-text {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.banknote-olive-text h4 {
  color: #949aa6;
}

.banknote-olive-text strong {
  font-weight: 400;
}

.banknote-olive-text img {
  margin-top: 20px;
  border-radius: 10px;
}

.banknote-double-left-org {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 29px;
  max-width: 50%;
  margin-top: -28px;
}

.banknote-black-orgdown {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 657px;
  height: 30px;
  margin-bottom: -29px;
}

.banknote-black-orgup {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 657px;
  height: 30px;
  margin-top: -29px;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30000;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-scroll-hamburger-color {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 60px;
  height: 60px;
  margin-top: 3%;
  margin-right: 3%;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../image/TCMB_VM_Hamburger_Menu_Color.png');
  background-position: 50% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(58, 72, 94, .46);
}

.banknote-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(157, 181, 178, .9);
}

.banknote-window {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 57%;
  height: 70vh;
  max-height: 650px;
  max-width: 1200px;
  min-height: 400px;
  min-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 2.75fr 1fr;
  grid-template-rows: auto auto auto;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(58, 72, 94, .6);
}

.banknote-lightbox-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  overflow: auto;
  width: 50%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9db5b2;
}

.banknote-lightbox-right {
  position: relative;
  overflow: auto;
  padding: 20px 20px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #cfd7e5;
}

.banknote-lightbox-h3 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  color: #d50032;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.banknote-lightbox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-5 {
  font-weight: 300;
}

.banknote-lightbox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: 14px;
  margin-right: 14px;
  background-image: url('../image/TCMB_VM_Close.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.banknote-lightbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banknote-lightbox-rowleft {
  width: 45%;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-size: 16px;
  font-weight: 500;
}

.banknote-lightbox-rowright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #1c3144;
  font-size: 14px;
}

.banknote-lightbox-prg {
  font-family: 'Open Sans', sans-serif;
  color: #c0153d;
  font-size: 16px;
}

.banknote-lightbox-rightfade {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 50%;
  height: 50px;
  box-shadow: inset 0 -45px 14px -10px #cfd7e5;
}

.silsil {
  height: 100px;
  background-color: #8a0c8a;
}

.silsil._2 {
  background-color: #c0153d;
}

.menu-click {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.banknote-lightbox-img {
  width: 100%;
}

.banknote-img {
  width: 100%;
}

.banknote-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banknote-lightbox-leftfade {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  width: 50%;
  height: 50px;
  box-shadow: inset 0 -45px 14px -10px #9db5b2;
}

.sub-img {
  display: block;
  border-radius: 10px;
}

.sub-img-caption {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.sub-img-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.banknote-lightbox-content table{
	width:100%;
	text-align:left;
	
}

.banknote-lightbox-content table td{
	flex: 1;
    font-family: 'Open Sans', sans-serif;
    color: #1c3144;
    font-size: 14px;
}

.banknote-lightbox-content table th{
	font-family: Oswald, sans-serif;
    color: #1c3144;
    font-size: 16px;
    font-weight: 500;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}

.banknote-lightbox-content p{
	font-family: 'Open Sans', sans-serif;
    color: #c0153d;
    font-size: 16px;
	padding-top:20px;
}

.document-box {
  max-width: 40%;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #9db5b2;
  text-align: center;
  text-decoration: none;
}

.document-box.single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.document-img.single {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.document-title {
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #1c3144;
  font-weight: 600;
}

.document-title.single {
  color: #fff;
}

.document-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #1c3144;
  font-size: 20px;
  font-weight: 600;
}

.document-subtitle.single {
  color: #fff;
}

.document-subtext {
  font-family: 'Open Sans', sans-serif;
  color: #1c3144;
  font-size: 16px;
  font-weight: 400;
}

.document-subtext.single {
  color: #fff;
}

.document-duo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sub-content-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d50032;
}

.document-text.single {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.document-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 99, 135, .9);
}

.document-window {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 57%;
  height: 70vh;
  max-height: 600px;
  max-width: 1200px;
  min-height: 400px;
  min-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.75fr 1fr;
  grid-template-columns: 2.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(58, 72, 94, .6);
}

.document-lightbox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: 14px;
  margin-right: 14px;
  background-image: url('https://sanalmuze.tcmb.gov.tr/wps/wcm/connect/sanalmuze/images/TCMB_VM_Close.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.document-lightbox-h3 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  color: #d50032;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.document-lightbox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.document-lightbox-rightfade {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 40%;
  height: 50px;
  box-shadow: inset 0 -45px 14px -10px #cfd7e5;
}

.document-lightbox-leftfade {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  width: 60%;
  height: 50px;
  box-shadow: inset 0 -45px 14px -10px #9db5b2;
}

.document-lightbox-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 60%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9db5b2;
}

.document-lightbox-right {
  position: relative;
  overflow: auto;
  padding: 20px 20px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #cfd7e5;
}

@media (max-width: 991px) {
  .home-part-two {
    height: auto;
  }
  .home-two-content {
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
    padding: 120px 0% 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-two-images {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-two-bulb {
    width: 160px;
    height: 160px;
    background-size: 150px;
  }
  .home-two-bigbulb {
    width: 440px;
    margin-top: -40px;
    margin-bottom: -40px;
    padding-top: 102px;
    padding-right: 91px;
    padding-left: 102px;
    background-size: 440px;
  }
  .home-two-photo {
    width: 160px;
    height: 160px;
  }
  .home-two-text {
    font-size: 24px;
    line-height: 30px;
  }
  .home-two-link {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-part-three {
    height: auto;
  }
  .home-three-content {
    margin-right: 40px;
    margin-left: 40px;
    padding: 100px 0% 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .home-three-link {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .home-three-images {
    width: auto;
    max-width: none;
    min-height: 0px;
    min-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-three-texts {
    max-width: none;
    margin-bottom: 30px;
  }
  .home-three-img1 {
    position: static;
    width: 40%;
    max-width: none;
    margin-top: 0%;
    margin-right: -10%;
    margin-left: -5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .home-three-img2 {
    position: static;
    width: 50%;
    margin-top: 0%;
    margin-right: -5%;
    margin-left: -5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .home-three-img3 {
    position: static;
    width: 45%;
    margin-right: -5%;
    margin-bottom: 0%;
    margin-left: -10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .home-part-four {
    height: auto;
  }
  .home-four-bulb1 {
    top: 100px;
    right: 0%;
  }
  .home-four-bulb2 {
    top: 40px;
  }
  .home-four-linkbox {
    top: auto;
    right: 0px;
    bottom: 100px;
  }
  .home-part-five {
    height: 860px;
  }
  .home-part-six {
    height: auto;
  }
  .home-part-seven {
    height: auto;
  }
  .home-six-content {
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-six-text {
    padding-right: 0px;
  }
  .home-six-images {
    width: 100%;
    height: 400px;
  }
  .home-six-img3 {
    left: 287px;
    top: 4%;
    width: 45%;
  }
  .home-six-img2 {
    left: 207px;
    top: 0%;
    right: 0px;
    width: 50%;
  }
  .home-six-img1 {
    left: 65px;
    top: 0%;
    right: auto;
    width: 55%;
  }
  .home-seven-content {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-seven-text {
    padding-top: 0px;
    padding-right: 0px;
  }
  .home-seven-images {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .home-five-block._2 {
    background-position: 12% 50%;
  }
  .home-five-block._3 {
    background-position: 73% 50%;
  }
  .home-five-text1 {
    left: 112px;
  }
  .home-five-img1 {
    top: 189px;
    right: 92px;
    width: 90px;
  }
  .home-five-bulb3 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .home-five-text2 {
    left: 101px;
  }
  .home-five-img2 {
    left: 264px;
    top: 79px;
    width: 44px;
  }
  .home-five-content {
    height: 100%;
  }
  .home-five-bulb1 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .home-five-bulb2 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .home-five-left {
    padding-left: 80px;
  }
  .home-five-right {
    padding-right: 80px;
  }
  .home-four-content {
    height: 760px;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0%;
  }
  .loader {
    display: none;
  }
  .menu-panel {
    box-shadow: inset 0 80px 0 0 #fff, 1px 1px 19px 0 #1c3144;
  }
  .menu-box {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-header {
    padding-left: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .menu-link {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  .menu-link:hover {
    background-color: transparent;
    color: #d50032;
  }
  .menu-line {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .menu-boxes {
    padding-right: 50px;
  }
  .logo {
    width: 160px;
  }
  .sub-title-h3 {
    font-size: 28px;
  }
  .sub-content-gray {
    padding: 40px;
  }
  .sub-content-gray-text {
    max-width: none;
    font-size: 20px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .sub-content-gray-text h4 {
    font-size: 20px;
  }
  .sub-content-gray-text2 {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .sub-content-black {
    padding: 40px;
  }
  .sub-content-black-text {
    max-width: none;
    font-size: 20px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .sub-content-black-text h4 {
    font-size: 20px;
  }
  .sub-content-black-text2 {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .sub-content-white {
    padding: 40px;
  }
  .sub-double-left {
    padding: 40px 20px 40px 40px;
  }
  .sub-double-right {
    padding-right: 40px;
    padding-left: 20px;
  }
  .sub-double-left-text {
    max-width: none;
    font-size: 20px;
  }
  .sub-double-left-text h4 {
    font-size: 20px;
  }
  .banknote-col.right {
    padding-left: 40px;
  }
  .banknote-slider {
    height: auto;
    min-height: 200px;
  }
  .banknote-slide {
    padding-right: 50px;
    padding-left: 50px;
  }
  .banknote-slide-left {
    width: 50px;
  }
  .banknote-black-text {
    max-width: none;
    font-size: 20px;
  }
  .banknote-black-text2 {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
  }
  .banknote-content-black {
    padding: 40px;
  }
  .banknote-double-left {
    padding: 40px 20px 40px 40px;
  }
  .banknote-double-right {
    padding: 40px 40px 40px 20px;
  }
  .banknote-double-left-text {
    max-width: none;
    font-size: 20px;
  }
  .banknote-double-right-text {
    max-width: none;
    font-size: 20px;
  }
  .banknote-double-right-text figcaption {
    font-size: 16px;
    line-height: 20px;
  }
  .banknote-double-right-text2 {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .banknote-double-left-text2 {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .banknote-content-white {
    padding: 40px;
  }
  .banknote-white-text {
    max-width: none;
    font-size: 20px;
  }
  .banknote-double-left2 {
    padding: 40px 20px 40px 40px;
  }
  .banknote-double-right2 {
    padding: 40px 40px 40px 20px;
  }
  .banknote-content-white2 {
    padding: 40px;
  }
  .banknote-content-white2-text {
    max-width: none;
    font-size: 20px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .banknote-content-white2-text h4 {
    font-size: 20px;
  }
  .banknote-white2-text2 {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .banknote-content-olive {
    padding: 40px;
  }
  .banknote-slide-right {
    width: 50px;
  }
  .banknote-olive-text {
    max-width: none;
    font-size: 20px;
  }
  .banknote-double-left-org {
    height: 18px;
    margin-top: -17px;
  }
  .banknote-lightbox {
    padding-right: 40px;
    padding-left: 40px;
  }
  .banknote-window {
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
  .banknote-lightbox-h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .document-box {
    max-width: 46%;
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sub-content-blue {
    padding: 40px;
  }
  .document-lightbox {
    padding-right: 40px;
    padding-left: 40px;
  }
  .document-window {
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
  .document-lightbox-h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .home-part-one {
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #1c3144;
  }
  .home-two-content {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .home-video {
    display: none;
  }
  .footer {
    position: relative;
    margin-bottom: 0px;
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d4be9b;
  }
  .footer-link {
    padding: 0px;
  }
  .home-organic-white {
    height: 25px;
    margin-top: -24px;
  }
  .home-two-arrow {
    display: none;
    margin-left: 128px;
  }
  .home-two-images {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-two-bulb {
    width: 28%;
    margin-bottom: -60px;
    margin-left: -75%;
    background-size: contain;
  }
  .home-two-bulb-text {
    font-size: 40px;
  }
  .home-two-bigbulb {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 0px;
    background-image: none;
    -webkit-transform: rotate(-13deg) skew(-15deg, 0deg);
    -ms-transform: rotate(-13deg) skew(-15deg, 0deg);
    transform: rotate(-13deg) skew(-15deg, 0deg);
  }
  .home-two-photo {
    margin-top: -44px;
    margin-right: -66%;
    margin-left: 0px;
  }
  .home-two-link {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-two-linkbox {
    margin-right: -5%;
  }
  .home-organic-whitedown {
    height: 40px;
  }
  .home-three-arrow {
    display: none;
  }
  .home-three-content {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .home-three-link {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-three-images {
    overflow: hidden;
  }
  .home-three-texts {
    padding-right: 40px;
    padding-left: 40px;
  }
  .home-three-paragraph {
    font-size: 24px;
    line-height: 30px;
  }
  .home-three-linkbox {
    margin-left: 83px;
  }
  .home-organic-bluedown {
    width: 400px;
    height: 30px;
    margin-bottom: -29px;
  }
  .home-three-arrowdown {
    display: none;
  }
  .home-four-bulb1 {
    left: -6%;
    top: auto;
    right: auto;
    bottom: 0px;
  }
  .home-four-h3 {
    font-size: 22px;
  }
  .home-four-h3._2 {
    font-size: 22px;
  }
  .home-four-bulb2 {
    top: 100px;
    right: -56px;
  }
  .home-four-linkbox {
    right: 23px;
    bottom: 44px;
  }
  .home-part-five {
    height: 700px;
  }
  .home-organic-gray {
    display: none;
  }
  .home-four-bgwhite {
    display: none;
  }
  .home-six-text {
    padding-top: 0px;
  }
  .home-six-images {
    margin-top: 50px;
  }
  .home-six-h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .home-six-img3 {
    left: auto;
    top: auto;
    right: -27px;
    bottom: 4%;
    width: 80%;
    max-width: 450px;
  }
  .home-six-img2 {
    left: 105px;
    top: 8%;
    width: 80%;
    max-width: 450px;
  }
  .home-six-img1 {
    left: -25px;
    right: NaNpx;
    width: 100%;
    max-width: 450px;
  }
  .home-seven-content {
    background-color: #d4be9b;
  }
  .home-seven-h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .home-five-left {
    display: none;
  }
  .home-five-right {
    display: none;
  }
  .home-four-content {
    height: 700px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-panel {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: inset 0 58px 0 0 #fff, 1px 1px 19px 0 #1c3144;
  }
  .menu-box {
    width: 50%;
    padding: 10px 10px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dotted #fff;
    color: #fff;
  }
  .menu-link {
    margin-bottom: 20px;
  }
  .menu-line {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-boxes {
    padding-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-header-right {
    padding-left: 10px;
  }
  .sub-title-h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .sub-header-left {
    padding-right: 10px;
  }
  .sub-header-link {
    font-size: 14px;
    line-height: 16px;
  }
  .sub-content-gray {
    padding-top: 20px;
  }
  .sub-content-gray-title {
    font-size: 22px;
    line-height: 26px;
  }
  .sub-content-gray-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
  }
  .sub-content-gray-text2 {
    font-size: 16px;
    line-height: 24px;
  }
  .sub-content-black-title {
    font-size: 22px;
    line-height: 26px;
  }
  .sub-content-black-text {
    font-size: 22px;
    line-height: 30px;
  }
  .sub-content-black-text._4column {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .sub-content-black-text2 {
    font-size: 16px;
    line-height: 24px;
  }
  .sub-content-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-double-left {
    display: block;
    padding-right: 40px;
  }
  .sub-double-right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .sub-double-title {
    font-size: 22px;
    line-height: 26px;
  }
  .sub-double-left-text {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .sub-footer {
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banknote-twocol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banknote-col.right {
    padding-left: 0px;
  }
  .banknote-slider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .banknote-slider.white {
    display: block;
  }
  .banknote-img-wrapper {
    max-width: 380px;
  }
  .banknote-img-wrapper.single {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banknote-black-text {
    font-size: 22px;
    line-height: 30px;
  }
  .banknote-black-text2 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .banknote-black-content-title {
    font-size: 22px;
    line-height: 26px;
  }
  .banknote-content-black {
    margin-bottom: 0px;
  }
  .banknote-double-left {
    display: block;
    padding-right: 40px;
  }
  .banknote-double-right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .banknote-content-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banknote-double-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .banknote-double-left-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
  }
  .banknote-double-right-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
  }
  .banknote-double-white-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .banknote-double-right-text2 {
    font-size: 16px;
    line-height: 24px;
  }
  .banknote-double-left-text2 {
    font-size: 16px;
    line-height: 24px;
  }
  .banknote-white-content-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .banknote-white-text {
    font-size: 22px;
    line-height: 30px;
  }
  .banknote-double-left2 {
    display: block;
    padding: 40px;
  }
  .banknote-double-right2 {
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .banknote-content-white2-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
  }
  .banknote-white2-content-title {
    font-size: 22px;
    line-height: 26px;
  }
  .banknote-white2-text2 {
    font-size: 16px;
    line-height: 24px;
  }
  .banknote-olive-content-title {
    font-size: 22px;
    line-height: 26px;
  }
  .banknote-olive-text {
    font-size: 22px;
    line-height: 30px;
  }
  .banknote-double-left-org {
    width: 480px;
    height: auto;
    max-width: none;
    margin-top: -22px;
  }
  .banknote-black-orgdown {
    width: 480px;
    height: 21px;
    margin-bottom: -20px;
  }
  .banknote-black-orgup {
    width: 480px;
    height: 21px;
    margin-top: -20px;
  }
  .banknote-lightbox {
    padding: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .banknote-window {
    height: auto;
    max-height: none;
    min-height: 300px;
  }
  .banknote-lightbox-left {
    overflow: visible;
    width: 100%;
  }
  .banknote-lightbox-right {
    overflow: visible;
  }
  .banknote-lightbox-h3 {
    min-height: 44px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
  .banknote-lightbox-content {
    display: block;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banknote-lightbox-rightfade {
    display: none;
    width: 100%;
  }
  .banknote-lightbox-img {
    max-width: 500px;
  }
  .banknote-lightbox-leftfade {
    display: none;
  }

  .document-box {
    max-width: 47%;
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .document-box.single {
    display: block;
    padding-bottom: 0px;
  }
  .document-img.single {
    padding: 10px;
  }
  .document-title {
    font-size: 23px;
    line-height: 25px;
  }
  .document-title.single {
    font-size: 23px;
  }
  .document-subtitle.single {
    font-size: 19px;
  }
  .document-text.single {
    margin-left: 0px;
    text-align: center;
  }
  .document-lightbox {
    padding: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .document-window {
    height: auto;
    max-height: none;
    min-height: 300px;
  }
  .document-lightbox-h3 {
    min-height: 44px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
  .document-lightbox-content {
    display: block;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .document-lightbox-rightfade {
    display: none;
    width: 100%;
  }
  .document-lightbox-leftfade {
    display: none;
  }
  .document-lightbox-left {
    overflow: visible;
    width: 100%;
  }
  .document-lightbox-right {
    overflow: visible;
  }
}

@media (max-width: 479px) {
  .home-part-two {
    height: 120%;
  }
  .home-two-content {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer {
    height: auto;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .home-two-bulb {
    padding-right: 0px;
  }
  .home-two-bulb-text {
    font-size: 30px;
  }
  .home-two-photo {
    margin-top: -20px;
    margin-right: -40%;
  }
  .home-two-text {
    font-size: 22px;
    line-height: 26px;
  }
  .home-part-three {
    height: 120%;
  }
  .home-three-texts {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-three-h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-three-h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .home-three-paragraph {
    font-size: 22px;
    line-height: 26px;
  }
  .home-four-bulb1 {
    position: static;
    width: auto;
    height: auto;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(0, 138, 171, .9);
    background-image: none;
  }
  .home-four-h3 {
    color: #fff;
  }
  .home-four-prg {
    color: #fff;
  }
  .home-four-bulb2 {
    position: static;
    width: auto;
    height: auto;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(163, 149, 59, .9);
    background-image: none;
  }
  .home-four-linkbox {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
  }
  .home-part-five {
    height: 600px;
  }
  .home-six-content {
    margin-right: 20px;
    margin-left: 20px;
  }
  .home-six-images {
    height: 300px;
  }
  .home-six-h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .home-six-prg {
    font-size: 22px;
  }
  .home-six-img3 {
    left: 70px;
    top: -12%;
    right: auto;
    bottom: auto;
  }
  .home-six-img2 {
    left: 27px;
    top: -6%;
    right: auto;
  }
  .home-six-img1 {
    left: -8px;
    top: 2%;
    right: auto;
  }
  .home-seven-content {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
  .home-seven-h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .home-seven-prg {
    font-size: 22px;
    line-height: 24px;
  }
  .home-five-text1 {
    left: 98px;
  }
  .home-five-img1 {
    right: 68px;
  }
  .home-four-content {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 60px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-five-leftarrow {
    width: 40px;
    font-size: 24px;
  }
  .home-five-rightarrow {
    width: 40px;
    font-size: 24px;
  }
  .menu-panel {
    padding-bottom: 0px;
  }
  .menu-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .menu-link {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .menu-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-sub-link {
    margin-bottom: 20px;
  }
  .logo {
    width: 120px;
  }
  .sub-header-right {
    display: none;
  }
  .sub-header-left {
    display: none;
  }
  .sub-content-gray {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .sub-content-gray-text {
    margin-bottom: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .sub-content-gray-text2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .sub-content-black {
    padding: 20px;
  }
  .sub-content-black-text {
    margin-bottom: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .sub-content-black-text._4column {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .sub-content-black-text2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .sub-content-white {
    padding: 20px;
  }
  .sub-content-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-double-left {
    display: block;
    padding: 20px;
  }
  .sub-double-right {
    padding: 20px;
  }
  .sub-double-title {
    text-align: center;
  }
  .sub-double-left-text {
    margin-bottom: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .sub-footer {
    height: auto;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-footer-link {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .banknote-slide {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banknote-arrow.white {
    box-shadow: 0 0 0 3px #cfd7e5;
    color: #cfd7e5;
    font-size: 24px;
  }
  .banknote-slide-left {
    width: 40px;
    margin-left: -20px;
  }
  .banknote-black-text {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-black-text2 {
    margin-bottom: 20px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-content-black {
    padding: 20px;
  }
  .banknote-double-left {
    padding: 20px;
  }
  .banknote-double-right {
    padding: 20px;
  }
  .banknote-content-double {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banknote-double-title {
    text-align: center;
  }
  .banknote-double-left-text {
    margin-bottom: 0px;
  }
  .banknote-double-right-text {
    margin-bottom: 0px;
  }
  .banknote-double-white-title {
    text-align: center;
  }
  .banknote-double-right-text2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-double-left-text2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-content-white {
    padding: 20px;
  }
  .banknote-white-text {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-double-left2 {
    padding: 20px;
  }
  .banknote-double-right2 {
    display: block;
    padding: 20px;
  }
  .banknote-content-white2 {
    padding: 20px;
  }
  .banknote-content-white2-text {
    margin-bottom: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-white2-text2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-content-olive {
    padding: 20px;
  }
  .banknote-slide-right {
    width: 40px;
    margin-right: -20px;
  }
  .banknote-olive-text {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .banknote-double-left-org {
    display: none;
  }
  .banknote-black-orgdown {
    display: none;
  }
  .banknote-black-orgup {
    display: none;
  }
  .banknote-lightbox {
    padding: 10px;
  }
  .banknote-window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .banknote-lightbox-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banknote-lightbox-right {
    position: relative;
    overflow: visible;
  }
  .banknote-lightbox-h3 {
    padding-right: 60px;
  }
  .banknote-lightbox-content {
    display: block;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banknote-lightbox-rightfade {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .banknote-lightbox-leftfade {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
.document-box {
    max-width: none;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .document-duo {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-content-blue {
    padding: 20px;
  }
  .document-lightbox {
    padding: 10px;
  }
  .document-lightbox-h3 {
    padding-right: 60px;
  }
  .document-lightbox-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .document-lightbox-rightfade {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .document-lightbox-leftfade {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .document-lightbox-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .document-lightbox-right {
    position: relative;
    overflow: visible;
  }
}

#w-node-121c6df2c09b-7e3a8748 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-121c6df2c09d-7e3a8748 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8a101856d625-35ef0bb1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-166964f9376e-35ef0bb1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-166964f9377b-35ef0bb1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1925ef5962bd-35ef0bb1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1925ef5962ca-35ef0bb1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

