/* general */
.subscribe-btn {
  background: #FC5A31;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: inline-block; }
  .subscribe-btn:hover {
    opacity: 0.8; }

.subscribe-btn-yellow {
  background: #FFEED6;
  color: #FC5A31; }

.subscribe-btn-yellow2 {
  color: #192320;
  background: #FFEED6; }

.next-arrow {
  background: #FC5A31;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  width: 44px;
  height: 44px;
  align-content: center;
  justify-content: center; }

.next-arrow img, .prev-arrow img {
  width: 8px;
  height: 16px; }

.prev-arrow {
  background: #FFEED6;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  width: 44px;
  height: 44px;
  align-content: center;
  justify-content: center; }

.next-btn {
  display: inline-block;
  padding: 10px 40px 10px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  background: url(../images/right.svg) #FC5A31 no-repeat right 16px center/6px auto; }

.prev-btn {
  display: inline-block;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
  color: #7A7A7A;
  font-size: 16px;
  line-height: 24px;
  background: url(../images/left.svg) #FFEED6 no-repeat left 16px center/6px auto; }

.restart-btn {
  display: inline-block;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  background: url(../images/right.svg) #FC5A31 no-repeat left 15px center/14px auto; }

.breacrump {
  color: #192320;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 16px 0; }
  .breacrump a {
    color: #7A7A7A;
    font-weight: 400; }
  .breacrump span.line {
    color: #7A7A7A;
    font-weight: 400; }

.form-email {
  padding: 8px 160px 8px 24px;
  background: #fff;
  border-radius: 12px;
  position: relative; }
  .form-email form {
    width: 100%; }
  .form-email br, .form-email .wpcf7-not-valid-tip {
    display: none; }
  .form-email p {
    margin-bottom: 0 !important;
    line-height: 1 !important; }
  .form-email .wpcf7-response-output {
    position: absolute;
    top: 100%;
    border: none !important;
    left: 0;
    color: #ffb900;
    padding: 0 !important;
    margin: 3px 0 0 !important; }
  .form-email .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  .form-email .input-email {
    display: inline-block;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #192320;
    height: 44px;
    padding: 0; }
    .form-email .input-email::placeholder {
      color: #D7D7D7; }
  .form-email .btn-submit {
    background: #FC5A31;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    transition: all 0.3s; }
    .form-email .btn-submit:hover {
      opacity: 0.8; }

.section-title {
  margin-bottom: 0; }

.quotes-it {
  padding-left: 16px; }
  .quotes-it.quotes-it-blue .des {
    background: #E0F4FE;
    height: 100%; }
  .quotes-it.quotes-it-green .des {
    background: #3B5853;
    color: #fff; }
    .quotes-it.quotes-it-green .des .quotes-btn {
      background: #FFEED6;
      color: #192320; }
      .quotes-it.quotes-it-green .des .quotes-btn:after {
        filter: invert(5%) sepia(7%) saturate(3421%) hue-rotate(111deg) brightness(97%) contrast(83%); }
      .quotes-it.quotes-it-green .des .quotes-btn:hover {
        opacity: 0.8; }
  .quotes-it .des {
    background: #FFEED6;
    color: #192320;
    padding: 24px 24px 82px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between; }
    .quotes-it .des p {
      line-height: 1.5;
      margin-bottom: 10px;
      height: 120px;
      overflow-y: hidden; }
    .quotes-it .des .featured {
      height: 193px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      padding-bottom: 8px;
      width: 100%; }
    .quotes-it .des .quotes-btn {
      position: absolute;
      left: -16px;
      right: 16px;
      bottom: 21px;
      height: 82px;
      width: 100%;
      background: #3B5853;
      color: #fff;
      padding: 30px 24px;
      border-radius: 24px;
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: -0.5px;
      font-weight: 500; }
      .quotes-it .des .quotes-btn:after {
        width: 10px;
        height: 17px;
        background: url(../images/right.svg) no-repeat center center/100% auto;
        position: absolute;
        top: 50%;
        right: 32px;
        content: "";
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(215deg) brightness(104%) contrast(103%); }

.news-it {
  padding-left: 13px;
  border-radius: 10px;
  overflow: hidden; }
  .news-it.news-it-green .info {
    background: #FFEED6; }
    .news-it.news-it-green .info .info-box {
      background: #3B5853; }
      .news-it.news-it-green .info .info-box .date {
        color: #D7D7D7; }
      .news-it.news-it-green .info .info-box h3, .news-it.news-it-green .info .info-box p {
        color: #fff; }
      .news-it.news-it-green .info .info-box .author {
        color: #D7D7D7; }
        .news-it.news-it-green .info .info-box .author:before {
          background: #fff; }
  .news-it.news-it-blue .info .info-box {
    background: #E0F4FE; }
  .news-it .featured {
    height: 272px;
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
  .news-it .info {
    padding-bottom: 18px;
    background: #3B5853;
    border-radius: 0 0 10px 10px; }
    .news-it .info .info-box {
      margin-left: -13px;
      margin-top: -60px;
      background: #FFEED6;
      padding: 24px;
      border-radius: 10px;
      position: relative;
      margin-right: 13px; }
      .news-it .info .info-box .date {
        font-size: 14px;
        line-height: 18px;
        color: #7A7A7A;
        margin-bottom: 8px; }
        .news-it .info .info-box .date span {
          background: #FC5A31;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          margin: 0 8px;
          display: inline-block; }
      .news-it .info .info-box h3 {
        margin-bottom: 8px;
        color: #192320;
        font-weight: 700;
        max-height: 53px;
        overflow-y: hidden; }
      .news-it .info .info-box p {
        line-height: 1.5;
        color: #192320;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: pre-wrap;
        max-height: 22px;
        overflow-y: hidden; }
      .news-it .info .info-box .author {
        color: #7A7A7A;
        font-size: 14px;
        line-height: 18px;
        position: relative; }
        .news-it .info .info-box .author:before {
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #192320;
          display: inline-block;
          margin-right: 10px;
          content: "";
          vertical-align: middle;
          top: -2px;
          position: relative; }

.social {
  gap: 16px; }
  .social img {
    height: 20px;
    display: block; }
  .social.social-orange img {
    filter: invert(62%) sepia(70%) saturate(5736%) hue-rotate(341deg) brightness(100%) contrast(98%); }
  .social.social-white img {
    filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(208deg) brightness(109%) contrast(101%); }

.tag-list {
  margin-top: 24px;
  gap: 16px;
  overflow-x: auto;
  max-width: 100%;
  display: flex;
  padding-bottom: 20px; }
  .tag-list a {
    background: #FFEED6;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #192320;
    white-space: nowrap; }
    .tag-list a.active, .tag-list a:hover {
      color: #fff;
      background: #3B5853; }

.page-quotes-it {
  background: #FFEED6;
  border-radius: 12px;
  padding: 16px; }
  .page-quotes-it.page-quotes-it-blue {
    background: #E0F4FE; }
  .page-quotes-it.page-quotes-it-green {
    background: #3B5853; }
    .page-quotes-it.page-quotes-it-green .info p {
      color: #fff; }
    .page-quotes-it.page-quotes-it-green .info .link {
      color: #fff; }
      .page-quotes-it.page-quotes-it-green .info .link:after {
        filter: invert(100%) sepia(0%) saturate(7494%) hue-rotate(354deg) brightness(125%) contrast(95%); }
  .page-quotes-it.page-quotes-it2 a {
    display: flex;
    flex-direction: column-reverse; }
  .page-quotes-it.page-quotes-it2 .featured {
    margin: 32px 0 0; }
  .page-quotes-it .featured {
    margin-bottom: 32px; }
    .page-quotes-it .featured img {
      display: block;
      border-radius: 12px; }
  .page-quotes-it .info p {
    font-size: 16px;
    line-height: 1.5;
    color: #192320;
    margin-bottom: 16px; }
  .page-quotes-it .info .link {
    position: relative;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #192320; }
    .page-quotes-it .info .link:after {
      width: 7px;
      height: 12px;
      background: url(../images/right.svg) no-repeat center center/100% auto;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      content: "";
      filter: invert(8%) sepia(24%) saturate(556%) hue-rotate(111deg) brightness(96%) contrast(90%); }

.pagination {
  justify-content: center;
  display: flex;
  gap: 8px;
  align-items: center; }
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    background: #FFF7EE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    color: #171717; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background: #FC5A31;
      color: #fff;
      font-weight: 700; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      width: 24px;
      height: 24px;
      background: transparent;
      font-size: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 7px 16px;
      background-image: url(../images/left.svg);
      filter: invert(55%) sepia(0%) saturate(1%) hue-rotate(146deg) brightness(88%) contrast(91%); }
      .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
        filter: invert(73%) sepia(74%) saturate(6639%) hue-rotate(342deg) brightness(100%) contrast(98%); }
    .pagination .page-numbers.next {
      background-image: url(../images/right.svg); }

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none; }
  .popup-modal .popup-modal-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .popup-modal .popup-modal-box .modal-bg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6); }
    .popup-modal .popup-modal-box .modal-box {
      width: 612px;
      box-shadow: 0px 4px 20px 0px #00000033;
      background: #FFF7EE;
      border-radius: 12px;
      padding: 33px 20px 20px; }
      .popup-modal .popup-modal-box .modal-box .modal-close {
        width: 24px;
        height: 24px;
        top: 20px;
        right: 20px;
        cursor: pointer; }
        .popup-modal .popup-modal-box .modal-box .modal-close img {
          width: 100%; }
      .popup-modal .popup-modal-box .modal-box .modal-info img {
        height: 45px; }
      .popup-modal .popup-modal-box .modal-box .modal-info p {
        margin: 13px 0 0;
        border-top: 1px solid #D7D7D7;
        padding-top: 24px;
        line-height: 1.5; }
        .popup-modal .popup-modal-box .modal-box .modal-info p a {
          color: #FC5A31; }

.team-it {
  padding-left: 13px;
  overflow: hidden; }
  .team-it .featured {
    width: 100%;
    border-radius: 11px 11px 0 0;
    background: #E0F4FE; }
  .team-it .info {
    height: 60px;
    background: #3B5853;
    border-radius: 0 0 11px 11px; }
    .team-it .info .info-box {
      border-radius: 11px;
      padding: 16px;
      background: #FFEED6;
      left: -13px;
      bottom: 18px;
      right: 13px; }
      .team-it .info .info-box h3 {
        margin-bottom: 8px;
        font-weight: 700; }
        .team-it .info .info-box h3 a {
          color: #192320; }
      .team-it .info .info-box p {
        margin-bottom: 8px;
        line-height: 1.5;
        max-height: 21px;
        overflow-y: hidden; }

.news-other .section-title {
  margin-bottom: 40px; }
.news-other .news-list {
  gap: 40px 16px; }
  .news-other .news-list .news-it {
    width: calc(33.33% - 11px); }

.offer-it {
  background: #FFF7EE;
  border-radius: 12px;
  padding: 16px 29px; }
  .offer-it p {
    line-height: 1.5;
    color: #0D152E;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #D7D7D7; }
    .offer-it p.date {
      margin: 12px 0 0;
      color: #313131;
      font-size: 14px;
      line-height: 18px;
      border: none; }

.coupon-link {
  display: block;
  height: 61px;
  background: url(../images/coupon-btn.svg) no-repeat center center/100% 100%;
  width: 100%;
  padding: 16px 15px 16px 30px;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #fff; }

.deal-box {
  background: #FFF7EE;
  border-radius: 8px;
  padding: 16px; }
  .deal-box.deal-box-blue {
    background: #E0F4FE; }
  .deal-box .info {
    width: 288px;
    padding-right: 24px;
    border-right: 1px solid #D7D7D7; }
    .deal-box .info .percent {
      padding: 12px 0 22px;
      color: #006756;
      justify-content: center; }
      .deal-box .info .percent h3 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 0; }
      .deal-box .info .percent h4 {
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
        margin: 0;
        text-align: left;
        margin-left: 6px; }
        .deal-box .info .percent h4 span {
          display: block;
          font-size: 20px;
          line-height: 1.3; }
    .deal-box .info .date {
      margin: 16px 0 0;
      font-size: 14px;
      line-height: 18px;
      color: #313131; }
  .deal-box .des {
    width: calc(100% - 288px);
    padding-left: 24px;
    position: relative;
    padding-bottom: 20px; }
    .deal-box .des p {
      color: #0D152E;
      line-height: 1.5;
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #D7D7D7; }
    .deal-box .des ul li {
      display: block;
      padding-left: 14px;
      position: relative;
      line-height: 1.5;
      font-size: 16px;
      margin-bottom: 8px; }
      .deal-box .des ul li:before {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 0;
        content: "";
        background: #FC5A31; }
    .deal-box .des .email {
      display: block;
      font-size: 14px;
      color: #00120E80;
      line-height: 18px;
      position: absolute;
      bottom: 0;
      left: 24px; }
      .deal-box .des .email:before {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 4px;
        background: url(../images/email.svg) no-repeat center center/100% auto;
        content: "";
        position: relative;
        top: 3px; }

.sg-resources {
  margin: 20px 0 0;
  background: #FFF7EE;
  border-radius: 24px;
  padding: 24px; }
  .sg-resources p.has-large-font-size {
    padding-bottom: 16px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px; }
    .sg-resources p.has-large-font-size:before {
      width: 32px;
      height: 32px;
      margin-right: 16px;
      background: url(../images/resource.svg) no-repeat center center/100% auto;
      content: "";
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px; }
  .sg-resources ol, .sg-resources ul {
    padding-left: 16px; }
    .sg-resources ol li, .sg-resources ul li {
      margin-bottom: 16px;
      font-size: 14px;
      line-height: 1.5;
      list-style: decimal; }
      .sg-resources ol li::marker, .sg-resources ul li::marker {
        color: #FC5A31; }
      .sg-resources ol li:last-child, .sg-resources ul li:last-child {
        margin-bottom: 0; }
      .sg-resources ol li a, .sg-resources ul li a {
        color: #192320; }

.sg-author {
  margin-top: 20px; }
  .sg-author h3 {
    margin-bottom: 16px; }
  .sg-author .sg-author-top {
    margin-bottom: 16px; }
    .sg-author .sg-author-top img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%; }
    .sg-author .sg-author-top .sg-author-info {
      width: calc(100% - 52px);
      padding-left: 16px; }
      .sg-author .sg-author-top .sg-author-info h5 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0;
        font-weight: 700;
        color: #000; }
        .sg-author .sg-author-top .sg-author-info h5 a {
          color: #000; }
          .sg-author .sg-author-top .sg-author-info h5 a:hover {
            color: #FC5A31; }
      .sg-author .sg-author-top .sg-author-info p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0; }
  .sg-author .sg-author-des p {
    color: #101010;
    line-height: 1.5;
    margin-bottom: 0; }
    .sg-author .sg-author-des p a {
      color: #FC5A31; }
      .sg-author .sg-author-des p a:hover {
        text-decoration: underline; }

#socialPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  padding: 0 20px; }
  #socialPopup .pp-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  #socialPopup .popup-close {
    background: none;
    padding: 0;
    border: none;
    right: 20px;
    top: 20px;
    cursor: pointer;
    filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(20deg) brightness(95%) contrast(88%); }
    #socialPopup .popup-close img {
      width: 24px; }
  #socialPopup .popup-social {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #socialPopup .popup-social .popup-box {
      width: 800px;
      background: #fff;
      box-shadow: 2px 2px 24px 0px #00000026;
      border-radius: 24px;
      overflow: hidden; }
      #socialPopup .popup-social .popup-box .popup-left {
        width: 48%;
        background: #FFF7EE;
        padding: 78px 22px 0; }
        #socialPopup .popup-social .popup-box .popup-left img {
          display: block; }
      #socialPopup .popup-social .popup-box .popup-right {
        width: 52%;
        padding: 40px; }
        #socialPopup .popup-social .popup-box .popup-right .popup-logo {
          margin-bottom: 40px; }
          #socialPopup .popup-social .popup-box .popup-right .popup-logo img {
            height: 62px; }
        #socialPopup .popup-social .popup-box .popup-right .popup-title p {
          font-size: 22px;
          line-height: 32px;
          font-weight: 700;
          margin-bottom: 16px; }
        #socialPopup .popup-social .popup-box .popup-right .popup-description {
          margin-bottom: 24px; }
        #socialPopup .popup-social .popup-box .popup-right .contact-description {
          font-size: 14px;
          line-height: 18px;
          margin-top: 24px; }
        #socialPopup .popup-social .popup-box .popup-right .social {
          margin-top: 16px; }

.subscribe-pp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  padding: 0 20px; }
  .subscribe-pp .popup-close {
    background: none;
    padding: 0;
    border: none;
    right: 20px;
    top: 20px;
    cursor: pointer;
    filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(20deg) brightness(95%) contrast(88%); }
    .subscribe-pp .popup-close img {
      width: 24px; }
  .subscribe-pp .subscribe-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .subscribe-pp .subscribe-inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .subscribe-pp .subscribe-inner .subscribe-box {
      width: 800px;
      background: #fff;
      box-shadow: 2px 2px 24px 0px #00000026;
      border-radius: 24px;
      overflow: hidden;
      position: relative; }
      .subscribe-pp .subscribe-inner .subscribe-box .popup-left {
        width: 48%;
        background: #FFF7EE;
        padding: 57px 40px 0; }
        .subscribe-pp .subscribe-inner .subscribe-box .popup-left img {
          display: block; }
      .subscribe-pp .subscribe-inner .subscribe-box .popup-right {
        width: 52%;
        padding: 40px; }
        .subscribe-pp .subscribe-inner .subscribe-box .popup-right .popup-logo {
          margin-bottom: 40px; }
          .subscribe-pp .subscribe-inner .subscribe-box .popup-right .popup-logo img {
            height: 62px; }
        .subscribe-pp .subscribe-inner .subscribe-box .popup-right h2 {
          font-size: 24px;
          line-height: 32px;
          font-weight: 700;
          margin-bottom: 16px; }
        .subscribe-pp .subscribe-inner .subscribe-box .popup-right p {
          margin-bottom: 24px; }
        .subscribe-pp .subscribe-inner .subscribe-box .popup-right .social {
          margin-top: 40px; }

@media (max-width: 1200px) {
  .sg-resources ol li, .sg-resources ul li {
    font-size: 12px; }

  .quotes-it .des {
    padding: 16px 16px 85px; }
    .quotes-it .des p {
      margin-bottom: 20px;
      height: 115px; }

  .news-it .featured {
    height: 224px; }
  .news-it .info {
    padding-bottom: 16px; }
    .news-it .info .info-box {
      padding: 12px;
      margin-top: -16px; }
      .news-it .info .info-box .date {
        font-size: 15px; }
      .news-it .info .info-box h3 {
        font-size: 18px;
        max-height: 48px; }
      .news-it .info .info-box .author {
        font-size: 15px;
        line-height: 22px; }
        .news-it .info .info-box .author:before {
          top: -1px; }

  .breacrump {
    display: none; }

  .team-it {
    padding-left: 6px; }
    .team-it .featured {
      border-radius: 4px 4px 0 0; }
    .team-it .info {
      height: 54px;
      border-radius: 0 0 4px 4px; }
      .team-it .info .info-box {
        border-radius: 4px;
        padding: 8px;
        left: -6px;
        right: 6px;
        bottom: 8px; }
        .team-it .info .info-box h3 {
          margin-bottom: 4px; }
        .team-it .info .info-box p {
          font-size: 12px;
          line-height: 15px;
          margin-bottom: 4px;
          max-height: 16px; }
        .team-it .info .info-box .social {
          gap: 10px; }
          .team-it .info .info-box .social img {
            height: 12px; }

  .social {
    font-size: 15px;
    line-height: 22px; }

  .news-other .container {
    padding-right: 0; }
  .news-other .news-list {
    margin-left: -8px;
    margin-right: -8px;
    display: block; }
    .news-other .news-list .news-it {
      margin: 0 8px; }
    .news-other .news-list .slick-track {
      margin-left: -30px; }

  .tag-list a {
    font-size: 15px;
    line-height: 22px; }

  .page-quotes-it .info p {
    font-size: 15px;
    line-height: 22px; }
  .page-quotes-it .info .link {
    font-size: 16px;
    line-height: 20px; }

  .coupon-link {
    font-size: 20px;
    line-height: 1.2;
    height: 56px; }

  .offer-it p.date {
    font-size: 12px;
    line-height: 15px; }

  .deal-box .des p {
    font-size: 16px; } }
@media (max-width: 767px) {
  .deal-box .des .email {
    position: relative;
    left: 0; }

  .breacrump {
    display: block; }

  .social {
    display: block !important;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap; }
    .social span, .social a {
      margin-right: 16px;
      display: inline-block;
      vertical-align: middle; }
    .social a:last-child {
      margin-right: 0; }

  .subscribe-pp .subscribe-inner .subscribe-box .popup-left {
    width: 100%;
    padding: 95px 46px 0; }
    .subscribe-pp .subscribe-inner .subscribe-box .popup-left img {
      max-width: 100%;
      margin: 0 auto;
      width: 350px; }
  .subscribe-pp .subscribe-inner .subscribe-box .popup-right {
    padding: 24px;
    width: 100%; }
    .subscribe-pp .subscribe-inner .subscribe-box .popup-right .popup-logo {
      margin-bottom: 24px; }

  #socialPopup .popup-social .popup-box .popup-left {
    width: 100%;
    padding: 95px 46px 0; }
    #socialPopup .popup-social .popup-box .popup-left img {
      max-width: 100%;
      margin: 0 auto;
      width: 350px; }
  #socialPopup .popup-social .popup-box .popup-right {
    padding: 24px;
    width: 100%; }
    #socialPopup .popup-social .popup-box .popup-right .popup-logo {
      margin-bottom: 24px; } }
@media (max-width: 620px) {
  .news-other .container {
    padding-right: 15px; }
  .news-other .news-list {
    margin: 0;
    display: block; }
    .news-other .news-list .news-it {
      margin: 0 0 16px;
      width: 100%; }
    .news-other .news-list .slick-track {
      margin-left: -30px; } }
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  word-break: break-word;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'DM Sans';
  color: #192320;
  overflow-x: hidden; }

.clear {
  clear: both; }

input {
  font-family: 'DM Sans'; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }
  a:hover {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }

img {
  max-width: 100%;
  border: none;
  height: auto; }

main {
  display: block; }

.height100 {
  height: 100%; }

.image-fit {
  display: block;
  overflow: hidden; }
  .image-fit img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slick-slider {
  margin-bottom: 0; }

.btn {
  line-height: 100%; }

.list-inline {
  letter-spacing: -0.3em; }
  .list-inline .item-inline {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block; }

.inline-middle .item-inline {
  vertical-align: middle; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.font900 {
  font-weight: 900; }

.font800 {
  font-weight: 800; }

.font700 {
  font-weight: 700; }

.font600 {
  font-weight: 600; }

.font500 {
  font-weight: 500; }

.font400 {
  font-weight: 400; }

.font300 {
  font-weight: 300; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.list-flex {
  display: flex;
  flex-wrap: wrap; }

.flex-center {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-end {
  align-items: flex-end;
  -webkit-align-items: flex-end; }

.flex-three .item-flex {
  width: 33.33%; }

.flex-two .item-flex {
  width: 50%; }

.flex-middle {
  align-items: center;
  -webkit-align-items: center; }

:focus {
  outline: none !important; }

.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%; }

.on-sp {
  display: none; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px; }

h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px; }

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px; }

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px; }

p {
  font-size: 16px;
  line-height: 24px; }
  p.has-x-large-font-size {
    font-size: 48px !important;
    font-weight: 600;
    line-height: 54px; }
  p.has-large-font-size {
    font-size: 22px !important;
    font-weight: 500;
    line-height: 28px; }
  p.has-medium-font-size {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 26px; }
  p.has-small-font-size {
    font-size: 14px !important;
    line-height: 20px; }

p b {
  font-size: 18px;
  font-weight: 500; }

strong {
  font-weight: 500; }

.note {
  font-size: 12px;
  line-height: 1.3; }

.title {
  font-size: 20px;
  line-height: 1.3; }

.on-ip {
  display: none; }

.on-pc-ip {
  display: block; }

@media (max-width: 1200px) {
  .container {
    padding: 0 57px;
    max-width: 100%; }

  p {
    font-size: 15px; }

  .on-ip {
    display: block; }

  .on-pc-ip {
    display: none; }

  h1 {
    font-size: 26px;
    line-height: 33px; }

  h2 {
    font-size: 22px;
    line-height: 28px; }

  h3 {
    font-size: 20px;
    line-height: 26px; }

  h4 {
    font-size: 18px;
    line-height: 24px; }

  p {
    font-size: 15px;
    line-height: 23px; }
    p.has-x-large-font-size {
      font-size: 32px !important;
      line-height: 38px; }
    p.has-large-font-size {
      font-size: 20px !important;
      line-height: 26px; }
    p.has-medium-font-size {
      font-size: 18px !important;
      line-height: 24px; }
    p.has-small-font-size {
      font-size: 12px !important;
      line-height: 18px; }

  p b {
    font-size: 15px; }

  .note {
    font-size: 12px; }

  .title {
    font-size: 16px; }

  .container {
    padding: 0 20px; }

  .hidden-sp {
    display: none; }

  .on-sp {
    display: block; } }
#header {
  box-shadow: 0px 1.42px 3.8px 0px #00000014; }
  #header .header-top {
    background: #fff;
    position: relative;
    z-index: 100; }
  #header .hd-box {
    padding: 20px 0; }
    #header .hd-box .hd-left .toogle-menu {
      width: 24px;
      cursor: pointer; }
      #header .hd-box .hd-left .toogle-menu img {
        width: 100%;
        display: block; }
    #header .hd-box .hd-left .search-btn {
      margin-left: 24px;
      width: 24px;
      cursor: pointer; }
      #header .hd-box .hd-left .search-btn img {
        width: 100%;
        display: block; }
    #header .hd-box .logo {
      height: 50px; }
      #header .hd-box .logo img {
        height: 100%;
        display: block; }
    #header .hd-box .subscribe-btn {
      background: #FFEED6;
      color: #FC5A31;
      font-size: 18px;
      line-height: 30px;
      font-weight: 700; }
  #header .menu-box {
    top: 90px;
    left: 0;
    right: 0;
    transform: translateY(-120%);
    transition: all 0.5s;
    z-index: 10;
    background: #FFF7EE; }
    #header .menu-box.show {
      transform: translateY(0); }
    #header .menu-box .search-show {
      background: #FFEED6; }
      #header .menu-box .search-show .search-show-form {
        padding: 28px 0;
        position: relative;
        padding-right: 40px; }
        #header .menu-box .search-show .search-show-form form {
          width: 100%; }
          #header .menu-box .search-show .search-show-form form .input-it {
            width: calc(100% - 40px);
            height: 24px;
            background: transparent;
            border: none;
            color: #192320;
            font-size: 16px;
            line-height: 1.5;
            padding: 0; }
            #header .menu-box .search-show .search-show-form form .input-it::placeholder {
              color: #192320; }
          #header .menu-box .search-show .search-show-form form .btn-submit {
            width: 32px;
            height: 32px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            content: "";
            padding: 0;
            background: transparent;
            border: none;
            cursor: pointer;
            right: 0; }
            #header .menu-box .search-show .search-show-form form .btn-submit img {
              width: 100%; }
    #header .menu-box .menu-show {
      background: #FFF7EE;
      padding: 40px 0; }
      #header .menu-box .menu-show .menu-tab-title {
        width: 216px; }
        #header .menu-box .menu-show .menu-tab-title ul li {
          padding: 16px 0;
          color: #D7D7D7;
          font-size: 20px;
          line-height: 1.3;
          letter-spacing: -0.5px;
          font-weight: 700;
          border-bottom: 1px solid #D7D7D7; }
          #header .menu-box .menu-show .menu-tab-title ul li:last-child {
            border-bottom: none; }
          #header .menu-box .menu-show .menu-tab-title ul li a {
            color: #192320; }
          #header .menu-box .menu-show .menu-tab-title ul li.active a {
            color: #FC5A31; }
      #header .menu-box .menu-show .news-list {
        gap: 16px; }
        #header .menu-box .menu-show .news-list .news-it {
          width: calc(33.33% - 11px); }
      #header .menu-box .menu-show .menu-tab-content {
        width: calc(100% - 216px);
        padding-left: 16px; }
      #header .menu-box .menu-show .menu-tab-pane {
        display: none; }
        #header .menu-box .menu-show .menu-tab-pane:first-child {
          display: block; }

