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

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

/* header */
.header {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}
.headerInner {
  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;
  padding: 12px 30px;
}
.headerLogo img {
  display: block;
  max-width: 100%;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerLink:hover {
  color: #3bccff;
}
.headerLink:hover svg path {
  fill: #3bccff;
}
.headerLinkActive {
  color: #3bccff;
}
.headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.headerRightLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerRightLink:hover {
  color: #3bccff;
}
.headerRightLink:hover svg path {
  fill: #3bccff;
}
.headerRightLinkMiddle {
  padding: 0 17px;
  border-right: 1px solid #4f4f4f;
  border-left: 1px solid #4f4f4f;
}

/* hero */
.hero {
  margin-top: 80px;
}
.heroTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.locationSub {
  color: #999;
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
}
.locationSub1 {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.625px; /* 147.321% */
  letter-spacing: 1px;
  text-transform: capitalize;
}
.heroBottom {
  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: 30px;
  border-bottom: 1px solid #ededed;
  padding-left: 124px;
  padding-right: 22px;
  padding-bottom: 7px;
}
.heroLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.heroLink {
  color: #000;
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.weatherSub {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

/* content */
.content {
  margin-top: 87px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 63%;
}
.contentLeftTitle {
  color: #000;
  font-family: Helvetica;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
}
.contentLeftTitle a {
  color: #00e;
}
.contentLeftSub1 {
  color: #000;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
}
.contentLeftSub1 a {
  color: #00e;
}
.aaron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.aaronImg img {
  display: block;
}
.aaronLink {
  color: #0550c8;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-left: 6px;
}
.aaronSub {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.25px;
}
.timeStamp {
  color: #6b6b6b;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.25px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #d01b27;
}
.contentLeftBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 16px;
}
.contentLeftBoxImg img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.contentLeftBoxLink {
  display: block;
  color: #00e;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
}
.contentLeftBoxSubs {
  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;
}
.contentLeftBoxSub {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contentLeftBoxSub a {
  color: #ffa500;
}
.italic {
  font-style: italic;
}
.contentLeftBoxLink1 {
  color: #545454;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
}
.contentLeftBoxTitle1 {
  color: #222;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.8px;
  margin-top: 16px;
}
.contentLeftBoxTitle2 {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.contentLeftBoxTitle2 a {
  color: #ffa500;
}
.contentLeftBoxBtnContainer {
  margin-top: 60px;
  text-align: center;
}
.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #f00;
  padding: 12px 84px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}
.contentLeftBoxTitle {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 21px;
}
.contentLeftBoxTitle a {
  color: #0550c8;
}
.contentLeftBoxImg1 img {
  width: auto;
}
.contentLeftBoxSub1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #d8d8d8;
}
.contentLeftBoxTitle3 {
  display: block;
  color: #141414;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 28px;
}
.update {
  margin-top: 10px;
}
.updateTitle {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.updateSub {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
}
.updateSub a {
  color: #ffa500;
}
a.blueLink {
  color: #0550c8;
}
.contentRight {
  width: 26%;
}
.contentRightTitle {
  color: #333;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px; /* 115.789% */
  text-transform: uppercase;
  padding: 9.5px 15px 17.5px 15px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.contentRightTitle::before {
  content: '';
  position: absolute;
  background: url('../../assets/img/contentRightTitle.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.contentRightBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  margin-top: 16px;
}
.contentRightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-top: 1px solid #eaeaea;
  padding-top: 13px;
}
.contentRightBlockImg img {
  display: block;
  height: 78.75px;
  width: 105px;
}
.contentRightBlockSub {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.contentRightBlockRedSub {
  display: inline-block;
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 90.909% */
  text-transform: uppercase;
  border-left: 2px solid #0518c5;
  background: #d01b27;
  padding: 3px 8px 3px 6px;
}
.contentRightBlockSub1 {
  color: #6b6b6b;
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-top: 6px;
}

/* accept */
.accept {
  margin-top: 100px;
}
.acceptTitle {
  color: #000;
  font-family: Times New Roman;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.64px; /* 170% */
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.acceptSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}
.acceptSub {
  color: #545454;
  font-family: Helvetica;
  font-size: 14.4px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.acceptSub a {
  color: #00e;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

/* comments */
.comments {
  margin-top: 15px;
  padding-top: 60px;
}
.commentsInner {
  max-width: 900px;
  margin-right: auto;
  padding: 15px;
  padding-bottom: 0;
}
.commentsTop {
  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 #9a9a9a;
}
.commentsTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}
.commentsTopLink {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px;
  text-transform: uppercase;
  padding: 9px;
}
.commentsTopLink:first-child {
  border-bottom: 3px solid #007fff;
}
.commentsTopSub {
  color: #000;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  text-transform: uppercase;
}
.commentsTitle {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 130% */
  text-transform: uppercase;
  margin-top: 30px;
  font-style: italic;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 31px;
  margin-top: 20px;
}
.commentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 64px;
  border-bottom: 1px solid #ccc;
}
.commentsBlock:last-child {
  border: 0;
}
.commentsBlockImg img {
  width: 40px;
  height: 40px;
  border-radius: 22.63px;
  border: 1px solid #dcdcdc;
}
.commentsBlockImgSub {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Helvetica;
  font-size: 10.01px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 181.818% */
  text-transform: lowercase;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.commentsBlockImgSub:hover {
  border-color: #007fff;
  color: #007fff;
}
.commentsBlockSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: Helvetica;
  font-size: 13.678px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.996px;
}
.commentsBlockSub img {
  display: inline-block;
  margin-left: 4px;
}
.commentsBlockSub span {
  color: rgba(0, 0, 0, 0.6);
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.996px;
}
.commentsBlockSub1 {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}
.showMore {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 151.692% */
  text-transform: uppercase;
  margin-top: 80px;
  padding: 5.5px 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.showMore:hover {
  background: #00e;
  color: #fff;
}

/* about */
.about {
  margin-top: 50px;
}
.aboutInner {
  max-width: 824px;
}
.aboutSub {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.aboutSub a {
  color: #2175ff;
}
.aboutLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}
.aboutLink {
  color: #6b6b6b;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
  text-transform: capitalize;
  padding: 0 7px;
  border: 1px solid #6b6b6b;
}
.aboutContact {
  background: #ad1723;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.aboutContactLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.b {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}
.aboutContactSub {
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}
.aboutContactSub1 {
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.333px;
  border-left: 1px solid #fff;
  padding-left: 8px;
}
.aboutNews {
  color: #2175ff;
  font-family: Helvetica Neue;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  background: #f5f5f5;
  margin-top: 16px;
  padding: 8px;
}

/* like */
.like {
  margin-top: 32px;
}
.likeInner {
  max-width: 824px;
}
.likeTop {
  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;
}
.likeTitle {
  color: #303030;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.75px; /* 145.588% */
  text-transform: uppercase;
}
.likeTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.likeTopSub {
  color: #757575;
  text-align: right;
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.125px;
}
.likeTopImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.likeBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px;
}
.likeBlock {
  width: 31%;
}
.likeBlockImg img {
  display: block;
  max-width: 100%;
}
.likeBlockTitle {
  color: #303030;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.994px;
  margin-top: 6.5px;
}
.likeBlockSub {
  color: #6d6d6d;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 7px;
}

/* footer */
.footer {
  margin-top: 120px;
  background: #141414;
}
.footerContainer {
  max-width: 1360px;
  margin: 0 auto;
}
.footerTop {
  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;
  padding: 33px 0;
  border-bottom: 1px solid #4f4f4f;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerTopSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.footerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerTopLink {
  color: rgba(255, 255, 255, 0.75);
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footerMiddleBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #4f4f4f;
}
.footerMiddleBoxtitle {
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.286px;
}
.footerMiddleBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.4px;
  margin-top: 9px;
}
.footerMiddleBoxLink {
  color: rgba(255, 255, 255, 0.75);
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.footerBottom {
  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;
  padding: 30px 0;
}
.footerBottomlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.footerBottomLink {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footerBottomSub {
  color: #8c8c8c;
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
