@import url('/apps/js/polls/polls-pack.css');
@font-face {
  font-family: 'Trajan Pro';
  src: url('/shared/fonts/TrajanPro.eot'); /* IE9 Compat Modes */
  src: url('/shared/fonts/TrajanPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/shared/fonts/TrajanPro.woff2') format('woff2'), /* Super Modern Browsers */ url('/shared/fonts/TrajanPro.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/shared/fonts/TrajanPro.ttf') format('truetype'), /* Safari, Android, iOS */ url('/shared/fonts/TrajanPro.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'TrajanPro-Bold';
  src: url('/shared/fonts/TrajanPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('/shared/fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/shared/fonts/TrajanPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/shared/fonts/TrajanPro-Bold.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/shared/fonts/TrajanPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/shared/fonts/TrajanPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #fff;
  font-size: 13px;
  height: 100%;
  height: auto;
  line-height: 1.231;
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 100vh;
}
.wrapper,
.wrapper-index {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  height: auto !important;
  text-align: left;
  background: url('/pics/wrap_top_bg.png') repeat center top, url('/pics/wrapper_bg.jpg') no-repeat center top;
  background-size: auto, cover;
}

/* Header */
.header {
  position: relative;
  top: 0;
  z-index: 9;
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 187px 0 0;
}

.header-wrapper .logo {
  position: relative;
  margin: 0 auto;
  left: -1px;
}
.header-wrapper .logo img {
  width: clamp(200px, 25.09vw, 276px);
}
.header-wrapper .name {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #005799;
  font-size: clamp(34px, 7.55vw, 83px);
  font-family: 'TrajanPro-Bold';
  position: relative;
  margin: 28px 0 0 -12px;
}
.header-wrapper .motto {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  font-size: clamp(12px, 2.27vw, 25px);
  margin: -3px auto 0;
  text-align: center;
}
.content {
  width: 100%;
  position: relative;
  padding: 63px 0 320px 0;
}
.inside {
  height: auto !important;
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}
.button-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 9;
}
.button {
  margin: 0 auto;
  position: relative;
}
.button ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.button ul li {
  position: relative;
  width: 534px;
  min-height: clamp(230px, 24.36vw, 268px);
  list-style: none;
  background: #005799;
  border-radius: 5px;
}
.button ul li:nth-child(2n) {
  margin-right: 0;
  left: -1px;
}
.button1 div {
  background: url('/pics/logo1.jpg') no-repeat;
  width: 142px;
  height: 166px;
  right: 22px;
  bottom: 49px;
  position: absolute;
}
.button2 div {
  background: url('/pics/logo2.png') no-repeat;
  width: 217px;
  height: 229px;
  right: 0;
  bottom: 0;
  position: absolute;
  border-bottom-right-radius: 5px;
}
.button-wrap a.btn {
  text-decoration: none;
  width: 534px;
  height: clamp(230px, 24.36vw, 268px);
  position: relative;
  display: block;
  box-sizing: border-box;
  display: block;
  color: #fff;
}
.button-wrap ul li a.btn span {
  display: block;
  position: relative;
}
.button-wrap ul li a.btn span.text1 {
  line-height: 1.34;
  font-family: 'Fjalla One', sans-serif;
  font-size: clamp(22px, 3vw, 33px);
  font-weight: 400;
  text-align: center;
  width: 494px;
  height: 224px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 26px 20px 18px 18px;
  letter-spacing: -0.8px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.button-wrap ul li a.btn span.text2 {
  font-size: clamp(16px, 1.82vw, 20px);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 228px;
  opacity: 0;
  line-height: 1.3;
  padding: 22px 20px 18px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.button ul li:hover a.btn span.text1,
.button ul li:focus a.btn span.text1 {
  opacity: 0;
}
.button ul li:hover a.btn span.text2,
.button ul li:focus a.btn span.text2 {
  opacity: 1;
}
@media only screen and (max-width: 1150px) {
  .header-wrapper {
    padding: 30px 0;
  }
  .button ul li {
    width: 48%;
  }
  .button-wrap ul li a.btn span {
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
  }
  .button-wrap a.btn {
    width: 100%;
  }
  .button ul li:nth-child(2n) {
    left: 0;
  }
  .header-wrapper .logo {
    left: 0;
  }
  .header-wrapper .name {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 650px) {
  .button ul{
    flex-direction: column;
    gap: 26px;
  }
  .button ul li {
  width: 80%;
}
.content {
  padding: 20px 0;
}
}
  @media only screen and (max-width: 500px) {
    .button ul li{
      min-height: 220px;
      width: 95%;
    }
    .button-wrap a.btn{
      height: 220px;
    }
    .button1 div{
      background-size: contain;
      height: 140px;
      right: 0;
    }
    .button2 div{
      background-size: contain;
      height: 190px;
      width: 180px;
    }
    .header-wrapper .motto{
      margin: 3px auto 0;
    }
  }
  @media only screen and (max-width: 400px) {
  .button ul li {
    min-height: 195px;
  }
  .button-wrap a.btn {
    height: 195px;
}
.button1 div{
  bottom: 28px;
}
.header-wrapper .logo img{
  width: 180px;
}
.header-wrapper {
  padding: 20px 0;
}
.content {
  padding: 0;
}
.button ul li {
  min-height: 170px;
}
.button-wrap a.btn {
  height: 170px;
}
.button2 div {
  height: 170px;
  width: 162px;
}
.button1 div {
  bottom: 12px;
  width: 114px;
}
}