/*=================================
=            Animation            =
=================================*/
.element_anim, .element_anim_1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.element_anim.start_anim, .element_anim_1.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.element_anim_2.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.element_anim_3.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.element_anim_4.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}

.element_anim_5.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.fade_anim_1 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fade_anim_1.start_anim {
  opacity: 1;
}

.fade_anim_2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.fade_anim_2.start_anim {
  opacity: 1;
}

.fade_anim_3 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.fade_anim_3.start_anim {
  opacity: 1;
}

/*=====  End of Animation  ======*/
.gray_c {
  color: #808080;
}

.red_c {
  color: #E31A35;
}

.gray2_c {
  color: #AAAAAA;
}

.white_c {
  color: #fff;
}

.blue2_c {
  color: #5580AA;
}

.gray3_c {
  color: #B4B4B4;
}

.text_32, .text_72, .text_24, .text_12, .text_40, .text_18, .text_14, .text_7, .text_30, .text_22 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 900;
}

.text_72 {
  font-size: 72px;
  line-height: 72px;
}

@media screen and (max-width: 1024px) {
  .text_72 {
    font-size: 56px;
  }
}

@media screen and (max-width: 359px) {
  .text_72 {
    font-size: 48px;
    line-height: 64px;
  }
}

.text_40 {
  font-size: 40px;
  line-height: 40px;
}

.text_32 {
  font-size: 32px;
  line-height: 40px;
}

@media screen and (max-width: 359px) {
  .text_32 {
    font-size: 28px;
  }
}

.text_30 {
  font-size: 30px;
  line-height: 35px;
}

.text_24 {
  font-size: 24px;
}

.text_24.lh32 {
  line-height: 32px;
}

.text_24.lh24 {
  line-height: 24px;
}

.text_22 {
  font-size: 22px;
  line-height: 28px;
}

.text_18 {
  font-size: 18px;
}

.text_18.lh24 {
  line-height: 24px;
}

.text_18.lh20 {
  line-height: 20px;
}

.text_14 {
  font-size: 14px;
}

.text_14.lh20 {
  line-height: 20px;
}

.text_14.lh22 {
  line-height: 22px;
}

.text_12 {
  font-size: 12px;
}

.text_12.lh16 {
  line-height: 16px;
}

.text_12.lh12 {
  line-height: 12px;
}

.text_7 {
  font-size: 7px;
  line-height: 14px;
}

.text_proxima_16 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.text_proxima_16.lh24 {
  line-height: 24px;
}

.text_proxima_16.lh22 {
  line-height: 22px;
}

.text_proxima_16.lh20 {
  line-height: 20px;
}

.text_proxima_16.lh16 {
  line-height: 16px;
}

.text_proxima_16.fw8 {
  font-weight: 800;
}

.text_proxima_16.fw6 {
  font-weight: 600;
}

.text_proxima_16.fw7 {
  font-weight: 700;
}

.text_proxima_16.fw9 {
  font-weight: 900;
}

.text_proxima_14 {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.text_proxima_14.lh24 {
  line-height: 24px;
}

.text_proxima_14.lh22 {
  line-height: 22px;
}

.text_proxima_14.lh20 {
  line-height: 20px;
}

.text_proxima_14.fw8 {
  font-weight: 800;
}

.text_proxima_14.fw6 {
  font-weight: 600;
}

.text_proxima_14.fw7 {
  font-weight: bold;
}

.text_proxima_12 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.text_proxima_10 {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.wysiwyg {
  color: #222222;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Kanit", sans-serif;
}

.wysiwyg h1 {
  font-size: 72px;
  line-height: 72px;
}

.wysiwyg h2 {
  font-size: 40px;
  line-height: 40px;
}

.wysiwyg h3 {
  font-size: 32px;
  line-height: 40px;
}

.wysiwyg h4 {
  font-size: 24px;
  line-height: 24px;
}

.wysiwyg h5 {
  font-size: 18px;
  line-height: 20px;
}

.wysiwyg h6 {
  font-size: 14px;
  line-height: 22px;
}

.wysiwyg p {
  margin: 0;
}

.wysiwyg a {
  text-decoration: underline;
}

.basicBtn {
  border: 1px solid #E31A35;
  border-radius: 4px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #E31A35;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 16px 1px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .basicBtn:hover {
    background-color: #E31A35;
    color: #fff;
  }
}

.basicBtn.bg_fill {
  background-color: #E31A35;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .basicBtn.bg_fill:hover {
    background-color: #fff;
    color: #E31A35;
  }
}

.basicBtn.big_one {
  width: 100%;
  height: 38px;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
}

.basicBtn.inactive {
  pointer-events: none;
}

@media screen and (max-width: 375px) {
  .basicBtn {
    font-size: 13px;
    padding: 0 9px 1px;
  }
}

form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

form.sending {
  opacity: 0.7;
  pointer-events: none;
}

form .ajax-loader, form .wpcf7-not-valid-tip {
  display: none !important;
}

form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 10px !important;
}

