@import url(../fonts/icon/iconfont.css);
* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden;
  font-weight: normal; }

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

strong,
b {
  color: #example; }

a {
  -webkit-transition: color 0.2s ease-in-out,background 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out,background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out,background 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #ffffff; }

ul {
  list-style: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: auto;
  padding: 0; }

button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300; }

select,
textarea {
  border-radius: 0;
  outline: none;
  border: none;
  resize: none; }

.wrapper {
  position: relative;
  overflow: hidden; }

body {
  background: #76b9af; }

.wrapper {
  opacity: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s; }

.three-box {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.banner {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1080px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }
  @media (max-width: 767px) {
    .banner {
      height: auto;
      position: relative; } }
  @media (max-width: 414px) {
    .banner {
      background-position: -33px 0; } }

.banner-box {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  padding: 30px 44px 8px 44px;
  max-width: 414px;
  position: fixed;
  top: 125.6px;
  left: 23px;
  background: #76b9af;
  z-index: 99; }
  @media (max-height: 900px) {
    .banner-box {
      top: 80px; } }
  @media (max-height: 750px) {
    .banner-box {
      top: 60px; } }
  @media (max-width: 1400px) {
    .banner-box {
      padding: 20px 20px 8px 20px; } }
  @media (max-width: 992px) {
    .banner-box {
      max-width: 323px; } }
  @media (max-width: 767px) {
    .banner-box {
      position: static;
      background: transparent;
      max-width: 300px;
      padding: 99px 0 68px 31px; } }
  @media (max-width: 565px) {
    .banner-box {
      position: static;
      padding: 69px 0 66px 31px; } }
  @media (max-width: 414px) {
    .banner-box {
      max-width: 308px;
      padding: 69px 0 66px 31px; } }
  @media (max-width: 300px) {
    .banner-box {
      padding: 69px 0 46px 20px; } }
  .banner-box .logo {
    max-width: 325px;
    margin-bottom: 88.6px; }
    @media (max-height: 862px) {
      .banner-box .logo {
        margin-bottom: 40px; } }
    @media (max-height: 800px) {
      .banner-box .logo {
        margin-bottom: 40px; } }
    @media (max-height: 750px) {
      .banner-box .logo {
        margin-bottom: 30px; } }
    @media (max-width: 565px) {
      .banner-box .logo {
        margin-bottom: 50px; } }
    @media (max-width: 414px) {
      .banner-box .logo {
        max-width: 234px;
        margin-bottom: 42.2px; } }
    .banner-box .logo h1 {
      margin-bottom: 0;
      text-transform: none; }
      .banner-box .logo h1 strong {
        display: none; }
  .banner-box .banner-title h2 {
    font-size: 16px;
    font-family: "NHaasGroteskTXPro-55Rg";
    line-height: normal;
    color: #ffffff;
    margin-bottom: 44px;
    letter-spacing: 0.8px; }
    @media (max-height: 862px) {
      .banner-box .banner-title h2 {
        margin-bottom: 44px; } }
    @media (max-height: 800px) {
      .banner-box .banner-title h2 {
        margin-bottom: 30px; } }
    @media (max-height: 750px) {
      .banner-box .banner-title h2 {
        margin-bottom: 30px; } }
    @media (max-width: 414px) {
      .banner-box .banner-title h2 {
        max-width: 206px;
        margin-bottom: 40px; } }
  .banner-box .functions p {
    font-size: 16px;
    font-family: "NHaasGroteskTXPro-55Rg";
    line-height: normal;
    color: #ffffff;
    margin-bottom: 44px;
    letter-spacing: 0.8px; }
    @media (max-height: 862px) {
      .banner-box .functions p {
        margin-bottom: 44px; } }
    @media (max-height: 800px) {
      .banner-box .functions p {
        margin-bottom: 30px; } }
    @media (max-height: 750px) {
      .banner-box .functions p {
        margin-bottom: 30px; } }
    @media (max-width: 414px) {
      .banner-box .functions p {
        max-width: 206px;
        margin-bottom: 40px; } }
    .banner-box .functions p a {
      color: currentColor; }
      .banner-box .functions p a:hover {
        color: #23408f; }
  .banner-box .menu {
    -webkit-columns: 2;
    columns: 2;
    margin-bottom: 28px; }
    @media (max-height: 862px) {
      .banner-box .menu {
        margin-bottom: 28px; } }
    @media (max-height: 800px) {
      .banner-box .menu {
        margin-bottom: 20px; } }
    @media (max-height: 750px) {
      .banner-box .menu {
        margin-bottom: 20px; } }
    @media (max-width: 414px) {
      .banner-box .menu {
        display: block;
        -webkit-columns: 1;
        columns: 1;
        margin-bottom: 14px; } }
    .banner-box .menu .menu-box {
      display: inline-block;
      width: 100%;
      margin-bottom: 16px; }
      @media (max-height: 862px) {
        .banner-box .menu .menu-box {
          margin-bottom: 14px; } }
      @media (max-height: 750px) {
        .banner-box .menu .menu-box {
          margin-bottom: 10px; } }
      @media (max-width: 414px) {
        .banner-box .menu .menu-box {
          min-width: 100%;
          margin-bottom: 16px; } }
      @media (max-width: 414px) {
        .banner-box .menu .menu-box:nth-child(2) {
          text-align: left; } }
      .banner-box .menu .menu-box:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .banner-box .menu .menu-box a {
        font-size: 16px;
        font-family: "NHaasGroteskTXPro-55Rg";
        line-height: normal;
        color: #ffffff;
        letter-spacing: 1px; }
        .banner-box .menu .menu-box a:hover {
          color: #23408f; }
  .banner-box .date {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    margin-bottom: 35px;
    max-width: 326px; }
    @media (max-height: 862px) {
      .banner-box .date {
        margin-bottom: 31px; } }
    @media (max-height: 800px) {
      .banner-box .date {
        margin-bottom: 28px; } }
    @media (max-height: 750px) {
      .banner-box .date {
        margin-bottom: 25px; } }
    @media (max-width: 414px) {
      .banner-box .date {
        margin-bottom: 23px; } }
    .banner-box .date .date-box {
      font-size: 16px;
      font-family: "NHaasGroteskTXPro-55Rg";
      line-height: 20px;
      color: #ffffff;
      letter-spacing: 0.9px; }
    .banner-box .date span {
      font-size: 16px;
      font-family: "NHaasGroteskTXPro-55Rg";
      line-height: 20px;
      color: #ffffff;
      letter-spacing: 0.9px; }
    .banner-box .date p {
      font-size: 16px;
      font-family: "NHaasGroteskTXPro-55Rg";
      line-height: 20px;
      color: #ffffff;
      margin-right: 20px;
      display: inline-block;
      min-width: 75px;
      margin-bottom: 0;
      letter-spacing: 0.9px; }
      .banner-box .date p:nth-child(2) {
        margin-right: 0; }
      .banner-box .date p:nth-child(4) {
        margin-right: 0; }
      .banner-box .date p:nth-child(6) {
        margin-right: 0; }
      .banner-box .date p:nth-child(8) {
        margin-right: 0; }
  .banner-box .federation {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    max-width: 232px;
    margin-bottom: 36px; }
    @media (max-height: 862px) {
      .banner-box .federation {
        margin-bottom: 33px; } }
    @media (max-height: 800px) {
      .banner-box .federation {
        margin-bottom: 26px; } }
    @media (max-height: 750px) {
      .banner-box .federation {
        margin-bottom: 26px; } }
    @media (max-width: 414px) {
      .banner-box .federation {
        margin-bottom: 20px; } }
    .banner-box .federation p {
      margin-bottom: 0;
      line-height: normal;
      letter-spacing: 0.9px; }
    .banner-box .federation br {
      display: none; }
    .banner-box .federation a {
      display: block;
      font-size: 16px;
      font-family: "NHaasGroteskTXPro-55Rg";
      line-height: 22px;
      color: #ffffff;
      letter-spacing: 0.9px; }
      .banner-box .federation a:nth-child(1) {
        margin-bottom: 9px; }
        @media (max-width: 414px) {
          .banner-box .federation a:nth-child(1) {
            margin-bottom: 11px; } }
      .banner-box .federation a:nth-child(3) {
        margin-bottom: 2px; }
      .banner-box .federation a:hover {
        color: #23408f; }
  .banner-box .links {
    margin-bottom: 33px; }
    @media (max-width: 414px) {
      .banner-box .links {
        margin-bottom: 18px; } }
    .banner-box .links a {
      font-size: 16px;
      font-family: "NHaasGroteskTXPro-55Rg";
      line-height: 19px;
      color: #ffffff;
      letter-spacing: 0.9px; }
      .banner-box .links a:hover {
        color: #23408f; }
  .banner-box .icon {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
    @media (max-width: 414px) {
      .banner-box .icon {
        margin-bottom: 2px; } }
    .banner-box .icon a {
      display: inline-block;
      font-size: 21px;
      color: #ffffff; }
      .banner-box .icon a:hover {
        color: #23408f; }
      .banner-box .icon a:last-child {
        font-size: 18px;
        -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
        transform: translate(0, -2px);
        margin-left: 10px; }
        @media (max-width: 414px) {
          .banner-box .icon a:last-child {
            font-size: 17px; } }

.two-box {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.image {
  padding-top: 56px; }
  @media (max-width: 565px) {
    .image {
      padding-top: 0; } }
  @media (max-width: 414px) {
    .image {
      margin-top: 0px; } }
  .image .image-box .img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .image .image-box .image-kit:nth-child(3n-2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 84px; }
    @media (max-width: 1400px) {
      .image .image-box .image-kit:nth-child(3n-2) {
        padding-right: 50px; } }
    @media (max-width: 992px) {
      .image .image-box .image-kit:nth-child(3n-2) {
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .image .image-box .image-kit:nth-child(3n-2) {
        padding-right: 0px; } }
    @media (max-width: 414px) {
      .image .image-box .image-kit:nth-child(3n-2) {
        padding-right: 0px; } }
    @media (max-width: 414px) {
      .image .image-box .image-kit:nth-child(3n-2) {
        padding-left: 31px; } }
    @media (max-width: 300px) {
      .image .image-box .image-kit:nth-child(3n-2) {
        padding-left: 20px; } }
    .image .image-box .image-kit:nth-child(3n-2) .img {
      max-width: 732px; }
      @media (max-width: 1680px) {
        .image .image-box .image-kit:nth-child(3n-2) .img {
          max-width: 632px; } }
      @media (max-width: 1400px) {
        .image .image-box .image-kit:nth-child(3n-2) .img {
          max-width: 542px; } }
      @media (max-width: 1200px) {
        .image .image-box .image-kit:nth-child(3n-2) .img {
          max-width: 532px; } }
      @media (max-width: 992px) {
        .image .image-box .image-kit:nth-child(3n-2) .img {
          max-width: 432px; } }
      @media (max-width: 767px) {
        .image .image-box .image-kit:nth-child(3n-2) .img {
          max-width: 380px; } }
  .image .image-box .image-kit:nth-child(3n-1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -196px;
    margin-bottom: 76px;
    padding-right: 678px; }
    @media (max-width: 1680px) {
      .image .image-box .image-kit:nth-child(3n-1) {
        padding-right: 521px;
        margin-top: -165px; } }
    @media (max-width: 1400px) {
      .image .image-box .image-kit:nth-child(3n-1) {
        margin-top: -135px;
        padding-right: 408px; } }
    @media (max-width: 1200px) {
      .image .image-box .image-kit:nth-child(3n-1) {
        padding-right: 181px;
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media (max-width: 992px) {
      .image .image-box .image-kit:nth-child(3n-1) {
        padding-right: 131px; } }
    @media (max-width: 767px) {
      .image .image-box .image-kit:nth-child(3n-1) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 0px;
        margin-top: -99px; } }
    @media (max-width: 565px) {
      .image .image-box .image-kit:nth-child(3n-1) {
        margin-top: -40px; } }
    @media (max-width: 414px) {
      .image .image-box .image-kit:nth-child(3n-1) {
        margin-top: -27px;
        margin-bottom: 35px; } }
    .image .image-box .image-kit:nth-child(3n-1) .img {
      max-width: 541px; }
      @media (max-width: 1680px) {
        .image .image-box .image-kit:nth-child(3n-1) .img {
          max-width: 451px; } }
      @media (max-width: 1300px) {
        .image .image-box .image-kit:nth-child(3n-1) .img {
          max-width: 401px; } }
      @media (max-width: 992px) {
        .image .image-box .image-kit:nth-child(3n-1) .img {
          max-width: 300px; } }
      @media (max-width: 767px) {
        .image .image-box .image-kit:nth-child(3n-1) .img {
          max-width: 280px; } }
      @media (max-width: 414px) {
        .image .image-box .image-kit:nth-child(3n-1) .img {
          max-width: 214px; } }
  .image .image-box .image-kit:nth-child(3n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 77px; }
    @media (max-width: 1200px) {
      .image .image-box .image-kit:nth-child(3n) {
        padding-right: 50px;
        margin-bottom: 50px; } }
    @media (max-width: 992px) {
      .image .image-box .image-kit:nth-child(3n) {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .image .image-box .image-kit:nth-child(3n) {
        padding-right: 0; } }
    @media (max-width: 414px) {
      .image .image-box .image-kit:nth-child(3n) {
        padding-left: 41px;
        margin-bottom: 37px; } }
    @media (max-width: 300px) {
      .image .image-box .image-kit:nth-child(3n) {
        padding-left: 20px; } }
    .image .image-box .image-kit:nth-child(3n) .img {
      max-width: 815.28px; }
      @media (max-width: 1680px) {
        .image .image-box .image-kit:nth-child(3n) .img {
          max-width: 715px; } }
      @media (max-width: 1400px) {
        .image .image-box .image-kit:nth-child(3n) .img {
          max-width: 615px; } }
      @media (max-width: 1200px) {
        .image .image-box .image-kit:nth-child(3n) .img {
          max-width: 531px; } }
      @media (max-width: 992px) {
        .image .image-box .image-kit:nth-child(3n) .img {
          max-width: 430px; } }

.notfound {
  padding-bottom: 419px; }
  @media (max-width: 414px) {
    .notfound {
      padding-bottom: 369px; } }
  .notfound h4 {
    font-size: 24px;
    font-family: "NHaasGroteskTXPro-55Rg";
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px; }
  .notfound p {
    font-size: 20px;
    font-family: "NHaasGroteskTXPro-55Rg";
    line-height: 1;
    color: #ffffff; }

.gallery {
  margin-top: 100vh;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #76b9af;
  max-width: calc(100vw - 750px);
  margin-right: 100px; }
  @media (max-width: 1400px) {
    .gallery {
      max-width: calc(100vw - 600px);
      margin-right: 50px; } }
  @media (max-width: 1000px) {
    .gallery {
      max-width: calc(100vw - 460px);
      margin-right: 25px; } }
  @media (max-width: 767px) {
    .gallery {
      max-width: calc(100% - 60px);
      margin-right: 30px;
      margin-top: 0; } }
  .gallery .row {
    margin-bottom: 100px; }
    @media (max-width: 1400px) {
      .gallery .row {
        margin-bottom: 50px; } }
    @media (max-width: 1000px) {
      .gallery .row {
        margin-bottom: 25px; } }
    .gallery .row.half {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 1200px) {
        .gallery .row.half {
          width: 100%;
          margin-bottom: 25px;
          display: block; } }
      .gallery .row.half img {
        width: calc(50% - 50px);
        height: 100%; }
        @media (max-width: 1400px) {
          .gallery .row.half img {
            width: calc(50% - 25px); } }
        @media (max-width: 1200px) {
          .gallery .row.half img {
            width: 100%; }
            .gallery .row.half img:nth-of-type(1) {
              margin-bottom: 50px; } }
        @media (max-width: 1000px) {
          .gallery .row.half img {
            width: 100%; }
            .gallery .row.half img:nth-of-type(1) {
              margin-bottom: 25px; } }

@font-face {
  font-family: "Linotype - Neue Haas Grotesk Text Std 55 Roman";
  src: url("../fonts/Linotype - Neue Haas Grotesk Text Std 55 Roman.woff2") format("woff2"), url("../fonts/Linotype - Neue Haas Grotesk Text Std 55 Roman.woff") format("woff"), url("../fonts/Linotype - Neue Haas Grotesk Text Std 55 Roman.ttf") format("truetype"), url("../fonts/Linotype - Neue Haas Grotesk Text Std 55 Roman.eot") format("embedded-opentype"), url("../fonts/Linotype - Neue Haas Grotesk Text Std 55 Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Linotype - NHaasGroteskTXPro-55Rg";
  src: url("Linotype - NHaasGroteskTXPro-55Rg.woff2") format("woff2"), url("Linotype - NHaasGroteskTXPro-55Rg.woff") format("woff"), url("Linotype - NHaasGroteskTXPro-55Rg.ttf") format("truetype"), url("Linotype - NHaasGroteskTXPro-55Rg.eot") format("embedded-opentype"), url("Linotype - NHaasGroteskTXPro-55Rg.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "NHaasGroteskTXPro-55Rg";
  src: url("../fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"), url("../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff"), url("../fonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype"), url("../fonts/NHaasGroteskTXPro-55Rg.eot") format("embedded-opentype"), url("../fonts/NHaasGroteskTXPro-55Rg.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
