
@font-face {
  font-family: 'Zurich Sans';
  src: local('Zurich Sans');
  src: url('/fonts/ZurichSans/ZurichSans-Light.ttf') format('truetype'), 
      url('/fonts/ZurichSans/ZurichSans-Light.otf') format('opentype');
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Zurich Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.wrapper {
  min-height: 100vh;
}
.box {
  height: calc(100vh);
  background: #eceeef 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.604vw 14.583vw;
}
.box img {
  width: 26.042vw;
  height: 26.042vw;
  margin-left: 12.344vw;
}
.btn-wrapper {
  position: absolute;
  right: 16px;
  top: 16px;
}
.lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 50px;
  cursor: pointer;
}
.img-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.z-link-text {
  color: #2167ae;
  font-size: 18px !important;
  font-weight: 500;
  width: 22px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
}
.t-box {
  height: 26.042vw;
  flex-flow: column;
  justify-content: center;
  display: flex;
}
.title {
  margin-bottom: 40px;
  font: normal normal 300 55px/66px "Zurich Sans", light;
  color: #2167ae;
}
.info {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font: normal normal medium 18px/30px "Zurich Sans";
  color: #505050;
  margin-top: 0;
  margin-bottom: 4.167vw;
}
button {
  background-color: #2167ae;
  color: #fff;
  border: none;
  width: 200px;
  border-radius: 2rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

button:hover {
  background-color: #2a99e3
}

@media (max-width: 1199px) {
  .title {
    font-size: 53px !important
  }
}

@media (max-width: 991px) {
  .box {
    justify-content: center;
    padding: 0 20px;
  }

  .title {
    font: normal normal 600 30px/30px Zurich Sans !important;
    margin-top: 0px !important;
  }

  .info {
    font: normal normal medium 14px/30px Zurich Sans !important;
    margin-top: 20px !important;
    margin-bottom: 60px !important;
    text-align:  center !important;
    margin: 0;
  }
  .box img {
    display: none !important;
  }

  .t-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }

  button {
    width: 100%;
    height: 50px;
    padding: 17px 0;
  }
}

@media (max-width: 577px) {
  button {
    width: 77.103vw;
    height: 11.682vw;
    padding: 3.972vw 0;
  }
  .title {
    font: normal normal 600 7.009vw/7.009vw Zurich Sans !important;
  }
  .info {
    font: normal normal medium 3.271vw/7.009vw Zurich Sans !important;
  }
}
