html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bigGap {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .bigGap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1344px) {
  .bigGap {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.gap {
  padding-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .gap {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1344px) {
  .gap {
    padding-top: 120px;
  }
}
.smallGap {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .smallGap {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1344px) {
  .smallGap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  font-family: Karla, sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1344px) {
  body {
    font-size: 1.5rem;
  }
}
.transition,
a,
button {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
p {
  font-size: 20px;
}
a,
h6,
p {
  line-height: 26px;
}
h6 {
  font-size: 15px;
}
h2 {
  font-size: 36px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
h5 {
  font-size: 21px;
  line-height: 34px;
}
.uppercase {
  text-transform: uppercase;
}
p.small {
  font-size: 18px;
  line-height: 20px;
}
a {
  color: #000;
  word-break: break-word;
}
a:hover {
  color: #cbbba0;
}
a.language {
  position: absolute;
  right: 12px;
  top: 12px;
  border: 1px solid #000;
  display: block;
  z-index: 1;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
a.language:hover {
  background-color: #cbbba0;
  color: #000;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 62px;
    padding-right: 62px;
  }
  .container:before {
    content: '';
    display: table;
  }
  .container:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1344px) {
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 114px;
    padding-right: 114px;
  }
  .container:before {
    content: '';
    display: table;
  }
  .container:after {
    content: '';
    display: table;
    clear: both;
  }
}
section {
  position: relative;
  outline: none;
  color: #000;
}
section:before {
  content: '';
  display: table;
}
section:after {
  content: '';
  display: table;
  clear: both;
}
.black_theme {
  color: #fff;
  background-color: #000;
}
.black_theme section {
  background-color: #000;
  color: #fff;
}
.black_theme section a {
  color: #cbbba0;
}
.black_theme section a:hover {
  color: #cbbb86;
}
.black_theme section .main {
  color: #cbbba0;
}
.black_theme section .main a {
  color: #fff;
}
.black_theme section .main a:hover {
  color: #cbbba0;
}
.black_theme a.language {
  border: 1px solid #cbbba0;
  color: #cbbba0;
}
.black_theme a.language:hover {
  background-color: #cbbba0;
  color: #000;
}
.black_theme .section3 {
  background-color: #000;
}
.black_theme .section3 p.big {
  color: #fff;
}
.black_theme .ui-widget-content {
  border: 1px solid #cbbba0 !important;
  background: #000 !important;
  color: #fff !important;
}
.black_theme #form input {
  border: 1px solid #cbbba0;
  color: #fff;
}
.black_theme #form ::-webkit-input-placeholder {
  color: #fff;
}
.black_theme #form :-ms-input-placeholder {
  color: #fff;
}
.black_theme #form :-moz-placeholder,
.black_theme #form ::-moz-placeholder {
  color: #fff;
}
.black_theme button {
  color: #fff;
}
.black_theme button:hover {
  color: #cbbba0;
}
.section1 {
  text-align: center;
  position: relative;
  position: relative;
  outline: none;
}
.section1:before {
  content: '';
  display: table;
}
.section1:after {
  content: '';
  display: table;
  clear: both;
}
.section1_content {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.section1_content:before {
  content: '';
  display: table;
}
.section1_content:after {
  content: '';
  display: table;
  clear: both;
}
.section1_content p {
  margin-bottom: 30px;
}
.section1_logo {
  display: block;
  position: relative;
  margin-bottom: 72px;
}
.section1_logo img {
  width: 100%;
  max-width: 428px;
  margin: 0 auto;
}
@media only screen and (min-width: 500px) {
  .section1_logo_mobile {
    display: none;
  }
}
.section1_logo_desktop {
  display: none;
}
@media only screen and (min-width: 500px) {
  .section1_logo_desktop {
    display: block;
  }
}
.section1_bg {
  background-position: right 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  background-image: url("../images/section1_bg.png");
  min-height: 60vh;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .section1_bg {
    background-position: right top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1344px) {
  .section1_bg {
    padding: 120px 0;
  }
}
.section1_bg_full {
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background-image: url("../images/section1_bg.png");
  background-position: right 80px;
}
@media only screen and (min-width: 1024px) {
  .section1_bg_full {
    padding: 0px 0;
    min-height: 100vh;
    background-position: right top;
    background-size: cover;
  }
}
.section1_hero {
  display: block;
}
.section1_hero_container {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section1_hero_container:before {
  content: '';
  display: table;
}
.section1_hero_container:after {
  content: '';
  display: table;
  clear: both;
}
.section1_hero_container:before {
  content: '';
  display: table;
}
.section1_hero_container:after {
  content: '';
  display: table;
  clear: both;
}
.section1_hero_container img {
  min-width: 740px;
  margin: auto;
  text-align: center;
}
.section2 {
  position: relative;
  outline: none;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 0 10px 0;
  text-align: center;
}
.section2_bg {
  background-color: #a6a9a9;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
  background-image: url("../images/section2_bg.png");
}
.section2_bg:before {
  content: '';
  display: table;
}
.section2_bg:after {
  content: '';
  display: table;
  clear: both;
}
.section2 h2 {
  font-size: 36px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.section2 h5 {
  font-size: 21px;
  line-height: 34px;
}
.section2_content {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}
.section2_content:before {
  content: '';
  display: table;
}
.section2_content:after {
  content: '';
  display: table;
  clear: both;
}
.section2_content:before {
  content: '';
  display: table;
}
.section2_content:after {
  content: '';
  display: table;
  clear: both;
}
.section2_logo {
  display: block;
  position: relative;
  margin: 110px auto 20px auto;
}
.section2_logo img {
  max-width: 100%;
}
.section2_form {
  display: block;
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.section2_form:before {
  content: '';
  display: table;
}
.section2_form:after {
  content: '';
  display: table;
  clear: both;
}
.section3 {
  background-image: url("./images/section1_bg.png");
  text-align: center;
  background-size: cover;
  background-position: 100% 0;
  position: relative;
  outline: none;
  min-height: 80vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 100px 0 80px;
  overflow: hidden;
}
.section3:after {
  clear: both;
}
.section3 .colm_2 {
  max-width: 424px;
  margin: 0 auto;
}
.section3 .colm_2:after {
  clear: both;
}
.section3 .colm_2 .col {
  width: 100%;
  margin-bottom: 40px;
}
.section3 p.big {
  font-size: 123px;
  line-height: 110px;
  letter-spacing: 2px;
  color: #000;
  margin: 12px 0 58px;
}
.section3 .box {
  border: 1px solid #57544f;
  border-radius: 20px;
  width: 100%;
  padding-top: 40px;
  background-color: transparent;
}
.section3 .box .check {
  max-width: 35px;
  width: 35px;
  position: absolute;
  left: 8%;
  top: 43px;
  opacity: 0;
}
.section3 .box .check .cls-1 {
  fill: #caba9f;
}
.section3 .box_big {
  position: relative;
}
.section3 .box_info {
  width: 100%;
  position: relative;
  border-top: 1px solid #57544f;
  display: block;
}
.section3 .box_info:before {
  content: "";
  display: table;
}
.section3 .box_info:after {
  content: "";
  display: table;
  clear: both;
}
.section3 .box_info .col {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 0;
}
.section3 .box_info .cls-1 {
  fill: #57544f;
}
.section3 a {
  text-decoration: none;
}
.section3 a.box-active .check {
  opacity: 1;
}
.section3_content {
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  color: #fff;
  width: 100%;
}
.section3_content:after {
  clear: both;
}
.section3_content p {
  margin-bottom: 30px;
}
.section3_logo {
  display: block;
  position: relative;
  margin-bottom: 72px;
}
.section3_logo img {
  max-width: 100%;
}
.section3 .colm_2:after,
.section3 .colm_2:before {
  content: "";
  display: table;
}
@media only screen and (min-width: 980px) {
  .section3 .colm_2 {
    margin-top: 40px;
    max-width: 966px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
  .section3 .colm_2:after {
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  .section3 .colm_2:after,
  .section3 .colm_2:before {
    content: "";
    display: table;
  }
}
@media only screen and (min-width: 980px) {
  .section3 .colm_2 .col {
    width: calc(49.95% - 30px);
  }
  .section3 .colm_2 .col:nth-child(1n) {
    float: left;
    margin-right: 60px;
    clear: none;
  }
  .section3 .colm_2 .col:last-child {
    margin-right: 0;
  }
  .section3 .colm_2 .col:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .section3 .colm_2 .col:nth-child(odd) {
    clear: both;
  }
}
@media only screen and (min-width: 420px) {
  .section3 .box_info .col {
    padding: 40px 0;
    width: 49.95%;
  }
  .section3 .box_info .col:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  .section3 .box_info .col:last-child {
    margin-right: 0;
    margin-left: -1px;
    border-left: 1px solid #57544f;
  }
  .section3 .box_info .col:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .section3 .box_info .col:nth-child(odd) {
    clear: both;
  }
}
.section3 .box_info img,
.section3 .box_info svg {
  max-width: 52px;
  width: 52px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 380px) {
  .section3 .box .check {
    left: 16%;
  }
}
@media only screen and (min-width: 480px) {
  .section3 .box .check {
    left: 90px;
  }
}
.section3 a.box-active .box,
.section3 a:hover .box {
  background-color: #57544f;
  border: 1px solid #000;
}
.section3 a.box-active .box_info,
.section3 a:hover .box_info {
  border-top: 1px solid #000;
}
.section3 a.box-active .box_info .col:last-child,
.section3 a:hover .box_info .col:last-child {
  border-left: 1px solid #000;
}
.section3 a.box-active .cls-1,
.section3 a:hover .cls-1 {
  fill: #000;
}
.sectionform {
  background-image: url("images/section1_bg.png");
  background-color: #000;
  text-align: center;
  background-size: cover;
  background-position: 100% 0;
  position: relative;
  outline: none;
  min-height: 80vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 100px 0 80px;
  overflow: hidden;
}
.sectionform:after {
  clear: both;
}
.sectionform:after,
.sectionform:before {
  content: "";
  display: table;
}
.sectionform_content {
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  color: #fff;
  width: 100%;
}
.sectionform_content:after {
  clear: both;
}
.sectionform_content p {
  margin-bottom: 30px;
}
.sectionform_content:after,
.sectionform_content:before {
  content: "";
  display: table;
}
.sectionform_logo {
  display: block;
  position: relative;
  margin-bottom: 72px;
}
.sectionform_logo img {
  max-width: 100%;
}
.sectionform_form {
  display: block;
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.sectionform_form:after {
  clear: both;
}
.sectionform_form:after,
.sectionform_form:before {
  content: "";
  display: table;
}
.ui-widget-content {
  border: 1px solid #000 !important;
  background: #bbb lack !important;
  color: #fff !important;
}
#form,
#form input {
  display: block;
  position: relative;
  width: 100%;
}
#form input {
  background: transparent;
  border: 1px solid #000;
  padding: 12px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-family: Karla, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 12px;
}
#form input:focus {
  outline: none;
}
#form ::-webkit-input-placeholder {
  color: #000;
}
#form :-ms-input-placeholder {
  color: #000;
}
#form :-moz-placeholder,
#form ::-moz-placeholder {
  color: #000;
}
button {
  font-size: 15px;
  line-height: 20px;
  border: none;
  background-color: transparent;
  color: #000;
  margin: 12px 0 0 auto;
  display: block;
  position: relative;
  cursor: pointer;
}
button:hover {
  color: #cbbba0;
}
.custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-combobox-toggle {
  position: absolute;
  top: 40px;
  right: -2px;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  background-color: #000;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
select {
  width: 100%;
  font-family: Karla, sans-serif;
}
.ui-button:hover {
  border: solid #cbbba0;
  background: #cbbba0;
  font-weight: 400;
  color: #000;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #cbbba0;
  background: #cbbba0;
  font-weight: 400;
  color: #000;
}
.passwd {
  text-decoration: none;
  font-weight: 200;
  font-size: 24px;
  color: #fff;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
  text-align: center;
}
