.upperCase {
  text-transform: uppercase;
}

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

body {
  color: #4C4C4C;
  font-size: 25px;
  margin: 0 auto;
  font-family: "db_helvethaica_x";
  max-width: 1920px;
  overflow-x: hidden;
}

a {
  color: #4C4C4C;
}
a:hover {
  color: #4C4C4C;
  text-decoration: none;
}

.button-control {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.button-control.btnCenter {
  align-items: center;
  justify-content: center;
}

.btn {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  min-width: 130px;
  max-width: max-content;
  height: 58px;
  padding: 0 20px;
  display: flex;
  font-size: 18px;
  line-height: 25px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border: 1px solid #FF7301;
}
.btn.btnPrimary {
  font-size: 18px;
  background: #FF7301;
  padding: 0 30px;
  font-weight: 400;
  font-family: "kanitlight";
}
.btn.btnPrimary span {
  display: inline-flex;
  color: #FFFFFF;
}
.btn.btnPrimary .icons {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  align-items: center;
  justify-content: center;
}
.btn.btnPrimary .icons path {
  fill: #FFFFFF;
}
.btn.btnPrimary:hover {
  box-shadow: inset 200px 0 0 #013CA6, 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-color: #013CA6;
}
.btn.btnLink {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  min-width: inherit;
}
.btn.btnLink span {
  display: inline-flex;
  color: #FF7301;
  text-decoration: underline;
}
.btn.btnLink .icons {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}
.btn.btnOutline {
  border-color: #013CA6;
  background: #FFFFFF;
  font-size: 28px;
  padding: 0 30px;
  font-weight: 400;
}
.btn.btnOutline span {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  display: inline-flex;
  color: #373737;
}
.btn.btnOutline .icons {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  align-items: center;
  justify-content: center;
}
.btn.btnOutline .icons svg path {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.btn.btnOutline:hover {
  box-shadow: inset 200px 0 0 #013CA6, 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-color: #013CA6;
}
.btn.btnOutline:hover span {
  color: #FFFFFF;
}
.btn.btnOutline:hover .icons svg path {
  fill: #FFFFFF;
}
.btn.btnAnimate {
  border: none;
  padding: 0;
  max-width: inherit;
  overflow: hidden;
  height: auto;
}
.btn.btnAnimate span {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  display: inline-flex;
  color: #FF7301;
  overflow: hidden;
  visibility: hidden;
  margin-left: calc(-100% - 36px);
  margin-right: 15px;
  opacity: 0;
}
.btn.btnAnimate .icons {
  width: 36px;
  height: 36px;
}
.btn.btnAnimate .icons.icoArrowCircle {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  transform: rotate(0);
  background-image: url("../images/icons/ico-arrow-circle.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.btn.btnAnimate:hover span {
  visibility: visible;
  margin-left: 0;
  opacity: 1;
}
.btn.btnAnimate:hover .icoArrowCircle {
  transform: rotate(360deg);
  background-image: url("../images/icons/ico-arrow-circle-active.svg");
}
@media only screen and (max-width: 767px) {
  .btn.btnAnimate span {
    visibility: visible !important;
    margin-left: 0 !important;
    opacity: 1 !important;
  }
  .btn.btnAnimate .icoArrowCircle {
    transform: rotate(360deg) !important;
    background-image: url("../images/icons/ico-arrow-circle-active.svg") !important;
  }
}
.btn.btnLine {
  font-family: "kanitlight";
  border-color: #41CD2A;
  background: #41CD2A;
  color: #FFFFFF;
  padding: 0 30px;
  font-size: 18px;
}
.btn.btnLine .icons {
  margin-left: 18px;
}
.btn.btnLine .icons svg path {
  fill: #FFFFFF;
}
.btn.btnLight {
  padding: 0;
  border: none;
  height: auto;
  border-radius: 0;
  min-width: inherit;
  color: #FF7301;
}
.btn.btnLight .icons {
  margin-right: 20px;
}
.btn.btnLight .icons svg path {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}

.h-xxl {
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: 1px;
}

.h-xl {
  font-size: 78px;
  line-height: 86px;
  font-weight: 700;
  letter-spacing: 1px;
}

.h-lg {
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
  letter-spacing: 1px;
}

.h-md {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.h-1 {
  font-size: 68px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 1px;
}

.h-2 {
  font-size: 56px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 1px;
}

.h-3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
}

.h-4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}

.con-1 {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 1px;
}

.con-2 {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 1px;
}

.con-4 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
}

.con-5 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
}

.con-6 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

[class^=h-].fBold,
[class^=con-].fBold {
  font-weight: 700;
}
[class^=h-].fMed,
[class^=con-].fMed {
  font-weight: 400;
}

.fKanit {
  font-family: "kanitlight";
}

.fKanitB {
  font-family: "kanitmedium";
}

.cBlue {
  color: #013CA6;
}

.cGray {
  color: #373737;
}

.cWhite {
  color: #FFFFFF;
}

.cOrange {
  color: #FF7301;
}

.bgLightBlue {
  background-color: #EFF4F9;
}

.bgLightGray {
  background-color: #E5E5E5;
}

.mb-s {
  margin-bottom: 16px;
}

.mt-s {
  margin-top: 16px;
}

.mb-m {
  margin-bottom: 35px;
}

.mt-m {
  margin-top: 35px;
}

.mb-l {
  margin-bottom: 65px;
}

.mt-l {
  margin-top: 65px;
}

.mt-xl {
  margin-top: 85px;
}

.mb-xl {
  margin-bottom: 85px;
}