* {
  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 {
  max-width: 390px;
  margin: 0 auto;
  width: 100%;
  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 {
  border-radius: 10px 10px 0px 0px;
  background: #60359b;
  padding: 17px 0;
}
.formBoxTitle {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  text-transform: uppercase;
}
.formBoxTitle a {
  color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.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: 28.5px 37px;
  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;
  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: 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: 1155px;
  margin: 0 auto;
}

/* header */
.headerTop {
  padding-top: 32px;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 4px;
}
.headerTopLeftSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: Inter;
  font-size: 10.313px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 155.152% */
}
.headerDivider {
  color: #757575;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
}
.underline {
  text-decoration: underline;
}
.languageLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 77px;
  color: #111;
  font-family: Inter;
  font-size: 10.313px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 232.727% */
  text-transform: uppercase;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.headerTopBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.headerTopBtn1 {
  display: inline-block;
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 10.484px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px; /* 143.07% */
  text-transform: uppercase;
  border-radius: 2px;
  background: #f7cf3c;
  padding: 6px 8.8px 7px 9px;
}
.headerTopBtn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 9.969px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 150.47% */
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #f7cf3c;
  padding: 6px 9px;
}
.headerMiddle {
  padding-top: 20px;
}
.headerMiddleInner {
  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;
  position: relative;
}
.burgerLink {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burgerLink img {
  display: block;
}
.logo {
  width: 100%;
}
.logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.headerBottom {
  margin-top: 34px;
}
.headerBottomInner {
  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;
  border-bottom: 1px solid #4a4a4a;
  border-top: 1px solid #efefef;
}
.headerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #efefef;
}
.headerBottomLink {
  display: block;
  color: #000;
  font-family: Inter;
  font-size: 9.969px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130.408% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding: 15px 9px;
}
.headerBottomBtn {
  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;
  color: #fff;
  font-family: Inter;
  font-size: 10.656px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 121.994% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
  border-radius: 57px;
  background: #1eb0fc;
  padding: 5px 9px;
}
.mobileHeader {
  display: none;
}
.mobileHeaderTop {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.09);
}
.mobileHeaderTopInner {
  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;
}
.mobileHeaderTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
.mobileBurgerLink img {
  display: block;
}
.mobileLogo img {
  display: block;
  max-width: 100%;
}
.mobileHeaderTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.userLink img {
  display: block;
}
.mobileHeaderBottom {
  padding-top: 15px;
}
.mobileHeaderBottomInner {
  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;
}
.expressLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 10.484px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 143.07% */
  text-transform: uppercase;
}
.expressLink img {
  display: block;
}

/* content */
.content {
  margin-top: 50px;
}
.contentInner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.contentSub {
  color: #216087;
  font-family: 'PT Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentTitle {
  color: #000;
  font-family: 'PT Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  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%;
}
.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: #216087;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentBoxSub .contentBoxSubLink {
  color: #000;
  font-family: 'PT Serif';
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentBoxSubs1 {
  gap: 16px;
}
.contentBoxSub1 {
  color: #e72c2c;
  font-weight: 700;
  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;
}

/* accounts */
.accounts {
  margin-top: 120px;
}
.accountsInner {
  max-width: 1155px;
  margin: 0 auto;
  border-top: 8px solid #000;
  padding-top: 44px;
}
.accountsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29.8px;
  border-bottom: 2px solid #efefef;
}
.accountLink {
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 13.828px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.25px; /* 124.746% */
  padding-bottom: 12.25px;
  border-bottom: 2px solid transparent;
}
.accountLinkActive {
  font-weight: 700;
  border-bottom: 2px solid #139988;
}
.accountsBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15.5px;
  margin-top: 22px;
}
.accountsLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15.5px;
}
.accountLeftBlock1 {
  background: #139988;
  max-width: 166px;
  width: 100%;
  padding: 34px 29.166px 0 29.166px;
  height: 273.05px;
}
.accountLeftBlock1 img {
  display: block;
  max-width: 100%;
}
.accountLeftBlock2 {
  padding-left: 14.5px;
  border-left: 1px solid #dedede;
  max-width: 364px;
  width: 100%;
  height: 273.05px;
}
.accountLeftBlock2 img {
  display: block;
  max-width: 100%;
}
.accountLeftSub {
  color: #111;
  font-family: Inter;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 124.138% */
  letter-spacing: -0.09px;
  margin-top: 13px;
}
.accountsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 15.5px);
}
.accountItem {
  width: calc(33.333% - 15.5px);
  padding-left: 14.5px;
  border-left: 1px solid #dedede;
  height: 273.05px;
}
.accountItemImg img {
  display: block;
  max-width: 100%;
}
.accountItemSub {
  color: #111;
  font-family: Inter;
  font-size: 12.797px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 125.031% */
  letter-spacing: -0.08px;
  margin-top: 14px;
}

/* most */
.most {
  margin-top: 70px;
}
.mostInner {
  border-top: 8px solid #000;
}
.mostTitle {
  color: #222;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px; /* 100% */
  letter-spacing: -0.65px;
  border-bottom: 1px solid #000;
  margin-top: 50px;
  padding-bottom: 12px;
  position: relative;
}
.mostTitle:after {
  content: '';
  width: 90%;
  max-width: 13.125rem;
  height: 0.1875rem;
  background: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mostSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-left: 20px;
  margin-top: 42px;
  max-width: 768px;
}
.mostSubsRow {
  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;
}
.mostSub {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  padding-left: 24px;
}
.mostSub::marker {
  display: block;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
}

