/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/style.scss ***!
  \*****************************************************************************************************************************************************************/
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/ssi/wp-content/themes/ssi/assets/fonts/poppins-v24-latin_latin-ext-300.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/ssi/wp-content/themes/ssi/assets/fonts/poppins-v24-latin_latin-ext-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/ssi/wp-content/themes/ssi/assets/fonts/poppins-v24-latin_latin-ext-600.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/ssi/wp-content/themes/ssi/assets/fonts/poppins-v24-latin_latin-ext-700.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404040;
  margin-bottom: 20px !important;
}

h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.9rem;
}

h3 {
  font-weight: 600;
  font-size: 1.2rem;
}

strong {
  font-weight: 600;
  color: #404040;
}

body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.modal-is-open,
body *.modal-is-open {
  overflow: hidden;
}

body {
  background-color: #ffffff;
}

.hidden {
  display: none;
}

html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
@media (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
html.modal-is-open {
  overflow: hidden;
}

ul li {
  list-style-type: square;
  font-size: 1rem;
  margin-bottom: 5px;
}

input,
button,
select {
  font-family: inherit;
  outline: none;
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #ff9900;
  transition: 0.2s all ease-in;
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: #404040;
}

input.error {
  box-shadow: 0px 0px 2px 2px rgba(171, 14, 14, 0.68);
  background-color: rgba(255, 148, 148, 0.6);
  color: #fff !important;
}
input.error::placeholder {
  color: #fff !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

header ul li {
  list-style-type: none;
}
header.not-homepage .main-header {
  background-color: #171717;
}
header .main-header {
  transition: 0.2s background-color ease-in-out;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .main-header.scrolled {
  background-color: #171717;
  z-index: 1;
}
header .main-header .container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media (min-width: 2000px) {
  header .main-header .container {
    width: 1500px;
  }
}
header .main-header .container .header-wrapper {
  display: grid;
  grid-template-columns: max-content 1fr max-content max-content;
}
@media (max-width: 990px) {
  header .main-header .container .header-wrapper {
    grid-template-columns: 1fr max-content max-content;
    gap: 20px;
  }
}
@media (max-width: 350px) {
  header .main-header .container .header-wrapper {
    grid-template-columns: 1fr max-content;
  }
}
@media (max-width: 330px) {
  header .main-header .container .header-wrapper {
    grid-template-columns: max-content max-content;
  }
}
header .main-header .container .header-wrapper .mobile-menu-button {
  display: none;
}
header .main-header .container .header-wrapper .mobile-menu-button svg {
  fill: #fff;
}
@media (max-width: 990px) {
  header .main-header .container .header-wrapper .mobile-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 350px) {
  header .main-header .container .header-wrapper .mobile-menu-button {
    justify-content: flex-start;
  }
}
header .main-header .container .header-wrapper .custom-logo-link {
  display: flex;
  width: fit-content;
}
@media (max-width: 500px) {
  header .main-header .container .header-wrapper .custom-logo-link {
    width: 150px;
  }
}
@media (max-width: 400px) {
  header .main-header .container .header-wrapper .custom-logo-link {
    width: 120px;
  }
}
@media (max-width: 330px) {
  header .main-header .container .header-wrapper .custom-logo-link {
    width: 100px;
  }
}
header .main-header .container .header-wrapper .custom-logo-link img {
  width: 100%;
}
header .main-header .container .header-wrapper nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  header .main-header .container .header-wrapper nav {
    justify-content: flex-end;
  }
}
@media (max-width: 990px) {
  header .main-header .container .header-wrapper nav {
    display: none;
  }
}
header .main-header .container .header-wrapper nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
}
header .main-header .container .header-wrapper nav ul li {
  padding: 0 20px;
}
header .main-header .container .header-wrapper nav ul li a {
  color: #fff;
}
header .main-header .container .header-wrapper nav ul li.current_page_item a {
  color: #ff9900;
}
header .main-header .container .header-wrapper nav ul li:hover a {
  color: #ff9900;
}
header .main-header .container .header-wrapper .button-group {
  align-items: center;
}
header .main-header .container .header-wrapper .search-input form {
  position: relative;
}
header .main-header .container .header-wrapper .search-input form label input {
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding-right: 40px;
  padding-left: 10px;
  color: #fff;
  max-width: 200px;
  font-size: 0.9rem;
}
@media (max-width: 500px) {
  header .main-header .container .header-wrapper .search-input form label input {
    max-width: 150px;
  }
}
header .main-header .container .header-wrapper .search-input form .search-submit {
  position: absolute;
  right: 0;
  background: none;
  padding: 10px;
}
header .main-header .container .header-wrapper .search-input form .search-submit .gp-icon {
  display: inline-flex;
  align-self: center;
  color: #fff;
}
header .main-header .container .header-wrapper .search-input form .search-submit .gp-icon svg {
  height: 1rem;
  width: 1rem;
  top: 0.125em;
  position: relative;
  fill: currentColor;
}
header .main-header .container .header-wrapper .profile-url {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  header .main-header .container .header-wrapper .profile-url {
    display: none;
  }
}
header .main-header .container .header-wrapper .profile-url a {
  padding: 0 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header .main-header .container .header-wrapper .profile-url:hover a {
  color: #ff9900;
}
header .mobile-header {
  background-color: #303030;
  display: none;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all ease-in;
}
header .mobile-header.show {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translateY(0);
}
header .mobile-header .container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 2000px) {
  header .mobile-header .container {
    width: 1500px;
  }
}
header .mobile-header .container nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
header .mobile-header .container nav ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-header .container nav ul li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 17px;
}
header .mobile-header .container .profile-url {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-header .container .profile-url a {
  padding: 20px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

footer ul li {
  list-style-type: none;
}
footer .main-footer {
  background-color: #1e1e1e;
  padding: 40px 0;
}
footer .main-footer .container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media (min-width: 2000px) {
  footer .main-footer .container {
    width: 1500px;
  }
}
footer .main-footer .container .wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  footer .main-footer .container .wrapper {
    grid-template-columns: 1fr;
  }
}
footer .main-footer .container .wrapper .footer-logo {
  width: 180px;
  display: block;
  margin-bottom: 40px;
}
footer .main-footer .container .wrapper .footer-logo img {
  width: 100%;
}
footer .main-footer .container .wrapper .footer-text {
  color: #707070;
  line-height: 1.7rem;
  font-size: 1rem;
  margin-bottom: 40px;
}
footer .main-footer .container .wrapper .socials {
  display: flex;
  gap: 20px;
}
footer .main-footer .container .wrapper .socials a {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
footer .main-footer .container .wrapper .socials a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
footer .main-footer .container .wrapper .socials a.twitter {
  background-color: #1da1f2;
}
footer .main-footer .container .wrapper .socials a.fb {
  background-color: #0866ff;
}
footer .main-footer .container .wrapper .socials a:hover {
  transform: scale(1.1);
}
footer .main-footer .container .wrapper .footer-col-title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
footer .main-footer .container .wrapper nav ul {
  list-style-type: none;
}
footer .main-footer .container .wrapper nav ul li {
  margin-bottom: 5px;
}
footer .main-footer .container .wrapper nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}
footer .main-footer .container .wrapper nav ul li:hover a {
  color: #c2c2c2;
}

.button-group {
  display: flex;
  gap: 20px;
}
.button-group .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 5px;
  height: fit-content;
}
.button-group .btn.btn-smaller {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
}
.button-group .btn.btn-primary {
  background-color: #ff9900;
  color: #ffffff;
  border: 2px solid #ff9900;
}
.button-group .btn.btn-primary:hover {
  background-color: #c37600;
  border: 2px solid #c37600;
}
.button-group .btn.btn-secondary {
  background-color: #1e1e1e;
  color: #fff;
}
.button-group .btn.btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(194, 194, 194, 0.4);
}
.button-group .btn.btn-outline:hover {
  border-color: #ff9900;
  background-color: #ff9900;
}
.button-group .btn.btn-black-outline {
  background-color: transparent;
  color: #404040;
  border: 2px solid #404040;
}
.button-group .btn.btn-black-outline svg {
  fill: #000 !important;
}
.button-group .btn.btn-ghost {
  background-color: transparent;
  color: #fff;
}
.button-group .btn.has-icon {
  gap: 5px;
}
.button-group .btn.has-icon .btn-icon {
  display: flex;
}
.button-group .btn.has-icon .btn-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.single-post-page {
  margin: 80px 0;
}
.single-post-page .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 1080px) {
  .single-post-page .container {
    width: 90%;
  }
}
.single-post-page .container .entry-meta {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.single-post-page .container .entry-meta time {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #a7a7a7;
}
.single-post-page .container hr {
  margin: 20px 0;
  background-color: #a7a7a7;
  height: 1px;
  border: 0;
}
.single-post-page .container a {
  color: #ff9900;
}
.single-post-page .container .content p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #1e1e1e;
}
.single-post-page .container .content p strong {
  font-weight: 600;
}
.single-post-page .container .content ul {
  margin: 0 0 20px 20px;
  list-style: square;
  padding: 0;
}
.single-post-page .container .content ul li::marker {
  color: #ff9900;
  width: 10px;
  font-size: 19px;
}

