* {
  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: 552px;
  margin: 0 auto;
}

/* header */
.header {
  background: #181716;
  padding: 9px 20px 9px 29.5px;
}
.header img {
  display: block;
  max-width: 100%;
}
.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;
}
.logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}
.suscribeBtn {
  display: inline-block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px; /* 150% */
  border-radius: 2px;
  background: #dc0000;
  padding: 7px 23px;
}
.signInBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-wrap: nowrap;
  padding: 10px 14px;
}
.signInBtn img {
  display: block;
}

/* content */
.content {
  padding-top: 15px;
  background: #fcfcfc;
}
.contentTopLink {
  color: #737373;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.98px; /* 157% */
  text-transform: uppercase;
}
.contentTitle {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.92px; /* 122% */
  letter-spacing: -0.2px;
  margin-top: 16px;
}
.follow {
  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: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e2e2e2;
}
.followSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.followSub a {
  display: inline-block;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}
.followSub span {
  color: #737373;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.followBtn {
  display: inline-block;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.6px; /* 230% */
  padding: 0px 17px;
  border-radius: 1px;
  border: 1px solid #007ac8;
  background: #007ac8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.followBtn:hover {
  -webkit-box-shadow: 0 0 10px #007ac8;
  box-shadow: 0 0 10px #007ac8;
}
.contentDate {
  color: #737373;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  margin-top: 19px;
}
.contentBlocks {
  margin-top: 19px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}
.contentSocial {
  position: absolute;
  left: -40px;
  top: -27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}
.contentSocialLink img {
  display: block;
}
.contentBlockSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
  margin-top: 27px;
}
.contentBlockTitle {
  color: #d8361e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  text-transform: uppercase;
  margin-top: 40px;
}
.contentBlockSub {
  color: #333;
  font-family: Georgia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.contentBlockSub span {
  color: #d8361e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  text-transform: uppercase;
}
.contentBlockSub a {
  color: #003891;
}
.contentBlockImg {
  margin-top: 19px;
}
.contentBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBlockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 38px;
  margin-top: 25px;
  position: relative;
}
.contentBlockList::before {
  background-color: #d8361e;
  content: '';
  height: 90%;
  left: 0;
  margin-left: 2.5px;
  position: absolute;
  top: 16px;
  width: 1px;
}
.contentBlockListItem {
  color: #333;
  font-family: Georgia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-left: 19px;
}
.contentBlockListItem a {
  color: #003891;
}
.contentBlockListItem:before {
  color: #d8361e;
  font-family: Georgia;
  font-size: 31.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  content: '\2022';
  left: -3px;
  position: absolute;
  -webkit-transform: scale(1.75);
  -ms-transform: scale(1.75);
  transform: scale(1.75);
}
.regBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Georgia;
  font-size: 15.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.75px; /* 99.684% */
  padding: 15px 0;
  border-radius: 5px;
  background: #f00;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.regBtn:hover {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}
.contentBlockSubs1 {
  margin: 0;
}
.contentBlockLink {
  color: #003891;
  font-family: Georgia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentBlockLink span {
  color: #333;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.contentBlockLink:hover {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.user {
  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;
}
.userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.userImg {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.userImg img {
  display: block;
  max-width: 100%;
}
.userName {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}
.contentSub1 {
  color: #333;
  font-family: Georgia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-top: 16px;
}

/* footer */
.footer {
  background: #e6e6e6;
  padding-top: 26px;
  padding-bottom: 58px;
  margin-top: 20px;
}
.footerInner {
  padding: 0 10px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerSub {
  color: #333;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  margin-top: 20px;
}
.footerLinks {
  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: 25px;
  padding-top: 22px;
  border-top: 1px solid #c5c5c5;
  margin-top: 22px;
}
.footerLink {
  color: #333;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  letter-spacing: -0.28px;
}