form input[type="text"], form input[type="password"], form input[type="email"] {
  margin-bottom: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

form input[type="text"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form input[type="text"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="email"]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form input[type="text"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="email"]:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form input[type="text"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form input[type="text"].wpcf7-not-valid, form input[type="password"].wpcf7-not-valid, form input[type="email"].wpcf7-not-valid {
  border: 1px solid #E31A35;
}

form input[type="text"].parsley-error, form input[type="password"].parsley-error, form input[type="email"].parsley-error {
  border-color: #E31A35;
}

form textarea {
  width: 100%;
  height: 120px;
  resize: none;
  margin-bottom: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 14px 16px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

form textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 600;
}

form textarea.wpcf7-not-valid {
  border: 1px solid #E31A35;
}

form textarea.parsley-error {
  border-color: #E31A35;
}

form input[type="submit"] {
  width: 100%;
  height: 48px;
  background-color: #EB232E;
  border: 1px solid #E31A35;
  border-radius: 4px;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}

form .message {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #EB232E;
}

form .message.grey {
  font-weight: 600;
  text-align: left;
  color: #808080;
}

form .validate_msg {
  font-size: 12px;
  color: #EB232E;
  z-index: 5;
  margin-top: -17px;
  line-height: 1;
  padding-bottom: 10px;
  display: none;
}

form .two_input {
  width: calc(100% + 24px);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-bottom: 24px;
}

form .two_input input {
  width: 50%;
  margin: 0 12px;
}

form .selectboxit-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  margin-bottom: 24px;
}

form .selectboxit-container * {
  outline: none;
}

form .selectboxit-container .selectboxit {
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 48px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.02em;
  line-height: 24px;
}

form .selectboxit-container .selectboxit.parsley-error {
  border-color: #ff0000 !important;
}

form .selectboxit-container .selectboxit.wpcf7-not-valid {
  border: 1px solid #E31A35 !important;
}

form .selectboxit-container .selectboxit::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: calc(50% - 4px);
  right: 17px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #E31A35;
}

form .selectboxit-container .selectboxit-text[data-val=""] {
  color: #ccc;
  font-weight: 600;
}

form .selectboxit-container span {
  padding-left: 11px;
  height: 48px;
  line-height: 46px;
  display: block;
}

form .selectboxit-container .selectboxit-option-icon-container {
  display: none;
}

form .selectboxit-container .selectboxit-options {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: calc(100% - 3px);
  border: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 0 0 4px 4px;
}

form .selectboxit-container .selectboxit-option {
  background-color: #fff;
  padding: 11px 14px;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 24px;
}

form .selectboxit-container .selectboxit-option.selectboxit-focus {
  background-color: #B4B4B4;
}

form .selectboxit-container .selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100% !important;
  font-weight: 600;
  font-size: 16px;
}

form .selectboxit-container .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}

form select.parsley-error[name="user_position"] {
  background-color: red;
}

form select.parsley-error[name="user_position"] + .selectboxit-container .selectboxit {
  border-color: #ff0000;
}

form select.parsley-error[name="user_position"] + ul + .selectboxit-container .selectboxit {
  border-color: #ff0000;
}

form input[type="password"] {
  padding-right: 82px;
}

form .pass_wrap {
  position: relative;
}

form .pass_wrap .pass_value {
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  right: 15px;
}

form .pass_wrap .pass_value.weak {
  color: #E31A35;
}

form .pass_wrap .pass_value.good {
  color: #ffd90f;
}

form .pass_wrap .pass_value.strong {
  color: #19C234;
}

form .pass_wrap .parsley-error + ul + .pass_value + .validate_msg, form .pass_wrap .parsley-error + ul + .validate_msg, form .pass_wrap .parsley-error + .validate_msg {
  display: block;
}

form .confirm_pw {
  position: relative;
}

form .confirm_pw .icons {
  position: absolute;
  top: 16px;
  right: 15px;
}

form .confirm_pw .icons img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 16px;
  height: 16px;
}

form .confirm_pw .icons img.active {
  opacity: 1;
}

form .confirm_pw .parsley-success + ul + .icons .ok, form .confirm_pw .parsley-success .icons .ok {
  opacity: 1;
}

form .confirm_pw .parsley-error + ul + .icons .nook, form .confirm_pw .parsley-error .icons .nook {
  opacity: 1;
}

form .parsley-errors-list {
  display: none;
}

.default_page_wrap {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 80px;
}

.default_page_wrap .heading_default_page {
  padding: 72px 0 8px;
  text-align: center;
}

.default_page_wrap .one_content {
  margin-top: 32px;
}

.default_page_wrap .subheading {
  margin-bottom: 16px;
}

.default_page_wrap .wysiwyg_content {
  margin-bottom: 72px;
}

.checkbox_wrap {
  padding: 17px 0;
}

.checkbox_wrap label {
  display: block;
  padding: 8px 0;
  cursor: pointer;
}

.checkbox_wrap span {
  display: block;
  margin: 0;
  padding: 2px 0 2px 35px;
  position: relative;
}

.checkbox_wrap span::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox_wrap span::after {
  content: "";
  width: 13px;
  height: 8px;
  border-bottom: 3px solid #E31A35;
  border-left: 3px solid #E31A35;
  position: absolute;
  left: 6px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.checkbox_wrap input {
  display: none;
}

.checkbox_wrap input:checked + span::before {
  border-color: #E31A35;
}

.checkbox_wrap input:checked + span::after {
  opacity: 1;
}

.checkbox_wrap .valid_error span {
  color: #E31A35 !important;
}

.checkbox_wrap .valid_error span::before {
  border-color: #E31A35;
}

@media screen and (max-width: 1024px) {
  .default_page_wrap {
    max-width: 608px;
  }
}

@media screen and (max-width: 767px) {
  .default_page_wrap {
    max-width: 100%;
    margin-top: 76px;
  }
  .default_page_wrap .heading_default_page {
    padding: 89px 0 0;
  }
}

.progress_circle {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}

.progress_circle .circular-chart {
  display: block;
  max-width: 40px;
  max-height: 40px;
}

.progress_circle .circle-bg {
  fill: none;
  stroke: #E1E1E1;
  stroke-width: 4px;
}

.progress_circle .circle {
  fill: none;
  stroke-width: 4px;
  stroke-linecap: butt;
  -webkit-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
  stroke: #E31A35;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.progress_circle .percentage {
  color: #E31A35;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=page.css.map */