* {
  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;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('../../assets/fonts/font.ttf');
}

/* 02. Default */
#formbox {
  max-width: 390px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 70px;
}
.formTitleContainer {
  border-radius: 10px 10px 0px 0px;
  background: #1d40af;
  padding: 10px 0;
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.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: 20px 37px 41px 37px;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10.5px 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 */
  border: 0;
  border-radius: 5px;
  background: #211254;
  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 #211254;
  box-shadow: 0 0 10px #211254;
}
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: 1000px;
  margin: 0 auto;
}

/* header */
.headerTop {
  background: #231f20;
  padding: 12px 0;
}
.headerContainer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.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: 32px;
}
.headerTopLeftLink1 {
  color: #aeacac;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.headerTopLeftLink {
  color: #f2f2f2;
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 41px;
}
.headerTopRightLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
.headerTopRightBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 31px;
}
.headerTopRightLink {
  color: #f2f2f2;
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.headerTopRightLink1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #f2f2f2;
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.headerTopRightLink1 span {
  display: block;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 7px;
  background: #d02001;
}
.headerTopRightLink2 {
  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: #231f20;
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 7.683px 4px 4px;
  border-radius: 24px;
  background: #fff;
}
.headerTopRightLink2 span {
  display: block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  background: #dbd9d9;
}
.headerBottom {
  padding: 15.5px 0;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
.logo img {
  display: block;
  width: 107px;
}
.headerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 31px;
}
.headerBottomLink {
  color: #231f20;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.mobileHeader {
  display: none;
}
.mobileHeaderBottom {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  padding-top: 23px;
}
.mobileHeaderLink {
  display: flex;
  width: 78px;
  height: 56px;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  color: #231f20;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
.mobileHeaderLinkActive {
  background: #dbd9d9;
}

/* content */
.content {
  margin-top: 64px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1073px;
  margin: 0 auto;
}
.contentLeft {
  width: 65%;
}
.contentTitle {
  color: #202224;
  font-family: Helvetica;
  font-size: 32px;
  font-weight: 700;
  line-height: 36.8px;
  text-align: left;
}
.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.6px;
  margin-top: 23px;
}
.time img {
  display: block;
}
.timeSub {
  color: #545658;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.richard {
  margin-top: 13px;
}
.richardTitle {
  color: #202224;
  font-family: Helvetica;
  font-size: 25px;
  font-weight: 700;
  line-height: 28.75px;
  text-align: left;
}
.richardSub {
  color: #545658;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
}
.richardDivider {
  width: 40px;
  height: 2px;
  background: #8a8c8e;
  margin-top: 16px;
}
.contentSubs {
  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: 16px;
}
.contentSub {
  color: #202224;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
}
.contentSub a {
  color: #0000ee;
  font-weight: 700;
  border-bottom: 1px solid #0000ee;
}
.contentTitle1 {
  color: #202224;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.6px;
  text-align: left;
  margin-top: 20px;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 36px;
  margin-top: 21px;
  margin-bottom: 32px;
}
.contentBox {
  width: calc(50% - 10px);
}
.contentBoxPosition {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  text-align: left;
}
.contentBoxDesc {
  font-family: Helvetica;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16.1px;
  text-align: left;
  margin-top: 2px;
}
.contentBoxImg {
  margin-top: 2px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxPrice {
  color: #008000;
  text-align: center;
  font-family: Helvetica;
  font-size: 19px;
  font-weight: 700;
  line-height: 21.85px;
  margin-top: 20px;
}
.contentBoxSub {
  color: #202224;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: center;
  margin-top: 19px;
}
.contentBox1 {
  margin-top: 32px;
}
.contentBox1Img {
  position: relative;
  height: 385px;
  margin-bottom: 50px;
}
.contentBox1Img video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentVideoBoxs {
  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: 16px;
}
.contentVideoBox {
  padding: 38px 16px 20px 16px;
  border-radius: 10px;
  background: #000000;
}
.contentVideoBoxName {
  color: #fff;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.3px;
  text-align: center;
}
.contentVideoBoxInner {
  position: relative;
  height: 336px;
  margin-top: 22px;
}
.contentVideoBoxInner2 {
  height: 375px;
}
.contentVideoBoxInner video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.contentBottom {
  margin-top: 20px;
}
.contentBottomTitle {
  color: #202224;
  font-family: Helvetica;
  font-size: 18.7px;
  font-weight: 700;
  line-height: 21.5px;
  text-align: left;
}
.contentBottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
}
.contentBottomListItem {
  color: #202224;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
}
.btnContainer {
  text-align: center;
  margin-top: 16px;
}
.contentBottomBtn {
  display: block;
  color: #fff;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.3px;
  text-align: center;
  text-decoration: underline;
  padding: 37.5px 0;
  border-radius: 20px;
  margin: 0 95px;
  background: #0978e8;
}
.contentRight {
  width: 28.7%;
}
.contentRightWeather {
  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;
  background: #231f20;
  padding: 16px;
}
.contentRightCityName {
  color: #f2f2f2;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  padding-left: 24px;
}
.contentRightValues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 11.5px;
}
.contentRightBigValue {
  color: #f2f2f2;
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 117.647% */
  letter-spacing: 0.25px;
}
.contentRightSmallValue {
  color: #f2f2f2;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.clearLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f2f2f2;
  text-align: right;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.clearLink img {
  display: block;
}
.contentRightTopLinks {
  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;
  background: #dbd9d9;
  padding: 8px 16px;
}
.contentRightTopLink {
  color: #231f20;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.contentRightTopLink1 {
  color: #231f20;
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.contentRightLinks {
  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;
  border: 3px solid #d02001;
  margin-top: 32px;
  padding: 35px 19px 19px 19px;
}
.contentRightLink {
  display: block;
  color: #231f20;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.25px;
  padding-left: 35px;
  padding-bottom: 17px;
  border-bottom: 1px solid #dbd9d9;
}
.contentRightLink:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.contentRightBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}
.contentRightBottomImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contentRightBottomForm {
  padding: 24px 16px;
  background: #231f20;
}
.contentRightBottomFormTitle {
  color: #f2f2f2;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 0.25px;
}
.contentRightBottomFormSub {
  color: #f2f2f2;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.25px;
}
.contentRightBottomFormInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.contentRightBottomFormInput {
  display: block;
  max-width: 155px;
  width: 100%;
  color: #818080;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
  border-radius: 4px;
  border: 1px solid #dbd9d9;
  background: #fff;
  padding: 15px 17px;
}
.contentRightBottomFormBtn {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 2px;
  background: #d02001;
  padding: 18px 16px;
}

/* comments */
.comments {
  margin-top: 48px;
}
.commentBlocks {
  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;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding-top: 9px;
  border-top: 1px solid #767d843c;
}
.commentBlockImg img {
  display: block;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockTextTop {
  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;
}
.commentBlockTextTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.64px;
}
.commentBlockName {
  color: #052962;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  text-align: left;
}
.commentBlockTime {
  color: #30303093;
  font-family: Helvetica;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 14.72px;
  text-align: left;
}
.commentBlockShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.commentBlockShare img {
  display: block;
}
.commentBlockShareSub {
  color: #202224;
  font-family: Helvetica;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 14.72px;
  text-align: left;
}
.commentBlockSub {
  color: #202224;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
  margin-top: 5px;
}
.commentBlockReport {
  color: #626262;
  font-family: Helvetica;
  font-size: 11.2px;
  font-weight: 400;
  line-height: 12.88px;
  text-align: right;
}
.commentBlockAnswer {
  margin-left: 32px;
}
.commentBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 40px;
}
.commentBottomImg img {
  display: block;
  width: 36px;
  height: 36px;
}
.commentBottomText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBottomInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.commentBottomInput {
  display: block;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  background: #ebedf0;
  padding: 12px 12px 16px 12px;
  outline: none;
  border: 0;
  border-radius: 18px;
}
.commentBottomBtnContainer {
  text-align: right;
}
.commentBottomBtn {
  display: inline-block;
  color: #374d60;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  background: #e4e6eb;
  margin-top: 9px;
}

/* footer */
.footer {
  margin-top: 100px;
  margin-bottom: 70px;
}
.footerTop {
  padding-top: 40px;
  padding-bottom: 24px;
  background: #dbd9d9;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.footerToplink {
  color: #231f20;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.footerSub {
  color: #231f20;
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 16px;
}
.footerBottom {
  background: #231f20;
  padding: 27px;
}
.footerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.footerImg 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: 16px;
}
.footerBottomlink {
  color: #fff;
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* system */
.system {
  margin-top: 50px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #0000000d;
  padding: 7px 0;
  background: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
.systemInner {
  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: 30px;
}
.systemLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.systemLeftImg {
  border: 1px solid #00000033;
  padding: 5px 20px;
}
.systemLeftImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.systemTitle {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.systemRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.systemPrice {
  color: #0ad937;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  width: 180px;
}
.systemBtn {
  display: inline-block;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  padding: 10px;
  border: 2px solid #000000;
}