.news-grid {
  margin: 40px 0;
}
.news-grid article .news-content {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-grid article .news-content .grid-date-post {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #a7a7a7;
  margin-bottom: 10px;
}
.news-grid article .news-content .news-title {
  margin-bottom: 10px !important;
}
.news-grid article .news-content .news-title a {
  color: #404040;
}
.news-grid article .news-content .news-short-content {
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #404040;
  margin-bottom: 10px;
}

.news-pagination {
  width: 100%;
  text-align: center;
  color: #666;
  clear: both;
}
.news-pagination ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.news-pagination ul li {
  list-style-type: none;
}
.news-pagination .dots {
  color: #666;
}
.news-pagination a {
  color: #fff;
  background: #666;
  padding: 7px 10px;
  margin: 0 1px 6px 2px;
  display: inline-block;
  text-align: center;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  border: 1px solid #666;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
}
.news-pagination a:hover {
  color: #666;
  background: transparent;
  padding: 7px 10px;
  margin: 0 1px 6px 2px;
  display: inline-block;
  text-align: center;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  border: 1px solid #666;
  text-decoration: none !important;
}
.news-pagination .current {
  color: #666;
  background: transparent;
  padding: 7px 10px;
  margin: 0 1px 6px 2px;
  display: inline-block;
  text-align: center;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #666;
  text-decoration: none !important;
}

.single-post-page-comments {
  background-color: #f9f9f9;
  position: relative;
  padding: 60px 0;
}
.single-post-page-comments .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 1080px) {
  .single-post-page-comments .container {
    width: 90%;
  }
}
.single-post-page-comments .container .comments-title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.single-post-page-comments .container .comment-list {
  list-style-type: none;
}
.single-post-page-comments .container .comment-list .comment .comment-author cite {
  font-weight: 700;
  color: #404040;
  font-style: normal;
}
.single-post-page-comments .container .comment-list .comment .comment-metadata a {
  color: #404040;
  font-weight: 400;
}
.single-post-page-comments .container .comment-list .comment .comment-author-info {
  display: flex;
  gap: 15px;
  align-items: center;
}
.single-post-page-comments .container .comment-list .comment .edit-link {
  display: none;
}
.single-post-page-comments .container .comment-list .comment .comment-content {
  padding: 0 0 20px 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 10px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.31);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease;
}
.modal.show {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.modal .block {
  background-color: #171717;
  border-radius: 0.5rem;
  padding: 1.5rem;
  position: relative;
  min-width: 50%;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  max-width: 600px;
}
@media (max-width: 1280px) {
  .modal .block {
    max-width: 80%;
    min-width: 70%;
    margin: auto auto;
  }
}
@media (max-width: 820px) {
  .modal .block {
    max-width: calc(100% - 2rem);
    min-width: 80%;
    margin: auto auto;
  }
}
@media (max-width: 650px) {
  .modal .block {
    min-width: 95%;
  }
}
.modal .block .hidden {
  display: none;
}
.modal .block .hidden.show {
  display: block !important;
  margin-top: 1rem;
}
.modal .block .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  z-index: 99;
}
.modal .block .close-modal:focus svg {
  stroke: #ff9900;
}
.modal .block .close-modal svg {
  width: 100%;
  height: 100%;
  transition: 0.2s all ease;
  stroke: #ff9900;
}
.modal .block .close-modal:hover svg {
  transform: scale(1.1);
}
.modal .block .modal-title {
  color: #ff9900;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}
.modal .block .form-subtitle {
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.modal .block input {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #171717;
  background-color: #f7f8f9;
  color: #171717;
  padding: 10px 15px;
}
.modal .block p {
  font-size: 20px;
  color: #fff;
}
.modal .block .error-msg {
  color: #fff;
}
.modal .block .single-input input {
  width: 100%;
}
.modal .block .button-group {
  margin-top: 20px;
}
.modal .block .button-group .btn {
  width: fit-content !important;
  margin: 0 auto;
  color: #404040;
  font-weight: 500;
}
.modal .block .button-group .btn svg {
  fill: #404040;
}

.homepage-hero {
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px;
}
.homepage-hero .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 1080px) {
  .homepage-hero .container {
    width: 90%;
  }
}
.homepage-hero .container .content {
  width: 50%;
}
.homepage-hero .container .content .title {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 20px;
}
.homepage-hero .container .content .subtitle {
  margin: 20px 0;
  font-size: 24px;
  line-height: 41px;
  font-weight: 400;
  color: #fff;
}
.homepage-hero .container .content .subtitle strong,
.homepage-hero .container .content .subtitle b {
  font-weight: 600;
  color: #fff;
}

.homepage-posts .container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media (min-width: 2000px) {
  .homepage-posts .container {
    width: 1500px;
  }
}
.homepage-posts .container .wrapper {
  display: grid;
  grid-template-columns: 65% 35%;
  padding: 20px;
  gap: 30px;
}
.homepage-posts .container .wrapper hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 2px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.homepage-posts .container .wrapper .button-group {
  justify-content: center;
}
.homepage-posts .container .sidebar .widget-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px 0;
}