@media (max-width: 1200px) {
  #header .menu-box .menu-show .container {
    padding-right: 0; }
  #header .menu-box .menu-show .menu-show-box {
    display: block; }
    #header .menu-box .menu-show .menu-show-box .menu-tab-title {
      margin-bottom: 16px; }
      #header .menu-box .menu-show .menu-show-box .menu-tab-title ul li:first-child {
        padding-top: 0; }
    #header .menu-box .menu-show .menu-show-box .menu-tab-content {
      width: 100%;
      padding-left: 0; }
  #header .menu-box .menu-show .news-list {
    display: block;
    margin: 0 -8px; }
    #header .menu-box .menu-show .news-list .slick-track {
      margin-left: -80px; }
    #header .menu-box .menu-show .news-list .news-it {
      margin: 0 8px; }
  #header .menu-box .menu-show .social {
    display: flex;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #FC5A31;
    margin-top: 24px; } }
@media (max-width: 767px) {
  #header .hd-box {
    padding-right: 34px;
    position: relative; }
    #header .hd-box .logo {
      height: 32px; }
    #header .hd-box .subscribe-btn {
      padding: 6px 16px; }
    #header .hd-box .hd-left {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      #header .hd-box .hd-left .search-btn {
        display: none; }
  #header .menu-box {
    top: 82px; }
    #header .menu-box .menu-show .news-list .slick-track {
      margin-left: -40px; }
    #header .menu-box .menu-show .social {
      overflow-x: auto;
      max-width: 100%; }
      #header .menu-box .menu-show .social * {
        white-space: nowrap; } }
