* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* 02. Default */
#formbox {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.formBoxTitleContainer {
  padding: 17px 0;
  border-radius: 10px 10px 0px 0px;
  background: #60359b;
}
.formBoxTitle {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px; /* 104% */
  text-transform: uppercase;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 60px 20px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  background: #60359b;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #60359b;
  box-shadow: 0 0 10px #60359b;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1296px;
  margin: 0 auto;
}

/* header */
.headerTop {
  padding-bottom: 20px;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerTopLeftLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.headerTopLeftLinks img {
  display: block;
  max-width: 100%;
}
.headerTopLeftLink {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerTopRight img {
  display: block;
  max-width: 100%;
}
.headerTopRightLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerTopRightLink {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 10px;
}
.headerTopRightLink:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.headerMiddle {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
.headerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerMiddleSub {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerMiddleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.headerMiddleLink {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headerBottom {
  padding: 20px 0;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.headerBottomLink {
  color: #010199;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* content */
.content {
  margin-top: 30px;
}
.contentInner {
  max-width: 1248px;
  margin: 0 auto;
}
.contentTitle {
  color: #000;
  font-family: 'PT Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentBottom {
  max-width: 1047px;
  margin: 0 auto;
}
.contentSub {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'PT Serif';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxImg1 img {
  width: auto;
}
.contentBoxImgSub {
  color: #555;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.contentBoxImgSub a {
  color: #555;
  text-decoration: underline;
}
.contentBoxImg1Sub {
  padding: 0 30px;
  margin-top: 20px;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contentBoxSub {
  color: #000;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentBoxSub a {
  color: #191919;
  text-decoration: underline;
}
.contentBoxSubs1 {
  gap: 16px;
}
.contentBoxSub1 {
  color: #e72c2c;
  font-weight: 700;
}
.contentBoxSub1 a {
  color: #010199;
}
.contentBottomSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.contentBottomSocialLink img {
  display: block;
}

/* footer */
.footer {
  margin-top: 56px;
}
.footerTop {
  background: #212335;
  padding-top: 72px;
  padding-bottom: 68px;
}
.footerTopRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerTopRow1 .footerTopColumn:first-child {
  width: 50%;
}
.footerTopRow1 .footerTopColumn:nth-child(2) {
  width: 30%;
}
.footerTopRow1 .footerTopColumn:nth-child(3) {
  width: 16%;
}
.footerTopColumnTitle {
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  padding-bottom: 13.5px;
  border-bottom: 1px solid #5e5e6e;
}
.footerTopColumnLinksBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerTopColumnLinksBox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.footerTopColumnLink {
  color: #cdcdd6;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.footerTopColumnSocialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.footerTopColumnSocialLink img {
  display: block;
}
.footerTopRow2 {
  margin-top: 24px;
}
.footerTopRow2 .footerTopColumn {
  width: 100%;
}
.footerTopRow2 .footerTopColumnLinksBox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.footerBottom {
  background: #252a3f;
  padding: 60px 0;
}
.footerBottomTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-left: 40px;
}
.footerBottomLink {
  color: #fff;
  font-family: 'Public Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 213.333% */
  letter-spacing: -0.2px;
  padding-left: 25px;
  border-left: 1px solid #687087;
}
.footerBottomLink:first-child {
  border: 0;
  padding-left: 0;
}
.settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.1px;
  border-radius: 2px;
  border: 1px solid #484c61;
  background: rgba(72, 76, 97, 0.2);
  padding: 5.5px 12.631px 6.5px 13px;
  margin-left: 25px;
}
.footerBottomLink1Container {
  max-width: 850px;
}
.footerBottomLink1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8.7px;
  color: #d6dbe6;
  font-family: 'Public Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 246.154% */
  letter-spacing: -0.3px;
  margin-top: 10px;
  margin-left: auto;
}
.footerBottomLink1 span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #0ae16d;
}
.footerBottomSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  max-width: 750px;
  margin-left: 100px;
  margin-top: 12px;
}
.footerBottomSub {
  color: #d6dbe6;
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.5px;
}
