* {
  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 {
  margin-top: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 14px 28px 0px #00000040;
  box-shadow: 0px 14px 28px 0px #00000040;
}
.formBoxTitleContainer {
  background: #5f3598;
  padding: 26px 0;
  border-radius: 6px 6px 0px 0px;
}
.formBoxTitle {
  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;
  padding: 32px 20px 24px 20px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dadada;
  padding: 10px 12px;
  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-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  border: 0;
  border-radius: 6px;
  background: #5a3594;
  padding: 18.5px 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: 617px;
  margin: 0 auto;
}

/* header */
.headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2e4ebf;
  padding: 8px 32px;
}
.headerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  width: 33.33%;
}
.sectionsLink,
.searchLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.23px;
  text-align: center;
}
.sectionsLink img {
  display: block;
}
.logo {
  width: 33.33%;
}
.logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.headerRight {
  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: 61px;
  width: 33.33%;
  text-align: right;
  padding-right: 35px;
}
.suscribeLink {
  display: inline-block;
  color: #2e4ebf;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.25px; /* 125% */
  border-radius: 3px;
  background: #fff;
  padding: 11.5px 9px;
}
.signInLink {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerBottom {
  padding: 18.5px 0;
  border-bottom: 1px solid #cacaca;
}
.headerBottomLinks {
  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: 20px;
}
.headerBottomLink {
  color: #191919;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.25px; /* 125% */
}

/* content */
.content {
  margin-top: 30px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 29px;
}
.contentSocial {
  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;
}
.contentSocialLink img {
  display: block;
}
.contentFull {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.paypal {
  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;
  border-bottom: 1px solid #cacaca;
  padding: 14px 0;
}
.paypalLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paypalSub {
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.25px; /* 125% */
}
.paypalSub a {
  color: #1b75bb;
}
.paypalImg img {
  display: block;
}
.contentSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.contentSub a {
  color: #2e4ebf;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.25px; /* 125% */
}
.contentTitle {
  color: #000;
  font-family: 'PT Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.contentSub1 {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'PT Serif';
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.contentDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  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: 5px;
}
.joinLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #2e4ebf;
  font-family: 'PT Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.joinLink 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: 20px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.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;
}
.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: 'PT Serif';
  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;
  text-align: center;
}
.contentBoxSub1 a {
  color: #e72c2c;
}
.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 {
  background: #252525;
  margin-top: 120px;
}
.footerContainer {
  max-width: 1152px;
  margin: 0 auto;
}
.footerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #777777;
  padding: 41px 0;
}
.footerLogo img {
  display: block;
}
.footerTopLinks {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}
.footerTopLink {
  color: #fff;
  font-family: PT Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
}
.footerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #777777;
}
.footerMiddleLinksBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 67%;
}
.footerMiddleLinksBoxsLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49%;
}
.footerMiddleLinksBoxsLeftColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.footerMiddleLinksBoxTitle {
  color: #fff;
  font-family: 'PT Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.6px; /* 133% */
}
.footerMiddleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 15px;
}
.footerMiddleLink {
  color: #cacaca;
  font-family: 'PT Serif';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 121.875% */
}
.footerMiddleLinksBoxsRight {
  width: 49%;
}
.footerMiddleLinksBoxsRightRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footerMiddleRight {
  width: 30%;
  margin-top: 48px;
}
.nationalBtn {
  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: 24px;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.85px;
  text-align: center;
  background: #ffcd05;
  border: 1px solid #191919;
  padding: 8px 0;
}
.follow {
  margin-top: 56px;
}
.followSub {
  color: #fff;
  font-family: PT Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.6px;
  text-align: left;
}
.followSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin-top: 32px;
}
.followSocialLink img {
  display: block;
}
.followLink {
  display: block;
  color: #fff;
  font-family: PT Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  text-decoration: underline;
  margin-top: 50px;
}
.footerBottomInner {
  padding-top: 28px;
  padding-bottom: 24px;
}
.footerBottomInner img {
  display: block;
}
.footerBottomSub {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.96px;
  text-align: left;
  margin-top: 13px;
}
.footerBottomSub1 {
  margin-top: 8px;
}
.footerBottomLinks {
  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: 16px;
}
.footerBottomLinksLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.footerBottomLink {
  color: #cacaca;
  font-family: PT Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: left;
}
.footerBottomLinksRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}