* {
  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: 22px;
}
.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;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #cacaca;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 12px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
#checklabel p {
  color: #4b5563;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 215.385% */
}
#checklabel p a {
  color: #00e;
  font-family: Lato;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 164.706% */
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  background: #dc2626;
  padding: 16px 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 #dc2626;
  box-shadow: 0 0 10px #dc2626;
}
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: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.header {
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
}
.headerTop {
  padding: 20px;
  padding-bottom: 0;
}
.headerSub {
  color: rgba(0, 0, 0, 0.29);
  font-family: 'Palatino Linotype';
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
}
.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;
  max-width: 1000px;
  padding: 15px 20px;
  margin: 0 auto;
}
.headerLogo img {
  display: block;
  max-width: 100%;
}
.headerSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchInput {
  display: block;
  width: 427px;
  outline: none;
  padding: 10px;
  height: 38px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.38);
}
.headerSearchIcon {
  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;
  height: 38px;
  width: 53px;
  background: #3898ec;
}
.headerSearchIcon img {
  display: block;
}
.signInLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  color: #949494;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 120% */
}
.signInLink img {
  display: block;
}

/* content */
.content {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2f0e4),
    color-stop(5%, #fff)
  );
  background: -o-linear-gradient(top, #f2f0e4 0%, #fff 5%);
  background: linear-gradient(180deg, #f2f0e4 0%, #fff 5%);
  padding-top: 20px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.contentLeft {
  width: 60%;
}
.contentSocial {
  position: fixed;
  top: 46%;
  right: auto;
  bottom: auto;
  margin-left: -50px;
}
.contentSocial img {
  display: block;
  max-width: 100%;
}
.introTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.introLogo img {
  display: block;
}
.followBtn {
  display: inline-block;
  color: #333;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 120% */
  border-radius: 30px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 22px 10px 20px;
}
.viewLink {
  color: #333;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 120% */
}
.introTitle {
  color: #333;
  font-family: 'PT Serif';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px; /* 140% */
  margin-top: 20px;
}
.introSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(148, 148, 148, 0.6);
  margin-top: 20px;
}
.introSub {
  color: #949494;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 120% */
}
.introLikes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.introLikeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.introLikeBox img {
  display: block;
}
.introLikeBoxSub {
  color: #949494;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 120% */
}
.introSub1 {
  color: #333;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px; /* 140% */
  margin-top: 16px;
}
.contentLeftBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  margin-top: 26px;
}
.contentLeftBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentLeftBlockSubs {
  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;
}
.contentLeftBlockSub {
  color: rgba(51, 51, 51, 0.66);
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px; /* 140% */
}
.contentLeftBlockSub a {
  color: #0178d4;
}
.contentLeftBlockImg1 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
.contentLeftBlockTextBlocks {
  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;
}
.divider {
  width: 48px;
  height: 4px;
  background: #0d75c3;
}
.errorBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #e06d2c;
  padding: 10px;
}
.errorBlock img {
  display: block;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.errorBlockSub {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
}
.errorX {
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.contentLeftBlockTextBlockTitle {
  color: #333;
  font-family: Arial;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.2px; /* 140% */
  margin-top: 10px;
}
.contentLeftBlockTextBlockSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  margin-top: 23px;
}
.createBtnContainer {
  margin-top: 22px;
  text-align: center;
}
.createBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
  border-radius: 20px;
  background: #0178d4;
  padding: 10px 28.802px 10px 24.11px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.createBtn:hover {
  background: #3d9fea;
}
.italic {
  font-style: italic;
}

/* comments */
.comments {
  margin-top: 40px;
}
.commentsTitle {
  color: #333;
  font-family: Arial;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.2px; /* 140% */
  margin-top: 20px;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 14px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(148, 148, 148, 0.6);
  border-bottom: 1px solid rgba(148, 148, 148, 0.6);
}
.commentBlockLeft {
  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: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  background: #0178d4;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockSub {
  color: rgba(51, 51, 51, 0.66);
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 180% */
}
.commentBlockLikes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.commentBlockLikeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.commentBlockLikeBoxSub {
  color: #949494;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 120% */
}
.sponsored {
  margin-top: 30px;
}
.sponsored img {
  display: block;
  max-width: 100%;
}
.contentRight {
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1);
  width: 33%;
  margin-top: 200px;
  padding: 17px 22px 0 22px;
}
.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: 100px;
}
.contentRightBlock img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/* footer */
.footer {
  background: #f7f7f7;
  padding: 30px 0;
  margin-top: 20px;
}
.footerSubs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footerSub {
  color: rgba(51, 51, 51, 0.8);
  font-family: Arial;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 150% */
}
.footerLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15.6px;
  margin-top: 33px;
}
.footerLink {
  color: #666;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px; /* 180% */
}