.sign-up-now {
  margin-top: 100px;
}
.sign-up-now .container {
  padding: 20px 20px 120px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sign-up-now .top h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.sign-up-now .top p {
  text-align: center;
  font-size: 1.3rem;
}
.sign-up-now .cards {
  margin-top: 80px;
  gap: 20px;
  display: grid;
  align-items: flex-end;
  justify-content: flex-end;
}
.sign-up-now .cards.two-col {
  grid-template-columns: repeat(2, 1fr);
}
.sign-up-now .cards.three-col {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .sign-up-now .cards {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.sign-up-now .cards .single-card {
  padding: 40px 30px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 25px 0 rgba(171, 184, 195, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sign-up-now .cards .single-card.black {
  color: #fff;
  background-color: #171717;
}
.sign-up-now .cards .single-card.black .price {
  color: #fff;
}
.sign-up-now .cards .single-card.black .card-description {
  color: #fff;
}
.sign-up-now .cards .single-card.black .usps p {
  color: #fff;
}
.sign-up-now .cards .single-card.black .usps p svg {
  fill: #fff;
}
.sign-up-now .cards .single-card .card-headline {
  color: #ff9900;
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin: 0 auto 10px;
  text-align: center;
}
@media (max-width: 1280px) {
  .sign-up-now .cards .single-card .card-headline {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.sign-up-now .cards .single-card .card-description {
  color: #404040;
  line-height: 1.6rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
.sign-up-now .cards .single-card .price {
  text-align: center;
  font-size: 2.7rem;
  line-height: 4.5rem;
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: baseline;
}
.sign-up-now .cards .single-card .price span {
  font-size: 1.5rem;
}
.sign-up-now .cards .single-card .price.bigger span {
  font-size: 2.7rem;
}
.sign-up-now .cards .single-card .card-price-text {
  text-align: center;
  color: #c0c0c0;
  margin: 5px 0;
}
.sign-up-now .cards .single-card .usps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .sign-up-now .cards .single-card .usps {
    align-items: flex-start;
  }
}
.sign-up-now .cards .single-card .usps p {
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #666;
  line-height: 1.7rem;
}
.sign-up-now .cards .single-card .usps p svg {
  width: 0.8em;
  height: 0.8em;
}
.sign-up-now .cards .single-card .button-group {
  width: 100%;
}
.sign-up-now .cards .single-card .button-group .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .sign-up-now .cards .single-card .button-group .btn {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

article {
  margin-bottom: 16px;
  position: relative;
}
article .inside-article {
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  color: #1e1e1e;
  background-color: #fff;
}
article .inside-article header {
  word-wrap: break-word;
}
article .inside-article header .entry-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
article .inside-article header .entry-title a {
  color: #1e1e1e;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
article .inside-article header .entry-title a svg {
  position: relative;
  top: 2px;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
article .inside-article .entry-content p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}
article .inside-article .entry-meta {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
  margin-top: 10px;
  position: unset;
}
article .inside-article .entry-meta .updated {
  display: none;
}
article .inside-article .entry-meta .entry-date {
  color: #a7a7a7;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
}
article .inside-article .entry-meta .comments-link {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
article .inside-article .entry-meta .comments-link a {
  color: #ff9900;
}
article .inside-article .entry-meta .comments-link a svg {
  fill: #ff9900;
}
article .inside-article .entry-meta .comments-link .locked-icon {
  color: #ff9900;
}
article .inside-article .entry-meta .comments-link .locked-icon svg {
  height: 1em;
  width: 1em;
  top: 0.125em;
  position: relative;
  fill: currentColor;
}

.recent-comment {
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0.5em;
}
.recent-comment .comment-wrap {
  display: inline-block;
  position: relative;
}
.recent-comment .comment-wrap a {
  color: #ff9900;
}
.recent-comment .comment-wrap .avatar {
  display: none;
}
.recent-comment .comment-excerpt {
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
  overflow-wrap: anywhere;
}
.recent-comment .comment-date {
  color: #1e1e1e;
  margin-top: 5px;
  font-size: 13px;
  opacity: 1;
  margin-top: 10px;
}
.recent-comment .comment-blur {
  filter: blur(4px);
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  color: #ff9900;
}

.page-container {
  margin: 8rem 0 5rem;
}
.page-container .container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media (min-width: 2000px) {
  .page-container .container {
    width: 1500px;
  }
}
.page-container .container.smaller {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 1080px) {
  .page-container .container.smaller {
    width: 90%;
  }
}
.page-container .container p {
  margin-bottom: 1.3rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #404040;
}
.page-container .container a:not(.btn):hover {
  text-decoration: underline;
}
.page-container .container ul {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}
.page-container .container ul ul {
  margin-left: 1rem;
}
.page-container .container ul.square {
  list-style-position: inside;
  list-style-type: square;
}
.page-container .container li {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #ff9900;
}

/*# sourceMappingURL=style.css.map*/