#footer {
  background: #3B5853;
  padding: 60px 0 40px;
  color: #fff; }
  #footer .form-email p {
    text-align: left !important; }
  #footer .footer-top {
    padding-bottom: 24px;
    gap: 40px; }
    #footer .footer-top .left {
      width: calc(50% - 20px); }
      #footer .footer-top .left .ft-logo {
        height: 63px;
        margin-bottom: 24px; }
        #footer .footer-top .left .ft-logo img {
          display: block;
          height: 100%; }
      #footer .footer-top .left .ft-subscribers {
        margin-top: 20px; }
        #footer .footer-top .left .ft-subscribers h4 {
          margin-bottom: 16px; }
        #footer .footer-top .left .ft-subscribers p {
          line-height: 1.5;
          margin-bottom: 16px; }
        #footer .footer-top .left .ft-subscribers .form-email {
          background: transparent;
          border: none;
          padding: 0; }
    #footer .footer-top .right {
      width: calc(50% - 20px); }
      #footer .footer-top .right .ft-menu {
        gap: 40px;
        margin-bottom: 40px; }
        #footer .footer-top .right .ft-menu ul {
          display: grid;
          grid-template-rows: repeat(5, auto);
          grid-auto-flow: column;
          list-style-type: none;
          padding: 0;
          margin: 0;
          gap: 0 40px; }
          #footer .footer-top .right .ft-menu ul li {
            display: block;
            margin-bottom: 16px;
            font-size: 16px;
            line-height: 1.5;
            flex: 1 0 100%; }
            #footer .footer-top .right .ft-menu ul li a {
              color: #fff; }
              #footer .footer-top .right .ft-menu ul li a:hover {
                color: #FC5A31; }
            #footer .footer-top .right .ft-menu ul li:last-child {
              margin-bottom: 0; }
      #footer .footer-top .right .ft-des {
        font-size: 14px;
        line-height: 18px; }
  #footer .footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #fff; }
    #footer .footer-bottom .copyright {
      font-size: 14px;
      line-height: 18px;
      margin: 0; }
      #footer .footer-bottom .copyright a {
        color: #fff; }
    #footer .footer-bottom .ft-menu-bottom ul {
      display: flex;
      flex-wrap: wrap;
      gap: 25px; }
      #footer .footer-bottom .ft-menu-bottom ul li {
        font-size: 15px;
        line-height: 22px; }
        #footer .footer-bottom .ft-menu-bottom ul li a {
          color: #fff; }
          #footer .footer-bottom .ft-menu-bottom ul li a:hover {
            color: #FC5A31; }

.form-customer-feedback .customer-ftoggle {
  display: inline-block;
  background: #FFF7EE;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.07);
  border-radius: 10px 10px 0px 0px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #FC5A31;
  position: fixed;
  right: -100%;
  bottom: 186px;
  padding: 7px 6px 7px 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 9999;
  font-family: 'DM Sans'; }
  .form-customer-feedback .customer-ftoggle:before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 6px;
    bottom: 6px;
    content: "";
    background: url(../images/feedback.svg) no-repeat center center/100% auto;
    transform: rotate(90deg); }
.form-customer-feedback .customer-ftoggle.ani-right {
  right: -200px; }
.form-customer-feedback .customer-ftoggle.ani-left {
  right: -43px; }
.form-customer-feedback .customer-feedback {
  position: fixed;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #FFF7EE;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  padding: 40px;
  z-index: 99;
  text-align: center;
  width: 570px;
  opacity: 0;
  transition: 0.5s; }
  .form-customer-feedback .customer-feedback .form-group {
    width: 100%;
    padding: 12px 16px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    font-family: 'DM Sans';
    color: #192320; }
    .form-customer-feedback .customer-feedback .form-group::placeholder {
      color: rgba(0, 18, 14, 0.5); }
  .form-customer-feedback .customer-feedback textarea.form-group {
    margin-bottom: 24px; }
  .form-customer-feedback .customer-feedback .wpcf7-spinner {
    display: block;
    margin: 0 auto; }
.form-customer-feedback .customer-feedback.ani-fade {
  top: 50%;
  opacity: 1; }
.form-customer-feedback form br {
  display: none; }
.form-customer-feedback select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/down.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 3%;
  position: relative; }
.form-customer-feedback .form-group-email {
  display: none; }
.form-customer-feedback::placeholder {
  color: #888C91;
  opacity: 1; }
.form-customer-feedback:-ms-input-placeholder {
  color: #888C91;
  opacity: 1; }
.form-customer-feedback::-ms-input-placeholder {
  color: #888C91;
  opacity: 1; }
.form-customer-feedback h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-weight: 500; }
.form-customer-feedback h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: 400; }
.form-customer-feedback .your-option.hide-star::before {
  opacity: 0; }
.form-customer-feedback .form-hidden {
  position: absolute;
  opacity: 0;
  z-index: -1; }
.form-customer-feedback .star-rating {
  margin-bottom: 0;
  margin-bottom: 16px; }
  .form-customer-feedback .star-rating .rating-symbol {
    position: relative;
    width: 32px;
    height: 32px; }
    .form-customer-feedback .star-rating .rating-symbol .rating-symbol-background {
      background: url(../images/star-full.svg) no-repeat center center/100% auto;
      height: 32px; }
    .form-customer-feedback .star-rating .rating-symbol .rating-symbol-foreground {
      background: url(../images/star-o.svg) no-repeat center center/100% auto;
      height: 32px; }
    .form-customer-feedback .star-rating .rating-symbol:nth-child(1):hover:after {
      content: 'Hate'; }
    .form-customer-feedback .star-rating .rating-symbol:nth-child(2):hover:after {
      content: 'Dislike'; }
    .form-customer-feedback .star-rating .rating-symbol:nth-child(3):hover:after {
      content: 'Neutral'; }
    .form-customer-feedback .star-rating .rating-symbol:nth-child(4):hover:after {
      content: 'Like'; }
    .form-customer-feedback .star-rating .rating-symbol:nth-child(5):hover:after {
      content: 'Love';
      position: absolute;
      top: -26px;
      left: 50%;
      margin-left: 0 !important;
      background-color: #FFF;
      color: rgba(0, 0, 0, 0.8);
      width: auto !important;
      min-width: 45px;
      border: 1px solid #BFBFBF;
      border-radius: 2px;
      padding: 3px 7px;
      font-size: 13px;
      text-align: center;
      white-space: nowrap;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .form-customer-feedback .star-rating .rating-symbol:hover:after {
      position: absolute;
      top: -26px;
      left: 50%;
      margin-left: 0 !important;
      background-color: #FFF;
      color: rgba(0, 0, 0, 0.8);
      width: auto !important;
      min-width: 45px;
      border: 1px solid #BFBFBF;
      border-radius: 2px;
      padding: 3px 7px;
      font-size: 13px;
      text-align: center;
      white-space: nowrap;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      line-height: 1.5; }
    .form-customer-feedback .star-rating .rating-symbol:hover:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 1px solid #BFBFBF;
      border-right: 1px solid #BFBFBF;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: rotate(135deg);
      position: absolute;
      top: -3px;
      z-index: 101;
      left: 50%;
      background-color: #FFF;
      transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg); }
  .form-customer-feedback .star-rating span {
    display: flex;
    justify-content: center;
    gap: 16px; }
.form-customer-feedback textarea {
  height: 80px;
  resize: none; }
.form-customer-feedback .form-submit {
  min-width: 111px;
  border: none;
  height: 39px;
  line-height: 1;
  border-radius: 64px;
  background: #FC5A31;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer; }
.form-customer-feedback .close-btn {
  width: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  filter: invert(51%) sepia(4%) saturate(27%) hue-rotate(316deg) brightness(93%) contrast(93%); }
.form-customer-feedback .wpcf7-not-valid-tip {
  display: none; }
.form-customer-feedback .wpcf7-not-valid {
  border: 1px solid red !important; }
.form-customer-feedback .form-feedback {
  display: none;
  margin-top: 41px; }
.form-customer-feedback .mailsent {
  display: none; }
  .form-customer-feedback .mailsent h4 {
    margin-bottom: 10px; }
  .form-customer-feedback .mailsent p {
    font-size: 14px;
    line-height: 16px;
    color: #676A6E;
    margin-bottom: 40px; }
  .form-customer-feedback .mailsent img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
.form-customer-feedback .wpcf7-spinner {
  background-color: white;
  /*		background-image: url(../images/loadinghc.gif);*/
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0.8; }
  .form-customer-feedback .wpcf7-spinner::before {
    display: none; }
.form-customer-feedback textarea.form-group {
  display: none; }

.form-customer-feedback.ani-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.499);
  z-index: 9999999999;
  opacity: 1;
  visibility: visible; }

.customer-feedback .rating-symbol {
  color: #FFB800;
  font-size: 36px; }
.customer-feedback .rating-symbol-foreground {
  top: 0; }

@media (max-width: 1200px) {
  #footer .footer-top {
    display: block; }
    #footer .footer-top .left {
      width: 100%; }
      #footer .footer-top .left .ft-subscribers br {
        display: none; }
    #footer .footer-top .right {
      width: 100%;
      margin-top: 40px; }
    #footer .footer-top .ft-des {
      margin-bottom: 0; }
  #footer .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px 0;
    align-items: flex-start; }
    #footer .footer-bottom .ft-menu-bottom ul {
      flex-direction: column;
      gap: 16px; } }
@media (max-width: 767px) {
  .form-customer-feedback select {
    background-size: 5%; }
  .form-customer-feedback .form-feedback {
    margin-top: 24px; }
  .form-customer-feedback .star-rating .rating-symbol:hover:before {
    top: -3px; }
  .form-customer-feedback .customer-ftoggle {
    font-size: 15px;
    line-height: 19px;
    bottom: 176px;
    right: -150px; }
  .form-customer-feedback .customer-ftoggle.ani-left {
    right: -40px; }
  .form-customer-feedback .customer-feedback {
    padding: 40px;
    width: 92.3vw; }
  .form-customer-feedback h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }
  .form-customer-feedback h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 6px; }
  .form-customer-feedback .your-option::before {
    left: 128px; }
  .form-customer-feedback .close-btn {
    top: 21px; }
    .form-customer-feedback .close-btn img {
      vertical-align: baseline; }
  .form-customer-feedback form {
    padding: 10px 0; } }
.blurt-slider .slick-arrow {
  background: #FFEED6;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  width: 44px;
  height: 44px;
  align-content: center;
  justify-content: center;
  transition: all 0.3s; }
  .blurt-slider .slick-arrow:before {
    font-size: 0;
    width: 9px;
    height: 17px;
    background-image: url(../images/right.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    filter: invert(11%) sepia(26%) saturate(367%) hue-rotate(111deg) brightness(98%) contrast(96%); }
  .blurt-slider .slick-arrow.slick-prev:before {
    background-image: url(../images/left.svg); }
  .blurt-slider .slick-arrow:hover {
    background: #FC5A31; }
    .blurt-slider .slick-arrow:hover:before {
      filter: invert(93%) sepia(10%) saturate(937%) hue-rotate(321deg) brightness(104%) contrast(103%); }

.error-content {
  padding: 80px 0 0;
  background: #FFF7EE; }
  .error-content h1 {
    font-size: 100px;
    line-height: 1.1;
    margin-bottom: 0; }
  .error-content p {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-bottom: 16px; }
  .error-content img {
    display: block; }

.news-list-3 {
  gap: 40px 16px; }
  .news-list-3 .news-it {
    width: calc(33.33% - 11px); }

.search-page {
  padding-bottom: 30px;
  min-height: 1000px; }
  .search-page .gsc-search-box input {
    background: transparent !important;
    border-radius: 12px; }
  .search-page .gsc-search-box .gsc-search-button button {
    background: #FC5A31;
    width: 99px; }
    .search-page .gsc-search-box .gsc-search-button button:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: "Search";
      font-size: 16px;
      line-height: 1.5;
      width: 55px; }
  .search-page .gsc-result-info, .search-page .gsc-orderby-label {
    font-size: 16px;
    line-height: 1.5; }
  .search-page .gsc-control-cse {
    padding: 0; }
    .search-page .gsc-control-cse .gsc-option-menu-container {
      width: auto;
      font-size: 100%; }
      .search-page .gsc-control-cse .gsc-option-menu-container .gsc-selected-option-container {
        border: 1px solid #D7D7D7;
        background: transparent;
        border-radius: 12px;
        color: #FC5A31;
        font-size: 16px;
        line-height: 1.5;
        padding: 8px 40px 8px 8px;
        height: auto;
        max-width: 100%;
        box-shadow: none;
        cursor: pointer; }
        .search-page .gsc-control-cse .gsc-option-menu-container .gsc-selected-option-container .gsc-selected-option {
          font-family: 'DM Sans';
          font-weight: 400; }
      .search-page .gsc-control-cse .gsc-option-menu-container .gsc-option-selector {
        background-image: url(../images/down.svg);
        width: 24px;
        height: 24px;
        margin: 0;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    .search-page .gsc-control-cse .gsc-option-menu {
      top: calc(100% + 10px) !important;
      min-width: 180px;
      border-radius: 12px;
      border: 1px solid #D7D7D7;
      padding: 12px 16px;
      font-size: 14px;
      line-height: 24px;
      box-shadow: none; }
      .search-page .gsc-control-cse .gsc-option-menu .gsc-option-menu-item {
        font-weight: 600;
        margin-bottom: 8px;
        color: #192320;
        background: transparent !important;
        padding: 0; }
      .search-page .gsc-control-cse .gsc-option-menu .gsc-option-menu-item-highlighted {
        color: #FC5A31; }
  .search-page .gsc-webResult {
    padding: 8px 0; }
    .search-page .gsc-webResult .gs-title {
      font-size: 18px !important;
      line-height: 23px !important;
      font-weight: 700; }
      .search-page .gsc-webResult .gs-title a, .search-page .gsc-webResult .gs-title b {
        color: #151515 !important;
        font-size: 18px !important; }
    .search-page .gsc-webResult .gsc-webResult.gsc-result {
      padding: 8px 0; }
  .search-page .gcsc-more-maybe-branding-root {
    display: none; }
  .search-page .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-radius: 50%;
    color: #171717;
    font-size: 14px;
    font-family: 'DM Sans' !important;
    background: #FFF7EE;
    margin: 0 4px;
    border: none; }
    .search-page .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
      background: #FC5A31;
      color: #fff; }
  .search-page .gs-webResult div.gs-visibleUrl {
    margin: 6px 0; }

.klaviyo-form-X4iqhY form {
  max-width: 100% !important; }
.klaviyo-form-X4iqhY form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit, .klaviyo-form-X4iqhY form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit {
  font-family: 'DM Sans' !important;
  color: #000 !important;
  font-size: 22px !important;
  line-height: 32px;
  font-weight: 700 !important;
  text-align: left !important;
  display: block;
  margin: 0 0 16px; }
.klaviyo-form-X4iqhY form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 p, .klaviyo-form-X4iqhY form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 p {
  font-family: 'DM Sans' !important;
  color: #000 !important;
  font-size: 16px !important;
  text-align: left !important;
  margin: 0 -8px; }
.klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 {
  min-height: auto !important; }
  .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    padding: 0 8px; }
    .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .needsclick[data-testid="form-component"]:first-child > .kl-private-reset-css-Xuajs1 {
      position: relative; }
      .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .needsclick[data-testid="form-component"]:first-child > .kl-private-reset-css-Xuajs1:before {
        position: absolute;
        top: -8px;
        left: -8px;
        border: 1px solid #D7D7D7;
        border-radius: 12px;
        content: "";
        z-index: 2;
        bottom: -8px;
        right: -95px; }
      .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .needsclick[data-testid="form-component"]:first-child > .kl-private-reset-css-Xuajs1#rich-text-123307711:before, .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .needsclick[data-testid="form-component"]:first-child > .kl-private-reset-css-Xuajs1#rich-text-123307712:before {
        display: none; }
    .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div {
      padding: 0 !important; }
      .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input {
        border: none !important;
        font-size: 16px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
        font-family: 'DM Sans' !important;
        color: #192320 !important;
        height: 40px !important;
        position: relative;
        z-index: 10; }
        .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input::placeholder {
          color: #D7D7D7 !important; }
      .klaviyo-form-X4iqhY form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div button {
        height: 40px !important;
        padding: 8px 24px !important;
        border-radius: 10px !important;
        background: #FC5A31 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        font-family: 'DM Sans' !important;
        box-sizing: border-box !important;
        position: relative;
        z-index: 10; }

.klaviyo-form-VCi4hB form {
  max-width: 100% !important; }
.klaviyo-form-VCi4hB form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1, .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 {
  background: none !important;
  color: #3B5853;
  padding: 11.5px 0;
  border-radius: 12px;
  gap: 5px 0;
  position: relative; }
  .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2):before, .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2):before {
    position: absolute;
    top: -51px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    background: #FFF7EE;
    border-radius: 12px; }
  .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit, .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit {
    top: 6px;
    font-size: 26px !important; }
  .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2) .ql-font-kanit, .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2) .ql-font-kanit {
    top: -8px; }
  .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit, .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit {
    font-family: 'DM Sans' !important;
    color: #192320 !important;
    font-size: 16px !important;
    display: block;
    text-align: left;
    position: relative;
    z-index: 10;
    font-weight: 500 !important;
    letter-spacing: -0.5px;
    padding: 0 7px;
    line-height: 1; }
.klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 {
  min-height: auto !important; }
  .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px; }
    .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div {
      padding: 0 !important; }
      .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input {
        border: none !important;
        font-size: 16px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
        font-family: 'DM Sans' !important;
        color: #fff !important;
        height: 40px !important;
        background: transparent !important;
        padding-left: 0 !important; }
        .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input::placeholder {
          color: #D7D7D7 !important; }
        .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:focus {
          background: transparent !important;
          outline: none; }
        .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:-internal-autofill-selected, .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:-moz-autofill, .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:-webkit-autofill, .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:-ms-autofill, .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input::-ms-value, .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:focus-visible, .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:valid, .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input:placeholder-shown {
          background: none !important;
          outline: none !important;
          box-shadow: none !important; }
      .klaviyo-form-VCi4hB form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div button {
        height: 40px !important;
        padding: 8px 24px !important;
        border-radius: 10px !important;
        background: #FC5A31 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        font-family: 'DM Sans' !important;
        box-sizing: border-box !important; }

.klaviyo-form-WfUkWA form {
  max-width: 100% !important; }
.klaviyo-form-WfUkWA form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 {
  background: none !important;
  color: #3B5853;
  padding: 11.5px 0;
  border-radius: 12px;
  gap: 5px 0;
  position: relative; }
  .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2):before, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2):before {
    position: absolute;
    top: -51px;
    left: -1px;
    right: -1px;
    bottom: -5px;
    content: "";
    background: #FFEED6;
    border-radius: 12px; }
  .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit {
    top: 6px;
    font-size: 26px !important;
    margin-bottom: 5px; }
  .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2) .ql-font-kanit, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(2) .ql-font-kanit {
    top: -8px; }
  .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit {
    font-family: 'DM Sans' !important;
    color: #192320 !important;
    font-size: 16px !important;
    display: block;
    text-align: left;
    position: relative;
    z-index: 10;
    font-weight: 500 !important;
    letter-spacing: -0.5px;
    padding: 0 7px;
    line-height: 1; }
