* {
  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: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
.formTitleContainer {
  border-radius: 6px 6px 0px 0px;
  background: #5f3598;
  padding: 10px;
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: 'PT Serif';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: 1px;
}
.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;
  position: relative;
  padding: 32px 20px 24px 20px;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dadada;
  background: #fff;
  padding: 15.75px 11px;
  margin-bottom: 24px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 115% */
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  background: #5a3594;
  border: 0;
  padding: 15.75px 0;
  cursor: pointer;
  margin-top: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #5a3594;
  box-shadow: 0 0 10px #5a3594;
}
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: 1152px;
  margin: 0 auto;
}
.container1 {
  max-width: 1000px;
  margin: 0 auto;
}

/* header */
.headerTop {
  padding: 15px 0;
  background: #fff;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.headerTopLink {
  color: #bdc1c8;
  font-family: 'Roboto Condensed';
  font-size: 10.313px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 116.364% */
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerTopLink:hover {
  color: #2a303b;
}
.headerTopLink.active {
  color: #2a303b;
}
.headerTopDivider {
  width: 1px;
  height: 16.09px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #d5d8dc;
}
.headerMiddle {
  background: #fff;
}
.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;
}
.headerMiddleLeftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10.4px;
  width: 25%;
  color: #717b8e;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
}
.headerMiddleLeftLink img {
  display: block;
  max-width: 100%;
}
.logo {
  display: block;
  width: 50%;
  margin-bottom: 34px;
}
.logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.headerMiddleRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 16px;
  width: 25%;
}
.headerMiddleRightLink1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #383f4e;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headerMiddleRightLink1 img {
  display: block;
}
.headerMiddleRightDivider {
  width: 1px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e2e4e9;
}
.headerMiddleRightLink2 {
  display: inline-block;
  color: #2a303b;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  border-radius: 3px;
  background: #ffc700;
  padding: 8px 16px;
}
.headerBottom {
  border-top: 4px solid #026b9c;
  border-bottom: 1px solid #eff0f3;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.headerBottomInner {
  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;
}
.homeLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
}
.homeLink img {
  display: block;
}
.headerBottomLinks {
  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;
  gap: 38px;
}
.headerBottomLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 2px;
  color: #2a303b;
  font-family: 'Roboto Condensed';
  font-size: 15.891px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 16px;
}
.headerBottomLink img {
  display: block;
}
.searchLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
}
.searchLink img {
  display: block;
}
.headerMobile {
  display: none;
}

/* content */
.content {
  background: #f5f6f8;
}
.contentInner {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 87px;
}
.contentTop {
  max-width: 840px;
}
.contentSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.contentSub {
  color: #717b8e;
  font-family: 'Trebuchet MS';
  font-size: 17.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 136.364% */
  text-transform: uppercase;
}
.contentTitle {
  color: #2a303b;
  font-family: Georgia;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.contentDateSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.contentDateSub {
  color: #717b8e;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentTopBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.contentTopBtn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #383f4e;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #717b8e;
}
.contentTopBtn1 img {
  display: block;
}
.contentTopBtn2 img {
  display: block;
}
.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: 30px;
  max-width: 556px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxImgSub {
  color: #717b8e;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.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: 30px;
}
.contentBoxSub {
  color: #000;
  font-family: Georgia;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentBoxImgSub1 {
  margin-top: 10px;
}
.italic {
  font-style: italic;
}
.contentBoxSub1 {
  color: #f7350f;
  text-align: center;
  font-family: Georgia;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* footer */
.footer {
  padding: 40px 0;
  background: #2a303b;
}
.footerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerTopLeft {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 24px;
}
.footerTopLeftBox {
  width: 33.33%;
}
.footerTopLeftBoxTitle {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 12.141px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 115.315% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footerTopLeftLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7.8px;
  margin-top: 8px;
}
.footerTopLeftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6px;
  color: #e8eaee;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.99px; /* 123% */
}
.footerTopRight {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.footerTopRightBox:first-child {
  border: 0;
  padding: 0;
}
.footerTopRightBox {
  border-top: 1px solid #a4a9b4;
  padding-top: 25px;
}
.footerTopRightBoxLinks {
  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: 18px;
}
.footerTopRightBoxLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #e8eaee;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.99px; /* 123% */
}
.footerTopRightBoxLink img {
  display: block;
}
.footerMiddle {
  margin-top: 30px;
}
.footerMiddleInner {
  border-top: 1px solid #a4a9b4;
  padding: 25px 0;
}
.footerMiddleTitle {
  color: #fff;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 11.922px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.92px; /* 150.312% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footerMiddleLinks {
  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;
  margin-top: 18px;
}
.footerMiddleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6px;
  color: #e8eaee;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.99px; /* 123% */
}
.footerBottomInner {
  border-top: 1px solid #a4a9b4;
  padding-top: 25px;
}
.footerBottomTitle {
  color: #fff;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 12.031px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.92px; /* 148.945% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 31.8px;
  margin-top: 14px;
}
.footerBottomLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #e8eaee;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.99px; /* 123% */
}
.footerBottomLink img {
  display: block;
}