/* items */
.items {
  margin-top: 58px;
}
.itemsInner {
  max-width: 1155px;
  margin: 0 auto;
  border-top: 8px solid #000;
  border-bottom: 1px solid #4a4a4a;
  padding: 38px 67px 42px 53px;
}
.itemsBlocks {
  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;
}
.itemBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.itemBlockSub {
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 9.219px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 130.169% */
  text-transform: uppercase;
}

/* pages */
.pages {
  margin-top: 30px;
}
.pagesInner {
  max-width: 1155px;
  margin: 0 auto;
  padding: 47px 11px 7px 27px;
}
.pagesBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pageBlock1 {
  max-width: 304px;
  width: 100%;
}
.pageBlock1Img img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.pageBlock1Links {
  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: 24px;
}
.pageBlock1Link1 {
  color: #016ca2;
  font-family: Inter;
  font-size: 13.344px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.1px; /* 120.656% */
}
.pageBlock1Link2 {
  color: #016ca2;
  font-family: Inter;
  font-size: 12.797px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.1px; /* 125.812% */
}
.pageBlock2 {
  max-width: 379px;
  width: 100%;
  padding-left: 24px;
  border-left: 1px solid #efefef;
}
.pageBlock2Top {
  border-bottom: 1px solid #4a4a4a;
}
.pageBlock2Title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px; /* 125% */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  padding-right: 44px;
  padding-bottom: 9px;
  border-bottom: 2px solid #000;
}
.pageBlock2TextBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px;
  margin-top: 23px;
}
.pageBlock2TextBlock {
  padding-bottom: 27px;
  border-bottom: 1px solid #efefef;
}
.pageBlock2TextBlockTitle {
  color: #111;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
}
.pageBlock2TextBlockSub {
  color: #111;
  font-family: Inter;
  font-size: 11.438px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 148.634% */
  margin-top: 9px;
}
.pageBlock2Bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23px;
}
.pageBlock2BottomLeft {
  max-width: 128px;
  width: 100%;
}
.pageBlock2BottomLeftLink {
  color: #111;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
}
.pageBlock2BottomLeftImg {
  margin-top: 12px;
}
.pageBlock2BottomLeftImg img {
  display: block;
  max-width: 100%;
}
.pageBlock2BottomLinks {
  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;
  padding-left: 25px;
  border-left: 1px solid #efefef;
  max-width: 192px;
  width: 100%;
}
.pageBlock2BottomLink1 {
  color: #000;
  font-family: Inter;
  font-size: 12.906px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.971% */
}
.pageBlock2Social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14.5px;
  border-top: 1px solid #4a4a4a;
  padding-top: 22px;
  padding-left: 8px;
  padding-right: 5px;
  margin-top: 25px;
}
.pageBlock2SocialSub {
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.1px; /* 115% */
}
.pageBlock2SocialImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.pageBlock2SocialImgs img {
  display: block;
  max-width: 100%;
}
.pageBlock3 {
  max-width: 362px;
  width: 100%;
  padding-left: 24px;
  border-left: 1px solid #efefef;
}
.pageBlock3Top {
  background: rgba(247, 207, 60, 0.1);
  padding: 24px 24.63px 17px 24.83px;
  text-align: center;
}
.pageBlock3TopTitle {
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 127.778% */
}
.pageBlock3Btn {
  display: inline-block;
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 13.344px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 142.389% */
  text-transform: uppercase;
  padding: 11px 9px;
  border-radius: 2px;
  background: #f7cf3c;
  margin: 0 auto;
  margin-top: 25px;
}
.pageBlock3logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  padding-top: 30px;
  border-top: 1px solid #4a4a4a;
  margin-top: 25px;
}
.pageBlock3logo img {
  display: block;
  max-width: 100%;
}
.pageBlock3LogoSub {
  color: #111;
  font-family: Inter;
  font-size: 15.625px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.4px; /* 117.76% */
}
.pageBlock3Items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
  margin-top: 43px;
}
.pageBlock3Item:first-child {
  border-bottom: 1px solid #efefef;
}
.pageBlock3Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 21px;
}
.pageBlock3ItemImg img {
  display: block;
  width: 135.47px;
  height: 101.59px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageBlock3ItemSub {
  color: #111;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 121.429% */
  letter-spacing: -0.29px;
}

/* footer */
.footer {
  margin-top: 50px;
}
.footerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 63px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  max-width: 1155px;
  padding: 38px 0;
}
.footerTopLeft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footerTopLeftTop {
  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;
}
.footerTopTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-family: Inter;
  font-size: 13.344px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.1px; /* 120.656% */
  text-transform: uppercase;
}
.footerTopTitle img {
  display: block;
}
.footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.footerSocialLink img {
  display: block;
}
.footerTopSub {
  color: #4a4a4a;
  font-family: Inter;
  font-size: 9.969px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160.502% */
  margin-top: 14px;
}
.footerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8.8px;
  margin-top: 48px;
}
.footerTopLink {
  color: #111;
  font-family: Inter;
  font-size: 10.141px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 118.336% */
}
.footerTopRightImg img {
  display: block;
  width: 107px;
}
.footerTopRightLink {
  display: block;
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 10.141px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 147.92% */
  margin-top: 23px;
}
.footerBottom img {
  display: block;
  max-width: 100%;
}
.footerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  max-width: 1155px;
  margin: 0 auto;
  padding: 45px 0;
}
.footerBottomSub {
  color: #4a4a4a;
  text-align: center;
  font-family: Inter;
  font-size: 9.969px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160.502% */
  max-width: 625px;
  width: 100%;
}