.klaviyo-form-WfUkWA form > .kl-private-reset-css-Xuajs1 {
  min-height: auto !important; }
  .klaviyo-form-WfUkWA form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
    padding: 6px 8px;
    background: #fff;
    border: none;
    border-radius: 12px; }
    .klaviyo-form-WfUkWA form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div {
      padding: 0 !important; }
      .klaviyo-form-WfUkWA form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input {
        border: none !important;
        font-size: 16px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
        font-family: 'DM Sans' !important;
        color: #192320 !important;
        height: 40px !important; }
        .klaviyo-form-WfUkWA form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div input::placeholder {
          color: #D7D7D7 !important; }
      .klaviyo-form-WfUkWA form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > div button {
        height: 40px !important;
        padding: 8px 24px !important;
        border-radius: 10px !important;
        background: #FC5A31 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        font-family: 'DM Sans' !important;
        box-sizing: border-box !important; }

@media (max-width: 1200px) {
  .error-content {
    padding: 80px 0 40px; }
    .error-content .container {
      padding: 0; }
    .error-content h1 {
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 16px; }
    .error-content p {
      margin-bottom: 20px; }

  .search-page {
    padding-top: 30px; }
    .search-page .gsc-webResult .gs-title {
      font-size: 15px !important;
      line-height: 20px !important; }
      .search-page .gsc-webResult .gs-title a {
        font-size: 15px !important; }

  .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit, .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 .ql-font-kanit {
    font-size: 15px !important; }
  .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit, .klaviyo-form-VCi4hB form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="0"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit, .klaviyo-form-WfUkWA form[data-gtm-form-interact-id="1"] > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1.needsclick:nth-child(1) .ql-font-kanit {
    font-size: 20px !important; } }
@media (max-width: 767px) {
  .error-content {
    padding: 40px 0 40px; }

  .search-page {
    padding-top: 0;
    min-height: 500px; }
    .search-page .gsc-above-wrapper-area {
      display: none; }
    .search-page .gsc-resultsbox-visible {
      margin: 0 -20px;
      border-top: 1px solid #D7D7D7;
      padding: 0 20px; }
    .search-page .gs-webResult div.gs-visibleUrl {
      margin: 6px 0; } }
.home-about {
  padding: 80px 0; }
  .home-about .container {
    max-width: 1410px; }
  .home-about .info {
    max-width: 700px;
    margin: 0 auto 38px; }
    .home-about .info p.has-x-large-font-size {
      margin-bottom: 24px; }
    .home-about .info p {
      margin-bottom: 0; }
  .home-about .featured {
    margin-top: 57px; }
  .home-about .ab-btn {
    position: absolute;
    top: 27px;
    left: 0;
    right: 30px;
    margin: 0 auto; }
    .home-about .ab-btn .btn-item {
      display: inline-block;
      color: #192320;
      font-size: 22px;
      font-weight: 500;
      line-height: 31px;
      letter-spacing: -0.5px;
      background: #FFEED6;
      padding: 27px 40px;
      border-radius: 32px;
      min-width: 470px;
      text-align: left; }
      .home-about .ab-btn .btn-item span {
        color: #FC5A31; }
      .home-about .ab-btn .btn-item.btn-green {
        background: #3B5853;
        color: #FFF7EE;
        transform: rotate(-12deg); }
      .home-about .ab-btn .btn-item.btn-blue {
        background: #E0F4FE;
        color: #192320;
        transform: rotate(-6deg); }
      .home-about .ab-btn .btn-item.btn-yellow {
        transform: rotate(4deg);
        margin-top: 31px;
        margin-right: 83px; }

.home-quotes {
  box-shadow: 0px 0px 2px 0px #EFEFEF40;
  border-radius: 24px 0 0 24px;
  background: #FFF7EE;
  padding: 40px 0 35px 40px;
  margin-left: calc(50vw - 556.5px);
  margin-bottom: 45px; }
  .home-quotes .quotes-slider {
    margin: 40px 0 0;
    box-shadow: 0px 0px 2px 0px #EFEFEF40; }
    .home-quotes .quotes-slider .slick-track {
      display: flex !important;
      margin-left: -80px; }
    .home-quotes .quotes-slider .quotes-it {
      margin-right: 16px;
      height: inherit !important;
      width: 356px; }
      .home-quotes .quotes-slider .quotes-it .des .featured {
        height: 185px;
        padding-bottom: 11px; }
        .home-quotes .quotes-slider .quotes-it .des .featured img {
          max-height: 100%; }
      .home-quotes .quotes-slider .quotes-it .des .quotes-btn {
        font-size: 20px;
        padding: 14px 30px 14px 16px;
        border-radius: 12px;
        height: 53px; }
        .home-quotes .quotes-slider .quotes-it .des .quotes-btn:after {
          width: 8px;
          right: 23px; }

.home-community {
  position: relative; }
  .home-community .form-email {
    padding: 0;
    background: transparent;
    border-radius: 0; }
  .home-community img.bg {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 100%; }
  .home-community .box {
    background: #FFF7EE;
    box-shadow: 0px 1.42px 3.8px 0px #00000012;
    padding: 40px 0;
    border-radius: 24px;
    margin-bottom: 80px;
    position: relative; }
    .home-community .box .left {
      width: 50%;
      padding: 24px; }
      .home-community .box .left ul {
        margin: 24px 0 0; }
        .home-community .box .left ul li {
          display: block;
          margin-bottom: 24px;
          padding-left: 44px;
          position: relative; }
          .home-community .box .left ul li img {
            position: absolute;
            left: 0;
            width: 32px;
            top: 3px; }
          .home-community .box .left ul li p {
            line-height: 1.5;
            margin-bottom: 24px; }
            .home-community .box .left ul li p:last-child {
              margin-bottom: 0; }
          .home-community .box .left ul li h4 {
            font-size: 20px;
            line-height: 1.3;
            font-weight: 700;
            margin-bottom: 11px; }
    .home-community .box .right {
      padding: 24px 46px 41px;
      width: 50%; }
      .home-community .box .right img {
        margin-top: 40px; }

.home-news {
  margin-bottom: 80px;
  position: relative; }
  .home-news .news-list {
    margin-top: 40px;
    gap: 40px 16px; }
    .home-news .news-list .news-it {
      width: calc(33.33% - 11px); }

@media (max-width: 1410px) {
  .home-about .ab-btn {
    top: 1.915vw;
    right: 2.128vw; }
    .home-about .ab-btn .btn-item {
      font-size: 1.56vw;
      line-height: 2.199vw;
      padding: 1.915vw 2.837vw;
      border-radius: 2.27vw;
      min-width: 33.333vw; }
      .home-about .ab-btn .btn-item.btn-yellow {
        margin-top: 2.199vw;
        margin-right: 5.887vw; } }
@media (max-width: 1200px) {
  .home-about {
    padding: 57px 0; }
    .home-about .info {
      margin-bottom: 16px;
      max-width: 477px; }
    .home-about img {
      padding: 0 62px; }
    .home-about .featured {
      margin-top: 26px; }
    .home-about .ab-btn {
      top: 1.6vw;
      right: 2.0vw;
      max-width: 70%; }
      .home-about .ab-btn .btn-item {
        font-size: 1.199vw;
        line-height: 1.3;
        padding: 1.319vw 2.158vw;
        border-radius: 1.679vw;
        min-width: 24.46vw; }
        .home-about .ab-btn .btn-item.btn-yellow {
          margin-top: 1.6vw;
          margin-right: 4.2vw; }

  .home-quotes {
    margin-left: 57px;
    padding: 20px 0 20px 20px;
    border-radius: 20px 0 0 20px;
    margin-bottom: 40px; }
    .home-quotes .quotes-slider .slick-track {
      margin-left: -50px; }
    .home-quotes .quotes-slider .quotes-it .des .quotes-btn {
      font-size: 18px;
      padding: 14px 30px 14px 16px;
      height: 53px; }

  .home-community img.bg {
    display: none; }
  .home-community .box {
    padding: 44px 24px;
    flex-direction: column; }
    .home-community .box .section-title {
      text-align: center; }
    .home-community .box .left {
      width: 100%;
      padding: 0; }
      .home-community .box .left ul li {
        padding-left: 52px; }
        .home-community .box .left ul li img {
          width: 32px; }
        .home-community .box .left ul li p {
          margin-bottom: 16px; }
          .home-community .box .left ul li p.has-large-font-size {
            margin-bottom: 10px; }
    .home-community .box .right {
      padding: 40px 0 0;
      width: 100%; }
      .home-community .box .right img {
        margin-top: 24px; }

  .home-news .container {
    padding-right: 0; }
  .home-news .news-list {
    display: block;
    margin: 40px -8px 0; }
    .home-news .news-list .slick-track {
      margin-left: -30px; }
    .home-news .news-list .news-it {
      margin: 0 8px; } }
@media (max-width: 767px) {
  .home-about {
    padding: 60px 0;
    overflow-x: hidden; }
    .home-about img {
      padding: 0;
      margin: 0 -50px;
      width: calc(100% + 120px);
      max-width: calc(100% + 120px); }
    .home-about .featured {
      margin-top: 24px; }
    .home-about .ab-btn {
      top: 1.6vw;
      right: -1vw;
      max-width: 100%; }
      .home-about .ab-btn .btn-item {
        font-size: 2.036vw;
        line-height: 1.3;
        padding: 2.29vw 3.817vw;
        border-radius: 2.799vw;
        min-width: 40vw; }
        .home-about .ab-btn .btn-item.btn-yellow {
          margin-top: 3.2vw;
          margin-right: 6vw; }

  .home-quotes {
    margin-left: 20px; }
    .home-quotes .quotes-slider .slick-track {
      margin-left: -15px; }

  .home-community .box {
    flex-direction: column; }
    .home-community .box .left {
      padding: 0 0 40px; }
      .home-community .box .left ul li {
        padding-left: 44px; }
        .home-community .box .left ul li img {
          width: 30px;
          top: 2px; }
    .home-community .box .right .section-title {
      text-align: center; }

  .home-news .container {
    padding-right: 20px; }
  .home-news .news-list {
    margin: 40px 0 0;
    display: flex;
    gap: 16px; }
    .home-news .news-list .news-it {
      width: calc(50% - 8px);
      margin: 0 0 16px; }
      .home-news .news-list .news-it:last-child {
        margin-bottom: 0; } }
@media (max-width: 520px) {
  .home-news .news-list {
    gap: 0; }
    .home-news .news-list .news-it {
      width: 100%; } }
.quotes-top {
  margin: 40px 0 100px;
  border-radius: 24px;
  background: #FFF7EE;
  padding: 80px 24px 40px 40px;
  min-height: 350px; }
  .quotes-top .info {
    width: 50%;
    position: relative;
    z-index: 3; }
    .quotes-top .info h1 {
      margin-bottom: 20px; }
    .quotes-top .info p {
      line-height: 1.5;
      margin-bottom: 20px; }
    .quotes-top .info .social {
      margin-top: 24px; }
      .quotes-top .info .social span {
        font-size: 16px;
        line-height: 1; }
      .quotes-top .info .social img {
        line-height: 20px; }
  .quotes-top .featured {
    max-width: 60%;
    bottom: 16px;
    right: 24px;
    max-height: 100%; }
  .quotes-top .quotes-top-slider .slider-for .slider-it {
    min-height: 490px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 16px;
    overflow: hidden; }
    .quotes-top .quotes-top-slider .slider-for .slider-it .slider-it-info {
      position: absolute;
      max-width: 180px;
      top: 50%;
      left: 20px;
      right: 20px;
      margin: 0 auto;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      text-align: center;
      font-family: 'Cherry'; }
      .quotes-top .quotes-top-slider .slider-for .slider-it .slider-it-info p {
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
        text-shadow: 0px 1.42px 3.8px #00000012; }
      .quotes-top .quotes-top-slider .slider-for .slider-it .slider-it-info h4 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 500;
        margin: 24px 0 0; }

.page-quotes-slider .section-title {
  margin-bottom: 24px; }

.quotes-content .breacrump {
  padding: 16px 0; }
.quotes-content .quotes-cat {
  margin-bottom: 60px; }
.quotes-content .page-quotes-list {
  margin: 24px -8px 100px; }
  .quotes-content .page-quotes-list .page-quotes-it {
    margin: 0 8px; }
  .quotes-content .page-quotes-list .slick-arrow {
    top: -45px; }
    .quotes-content .page-quotes-list .slick-arrow.slick-next {
      right: 0; }
    .quotes-content .page-quotes-list .slick-arrow.slick-prev {
      right: 60px;
      left: auto; }

.quotes-author .quotes-top {
  margin-bottom: 60px; }
  .quotes-author .quotes-top .info .social {
    margin: 20px 0; }
.quotes-author .quotes-author-list {
  margin-bottom: 40px;
  margin-top: 80px; }
  .quotes-author .quotes-author-list ul {
    margin: 16px 0 64px;
    gap: 0 20px; }
    .quotes-author .quotes-author-list ul li {
      width: calc(25% - 15px);
      line-height: 1.5; }
      .quotes-author .quotes-author-list ul li a {
        color: #192320; }

.quotes-search {
  margin: 40px 0 60px;
  border-radius: 24px;
  padding: 40px;
  background: #FFF7EE; }
  .quotes-search h1 {
    margin-bottom: 10px; }
  .quotes-search .form-email {
    margin-bottom: 10px; }
  .quotes-search .quotes-explore {
    padding: 5px 0;
    gap: 16px;
    justify-content: center; }
    .quotes-search .quotes-explore h4 {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      margin: 0; }
    .quotes-search .quotes-explore span {
      display: inline-block;
      font-size: 16px;
      line-height: 1.5;
      padding: 8px;
      background: #E0F4FE;
      border-radius: 12px; }

.quotes-news-list-box {
  margin-bottom: 60px; }
  .quotes-news-list-box .quotes-masory {
    margin: 0 -8px 36px; }
    .quotes-news-list-box .quotes-masory .page-quotes-it {
      width: calc(33.33% - 16px);
      margin: 0 8px 24px; }

.quotes-motivation .quotes-top {
  padding-top: 40px;
  padding-bottom: 40px; }
  .quotes-motivation .quotes-top .featured {
    max-width: 47%; }

.quotes-filter {
  padding-bottom: 16px;
  margin-bottom: 60px;
  border-bottom: 1px solid #D7D7D7; }
  .quotes-filter p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0; }
  .quotes-filter .quotes-select {
    position: relative; }
    .quotes-filter .quotes-select .btn_dropdown {
      padding: 7px 41px 7px 10px;
      border: 1px solid #D7D7D7;
      border-radius: 12px;
      color: #192320;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      position: relative;
      background: transparent;
      cursor: pointer;
      min-width: 166px;
      text-align: left; }
      .quotes-filter .quotes-select .btn_dropdown:after {
        width: 12px;
        height: 8px;
        background: url(../images/down.svg) no-repeat center center/100% auto;
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    .quotes-filter .quotes-select .content_dropdown {
      position: absolute;
      top: 50px;
      right: 0;
      padding: 12px 16px;
      border-radius: 12px;
      border: 1px solid #D7D7D7;
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
      min-width: 180px;
      z-index: 10;
      background: #fff; }
      .quotes-filter .quotes-select .content_dropdown li {
        display: block;
        margin-bottom: 8px;
        cursor: pointer; }
        .quotes-filter .quotes-select .content_dropdown li:last-child {
          margin-bottom: 0; }

.quotes-taylor .quotes-top {
  padding: 40px;
  margin-bottom: 40px; }
  .quotes-taylor .quotes-top .info {
    width: 100%; }
    .quotes-taylor .quotes-top .info h1 {
      margin-bottom: 8px; }
    .quotes-taylor .quotes-top .info h4 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 8px; }
    .quotes-taylor .quotes-top .info p {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #D7D7D7; }
.quotes-taylor .quotes-news-list-box {
  margin-top: 60px; }

.quotes-single .quotes-news-list-box {
  margin-top: 44px; }
.quotes-single .quotes-top {
  padding: 40px; }
  .quotes-single .quotes-top .down-btn {
    padding: 8px 20px;
    border-radius: 12px;
    background: #E0F4FE;
    font-size: 16px;
    line-height: 1.5;
    color: #192320;
    position: relative;
    top: 1px; }
    .quotes-single .quotes-top .down-btn img {
      width: 13px;
      margin-right: 6px; }
    .quotes-single .quotes-top .down-btn:hover {
      opacity: 0.8; }
  .quotes-single .quotes-top .info {
    padding-bottom: 60px;
    position: relative; }
    .quotes-single .quotes-top .info .bottom {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex; }
      .quotes-single .quotes-top .info .bottom .social {
        margin: 0; }
      .quotes-single .quotes-top .info .bottom .function {
        gap: 16px; }
    .quotes-single .quotes-top .info .quotes-des {
      padding-top: 64px;
      position: relative;
      padding-bottom: 16px; }
      .quotes-single .quotes-top .info .quotes-des:before {
        width: 48px;
        height: 48px;
        background: url(../images/quotes.svg) no-repeat center center/100% auto;
        position: absolute;
        top: 0;
        left: 0;
        content: ""; }
      .quotes-single .quotes-top .info .quotes-des p {
        font-size: 20px;
        margin-bottom: 0; }
    .quotes-single .quotes-top .info .notice {
      border-top: 1px solid #D7D7D7;
      padding-top: 16px; }
      .quotes-single .quotes-top .info .notice h4 {
        font-size: 22px;
        line-height: 32px;
        color: #3B5853;
        margin: 0; }
        .quotes-single .quotes-top .info .notice h4 img {
          margin-left: 8px;
          width: 24px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -7px; }
        .quotes-single .quotes-top .info .notice h4 a {
          color: #192320; }
  .quotes-single .quotes-top .featured {
    width: 50%;
    padding-left: 36px;
    padding-right: 87px;
    position: relative;
    right: 0;
    bottom: 0; }
    .quotes-single .quotes-top .featured .slider-nav {
      width: 71px;
      position: absolute;
      top: 0;
      right: 0; }
      .quotes-single .quotes-top .featured .slider-nav .slick-list {
        padding: 0 !important; }
        .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it {
          border: 1px solid transparent;
          border-radius: 4px;
          overflow: hidden;
          margin-bottom: 8px;
          cursor: pointer;
          height: 91px; }
          .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it.slick-current {
            position: relative;
            border: 1px solid #FC5A31; }
            .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it.slick-current:before {
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.4);
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              border-radius: 4px; }
            .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it.slick-current:after {
              width: 26px;
              height: 26px;
              background: url(../images/check.svg) no-repeat center center/100% auto;
              position: absolute;
              content: "";
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%); }
          .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it:last-child {
            margin-bottom: 0; }
          .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .quotes-single .quotes-top .featured .slider-for .slider-it img {
      width: 100%; }

@media (max-width: 1200px) {
  .quotes-top {
    margin-bottom: 60px;
    padding: 20px 16px;
    align-items: center;
    min-height: 280px; }
    .quotes-top .featured {
      max-width: 50% !important;
      width: 50% !important;
      padding-left: 10px !important;
      right: 0;
      position: relative;
      bottom: 0; }

  .quotes-content .page-quotes-list {
    margin-bottom: 60px;
    margin-right: -57px; }
    .quotes-content .page-quotes-list .slick-track {
      margin-left: -71px; }
    .quotes-content .page-quotes-list .slick-arrow {
      display: none !important; }

  .quotes-search {
    border-radius: 20px;
    padding: 20px; }
    .quotes-search h1 {
      text-align: left; }
    .quotes-search .quotes-explore span {
      font-size: 15px;
      line-height: 22px; }

  .quotes-news-list-box .quotes-masory {
    margin: 0 -12px 0; }
    .quotes-news-list-box .quotes-masory .page-quotes-it {
      margin: 0 12px 24px;
      width: calc(50% - 24px); }
    .quotes-news-list-box .quotes-masory .page-quotes-it .info .link {
      font-size: 15px;
      line-height: 20px; }

  .quotes-motivation .quotes-top {
    padding: 20px; }

  .quotes-taylor .quotes-top .info h4 {
    font-size: 20px; }

  .quotes-single .quotes-top {
    padding: 20px; }
    .quotes-single .quotes-top .down-btn {
      font-size: 15px;
      line-height: 22px; }
    .quotes-single .quotes-top .info {
      padding: 0;
      width: 40%; }
      .quotes-single .quotes-top .info .quotes-des p {
        font-size: 15px;
        line-height: 22px; }
    .quotes-single .quotes-top .featured {
      padding-left: 24px !important;
      width: 60% !important;
      padding-right: 87px;
      max-width: 680px !important; }
      .quotes-single .quotes-top .featured .slider-nav {
        width: 71px; }
        .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it {
          border-radius: 6px; }
          .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it.slick-current:after {
            width: 38px;
            height: 38px; } }
@media (max-width: 767px) {
  .quotes-top {
    padding: 20px; }
    .quotes-top .featured {
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 0 !important;
      margin-top: 20px; }
    .quotes-top .info {
      width: 100%; }

  .quotes-content .page-quotes-list {
    margin-right: -15px; }
    .quotes-content .page-quotes-list .slick-track {
      margin-left: -28px; }
    .quotes-content .page-quotes-list .slick-arrow {
      display: none !important; }

  .quotes-author .quotes-author-list ul li {
    width: calc(50% - 10px);
    font-size: 15px;
    line-height: 22px; }

  .quotes-news-list-box .quotes-masory {
    margin: 0; }
    .quotes-news-list-box .quotes-masory .page-quotes-it {
      margin: 0 0 24px;
      width: 100%; }

  .quotes-filter {
    margin: 0 -15px 40px;
    padding: 0 20px 16px; }

  .quotes-single .quotes-top {
    padding: 40px 20px; }
    .quotes-single .quotes-top .info {
      width: 100%; }
      .quotes-single .quotes-top .info .bottom {
        display: none; }
    .quotes-single .quotes-top .featured {
      padding: 0 !important;
      max-width: 100% !important;
      margin-top: 24px !important;
      width: 100% !important; }
      .quotes-single .quotes-top .featured .slider-nav {
        position: relative;
        width: 100%;
        margin: 13px -3px 0; }
        .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it {
          margin: 0 3px;
          border-radius: 3px;
          height: 74px; }
          .quotes-single .quotes-top .featured .slider-nav .slick-list .slider-it.slick-current:after {
            width: 21px;
            height: 21px; }
      .quotes-single .quotes-top .featured .bottom {
        margin-right: 0;
        margin-top: 24px; }
        .quotes-single .quotes-top .featured .bottom .function {
          margin-top: 24px;
          gap: 16px;
          justify-content: center;
          width: 100%; }
        .quotes-single .quotes-top .featured .bottom .social {
          text-align: center; } }
.about-content .about-custom {
  padding-top: 40px; }
  .about-content .about-custom h1 {
    line-height: 1.1;
    margin-bottom: 24px; }
  .about-content .about-custom p {
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.5; }
.about-content .about-info .about-info-it {
  margin-bottom: 7px; }
  .about-content .about-info .about-info-it:last-child {
    margin-bottom: 0; }
  .about-content .about-info .about-info-it:nth-child(2) h3 {
    background: #3B5853; }
  .about-content .about-info .about-info-it:nth-child(3) h3, .about-content .about-info .about-info-it:nth-child(5) h3 {
    background: #E0F4FE;
    color: #3B5853; }
    .about-content .about-info .about-info-it:nth-child(3) h3:after, .about-content .about-info .about-info-it:nth-child(5) h3:after {
      background: #3B5853; }
  .about-content .about-info .about-info-it:nth-child(4) h3 {
    background: #FFEED6;
    color: #3B5853; }
    .about-content .about-info .about-info-it:nth-child(4) h3:after {
      background: #3B5853; }
  .about-content .about-info .about-info-it .title {
    margin-bottom: 7px;
    display: flex;
    gap: 7px; }
  .about-content .about-info .about-info-it h3 {
    margin-bottom: 0;
    display: inline-block;
    padding: 17px 22px;
    background: #FC5A31;
    border-radius: 11px;
    color: #fff; }
    .about-content .about-info .about-info-it h3:after {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      content: "";
      margin-left: 28px;
      vertical-align: middle;
      margin-top: -4px; }
  .about-content .about-info .about-info-it .blank {
    background: #FFFBF6;
    border-radius: 11px;
    flex: 1; }
  .about-content .about-info .about-info-it .des {
    padding: 18px 24px;
    background: #FFFBF6;
    border-radius: 11px; }
    .about-content .about-info .about-info-it .des p, .about-content .about-info .about-info-it .des ul li {
      line-height: 1.5;
      color: #000;
      margin-bottom: 0; }
.about-content .about-team {
  padding: 80px 0; }
  .about-content .about-team .section-title {
    margin-top: 40px; }
    .about-content .about-team .section-title:first-child {
      margin-top: 0; }
  .about-content .about-team .team-list {
    margin-top: 40px;
    gap: 40px 16px; }
    .about-content .about-team .team-list .team-it {
      width: calc(25% - 12px); }

@media (max-width: 1200px) {
  .about-content .about-custom {
    padding-top: 60px;
    padding-bottom: 80px; }
    .about-content .about-custom p {
      margin-bottom: 20px; }
    .about-content .about-custom img {
      max-width: 335px; }
  .about-content .about-info-box {
    padding: 0 20px; }
  .about-content .about-info .about-info-it {
    margin-bottom: 4px; }
    .about-content .about-info .about-info-it .title {
      gap: 4px;
      margin-bottom: 4px; }
    .about-content .about-info .about-info-it h3 {
      padding: 8px 15px 8px 8px;
      border-radius: 4px; }
      .about-content .about-info .about-info-it h3:after {
        width: 4px;
        height: 4px;
        right: 8px; }
    .about-content .about-info .about-info-it .blank {
      border-radius: 4px; }
    .about-content .about-info .about-info-it .des {
      padding: 18px 8px; }
      .about-content .about-info .about-info-it .des ul li {
        font-size: 15px; } }
@media (max-width: 767px) {
  .about-content .about-info-box {
    padding: 0; }

  .about-content .about-team .team-list .team-it {
    width: calc(50% - 8px); } }
.author-content {
  padding-bottom: 120px; }
  .author-content .author-custom {
    padding: 40px 0 80px; }
    .author-content .author-custom .top .avata {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      margin: 0 auto 16px; }
    .author-content .author-custom .top .name {
      line-height: 1.1;
      margin-bottom: 8px; }
    .author-content .author-custom .top .position {
      margin-bottom: 16px;
      padding-bottom: 8px;
      position: relative; }
      .author-content .author-custom .top .position:after {
        background: #D7D7D7;
        width: 78px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: ""; }
    .author-content .author-custom .top .social {
      justify-content: center;
      margin-bottom: 16px; }
    .author-content .author-custom .top .tag-link {
      gap: 16px;
      margin-bottom: 16px;
      justify-content: center; }
      .author-content .author-custom .top .tag-link span {
        display: inline-block;
        padding: 10px 24px;
        background: #FFEED6;
        border-radius: 10px;
        font-size: 16px;
        line-height: 1.5; }
    .author-content .author-custom .top .des p {
      line-height: 1.5;
      margin-bottom: 0; }
    .author-content .author-custom .author-des {
      max-width: 776px;
      margin: 40px auto 0; }
      .author-content .author-custom .author-des .it {
        margin-bottom: 40px; }
        .author-content .author-custom .author-des .it:last-child {
          margin-bottom: 0; }
        .author-content .author-custom .author-des .it ul {
          margin-top: 30px;
          padding-left: 24px; }
          .author-content .author-custom .author-des .it ul li {
            padding-left: 22px;
            position: relative;
            margin-bottom: 20px; }
            .author-content .author-custom .author-des .it ul li:last-child {
              margin-bottom: 0; }
            .author-content .author-custom .author-des .it ul li:before {
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background: #FC5A31;
              position: absolute;
              top: 9px;
              left: 0;
              content: ""; }
            .author-content .author-custom .author-des .it ul li p {
              margin-bottom: 4px; }
              .author-content .author-custom .author-des .it ul li p.has-small-font-size {
                color: #7A7A7A;
                margin-bottom: 0; }

@media (max-width: 1200px) {
  .author-content {
    padding-bottom: 80px; }
    .author-content .author-custom .top .avata {
      margin-bottom: 32px; }
    .author-content .author-custom .top .name {
      margin-bottom: 32px; }
    .author-content .author-custom .top .position {
      padding-bottom: 32px;
      margin-bottom: 32px; }
    .author-content .author-custom .top .social {
      margin-bottom: 32px; }
    .author-content .author-custom .top .tag-link {
      margin-bottom: 32px; }
    .author-content .author-custom .author-des {
      margin-top: 60px;
      max-width: 100%; }
      .author-content .author-custom .author-des .it ul {
        margin-top: 20px; }
        .author-content .author-custom .author-des .it ul li .des {
          font-size: 15px;
          line-height: 22px;
          margin-bottom: 4px; } }
.contact-content {
  background: #FFF7EE; }
  .contact-content .contact-custom {
    padding: 80px 0; }
    .contact-content .contact-custom .left {
      width: 50%;
      padding-right: 40px; }
      .contact-content .contact-custom .left h1 {
        margin-bottom: 40px; }
      .contact-content .contact-custom .left p {
        line-height: 1.5;
        margin-bottom: 16px; }
      .contact-content .contact-custom .left .contact-form .wpcf7 form.invalid .wpcf7-response-output, .contact-content .contact-custom .left .contact-form .wpcf7 form.sent .wpcf7-response-output {
        border: none !important;
        padding: 0;
        margin: 0; }
      .contact-content .contact-custom .left .contact-form label {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
        display: block; }
        .contact-content .contact-custom .left .contact-form label span {
          color: #FC5A31; }
      .contact-content .contact-custom .left .contact-form br {
        display: none; }
      .contact-content .contact-custom .left .contact-form .input-it, .contact-content .contact-custom .left .contact-form .textarea-it {
        width: 100%;
        padding: 10px 16px;
        background: #fff;
        color: #192320;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
        border: none;
        margin-top: 6px;
        display: block; }
        .contact-content .contact-custom .left .contact-form .input-it::placeholder, .contact-content .contact-custom .left .contact-form .textarea-it::placeholder {
          color: #7A7A7A; }
      .contact-content .contact-custom .left .contact-form .textarea-it {
        height: 120px;
        resize: none; }
      .contact-content .contact-custom .left .contact-form .submit-btn {
        margin-top: 40px;
        display: inline-block;
        background: #FC5A31;
        border: none;
        color: #fff;
        padding: 10px 24px;
        border-radius: 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        cursor: pointer; }
        .contact-content .contact-custom .left .contact-form .submit-btn:hover {
          opacity: 0.8; }
      .contact-content .contact-custom .left .social {
        margin-top: 40px; }
    .contact-content .contact-custom .right {
      width: 50%;
      padding-right: 20px; }
      .contact-content .contact-custom .right img {
        max-width: 488px; }

.newsletter-content .contact-custom .left {
  width: 61%; }
  .newsletter-content .contact-custom .left p.note {
    margin-bottom: 0; }
.newsletter-content .contact-custom .right {
  padding: 0;
  width: 39%; }

@media (max-width: 1200px) {
  .contact-content .contact-custom {
    padding: 40px 0; }
    .contact-content .contact-custom .left {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      .contact-content .contact-custom .left h1 {
        margin-bottom: 24px; }
    .contact-content .contact-custom .right {
      width: 100%;
      padding: 0;
      text-align: center; }
      .contact-content .contact-custom .right img {
        max-width: 312px; }

  .newsletter-content .contact-custom .left {
    width: 50%;
    margin: 0; }
    .newsletter-content .contact-custom .left h1 {
      margin-bottom: 24px; }
    .newsletter-content .contact-custom .left .contact-form label {
      font-size: 15px; }
    .newsletter-content .contact-custom .left .contact-form .submit-btn {
      margin-top: 24px;
      width: 100%; }
  .newsletter-content .contact-custom .right {
    width: 50%;
    padding-left: 40px; }
    .newsletter-content .contact-custom .right img {
      max-width: 100%; } }
@media (max-width: 767px) {
  .contact-content .breacrump {
    display: none !important; }

  .newsletter-content .contact-custom .left {
    width: 100%;
    margin-bottom: 40px; }
  .newsletter-content .contact-custom .right {
    width: 100%;
    padding-left: 0; }
    .newsletter-content .contact-custom .right img {
      max-width: 500px;
      width: 100%; } }
.page-main {
  padding: 40px 0; }
  .page-main .page-top {
    margin-bottom: 40px;
    background: #FFF7EE;
    border-radius: 24px;
    padding: 40px; }
    .page-main .page-top h1 {
      margin-bottom: 16px; }
    .page-main .page-top p {
      line-height: 1.5;
      margin-bottom: 0; }
  .page-main .page-custom {
    max-width: 776px;
    margin: 0 auto; }
    .page-main .page-custom p {
      margin-bottom: 20px; }
    .page-main .page-custom h2 {
      margin: 20px 0; }
      .page-main .page-custom h2:first-child {
        margin-top: 0; }
    .page-main .page-custom ol {
      padding-left: 16px;
      margin-bottom: 20px; }
      .page-main .page-custom ol li {
        list-style: decimal;
        font-size: 16px;
        line-height: 24px; }
    .page-main .page-custom ul {
      margin-bottom: 20px;
      padding-left: 16px; }
      .page-main .page-custom ul li {
        list-style: disc;
        font-size: 16px;
        line-height: 24px; }
    .page-main .page-custom h3 {
      margin-bottom: 20px; }
    .page-main .page-custom h4 {
      margin-bottom: 20px; }
    .page-main .page-custom a {
      color: #192320;
      text-decoration: underline; }
      .page-main .page-custom a:hover {
        text-decoration: none; }
    .page-main .page-custom strong {
      font-weight: 500; }

@media (max-width: 1200px) {
  .page-main .page-custom ul li, ol li {
    font-size: 15px;
    line-height: 23px; } }
.category-content {
  padding: 0 0 80px; }
  .category-content .quotes-top {
    padding: 21px 46px 22px 270px;
    margin-left: 24px;
    margin-bottom: 80px; }
    .category-content .quotes-top .cat-button {
      width: 225px;
      bottom: 21px;
      left: -24px; }
      .category-content .quotes-top .cat-button a {
        display: block;
        margin-top: 21px;
        padding: 23px 50px 23px 24px;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
        position: relative; }
        .category-content .quotes-top .cat-button a:after {
          width: 8px;
          height: 14px;
          position: absolute;
          top: 50%;
          right: 32px;
          background: url(../images/right.svg) no-repeat center center/100% auto;
          content: "";
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%); }
        .category-content .quotes-top .cat-button a.subscribe-btn-yellow {
          background: #FFEED6;
          color: #192320; }
          .category-content .quotes-top .cat-button a.subscribe-btn-yellow:after {
            filter: invert(44%) sepia(94%) saturate(10%) hue-rotate(69deg) brightness(90%) contrast(93%); }
    .category-content .quotes-top .featured {
      width: 36%;
      padding: 0; }
    .category-content .quotes-top .info {
      width: 64%;
      padding-right: 60px; }
      .category-content .quotes-top .info h1 {
        font-size: 32px;
        line-height: 35px;
        font-weight: 500;
        margin-bottom: 20px; }

@media (max-width: 1200px) {
  .category-content .quotes-top {
    padding: 20px;
    margin: 0 0 80px; }
    .category-content .quotes-top .cat-button {
      display: none; }
    .category-content .quotes-top .featured {
      width: 36% !important; }
  .category-content .news-list {
    gap: 16px 14px; }
    .category-content .news-list .news-it {
      width: calc(50% - 7px); } }
@media (max-width: 767px) {
  .category-content .quotes-top .info {
    width: 100%;
    padding: 0; }
  .category-content .quotes-top .featured {
    margin: 10px 0 0;
    width: 100% !important; }
    .category-content .quotes-top .featured img {
      max-width: 283px; } }
@media (max-width: 600px) {
  .category-content .news-list {
    gap: 16px 0; }
    .category-content .news-list .news-it {
      width: 100%; } }
.coupon-content {
  padding-bottom: 60px; }
  .coupon-content .quotes-top {
    padding: 42px 33px;
    margin-bottom: 60px; }
    .coupon-content .quotes-top .info {
      padding-right: 17px; }
    .coupon-content .quotes-top .featured {
      width: 50%; }
  .coupon-content .coupon-search {
    margin: 24px 0;
    border-radius: 12px;
    background: #FFF7EE;
    padding: 8px 150px 8px 24px;
    position: relative;
    height: 57px; }
    .coupon-content .coupon-search form {
      height: 100%; }
    .coupon-content .coupon-search input {
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      font-size: 16px;
      font-weight: 500;
      color: #192320; }
      .coupon-content .coupon-search input::placeholder {
        color: #D7D7D7; }
    .coupon-content .coupon-search button {
      position: absolute;
      top: 8px;
      right: 8px;
      height: 41px;
      background: #FC5A31;
      border: none;
      padding: 10px 24px;
      border-radius: 10px;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      cursor: pointer; }
  .coupon-content .coupon-offers {
    margin-top: 60px; }
    .coupon-content .coupon-offers .offers-list {
      margin-top: 24px;
      gap: 16px; }
      .coupon-content .coupon-offers .offers-list .offer-it {
        width: calc(33.33% - 11px); }

.coupon-single .quotes-top {
  margin-bottom: 40px; }
.coupon-single .quotes-custom .left {
  width: calc(100% - 284px);
  padding-right: 40px; }
  .coupon-single .quotes-custom .left .hot-deal {
    margin-bottom: 40px; }
    .coupon-single .quotes-custom .left .hot-deal .section-title {
      margin-bottom: 24px; }
  .coupon-single .quotes-custom .left .deal-box {
    margin-bottom: 24px; }
    .coupon-single .quotes-custom .left .deal-box:last-child {
      margin-bottom: 0; }

.sidebar {
  width: 284px; }
  .sidebar .news-it:nth-of-type(n+2) {
    margin-bottom: 12px;
    overflow: inherit;
    padding-top: 12px; }
    .sidebar .news-it:nth-of-type(n+2) .info {
      padding-bottom: 0;
      background: #3B5853 !important; }
      .sidebar .news-it:nth-of-type(n+2) .info .info-box {
        margin-top: 0;
        top: -12px;
        background: #E0F4FE !important; }
        .sidebar .news-it:nth-of-type(n+2) .info .info-box p {
          height: 24px;
          overflow-y: hidden;
          color: #192320; }
        .sidebar .news-it:nth-of-type(n+2) .info .info-box .date {
          color: #7A7A7A; }
        .sidebar .news-it:nth-of-type(n+2) .info .info-box h3 {
          color: #192320; }
        .sidebar .news-it:nth-of-type(n+2) .info .info-box .author {
          color: #7A7A7A; }
          .sidebar .news-it:nth-of-type(n+2) .info .info-box .author:before {
            background: #192320; }
  .sidebar .news-it:nth-child(1) {
    margin-bottom: 12px; }
    .sidebar .news-it:nth-child(1) .info {
      height: 62px;
      position: relative;
      background: #3B5853; }
      .sidebar .news-it:nth-child(1) .info .info-box {
        margin: 0;
        position: absolute;
        bottom: 18px;
        right: 13px;
        left: -13px;
        background: #FFEED6; }
        .sidebar .news-it:nth-child(1) .info .info-box p {
          height: 24px;
          overflow-y: hidden;
          color: #192320; }
        .sidebar .news-it:nth-child(1) .info .info-box .date {
          color: #7A7A7A; }
        .sidebar .news-it:nth-child(1) .info .info-box h3 {
          color: #192320; }
        .sidebar .news-it:nth-child(1) .info .info-box .author {
          color: #7A7A7A; }
          .sidebar .news-it:nth-child(1) .info .info-box .author:before {
            background: #192320; }

.btn-update-post {
  display: none; }

#couponModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5); }
  #couponModal .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #couponModal .modal-dialog .modal-content {
      width: 652px;
      box-shadow: 0px 4px 20px 0px #00000033;
      background: #FFF7EE;
      border-radius: 10px;
      padding: 40px;
      max-width: 100%;
      position: relative; }
    #couponModal .modal-dialog .modal-close {
      height: 25px;
      position: absolute;
      top: 18px;
      right: 30px;
      cursor: pointer; }
    #couponModal .modal-dialog .coupon-top {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding-bottom: 13px;
      border-bottom: 1px solid #D7D7D7;
      margin-bottom: 24px; }
      #couponModal .modal-dialog .coupon-top img {
        height: 43px; }
      #couponModal .modal-dialog .coupon-top p {
        margin: 0;
        opacity: 0.5;
        color: #000; }
    #couponModal .modal-dialog .show-code-top h2 {
      margin-bottom: 24px; }
    #couponModal .modal-dialog .show-code-top .coupon-md-form {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
    #couponModal .modal-dialog .show-code-top p {
      display: flex;
      align-items: center;
      color: #414141;
      margin: 0; }
      #couponModal .modal-dialog .show-code-top p b {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #3B5853;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #fff;
        margin-right: 8px; }
      #couponModal .modal-dialog .show-code-top p span {
        width: calc(100% - 40px); }
    #couponModal .modal-dialog .show-code-top .coupon-copy {
      width: 279px;
      background: #fff;
      padding: 6px 6px 6px 17px;
      border-radius: 8px;
      margin-left: 40px;
      height: 43px; }
      #couponModal .modal-dialog .show-code-top .coupon-copy .coupon-code {
        height: 100%;
        background: transparent;
        border: none;
        font-weight: 500;
        font-size: 11px;
        line-height: 500;
        color: #192320;
        text-transform: uppercase;
        padding: 0;
        width: calc(100% - 68px); }
      #couponModal .modal-dialog .show-code-top .coupon-copy .copy {
        border-radius: 8px;
        background: #FC5A31;
        font-size: 11px;
        line-height: 17px;
        color: #fff;
        padding: 8px 18px; }
    #couponModal .modal-dialog .show-code-top .coupon-btn-pink {
      margin-top: 24px; }
      #couponModal .modal-dialog .show-code-top .coupon-btn-pink a {
        display: inline-block;
        padding: 12px 60px;
        background: #FC5A31;
        border-radius: 10px;
        color: #fff; }

@media (max-width: 1200px) {
  .coupon-content .coupon-offers .offers-list .offer-it {
    width: calc(50% - 8px); }

  .coupon-single .quotes-custom .left {
    width: 100%;
    padding: 0; }
  .coupon-single .quotes-custom .sidebar {
    display: none; }

  #couponModal .modal-dialog {
    padding: 0 20px; }
    #couponModal .modal-dialog .modal-content {
      padding: 24px; }
    #couponModal .modal-dialog .show-code-top .coupon-md-form {
      display: block; }
    #couponModal .modal-dialog .show-code-top .coupon-copy {
      margin: 8px 31px 0 0;
      width: 100%; } }
@media (max-width: 767px) {
  .coupon-content .coupon-offers {
    margin-top: 40px; }
    .coupon-content .coupon-offers .offers-list {
      gap: 16px 0; }
      .coupon-content .coupon-offers .offers-list .offer-it {
        width: 100%; }
  .coupon-content .quotes-top {
    margin-bottom: 40px;
    padding: 20px; }

  .coupon-single .quotes-custom .left .deal-box .info {
    border: none;
    width: 100%;
    padding: 0;
    position: relative;
    padding-bottom: 16px; }
    .coupon-single .quotes-custom .left .deal-box .info:after {
      width: 195px;
      height: 1px;
      background: #D7D7D7;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      content: ""; }
  .coupon-single .quotes-custom .left .deal-box .des {
    width: 100%;
    padding: 16px 0 0; } }
.single-content {
  padding: 0 0 80px; }
  .single-content .single-main {
    padding-top: 40px; }
    .single-content .single-main .top {
      margin-bottom: 40px; }
      .single-content .single-main .top .single-author-info {
        margin-bottom: 16px; }
        .single-content .single-main .top .single-author-info p {
          margin-bottom: 0;
          display: inline-block; }
          .single-content .single-main .top .single-author-info p a {
            color: #192320;
            text-decoration: underline; }
        .single-content .single-main .top .single-author-info img {
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          cursor: pointer; }
      .single-content .single-main .top .fact-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        display: none;
        padding: 0 20px; }
        .single-content .single-main .top .fact-modal .fact-modal-bg {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.5); }
        .single-content .single-main .top .fact-modal .fact-check {
          position: relative;
          z-index: 10; }
        .single-content .single-main .top .fact-modal .container {
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
      .single-content .single-main .top .fact-check {
        margin-bottom: 16px;
        background: #FFF7EE;
        padding: 24px;
        border-radius: 24px; }
        .single-content .single-main .top .fact-check p:last-child {
          margin-bottom: 0; }
        .single-content .single-main .top .fact-check.bg-blue {
          background: #E0F4FE; }
      .single-content .single-main .top h1 {
        margin-bottom: 16px; }
      .single-content .single-main .top h4 {
        font-size: 14px;
        line-height: 18px;
        color: #101010;
        margin-bottom: 25px; }
        .single-content .single-main .top h4 a {
          color: #101010;
          text-decoration: underline; }
      .single-content .single-main .top .sg-note {
        margin-top: 25px;
        background: #FFF7EE;
        padding: 10px 12px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 18px;
        color: #101010;
        margin-bottom: 0; }
        .single-content .single-main .top .sg-note a {
          color: #FC5A31;
          text-decoration: underline; }
        .single-content .single-main .top .sg-note p {
          margin-bottom: 0; }
  .single-content .single-custom .left {
    width: calc(100% - 284px);
    padding-right: 40px; }
    .single-content .single-custom .left figure {
      margin: 0; }
    .single-content .single-custom .left .featured img {
      border-radius: 14px;
      display: block;
      width: 100%;
      border: 1px solid #efefef; }
    .single-content .single-custom .left .featured .wp-caption-text {
      text-align: center;
      margin: 8px 0 0;
      font-size: 14px;
      line-height: 18px;
      color: #7A7A7A;
      font-style: italic;
      min-width: 100%; }
  .single-content .single-custom .sidebar {
    width: 284px; }
  .single-content .single-other {
    margin-top: 80px; }
    .single-content .single-other .section-title {
      margin-bottom: 40px; }

.single-des {
  margin-top: 20px; }
  .single-des h2 {
    margin: 20px 0; }
    .single-des h2:first-child {
      margin-top: 0; }
  .single-des a {
    color: #192320; }
    .single-des a:hover {
      color: #FC5A31; }
  .single-des p {
    margin-bottom: 20px; }
  .single-des video, .single-des iframe {
    width: 100%;
    border-radius: 14px;
    display: block;
    border: 1px solid #efefef;
	  min-height: 400px;
	}
  .single-des .wp-block-image {
    margin: 20px auto !important; }
    .single-des .wp-block-image img {
      width: 100%;
      border-radius: 14px;
      display: block;
      border: 1px solid #efefef; }
    .single-des .wp-block-image figcaption {
      text-align: center;
      margin: 8px 0 0;
      font-size: 14px;
      line-height: 18px;
      color: #7A7A7A; }
  .single-des h3 {
    margin: 20px 0; }
  .single-des ul {
    margin: 20px 0; }
    .single-des ul li {
      display: block;
      padding-left: 34px;
      margin-bottom: 20px;
      position: relative;
      font-size: 16px;
      line-height: 1.5; }
      .single-des ul li:before {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #FC5A31;
        position: absolute;
        top: 9px;
        left: 10px;
        content: ""; }
    .single-des ul.list-pros {
      display: inline-block;
      text-align: left; }
      .single-des ul.list-pros li {
        padding-left: 24px; }
        .single-des ul.list-pros li:before {
          width: 16px;
          height: 16px;
          background: url(../images/list-pros.svg) no-repeat center center/100% auto;
          position: absolute;
          top: 3px;
          left: 0;
          content: ""; }
    .single-des ul.list-cons {
      display: inline-block;
      text-align: left; }
      .single-des ul.list-cons li {
        padding-left: 24px; }
        .single-des ul.list-cons li:before {
          width: 16px;
          height: 16px;
          background: url(../images/list-cons.svg) no-repeat center center/100% auto;
          position: absolute;
          top: 3px;
          left: 0;
          content: ""; }
  .single-des ol {
    margin: 20px 0;
    padding-left: 20px; }
    .single-des ol li {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.5;
      list-style: decimal; }
  .single-des h2.list-start {
    counter-reset: section; }
    .single-des h2.list-start ~ h3:before {
      counter-increment: section;
      content: counter(section) ". ";
      font-size: 22px;
      line-height: 1.2;
      font-weight: 600;
      color: #FC5A31;
      display: inline-block;
      margin-right: 8px; }
  .single-des h2.list-step-start {
    counter-reset: section; }
    .single-des h2.list-step-start ~ h3:before {
      counter-increment: section;
      content: "Step " counter(section) ": ";
      font-size: 22px;
      line-height: 1.2;
      font-weight: 600;
      color: #FC5A31;
      display: inline-block;
      margin-right: 8px; }
  .single-des h2.list-end ~ h3 {
    padding: 0 !important; }
    .single-des h2.list-end ~ h3:before {
      display: none !important; }
  .single-des .wp-block-columns.has-3-columns, .single-des .alternative-list-bg {
    gap: 16px; }
    .single-des .wp-block-columns.has-3-columns .wp-block-column, .single-des .alternative-list-bg .wp-block-column {
      background: #FFF7EE;
      border-radius: 12px;
      padding: 16px;
      text-align: center; }
      .single-des .wp-block-columns.has-3-columns .wp-block-column .wp-block-image figure, .single-des .alternative-list-bg .wp-block-column .wp-block-image figure {
        margin: 0;
        width: 100%; }
        .single-des .wp-block-columns.has-3-columns .wp-block-column .wp-block-image figure img, .single-des .alternative-list-bg .wp-block-column .wp-block-image figure img {
          border-radius: 10px; }
      .single-des .wp-block-columns.has-3-columns .wp-block-column h4, .single-des .alternative-list-bg .wp-block-column h4 {
        margin-top: 20px; }
      .single-des .wp-block-columns.has-3-columns .wp-block-column h3, .single-des .alternative-list-bg .wp-block-column h3 {
        margin: 20px 0; }
      .single-des .wp-block-columns.has-3-columns .wp-block-column ul, .single-des .alternative-list-bg .wp-block-column ul {
        margin: 0; }
    .single-des .wp-block-columns.has-3-columns .btn-default, .single-des .alternative-list-bg .btn-default {
      padding-right: 20px;
      margin-left: -24px;
      width: calc(100% + 24px);
      position: relative; }
  .single-des .oil-item .wp-block-columns {
    background: #FFF7EE;
    position: relative;
    margin-left: 16px;
    border-radius: 12px; }
    .single-des .oil-item .wp-block-columns .wp-block-column:first-child {
      padding: 0 59px 104px; }
      .single-des .oil-item .wp-block-columns .wp-block-column:first-child .wp-block-image {
        text-align: center; }
        .single-des .oil-item .wp-block-columns .wp-block-column:first-child .wp-block-image figure {
          display: block;
          margin: 0; }
    .single-des .oil-item .wp-block-columns .wp-block-column:last-child {
      padding: 44px 34px 36px 0;
      text-align: center; }
      .single-des .oil-item .wp-block-columns .wp-block-column:last-child h3 {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 24px; }
      .single-des .oil-item .wp-block-columns .wp-block-column:last-child ul {
        margin: 0; }
    .single-des .oil-item .wp-block-columns .btn-default {
      position: absolute;
      left: -16px;
      bottom: 33px; }
  .single-des .btn-default {
    margin: 0;
    background: #3B5853;
    width: 50%;
    border-radius: 12px;
    color: #fff; }
    .single-des .btn-default a {
      line-height: 1;
      color: #fff;
      text-align: left;
      display: block;
      padding: 18px 12px; }
    .single-des .btn-default:after {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      right: 18px;
      background: url(../images/btn-row.svg) no-repeat center center/100% auto;
      position: absolute;
      content: "";
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
  .single-des .wp-block-table {
    border-radius: 10px;
    background: #FFF7EE;
    padding: 0 16px;
    margin: 20px 0 !important;
    font-size: 16px;
    line-height: 24px; }
    .single-des .wp-block-table table {
      border: none; }
      .single-des .wp-block-table table thead {
        border: none; }
        .single-des .wp-block-table table thead tr {
          border: none;
          padding: 20px 0;
          font-weight: 700;
          color: #000; }
          .single-des .wp-block-table table thead tr th {
            border: none;
            padding: 20px 0;
            border-bottom: 1px solid #D7D7D7;
            text-align: left;
            font-weight: 400; }
            .single-des .wp-block-table table thead tr th strong {
              color: #FC5A31; }
      .single-des .wp-block-table table tr td {
        color: #000;
        padding: 16px 0;
        border: none;
        border-bottom: 1px solid #D7D7D7; }
      .single-des .wp-block-table table tr:last-child td {
        border-bottom: none; }
  .single-des .schema-faq .schema-faq-section {
    border-radius: 8px;
    background: #FFF7EE;
    padding: 8px 24px;
    margin-bottom: 20px; }
    .single-des .schema-faq .schema-faq-section .schema-faq-question {
      font-size: 18px;
      line-height: 23px;
      padding-bottom: 0;
      display: block;
      cursor: pointer;
      background: url(../images/icon-plus.svg) no-repeat right center/24px auto; }
    .single-des .schema-faq .schema-faq-section .schema-faq-answer {
      margin-top: 16px;
      margin-bottom: 0;
      display: none; }
    .single-des .schema-faq .schema-faq-section.active .schema-faq-question {
      background-image: url(../images/icon-minus.svg); }
  .single-des .wp-block-quote {
    background: #FFF7EE;
    border-radius: 12px;
    padding: 24px;
    margin: 20px 0; }
    .single-des .wp-block-quote cite {
      margin: 24px 0 0;
      font-style: normal;
      font-size: 18px;
      margin-left: 20px;
      display: list-item;
      list-style: disc;
      font-weight: 700; }
  .single-des .table-custom {
    background: #fff;
    padding: 0;
    overflow-x: auto;
    margin: 20px 0 !important;
    border: 1px solid #D7D7D7;
    border-radius: 12px; }
    .single-des .table-custom table {
      min-width: 700px; }
      .single-des .table-custom table thead tr th {
        padding: 16px;
        font-size: 14px;
        text-align: center; }
        .single-des .table-custom table thead tr th strong {
          color: #FC5A31;
          font-size: 16px; }
      .single-des .table-custom table tbody tr:nth-child(2n+1) {
        background: #FAFAFA; }
      .single-des .table-custom table tbody tr td {
        padding: 16px; }
  .single-des .v-title tr td:first-child {
    width: 155px; }
    .single-des .v-title tr td:first-child strong {
      color: #FC5A31; }
  .single-des .table-fixed ul li {
    margin-bottom: 0; }
    .single-des .table-fixed ul li:before {
      background: #192320; }
  .single-des .table-fixed tr:nth-child(2n+1) td:first-child {
    background: #FAFAFA; }
  .single-des .table-fixed td:first-child, .single-des .table-fixed th:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 1;
    min-width: 110px;
    max-width: 155px; }
  .single-des .ft-snippet {
    border-radius: 24px;
    padding: 24px;
    background: #FFF7EE;
    margin: 20px 0; }
    .single-des .ft-snippet p.has-large-font-size {
      padding-bottom: 16px;
      margin: 0 0 20px;
      border-bottom: 1px solid #D7D7D7;
      position: relative; }
      .single-des .ft-snippet p.has-large-font-size:before {
        width: 32px;
        height: 32px;
        background: url(../images/favicon.svg) no-repeat center center/100% auto;
        content: "";
        display: inline-block;
        margin-right: 16px;
        vertical-align: middle;
        margin-top: -4px; }
    .single-des .ft-snippet ul {
      margin-bottom: 24px; }
  .single-des .box-two .wp-block-column {
    background: #E0F4FE;
    border-radius: 8px;
    padding: 40px;
    text-align: center; }
    .single-des .box-two .wp-block-column p {
      margin-bottom: 8px; }
      .single-des .box-two .wp-block-column p strong {
        font-weight: 500;
        font-size: 24px; }
      .single-des .box-two .wp-block-column p.source-text {
        font-size: 14px;
        line-height: 18px;
        color: #7A7A7A;
        margin-bottom: 0; }
    .single-des .box-two .wp-block-column h3 {
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 32px; }
    .single-des .box-two .wp-block-column .wp-block-image {
      margin: 24px 0 8px; }
      .single-des .box-two .wp-block-column .wp-block-image figure {
        margin: 0 auto; }

.single-des .ays-quiz-wrap div.ays-quiz-container[id^="ays-quiz-container-"] {
  max-width: 100% !important; }
.single-des .ays-quiz-wrap [id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
  width: 100%; }
.single-des .ays-quiz-wrap .ays-quiz-container .step:first-of-type .ays_buttons_div {
  display: block !important; }
.single-des .ays-quiz-wrap .ays-quiz-container.ays_quiz_classic_light .ays-field.checked_answer_div input:checked ~ label:not(.ays_answer_image) {
  background: #3B5853 !important; }
.single-des .ays-quiz-wrap .ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'] {
  background: #3B5853 !important;
  color: #fff;
  transition: all .3s; }
.single-des .ays-quiz-wrap .ays-quiz-container {
  background: #FFF7EE !important;
  margin: 20px 0 !important;
  min-height: auto !important;
  padding: 24px 24px 30px !important;
  border-radius: 24px !important;
  box-shadow: none !important;
  max-width: 100% !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .step {
    background: #FFF7EE !important;
    min-height: auto !important;
    padding: 0 !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-fs-title {
      font-size: 24px !important;
      line-height: 30px !important;
      color: #171717 !important;
      font-weight: 500 !important;
      margin: 0 0 16px !important;
      text-transform: none !important;
      padding: 0; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-fs-subtitle p {
      text-align: left !important;
      padding: 0 !important;
      margin: 0 !important;
      color: #171717 !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div {
      padding: 0 !important;
      margin: 0 !important; }
      .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div input {
        margin: 0 !important;
        background-color: #FC5A31 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        font-family: 'DM Sans' !important;
        padding: 10px 24px !important;
        width: 200px !important;
        border-radius: 10px !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .no-step .ays-live-bar-wrap p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #000 !important;
    text-transform: capitalize;
    width: 20%; }
  .single-des .ays-quiz-wrap .ays-quiz-container .no-step .ays-live-bar-wrap .bg-process {
    background: #D7D7D7; }
    .single-des .ays-quiz-wrap .ays-quiz-container .no-step .ays-live-bar-wrap .bg-process .ays-live-bar-fill {
      border-color: #3B5853 !important;
      border-radius: 4px; }
  .single-des .ays-quiz-wrap .ays-quiz-container .no-step .live-bar-count {
    opacity: 0; }
  .single-des .ays-quiz-wrap .ays-quiz-container .no-step .live_number {
    gap: 12px 7px; }
    .single-des .ays-quiz-wrap .ays-quiz-container .no-step .live_number .process_number {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #192320;
      font-size: 14px;
      line-height: 18px;
      border-radius: 50%;
      background: #fff;
      font-family: 'DM Sans'; }
      .single-des .ays-quiz-wrap .ays-quiz-container .no-step .live_number .process_number.current_question {
        background: #3B5853 !important;
        color: #fff !important;
        font-weight: 700; }
  .single-des .ays-quiz-wrap .ays-quiz-container .ays-question-counter {
    opacity: 0 !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_quiz_question {
    margin-bottom: 30px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_quiz_question p {
      font-size: 24px !important;
      color: #FC5A31 !important;
      font-weight: 500;
      font-family: 'DM Sans';
      position: relative;
      margin: 0 0 16px !important;
      padding: 0 !important;
      line-height: 1.2 !important;
      text-align: left !important; }
      .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_quiz_question p span {
        color: #171717 !important; }
      .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_quiz_question p:before {
        display: none; }
  .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-quiz-answers .ays-field {
    border: none !important;
    background: none !important;
    margin-bottom: 15px !important;
    border-radius: 8px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-quiz-answers .ays-field.ays-quiz-keyboard-active {
      background: none !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-quiz-answers .ays-field.checked_answer_div input:checked ~ label:not(.ays_answer_image) {
      background: #3B5853 !important;
      color: #fff !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-quiz-answers .ays-field.checked_answer_div.wrong_div input:checked ~ label {
      background: #3B5853 !important;
      color: #fff !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-quiz-answers .ays-field label[for^="ays-answer-"] {
      background: #fff;
      border-radius: 6px;
      padding: 16px !important;
      font-size: 16px !important;
      line-height: 24px;
      color: #192320;
      font-family: 'DM Sans'; }
      .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-quiz-answers .ays-field label[for^="ays-answer-"]:before {
        display: none !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div {
    position: relative;
    display: block !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div i.ays_arrow {
      display: none !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div input.action-button {
      background-color: #FC5A31 !important;
      border-radius: 10px !important;
      padding: 7px 10px !important;
      font-size: 16px !important;
      line-height: 24px !important;
      color: #fff !important;
      font-family: 'DM Sans' !important;
      min-width: 86px !important;
      max-width: 86px !important;
      height: 40px !important;
      text-align: left;
      position: relative;
      background-repeat: no-repeat;
      background-size: 8px auto; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div input.start_button {
      width: 200px !important;
      max-width: 200px !important;
      text-align: center;
      background-image: none !important;
      float: left !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div input.ays_next {
      float: right;
      background-image: url(../images/quiz-right.svg);
      background-position: right 15px center; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div input.ays_previous {
      background-color: #FFEED6 !important;
      color: #7A7A7A !important;
      float: left;
      background-image: url(../images/quiz-left.svg);
      background-position: left 15px center;
      text-align: right; }
    .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_buttons_div input.ays_finish {
      max-width: 150px !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page {
    background: transparent;
    margin: 0;
    padding: 0; }
    .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_title {
      display: block; }
      .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_title .ays_title-text {
        padding-bottom: 16px;
        border-bottom: 1px solid #D7D7D7; }
        .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_title .ays_title-text .text-result {
          padding: 0;
          margin: 0 !important;
          font-size: 22px;
          line-height: 28px;
          color: #192320 !important;
          position: relative; }
          .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_title .ays_title-text .text-result:before {
            width: 32px;
            height: 32px;
            margin-right: 16px;
            background: url(../images/resource.svg) no-repeat center center/100% auto;
            content: "";
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -3px; }
        .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_title .ays_title-text .text-title {
          padding: 0;
          margin: 10px 0 0 !important;
          font-size: 18px;
          line-height: 23px; }
      .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_title .ays_title-img {
        display: none; }
    .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_score {
      padding: 0 !important;
      margin: 5px 0 0 !important;
      margin-top: 30px !important;
      color: #3B5853 !important;
      font-size: 24px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_message {
      padding-top: 20px; }
      .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_message p.has-large-font-size {
        margin-bottom: 20px !important;
        color: #192320; }
      .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_message h3 {
        padding: 0;
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 30px;
        color: #3B5853;
        font-weight: 500;
        text-align: left; }
      .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_message p {
        padding: 0;
        margin: 0 !important;
        line-height: 1.5; }
    .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_restart_button_p {
      padding: 0; }
      .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_restart_button_p button {
        margin: 24px 0 0; }

@media (max-width: 1200px) {
  .single-des .wp-block-table table {
    font-size: 15px;
    line-height: 23px; }
  .single-des ul li, .single-des ol li {
    font-size: 15px;
    line-height: 22px; }
  .single-des .schema-faq .schema-faq-section .schema-faq-question {
    font-size: 18px;
    line-height: 20px; }
  .single-des .schema-faq .schema-faq-section .schema-faq-answer {
    margin-top: 15px;
    line-height: 22px; }
  .single-des .ays-quiz-wrap .ays-quiz-container .step .ays_quiz_question p {
    font-size: 20px !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .ays_thank_you_fs .ays_quiz_results_page .ays_score {
    font-size: 20px !important; }
  .single-des #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field.ays_grid_view_item {
    width: 100% !important;
    margin-right: 0 !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .step .ays-fs-title {
    font-size: 22px !important;
    line-height: 28px !important; }
  .single-des .ays-quiz-wrap .ays-quiz-container .no-step .ays-live-bar-wrap p {
    font-size: 20px;
    line-height: 26px; }

  .single-content .single-main .top {
    margin-bottom: 20px; }
    .single-content .single-main .top .sg-note {
      font-size: 12px;
      line-height: 15px; }
  .single-content .single-custom .left {
    width: 100%;
    padding: 0; }
    .single-content .single-custom .left .featured img {
      border-radius: 12px; }
  .single-content .single-custom .sidebar {
    display: none; }
  .single-content .single-other .container {
    padding-right: 0; }
  .single-content .single-other .news-list {
    margin: 0 -8px; }
    .single-content .single-other .news-list .slick-track {
      margin-left: -30px; }
    .single-content .single-other .news-list .news-it {
      margin: 0 8px; } }
@media (max-width: 767px) {
  .single-content {
    padding-bottom: 64px; }
    .single-content .single-main {
      padding-top: 24px; }
    .single-content .single-other {
      margin-top: 64px; }
      .single-content .single-other .container {
        padding-right: 20px; }
      .single-content .single-other .news-list {
        margin: 0; }
        .single-content .single-other .news-list .news-it {
          margin: 0;
          width: 100%; }
	.single-des video,.single-des iframe{
			min-height: 100%;
		}
  .single-des .oil-item .wp-block-columns .wp-block-image {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .single-des .oil-item .wp-block-columns .wp-block-image img {
      max-height: 300px;
      width: auto;
      margin: 0 auto; }
  .single-des .oil-item .wp-block-columns .btn-default {
    width: 100%;
    top: 410px;
    bottom: auto; }
  .single-des .oil-item .wp-block-columns .wp-block-column:first-child {
    padding: 20px 30px 90px; }
  .single-des .oil-item .wp-block-columns .wp-block-column:last-child {
    padding: 24px; }
  .single-des .wp-block-columns.has-3-columns .wp-block-column p, .single-des .alternative-list-bg .wp-block-column p {
    margin-top: 30px; }
  .single-des .wp-block-columns.has-3-columns .wp-block-column .wp-block-table, .single-des .alternative-list-bg .wp-block-column .wp-block-table {
    padding: 0 5px; }
  .single-des .table-custom table tbody tr td {
    padding: 12px; }
  .single-des .table-custom table thead tr th {
    padding: 12px; }
    .single-des .table-custom table thead tr th strong {
      font-size: 15px; }
  .single-des .wp-block-table table thead tr th {
    padding: 12px; }
  .single-des .wp-block-table table tr td {
    padding: 12px; }

  .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 {
    padding: 16px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .step .ays-fs-title {
      font-size: 24px !important;
      line-height: 30px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .step .ays-start-page .ays_buttons_div input.action-button {
      padding: 8px 24px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .no-step .ays-live-bar-wrap p {
      font-size: 20px;
      width: 110px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .step .ays_buttons_div input.action-button {
      width: auto !important;
      min-width: 86px !important;
      height: 40px !important;
      padding: 8px !important; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .ays_thank_you_fs .ays_quiz_results_page .ays_message h3 {
      font-size: 26px;
      line-height: 34px; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .ays_thank_you_fs .ays_quiz_results_page .ays_message p {
      font-size: 15px;
      line-height: 22px; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .ays_thank_you_fs .ays_quiz_results_page .ays_title .ays_title-text .text-result {
      font-size: 20px;
      line-height: 24px; }
    .single-des .ays-quiz-wrap .ays-quiz-container#ays-quiz-container-4 .ays_thank_you_fs .ays_quiz_results_page .ays_title .ays_title-text .text-title {
      font-size: 15px;
      line-height: 20px; } }

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