@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Gayathri:wght@100;400;700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&family=Work+Sans:wght@500;600;700&family=Yellowtail&family=Inter:wght@300;400;500;600;700&family=Sora:wght@700&display=swap");

html,
body {
  max-width: 100%;
  min-width: 360px;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.5;
  background: #ededed;
  color: #333;
}
p {
  margin: 0;
  padding: 0;
  text-align: justify;
}
a {
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  color: #303030;
  cursor: pointer;
}
a:hover {
}
img {
  border: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
.preload {
  display: none;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.notification_wrap {
  display: none;
}
.smooth {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsive-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header {
  background: #fff;
  text-align: center;
  z-index: 1000;
}
.headerWrap {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  text-align: left;
}
.headerContentWrap {
  padding: 0 10px;
  display: inline-block;
  width: calc(100% - 20px);
}
.logo {
  display: inline-block;
  margin: 8px 0 0;
}
.nav {
  display: inline-block;
  float: right;
}
.nav a {
  color: #222;
  display: inline-block;
  border-top: 3px solid #fff;
  line-height: normal;
  margin: 0 15px;
  padding: 0 0 3px 2px;
}
.nav a:hover {
  text-decoration: none;
  border-top: 3px solid #0a77b0;
}
.nav a.active {
  text-decoration: none;
  border-top: 3px solid #0a77b0;
}
.flare {
  font-weight: bold !important;
  background: linear-gradient(122.81deg, #ff9e0d 5.45%, #ffd12f 95.71%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  border-top: none !important;
  padding: 8px 16px !important;
  color: #fff !important;
}
a.flare:hover {
  border-top: navajowhite;
}
.nav_show_button {
  cursor: pointer;
  float: right;
  padding: 17px 0 10px;
  display: none;
  z-index: 1000;
}
.footer {
  color: #fff;
  text-align: center;
}
.footerWrap {
  width: 100%;
  display: inline-block;
  text-align: left;
  background: #0b77b1;
}
.footerContent {
  padding: 30px 40px;
  width: calc(100% - 80px);
  display: inline-block;
}
.copyright {
}
.copyright p {
  font-weight: 300;
  color: #b0e3ff;
  text-align: center;
  font-size: 0.875em;
  font-style: italic;
  margin: 0 90px;
  border-top: 1px solid #03669b;
  padding: 22px 0;
  line-height: 1.5;
}
.newsletter {
  display: inline-block;
  float: left;
  max-width: 392px;
  width: 100%;
  padding: 0 0 0 50px;
}
.newsletter p {
  font-size: 0.875em;
  padding: 0 0 22px;
  color: #b0e3ff;
}
.newsletter img {
  padding: 0 0 22px;
}
.newsletterForm {
  border: 4px solid #17628b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  max-width: 392px;
  overflow: hidden;
  width: calc(100% - 8px);
}
.newsletterForm input[type="text"] {
  width: calc(100% - 154px);
  height: 30px;
  padding: 5px;
  border: none;
  float: left;
}
.newsletterForm input[type="submit"] {
  width: 144px;
  height: 40px;
  background: #4caf50 url(img/rr/icon-email.png) no-repeat 16px center;
  color: #fff;
  float: left;
  border: none;
  cursor: pointer;
  padding: 0 0 0 36px;
  display: inline-block;
  font-size: 0.875em;
}
.sublinkWrap {
  width: 100%;
  display: inline-block;
  max-width: 270px;
  float: right;
  margin: 0 50px 0 0;
}
.sublink {
  width: 45%;
  margin: 0 2.5%;
  float: left;
}
.sublink h3 {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 0 24px;
  color: #fff;
}
.sublink a {
  color: #b0e3ff;
  margin: 0 0 16px;
  display: block;
  font-size: 0.875em;
  line-height: 1.3;
}
.sublink a:hover {
  color: #fff;
}

/*.bg_wrapper{ width: 100%; height:100%; background:rgba(5,66,86,0.64); }*/
/*.bannerWrapHome { width:100%; height:400px; overflow:hidden; background:#273645 url(img/content/bg.jpg) no-repeat center center; color:#FFF; text-align:center; background-size:cover;}*/
/*.bannerContent { width:100%; max-width:1040px; margin:0 auto; display:table;}*/

.bg_wrapper {
  width: 100%;
  height: 100%;
} /*biq-featured-banner-post*/
.bannerWrapHome {
  width: 100%;
  height: 472px;
  overflow: hidden;
  background: url(assets/img/banner-seop/bg-banner.png) no-repeat center center;
  color: #fff;
  text-align: center;
  background-size: cover;
} /*biq-featured-banner-post*/
.bannerContent {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: table;
} /*biq-featured-banner-post*/

.bannerWrapPage {
  width: 100%;
  height: 240px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/*.bannerHome { padding-top:64px; text-align:center;}*/
.bannerHome {
  padding-top: 96px;
  text-align: center;
}

.bannerBox {
  padding-top: 108px;
}
.bannerBox2 {
  padding-top: 96px;
}
.bannerHomeNewsletterWrapper {
  padding: 0 30px;
  display: inline-block;
  max-width: 618px;
  width: calc(100% - 60px);
  margin: 24px 0 0;
}
.bannerHomeNewsletter {
  border: 4px solid #435f6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: calc(100% - 8px);
  display: inline-block;
}
.bannerHomeNewsletter input[type="text"] {
  width: calc(100% - 168px);
  height: 36px;
  padding: 5px 12px;
  border: none;
  float: left;
}
.bannerHomeNewsletter input[type="submit"] {
  width: 144px;
  height: 46px;
  background: #0b77b1 url(img/rr/icon-search.png) no-repeat 32px center;
  color: #fff;
  float: left;
  border: none;
  cursor: pointer;
  padding: 0 0 0 26px;
  display: inline-block;
  font-size: 0.875em;
}
.specialBanner input[type="submit"] {
  background: #0b77b1 url(img/rr/icon-email.png) no-repeat 18px center !important;
  padding: 0 0 0 33px;
}
.bannerWrapSingle {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #273645 url(img/content/bg.jpg) no-repeat center center;
  color: #fff;
  text-align: center;
  background-size: cover;
}
.bannerPage {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
  text-align: center;
}
.bannerPage h1 {
  display: inline;
}
.sticky-wrapper {
  height: auto !important;
}
.pageHeadWrap {
  margin: -30px 0 0;
}
.pageHeadWrap1 {
  text-align: center;
  z-index: 4999;
  position: relative;
}
.pageHeadWrap2 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.pageHeadWrap3 {
  padding: 0 10px;
}
.pageHeadWrap4 {
  padding: 0 40px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background: #fff;
  background: #fafafa;
  height: auto;
}
//.pageHeadWrap4
{
  width: calc(100% - 82px);
  padding: 0 40px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background: #fff;
  background: #fafafa;
}
.ismysticky .pageHeadWrap1 {
  background: #fafafa;
}
.ismysticky .pageHeadWrap2 {
  max-width: none;
}
.ismysticky .pageHeadWrap3 {
  padding: 0;
}
.ismysticky .pageHeadWrap4 {
  width: calc(100% - 60px);
  padding: 0 30px;
}
//.ismysticky .pageHeadWrap4
{
  border: none;
  width: calc(100% - 60px);
  padding: 0 30px;
}
.pageHead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
//.pageHead
{
  width: 100%;
  display: inline-block;
  padding: 12px 0 0;
  height: 46px;
}
.pageBodyWrap1 {
  text-align: center;
  position: relative;
}
.pageBodyWrap2 {
  max-width: 1060px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.pageBodyWrap3 {
  padding: 0 10px;
}
.pageBodyWrap4 {
  padding: 40px 40px 40px 40px;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background: #fff;
  position: relative;
}
.pageWrapper {
  width: 100%;
  max-width: 980px;
  margin: -40px auto 46px;
  position: relative;
}
.pageWrap {
  width: calc(100% - 20px);
  padding: 0 10px;
}
.pageContentWrap {
  border: 1px solid #d6d6d6;
  background: #fff;
}
.pageHeadSubscribe {
  float: right;
  padding: 10px 20px 10px 49px;
  background: #0b77b1 url(img/rr/icon-email.png) no-repeat 16px center;
  color: #fff !important;
  font-size: 0.875em;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
  margin: 15px;
}
.pageHeadGooglePlus {
  float: right;
  padding: 10px 20px 10px 49px;
  background: #dc4e41 url(img/rr/icon-plus.png) no-repeat 16px center;
  color: #fff !important;
  font-size: 0.875em;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
}
.pageHeadNext {
  float: right;
  display: inline-block;
  margin-top: 15px;
}
.pageHeadNext a {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background: url(img/icon-arrow-next.png) no-repeat;
  vertical-align: top;
  margin-left: 5px;
}
span.pageHeadNext:hover a {
  background: url(img/icon-arrow-prev.png) no-repeat;
}
.catList {
  float: left;
  display: inline-block;
  position: relative;
}
.catListListener {
  display: inline-block;
  padding: 5px 80px 5px 0;
  font-size: 1.125em;
  font-family: "Roboto Slab", serif;
  cursor: pointer;
}
.collapse {
  background: url(img/rr/icon-arrowup.png) no-repeat right center;
}
.expand {
  background: url(img/rr/icon-arrowdown.png) no-repeat right center;
}
.catListSelection {
  width: calc(100% - 20px);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background: #334353;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.catListSelection a {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 0.875em;
  padding: 5px 0;
}
.catListSelection a:hover {
  margin-left: 10px;
}
.articleNode {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  padding: 0 0 28px;
  margin: 0 0 28px;
}
.articleNode h2 {
  font-size: 1.5em;
  color: #0b77b1;
  line-height: 1.2;
  margin: 0 0 10px;
}
.articleNode h2 a {
  color: #0b77b1;
}
.articleNode .articleInfo {
  font-size: 0.875em;
  color: #222;
  padding: 0 0 24px;
}
.articleNode .articleInfo a {
  color: #0b77b1;
}
.articleNode .articleInfo a:hover {
  text-decoration: underline;
}
.articleBrief {
  width: 100%;
  display: inline-block;
}
.articleImage {
  width: 40%;
  max-width: 336px;
  float: left;
}
.articleImage img {
  width: calc(100% - 2px);
  height: auto;
  border: 1px solid #e8e8e8;
}
.articleExcerpt {
  width: 58%;
  float: right;
}
.articleExcerpt .more-link {
  color: #0b77b1;
  margin: 8px 0 0;
  display: inline-block;
}
.articleExcerpt .more-link:hover {
  text-decoration: underline;
}
.articleNewsletter {
  width: calc(100% - 40px);
  background: #4caf50;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 56px 20px;
}
.pagination {
}
.pagination span,
.pagination span.current,
.pagination a {
  font-size: 0.875em;
  line-height: 30px;
  padding: 0 12px;
  display: inline-block;
  margin: 0 4px 4px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination span {
  background: #ededed;
}
.pagination span.current {
  background: #0b77b1;
  color: #fff;
}
.pagination a {
  background: #ededed;
  cursor: pointer;
}
.pagination a:hover {
  background: #0b77b1;
  color: #fff;
}
.avatarWrap {
  width: 100%;
}
.singleAvatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 14px 0 0;
  vertical-align: middle;
}
.singleInfo {
  height: 62px;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875em;
  font-style: italic;
}
.singleInfo a {
  color: #1976d2;
}
.singleEntry {
  position: relative;
}
.singleEntry h2 {
  font-size: 1.5em;
  color: #1976d2;
  padding: 16px 0 24px;
}
.singleEntry h3 {
  font-size: 1.5em;
  padding: 16px 0 24px;
  color: #222;
}
.singleEntry p {
  padding: 0 0 24px;
  clear: both;
}
.singleEntry ul,
.singleEntry ol {
  margin-top: 0;
  margin-bottom: 24px;
  border: 1px dashed #222;
  padding-top: 24px;
  padding-bottom: 16px;
  padding-right: 16px;
}
.singleEntry a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1976d2;
}
.singleEntry a:hover {
  text-decoration: underline;
}
.singleEntry img {
  height: auto;
  max-width: 100%;
}
.singleEntry .wp-caption {
  width: 100%;
  padding: 0 0 24px;
}
.singleEntry .wp-caption.aligncenter {
  margin: 0 auto;
}
.singleEntry .wp-caption.alignright {
  float: right;
  clear: both;
}
.singleEntry .wp-caption p {
  text-align: center;
  font-size: 0.875em;
  font-style: italic;
  padding: 0;
}
.singleEntryQuote {
  color: #1976d2;
  font-size: 2.25em;
  line-height: 1;
  font-style: italic;
  padding: 16px 0 24px;
  text-align: center;
}
.singleEntryDate {
  text-align: right;
  font-size: 0.875em;
  font-style: italic;
}
.singleEntryNewsletter {
  width: 100%;
  margin: 0 0 28px;
}
.comment {
  border: 1px solid #c5c5c5;
  padding: 20px;
  background: #fff;
}
.is-sticky-2 .pageHead {
  border-top: 1px solid #d6d6d6;
}
.socialShareInner {
  text-align: center;
  padding: 0 0 24px;
  display: none;
}
.socialShareInner a {
  display: inline-block;
  margin: 0 5px;
}
.socialShareInner a.smooth:hover {
  transform: scale(1.1);
}
.socialShareFloat {
  position: absolute;
  left: -110px;
  top: 0;
}
.socialShareFloat a {
  display: block;
  padding: 0 0 5px;
}
.socialShareFloat a.smooth:hover {
  transform: scale(1.1);
}
.postInfoWrap {
  width: 100%;
  height: 70px;
}
.socialShareTop {
  width: 30%;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.socialShareTop .sbutton {
  float: none !important;
  display: inline-block;
  margin: 1px !important;
}
.socialShareTop .sbutton a i {
  width: 30px !important;
  height: 30px !important;
  padding: 6px 0 !important;
}
.postInfo {
  width: 100%;
  display: table;
  height: 70px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.authorAvatarWrap {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
  width: 32px;
}
.authorAvatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.postDetail {
  display: table-cell;
  vertical-align: middle;
  font-style: italic;
  font-size: 0.875em;
}
.postDetail a {
  color: #1976d2;
}
.parallax-bg {
  min-height: 400px;
  background: transparent;
}

/*.category_wrap { position:absolute; top:52px; left:0; width:100%; background:#FFF; border:1px solid #c6c6c6; padding:16px 0; z-index:998; overflow:auto; max-height:350px;}*/
.category_wrap {
  position: absolute;
  top: auto;
  left: 0;
  background: #fff;
  border: 1px solid #c6c6c6;
  padding: 16px 0;
  z-index: 998;
  overflow: auto;
  max-height: 350px;
  margin-top: 4rem;
}
.category_wrap a {
  padding: 8px 20px;
  width: 199px;
  float: left;
  font-size: 0.875em;
  color: #222;
  line-height: 1;
}
.category_wrap a:hover,
.category_wrap a.active {
  color: #0b77b1;
}
.category_init_css {
  font-family: "Roboto Slab", serif;
  font-size: 1.125em;
  color: #222;
  line-height: 40px;
  padding: 10px 60px 10px 16px;
  display: inline-block;
  float: left;
  cursor: pointer;
  background-image: url(img/rr/icon-arrowdown.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
  position: relative;
  z-index: 1;
}
.category_init_css.active {
  background-color: #fff;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: none;
  color: #0b77b1;
}
.button_search_wrap {
  padding: 10px;
  display: inline-block;
  margin: 0 15px;
}
.button_search {
  background-image: url(img/header/icon-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  padding: 2px;
  border: none;
  background-color: transparent;
  text-indent: 999px;
}
.button_search:focus {
  background-image: url(img/header/icon-search.png);
  background-repeat: no-repeat;
  background-color: #ededed;
  background-position: right 10px center;
  width: 161px;
  height: 28px;
  border: none;
  padding: 2px 34px 2px 5px;
  text-indent: 0;
}
.button_search:hover {
  cursor: pointer;
}
.pageHeadBreadcrumb {
  float: left;
  display: inline-block;
  line-height: 1.3;
  font-size: 0.875em;
  vertical-align: middle;
  font-family: "Roboto Slab", serif;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 0;
}
//.pageHeadBreadcrumb
{
  width: 60%;
  float: left;
  display: inline-block;
  line-height: 1.3;
  font-size: 0.875em;
  vertical-align: middle;
  font-family: "Roboto Slab", serif;
}
.pageHeadBreadcrumbContent {
  display: table-cell;
  vertical-align: middle;
}
//.pageHeadBreadcrumbContent
{
  height: 41px;
  display: table-cell;
  vertical-align: middle;
}
.pageHeadBreadcrumb a.onpage {
  color: #0b77b1;
}

.blog_page_content {
  width: 100%;
  max-width: 703px;
  display: inline-block;
  text-align: left;
}
.blog_page_content_wrap {
  width: calc(100% - 48px);
  padding: 24px;
  background: #fff;
  overflow: hidden;
}
.single-entry {
  padding: 0;
}
.page-entry {
  padding: 0;
}
.single-entry img,
.page-entry img {
  border: 1px solid #e7e7e7;
  max-width: calc(100% - 2px);
  height: auto;
}
.single-entry img.aligncenter,
.page-entry img.aligncenter {
  margin: auto;
  display: block;
}
.single-entry a,
.page-entry a {
  color: #0a7192;
  text-decoration: underline;
}
.singlePostDate {
  text-align: right;
  font-style: italic;
}
.single-entry .wp-caption {
  width: 100%;
  padding: 0 0 32px;
}
.single-entry .wp-caption.aligncenter {
  margin: 0 auto;
}
.single-entry .wp-caption.alignright {
  float: right;
  clear: both;
}
.single-entry .wp-caption p {
  text-align: center;
  font-style: italic;
  padding: 10px 0 0;
  font-size: 0.875em;
  line-height: 1.2;
}
.single-entry p {
  clear: both;
  padding: 0 0 32px;
  line-height: 1.875;
}
.single-entry pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.single-entry h1 {
  font-size: 24px;
  color: #0a7192;
  padding: 0 0 24px;
  line-height: normal;
}
.single-entry p {
  padding: 0 0 24px;
}
.single-entry h2 {
  font-size: 2.25em;
  line-height: 1.2;
  padding: 16px 0 24px;
  color: #333;
  font-family: "Roboto Slab", serif;
}
.single-entry h2 a {
  color: #0a7192;
}
.single-entry h2 a:hover {
  text-decoration: none;
}
.single-entry h2.title_blog {
  padding: 0 0 8px;
}
.single-entry h3 {
  font-size: 1.5em;
  text-align: left;
  line-height: normal;
  font-weight: bold;
  padding: 16px 0 24px;
}
.single-entry > ul {
  margin: 0 0 24px;
  padding: 10px 20px;
  border: 1px dashed #222;
}
.single-entry > ul.noborder {
  border: none;
}
.single-entry ul li {
  padding: 0 0 0 16px;
  list-style-type: none;
  background: url(img/blog/icon-bullet.png) no-repeat left 10px;
  margin: 16px 0;
}
.single-entry > ol {
  margin: 0 0 24px 0;
  padding: 10px 20px;
  border: 1px dashed #222;
}
.single-entry > ol.noborder {
  border: none;
}
.single-entry ol li {
  margin: 16px 0 16px 16px;
  padding: 0 0 0 4px;
}
.single-entry > ul.checkbox li {
  background: url(img/icon-tick.png) no-repeat left 4px;
  padding: 0 0 0 32px;
}
.single-entry > ol.checkbox li {
  background: url(img/icon-tick.png) no-repeat left 4px;
  padding: 0 0 0 32px;
  list-style-type: none;
  margin: 16px 0;
}
.author_profile_wrap {
  border-top: 1px solid #e6e6e6;
  padding: 24px 0;
}
.author_profile {
  width: calc(100% - 48px);
  background: #fafafa;
  padding: 24px;
  display: inline-block;
}
.author_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #efefef;
}
.author_image img {
  border: none;
  max-width: 100%;
  height: auto;
}
.author_info {
  width: calc(100% - 144px);
  float: right;
  display: inline-block;
}
.author_info h2 {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1;
}
.author_info h2 a {
  color: #006fad;
  text-decoration: none;
}
.author_info h2 a:hover {
  text-decoration: underline;
}
.author_info p {
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
}
.author_social a {
  display: inline-block;
  color: #c6c6c6;
  font-style: italic;
  font-size: 13px;
  text-decoration: none;
  margin: 0 20px 0 0;
}
.author_social a:hover {
  text-decoration: underline;
}
#disqus-tab {
  border: 1px solid #c6c6c6;
  border-width: thin !important;
  margin: 20px 2px;
  padding: 20px !important;
}

.search_wrap {
}
.search_wrap h3 {
  padding: 16px 0 8px;
}
.search_wrap h3 a {
  color: #000;
  text-decoration: underline;
}
.search_wrap p {
  padding: 0 0 8px;
}
.search_pagination_wrap {
  padding: 24px 0 0;
  border-top: 1px solid #e6e6e6;
}
.search_more {
  text-align: right;
  padding: 0 0 24px;
}
.search_more a {
  color: #0a7192;
}

#crestashareiconincontent {
  display: none;
}
#crestashareicon {
  left: calc(50% - 470px) !important;
  top: 372px;
  position: absolute !important;
  opacity: 0;
}

.launch_newsletter {
  width: 100%;
  max-width: 760px;
  background: #4caf50;
  padding: 56px 20px;
}
.launch_newsletter p {
  color: #fff;
  text-align: center;
}

.related_post_wrap {
  width: 100%;
  display: inline-block;
  padding: 32px 0 0;
}
.heading_strike_through_wrap {
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.heading_strike_through_wrap h3 {
  background: #fff none repeat scroll 0 0;
  color: #222222;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
}
.heading_strike_through_line {
  border-top: 1px solid #c6c6c6;
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 100%;
  z-index: 0;
}
.related_post_content {
  text-align: center;
}
.related_post_content a {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  margin: 0 14px 16px 0;
  overflow: hidden;
  text-decoration: none;
  width: 206px;
}
.related_post_content a:nth-child(3n-3) {
  margin: 0 0 16px;
}
.related_post_image {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 124px;
  width: 100%;
  vertical-align: top;
}
.related_post_title {
  display: inline-block;
  height: 56px;
  line-height: 1.3;
  overflow: hidden;
  padding: 8px 15px;
  text-align: left;
  width: calc(100% - 30px);
  font-size: 14px;
  vertical-align: top;
}

.download_importer {
  background: #fff url(img/content/pricing/pricing_bg.jpg) repeat;
  border: 1px dashed #2a77af;
  padding: 24px;
  margin: 0 0 16px;
}
.download_importer p {
  text-align: center;
  padding: 8px 0;
  font-size: 1em;
}
.download_importer a {
  background: #2a77b0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  line-height: 40px;
  padding: 0 24px;
  text-decoration: none;
}
.download_importer a:hover {
  background: #3ea1d6;
}

.resPopWrap {
  max-width: 680px;
  background: #fafafa;
  position: relative;
}
.resPopWrap::before {
  content: "";
  background: #37474f;
  height: 184px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.resPop {
  padding: 24px 42px;
  z-index: 2;
  position: relative;
  font-family: "Lato", sans-serif;
}
.resPop h1 {
  color: #2196f3;
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 24px;
  font-family: "Lato", sans-serif;
}
.resPop h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  margin: 16px 0 24px;
  text-align: center;
}
.resPop h2 span {
  color: #39ce00;
}
.resPopImg {
  text-align: center;
  margin: 0 0 24px;
}
.resPopImg img {
  max-width: 76%;
}
.resPop ul {
  margin: 0 0 32px 12px;
  padding: 0;
}
.resPop ul li {
  list-style-type: none;
  font-size: 1em;
  margin: 8px 0;
  padding: 0 0 0 32px;
  position: relative;
  background: url(assets/img/8.png) no-repeat left 4px;
}
.resPopForm {
  display: flex;
  margin: 0 0 16px;
}
.resPopForm input[type="text"] {
  flex-grow: 1;
  height: 44px;
  border-left: 2px solid #2196f3;
  border-top: 2px solid #2196f3;
  border-bottom: 2px solid #2196f3;
  border-right: none;
  background: #fff url(assets/img/9.png) no-repeat 14px center;
  padding: 0 16px 0 50px;
  font-size: 0.88em;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.resPopForm input[type="submit"] {
  font-size: 1.125em;
  color: #fff;
  padding: 0 16px;
  background: #2196f3;
  border: none;
  border-bottom: 3px solid #1976d2;
  cursor: pointer;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.resPopFreeWrap {
  position: relative;
}
.resPopFree {
  position: absolute;
  right: 110px;
  top: -210px;
}
.resPopFree .bookPreviewValue {
  position: static;
  transform: none;
}
.resPopupContainer .fancybox-inner {
  overflow: visible !important;
}
.resPopupContainer .fancybox-skin {
  box-shadow: none;
}
.s30 {
  display: block;
  font-size: 0.875em;
  margin: 0 0 4px;
}
.s31 {
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
  color: #4caf50;
}
.s49 {
  color: #888;
  font-size: 1em;
  text-align: center;
}
.bookPreviewValue {
  position: absolute;
  right: -8px;
  bottom: 12%;
  transform: translate(+50%, 0);
  width: 120px;
  height: 120px;
  display: flex;
  background: #fff;
  box-shadow: 0 2px 4px #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  border: 4px solid #39ce00;
  text-align: center;
}
.bookPreviewValueInner {
  margin: auto;
}

/*.btgTopWrap { padding:8px 0; background-image: linear-gradient(225deg, #b224ef 0%, #7579ff 100%);}*/
.btgTopWrap {
  padding: 8px 0;
  background: linear-gradient(90deg, #f2c215 0%, #fef759 39.35%, #f2ea1a 100%);
}
.btgTop {
  display: flex;
  max-width: 690px;
  margin: auto;
  flex-wrap: wrap;
}
.btgTopTxt {
  font-weight: 700;
  color: #fff;
  margin: auto;
}
/*.LsiTop a { color: #222222; font-weight:700; background:#FFDD00; line-height:1; padding:8px 40px; display:inline-block; cursor:pointer; margin:auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow:0 0 3px #999;}*/
.btnbtg {
  left: 15%;
  right: 0;
  position: absolute;
  font-weight: 700;
  color: #fff;
}

/*.center-con { display: flex; align-items: center; justify-content: center;}*/
.center-con {
  display: block;
  align-items: center;
  justify-content: center;
}
/*.hvr-sweep-to-right { position: relative; border-radius: 4px; background-image: linear-gradient(90deg, #ff0844 0%, #ffb199 100%); width: 292px; max-height: 27px; height: 100%;}*/
.hvr-sweep-to-right {
  position: relative;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #ff0844 0%, #ffb199 100%);
  width: 270px;
  max-height: 27px;
  height: 100%;
  margin-left: 10px;
}

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
}
/*#cta .arrow{left: 84%;}*/
#cta .arrow {
  left: 77%;
}
.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 5px;
}
.segunda {
  margin-left: 8px;
}
.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hvr-sweep-to-right .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hvr-sweep-to-right .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hvr-sweep-to-right {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (max-width: 788px) {
  .hvr-sweep-to-right {
    display: inline-block;
  }
}

.style14 {
  font-size: 1.5em;
  padding: 0 0 16px;
  font-weight: bold;
}
.style15 {
  font-size: 1.125em;
  line-height: 1.33;
  padding: 0 0 24px;
}
.style16 {
  padding: 0 0 24px;
}
.style16 input {
  border: 1px solid #c6c6c6;
  display: inline-block;
  height: 22px;
  max-width: 400px;
  padding: 8px;
  width: calc(100% - 18px);
}
.style17 input {
  background: #f9ce1d;
  border: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  height: 42px;
  max-width: 260px;
  width: 100%;
}
.style17 input::-webkit-input-placeholder {
  text-align: center;
}
.style17 input::-moz-placeholder {
  text-align: center;
}
.style17 input:-ms-input-placeholder {
  text-align: center;
}
.style17 input:-moz-placeholder {
  text-align: center;
}

.style1 {
  font-size: 1.5em;
  text-align: center;
  opacity: 0.8;
  padding-bottom: 10px;
}
.style2 {
  font-size: 2.25em;
  text-align: center;
  padding-bottom: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.style3 {
  font-size: 2.25em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.style4 {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  padding: 0 0 16px;
}
.style5 {
  font-size: 1.125em;
  text-align: center;
  line-height: 1.33;
  padding: 0 0 24px;
}
.style6 {
  text-align: center;
  padding: 0 0 24px;
}
.style6 input {
  height: 22px;
  display: inline-block;
  width: calc(100% - 18px);
  max-width: 622px;
  border: 1px solid #c6c6c6;
  padding: 8px;
}
.style7 {
  text-align: center;
}
.style7 input {
  background: #f9ce1d;
  font-size: 24px;
  border: none;
  height: 42px;
  width: 100%;
  max-width: 320px;
  font-weight: 400;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.style8 {
  font-size: 2.25em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.style9 {
  font-size: 1.875em;
  color: #fff;
  font-weight: 200;
  text-align: center;
}
.style10 {
  color: #ffeb3b;
}
.style11 {
  font-size: 2.25em;
  line-height: 1.2;
  padding: 0 0 16px;
  color: #0b77b1;
}
.style12 {
  font-size: 0.875em;
  text-align: center;
}
.style13 {
  text-align: center;
}

/* START DROPDOWN CSS */
@charset "UTF-8";
.sbHolder {
  border: none;
  font-size: 1.125em;
  font-family: "Roboto Slab", serif;
  height: 30px;
  position: relative;
  width: 250px;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
  display: block;
  left: 0;
  height: 34px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  font-size: 1.125em;
  width: 220px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #222;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url(img/rr/icon-arrowdown.png) no-repeat center center;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sbToggle:hover {
}
.sbToggleOpen {
  background: url(img/rr/icon-arrowup.png) no-repeat center center;
}
.sbToggleOpen:hover {
}
.sbHolderDisabled {
  background-color: #3c3c3c;
  border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
  background-color: #fff;
  border: none;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  top: 30px;
  min-width: 200px;
  width: auto;
  z-index: 1;
  overflow-y: auto;
  box-shadow: 1px 1px 3px #ccc;
}
.sbOptions li {
  padding: 0 9px;
}
.sbOptions a {
  display: block;
  outline: none;
  padding: 10px 0 10px 4px;
  font-size: 0.875em;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #222;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #1976d2;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #ebb52d;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
/* END DROPDOWN CSS */

span.tooltiptext {
  text-align: center;
  z-index: 1;
  transition: opacity 1s;
  vertical-align: -4px;
  display: none;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
  font-size: 0.875em;
  color: #0b77b1;
}

.blog_score {
  display: inline-block;
  position: absolute;
  right: 48px;
  text-align: right;
  top: 57px;
}

.blog_score .score {
  background: #4caf50;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 42px;
  border: 2px solid #3a923e;
  cursor: pointer;
}

.blog_score .score_info {
  margin-top: 30px;
  display: none;
}

.blog_score .score .score_inner {
  padding: 14px 0px;
  text-align: center;
}

.blog_score .score .score_inner p.score_no {
  margin: 0px;
  font-size: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}

.blog_score .score .score_inner p.percentage {
  margin: 0px;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.blog_score .score p.caption {
  color: #c6c6c6;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 4px;
}

/*******/
.blog_score .score_info .score_info_inner {
  background-color: #f8fdff;
  border: 1px solid #0a77b0;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  padding: 32px 24px;
  position: relative;
  width: calc(280px - 48px);
  height: auto;
  text-align: center;
}

.blog_score .score_info .score_info_inner:after,
.blog_score .score_info .score_info_inner:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 21px solid #f8fdff;
  top: -20px;
  content: "";
  margin-left: -20px;
  position: absolute;
  right: 10%;
}

.blog_score .score_info .score_info_inner:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid;
  border-bottom-color: inherit;
  top: -23px;
  margin-left: -23px;
  right: 10%;
}

.blog_score .score_info .score_info_inner img {
  margin-bottom: 16px;
}

.blog_score .score_info .score_info_inner h1 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #0a77b0;
  margin-bottom: 24px;
}

.blog_score .score_info .score_info_inner .score_para {
  margin-bottom: 24px;
}

.blog_score .score_info .score_info_inner .score_para p {
  line-height: normal;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.blog_score .score_info .score_info_inner a {
  text-decoration: underline;
  color: #5db561;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .blog_score {
    display: none;
  }
}

@media only screen and (max-width: 1152px) {
  .socialShareFloat {
    display: none;
  }
  .socialShareInner {
    display: block;
  }
  .newsletter {
    padding: 0;
  }
  .sublinkWrap {
    margin: 0;
  }
}

@media only screen and (max-width: 1040px) {
  #crestashareicon {
    left: 40px !important;
  }
}

@media only screen and (max-width: 896px) {
  #crestashareicon {
    display: none;
  }
  #crestashareiconincontent {
    display: block;
    float: none !important;
    text-align: right;
  }
  #crestashareiconincontent .sbutton {
    float: none !important;
    display: inline-block;
  }
  .pageHeadSubscribe {
    padding: 0;
    width: 34px;
    height: 34px;
    background-position: center center;
    overflow: hidden;
    text-indent: 34px;
    line-height: 34px;
  }
  .pageHeadGooglePlus {
    padding: 0;
    width: 34px;
    height: 34px;
    background-position: center center;
    overflow: hidden;
    text-indent: 34px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  /* phones */
  body {
    font-size: 15px;
  }
  .pageHeadWrap4 {
    /*padding:0 20px; */
    width: calc(100% - 42px);
    min-height: 60px;
  }

  .pageBodyWrap4 {
    padding: 25px 20px 40px 20px;
    width: calc(100% - 42px);
  }
  .ismysticky .pageHeadWrap4 {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .footerContent {
    padding: 30px 30px;
    width: calc(100% - 60px);
  }
  .newsletter {
    float: none;
    max-width: none;
    width: 100%;
    text-align: center;
    padding: 0 0 24px;
  }
  .newsletter p {
    text-align: center;
  }
  .sublinkWrap {
    float: none;
    max-width: none;
  }
  .sublink {
    width: 40%;
    margin: 0 5%;
  }
  .sublink h3 {
    text-align: center;
  }
  .sublink a {
    text-align: center;
  }
  /*width:calc(100% - 60px);*/
  .nav {
    z-index: 5000;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 55px);
    background: #355c69;
    padding: 45px 30px 100px;
    text-align: right;
    display: none;
    height: 100%;
  }
  .nav a {
    display: block;
    border-bottom: 1px dashed #3b8da8;
    border-top: none;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
  }
  /*margin:0 0 40px;*/
  .nav a.nav_hide_button {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(img/rr/icon-exit.png) no-repeat;
    cursor: pointer;
    border: none;
    padding: 0;
  }
  .nav a.nav_hide_button:hover {
    text-decoration: none;
    border: none;
    background: url(img/rr/icon-exit.png) no-repeat;
  }
  .nav a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #3b8da8;
    background: none;
    border-top: none;
  }
  /*.bannerHome { padding-top:56px;}*/
  .style2 {
    font-size: 2em;
  }
  .style3 {
    font-size: 1.75em;
    line-height: 1.3;
  }
  .sbHolder {
    width: 196px;
  }
  .sbSelector {
    width: 176px;
    font-size: 1em;
  }
  .sbToggle {
    width: 20px;
    height: 28px;
  }
  .articleImage {
    float: none;
    width: 100%;
    padding: 0 0 24px;
    max-width: none;
  }
  .articleExcerpt {
    float: none;
    width: 100%;
  }
  .button_search_wrap {
    margin: 0;
    text-align: center;
    padding: 18px 0;
    width: 100%;
  }
  .button_search {
    height: 36px;
    width: 36px;
  }
  .button_search:focus {
    background-image: url(img/header/icon-search.png);
    background-repeat: no-repeat;
    background-color: #ededed;
    background-position: right 10px center;
    width: 250px;
    height: 36px;
    border: none;
    padding: 2px 34px 2px 5px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px !important;
  }
  .sbHolder {
    width: 160px;
  }
  .sbSelector {
    width: 144px;
    font-size: 0.95em;
  }
  .sbToggle {
    width: 16px;
    height: 24px;
    background-size: contain;
  }
  .author_image {
    display: block;
    float: none;
    margin: 0 auto 16px;
  }
  .author_info {
    float: none;
    width: auto;
    text-align: center;
  }
}

.mobile-show {
  display: none !important;
}

a.mobile-show {
  background-color: white !important;
  color: black !important;
  padding: 0px !important;
  padding-top: 10px !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}

a:hover .mobile-show {
  color: #2196f3;
}

@media only screen and (max-width: 1764px) {
  .mobile-show {
    display: block !important;
  }
}

div .wp-caption {
  width: auto !important;
  display: block;
  text-align: center;
}

/*index*/

ol {
  counter-reset: item;
}

ol > li {
  counter-increment: item;
}

ol ol > li {
  display: block;
}

ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-left: -20px;
}

.collapse li a {
  text-decoration: none;
}

.collapse {
  background: unset;
}

#goto {
  background: url(img/icon-arrow-blue.png) no-repeat;
  background-size: 10px;
  transform: rotate(270deg);
  height: 15px;
  width: 15px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}

#goto:hover {
  animation-duration: 0.3s;
  animation-name: changepos;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes changepos {
  from {
    -moz-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    -o-transform: translate(0px, -2px);
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }

  to {
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
}

/*back to top button*/
#toTop {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1000;

  text-decoration: none;
  height: 50px;
  width: 50px;
  background: url(img/icon-totop.png) no-repeat;
}

#new:after {
  content: "  New!";
  color: red;
  font-size: small;
}

[data-toggle="collapse"] {
  color: #0a7192 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

/*hello bar*/
.f24 {
  font-size: 1.5em !important;
}

.f18 {
  font-size: 1.125em !important;
}

.f15 {
  font-size: 15px !important;
}

.f12 {
  font-size: 12px !important;
}

.underline {
  text-decoration: underline;
}

.biq-primary {
  color: #914dff;
}

.line-height-34 {
  line-height: 34px;
}

.hellobar-length {
  max-width: 660px;
  width: 100%;
}

.hellobar-bg {
  /*background: linear-gradient(180deg, #673CC6 0%, #3672F8 185.71%);*/
  background: url(https://seopressor.com/wp-content/themes/seop/assets/img/hellobar/bg.png);
  padding: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hellobar-input {
  background: #fafafa;
  border: none;
  outline: none;
}

.hellobar-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; /* Firefox */
}

.hellobar-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}

.hellobar-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
}

.hello-form {
  background: #fafafa;
  height: 48px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 6px 12px;
}

.border-right {
  border-right: 1px solid #d4cce7;
  margin-right: 12px;
}

.hellobar-btn {
  background: #673cc6 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

@-webkit-keyframes leftarrow {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-0.4em);
  }
}
@-webkit-keyframes rightarrow {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0.4em);
  }
}

.animate-right {
  -webkit-animation: rightarrow 0.6s infinite alternate ease-in-out;
}
.animate-left {
  -webkit-animation: leftarrow 0.6s infinite alternate ease-in-out;
}

@media (max-width: 475px) {
  .hellobar-bg > .d-flex {
    flex-direction: column;
  }
}

/* biq banner*/
.biq-button {
  background: #0b77b1;
  box-shadow: 0px 1px 16px rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  max-width: 134px;
  height: 46px;
  width: 100%;
  line-height: 3em;
}

.biq-button-yellow {
  background: linear-gradient(180deg, #f2ea1a -28.85%, #f2c215 119.23%);
  box-shadow: 0px 1px 16px rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  max-width: 134px;
  height: 46px;
  width: 100%;
  line-height: 3em;
}

.text-black {
  color: #000 !important;
  display: table;
}

.text-purple {
  color: #5352db;
}

.text-excerpt-banner {
  color: #000 !important;
  line-height: 19px;
}

.banner-feature-bg {
  background-color: #fafafa !important;
  border-radius: 4px !important;
}

.articleImageBanner img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.articleExcerptBanner {
  padding: 1.5rem 3rem;
}

.f42 {
  font-size: 2.625em;
}

.max-width-826px {
  max-width: 826px;
}

.lh52 {
  line-height: 52px;
}

.mb-32 {
  margin-bottom: 32px;
}

.w42 {
  max-width: 42px;
  width: 100%;
}

.banner-img-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.banner-img-right img {
  max-height: 100%;
}

.f26 {
  font-size: 26px;
}

.f34 {
  font-size: 34px;
}

.f16 {
  font-size: 16px;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-medium {
  font-weight: 600;
}

.max-width-460px {
  max-width: 460px;
}

.banner-row {
  justify-content: center;
  align-items: center;
}

.banner-col {
  position: relative;
  z-index: 100;
  padding: 0;
}

.resChatButton {
  z-index: 90;
}
.resChatNoti {
  z-index: 99 !important;
}

@media (max-width: 1790px) {
  .banner-img-right {
    opacity: 0.5;
  }
}

@media (max-width: 1420px) {
  .banner-col {
    padding: 0 2rem !important;
  }
}

@media (max-width: 685px) {
  /*.articleExcerpt .col .px-5 {*/
  /*    padding-left: 2rem !important;*/
  /*    padding-right: 2rem !important;*/
  /*}*/

  /*.banner-feature-bg > .col-4 {*/
  /*    flex: 20% !important;*/
  /*    max-width: 20% !important;*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*}*/
  /*.articleImageBanner img {*/
  /*    width: 100%;*/
  /*    height: auto;*/
  /*}*/

  .articleImageBanner img {
    display: none;
  }
  .banner-feature-bg > .col-4 {
    flex: 0 !important;
    max-width: 0 !important;
  }
  .biq-button {
    height: 0;
  }
}

@media (max-width: 540px) {
  .max-width-826px {
    max-width: 520px;
  }
}

@media (max-width: 530px) {
  .banner-row {
    flex-direction: column;
    align-items: start;
    justify-content: left;
  }
}

@media (max-width: 480px) {
  .bannerHome {
    padding-top: 80px;
  }
  .max-width-826px {
    max-width: 400px;
  }
}

@media (max-width: 410px) {
  .max-width-460px {
    max-width: 410px;
  }
  .f26 {
    font-size: 22px;
  }
  .f34 {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .max-width-460px {
    max-width: 300px;
  }
  .f26 {
    font-size: 18px;
  }
  .f34 {
    font-size: 26px;
  }
  .max-width-826px {
    max-width: 320px;
  }
  .bannerHome {
    padding-top: 40px;
  }
}

/*sticky side bar*/
.sticky img {
  width: auto;
  max-width: 100%;
}

.f16 {
  font-size: 16px;
}

.f10 {
  font-size: 10px;
}
.f22 {
  font-size: 22px;
}
.f12 {
  font-size: 12px;
}
.lh22 {
  line-height: 22px;
}
.black60 {
  color: rgba(0, 0, 0, 0.6);
}
.max-width-210 {
  max-width: 210px !important;
}
.max-width-200 {
  max-width: 200px;
}
.max-width-164 {
  max-width: 164px;
}
.max-width-150 {
  max-width: 150px;
}
.mw-100 {
  max-width: 100%;
}

.purple-btn,
.yellow-btn {
  width: 100%;
  line-height: 3em;
  border: none;
}

.purple-btn {
  background: #673cc6 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24) !important;
  border-radius: 4px !important;
}
.yellow-btn {
  background: linear-gradient(180deg, #fff613 0%, #febe10 100%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}

.text-blue {
  color: #3672f8;
}

.text-yellow {
  color: #fff613 !important;
}

.sticky-input-wrapper {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  background: #fff;
}
.sticky-input {
  height: 2.5rem;
  width: 100%;
  border: none;
}
.sticky-input:focus {
  outline: none !important;
}

.purple-btn,
.sticky-input,
.yellow-btn,
.sticky-input-wrapper {
  position: relative;
  z-index: 1000;
}

.bg1-position {
  left: 0;
}
.bg2-position {
  right: 0;
}
.mb-8rem {
  margin-bottom: 8rem;
}
.bg1-position,
.bg2-position {
  position: absolute;
  bottom: 0;
}

.sticky {
  position: sticky;
  top: 76px;
}

.sticky-1 {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.sticky-2 {
  background: linear-gradient(166.31deg, #673cc6 9.79%, #3672f8 137.68%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
/*.sticky-3 {*/
/*    background: url('./assets/img/sticky-blog/sticky-3-bg.png');*/
/*    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);*/
/*}*/

.col-side {
  -ms-flex: 0 0 14%;
  flex: 0 0 104;
  max-width: 14%;
  position: relative;
  width: 100%;
}

.col-8 {
  max-width: 1060px !important;
}
.bg-blue {
  background: #3672f8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.pt-40 {
  padding-top: 4em !important;
}

@media (max-width: 1590px) {
  .pageHeadWrap2 {
    max-width: unset;
  }
  .pageHeadWrap4 {
    margin: 0 auto;
    max-width: calc(66% - 80px);
    width: 100%;
  }
  .mb-8rem {
    margin-bottom: 6rem;
  }
}

@media (max-width: 1180px) {
  .mb-8rem {
    margin-bottom: 4rem;
  }
  .f22 {
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  .mb-8rem {
    margin-bottom: 2rem;
  }
}

@media (max-width: 820px) {
  .pageHeadWrap2 {
    max-width: 1060px;
  }
  .pageHeadWrap4 {
    width: calc(100% - 82px);
    max-width: unset;
  }
  .pageBodyWrap2.col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .side-title {
    font-size: 1.125em;
  }
  .side-desc {
    font-size: 1em;
  }
  .none-col {
    display: none !important;
  }
  .sticky-col.col-side {
    -ms-flex: 0 0 80%;
    max-width: 80%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sticky-1.px-2,
  .sticky-2.px-2,
  .sticky-3.px-2 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mb-8rem {
    margin-bottom: 8rem;
  }
}

.flex {
  display: flex;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.gmb-logo {
  padding: 14px;
  background: white;
  border-bottom-right-radius: 16px;
}

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

.text-white {
  color: white;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mr-4 {
  margin-right: 16px;
}

.mt-6 {
  margin-top: 24px;
}

.ml-37 {
  margin-left: 148px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-4 {
  padding: 16px;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.font-normal {
  font-weight: 400;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px;
}

.f32 {
  font-size: 32px;
}

.f48 {
  font-size: 48px;
}

.white-60 {
  color: rgba(255, 255, 255, 0.4);
}

.font-yellowtail {
  font-family: "Yellowtail", cursive;
}

.text-yellow {
  color: #ffdd26;
}

.gmb-wrap-home {
  width: 100%;
  max-height: 472px;
  overflow: hidden;
  background: url(assets/img/banner-seop/gmb-background.png) no-repeat center
    center;
  color: #fff;
  text-align: center;
  background-size: cover;
  position: relative;
}

.get-bf-button {
  background: linear-gradient(
    91.5deg,
    #ffdc24 4.6%,
    #ffec44 36.85%,
    #fff493 51.29%,
    #ffec44 65.73%,
    #ffdc24 97.02%
  );
  border-radius: 40px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  border: none;
  max-width: 392px;
  width: 100%;
}

.leading-6 {
  line-height: 24px;
}

@media (max-width: 1440px) {
  .hide-below-1440 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hide-below-1024 {
    display: none;
  }

  .point-section {
    margin-left: 0 !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .hide-below-768 {
    display: none;
  }
}

@media (max-width: 480px) {
  .hide-below-480 {
    display: none;
  }

  .gmb-wrap-home {
    max-height: 510px;
    min-height: 510px;
  }
}

@media (max-width: 375px) {
  .gmb-wrap-home {
    max-height: 580px;
    min-height: 580px;
  }

  .get-bf-button {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {
  .gmb-wrap-home {
    max-height: 472px;
    min-height: 472px;
  }

  .get-bf-button {
    font-size: 12px !important;
  }

  .hide-below-320 {
    display: none;
  }

  .f14-below-320 {
    font-size: 14px !important;
  }

  .f24-below-320 {
    font-size: 24px !important;
  }

  .f36-below-320 {
    font-size: 36px !important;
  }
}

/* RG Banner  */
.black87 {
  color: rgba(0, 0, 0, 0.87);
}

.dm-sans {
  font-family: "Dm-sans", sans-serif;
}

.mb-4 {
  margin-bottom: 12px;
}

.mb-6 {
  margin-bottom: 24px;
}

.ml-16 {
  margin-left: 56px;
}

.position-absolute {
  position: absolute;
}

.rg-color {
  color: #36cc93;
}

.rg-bg {
  background-color: #36cc93;
}

.rgBannerWrapper {
  background: #fafff5;
  width: 100%;
  padding-top: 33px;
  box-shadow: inset 1px 4px 10px -6px #666;
}

.listed-items {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rg-header {
  margin-bottom: 24px;
  font-family: "Gayathri", sans-serif;
}

.learn-more {
  font-weight: 700;
  font-size: 20px;
}

.learn-more:hover {
  color: #36cc93;
}

.learn-more:hover .learn-more-arrow {
  filter: invert(70%) sepia(7%) saturate(3736%) hue-rotate(165deg)
    brightness(160%) contrast(87%);
}

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

.rgBannerLeft {
  width: 100%;
}

.highlight-1 {
  background: url(assets/img/banner-rg/Highlight-1.png), no-repeat;
  background-size: 100%;
}

.highlight-2 {
  background: url(assets/img/banner-rg/Highlight-2.png), no-repeat;
  background-size: 100%;
}

.highlight-3 {
  background: url(assets/img/banner-rg/Highlight-3.png), no-repeat;
  background-size: 100%;
}

.highlight-4 {
  background: url(assets/img/banner-rg/Highlight-4.png), no-repeat;
  background-size: 100%;
}

.highlight-5 {
  background: url(assets/img/banner-rg/Highlight-5.png), no-repeat;
  background-size: 100%;
}

.learn-more {
  cursor: pointer;
}

.mark {
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  padding-left: 6px;
}

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

@media (min-width: 320px) {
  .rgBannerContainer {
    max-width: 280px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .rg-header {
    font-size: 32px;
    line-height: 52.2px;
    text-decoration: underline;
    text-underline-offset: 8px;
  }

  .listed-items {
    text-align: left;
    max-width: 280px;
  }

  .img-visibility {
    display: none;
  }

  .rg-header-img {
    display: none;
  }

  .learn-more {
    font-size: 16px;
  }
}

@media (min-width: 425px) {
  .rgBannerContainer {
    max-width: 390px;
    width: 100%;

    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 73px;
  }

  .listed-items {
    max-width: 300px;
    width: 100%;
  }

  .rgBannerContainer .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(./assets/img/banner-rg/bannerv1-img.png) no-repeat 98% 120%;
    background-size: 65%;
    opacity: 0.2;
  }

  .learn-more {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #bannerv1-img {
    max-width: 312px;
    width: 100%;
    padding-top: 10px;
    margin-left: 32px;
  }

  .animated-image {
    width: 130px;
    margin-left: 15px;
    top: 210px;
  }

  .bg-img {
    display: none;
  }

  .mark {
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    padding-left: 6px;
  }

  .rgBannerWrapper {
    max-height: 472px;
    width: 100%;
  }

  .rgBannerLeft {
    max-width: 730px;
    width: 100%;

    margin-left: 26px;
  }

  .rgBannerContainer {
    max-width: 768px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    gap: 1rem;
  }

  .listed-items {
    max-width: 436px;
    width: 100%;
  }

  .img-visibility {
    display: block;
  }

  .rg-header {
    max-width: 640px;
    font-weight: 700;
    font-size: 30px;
    line-height: 44.8px;

    text-decoration: underline;
    text-underline-offset: 6px;
    border-width: 1px;
    padding-left: 6px;
  }

  .animated-image {
    margin: auto;
    animation: rotate 10s infinite;
    animation-delay: 0;
    animation-timing-function: linear;

    width: 100px;
    top: 335px;
  }

  .flex-container {
    display: flex;
    flex-direction: row;

    gap: 2rem;
  }

  .list-flex {
    max-width: 354px;
    width: 100%;
  }

  .rgBannerContainer {
    max-width: 745px;
    width: 100%;
    padding-right: 10px;
  }

  .rg-header-img {
    display: none;
  }

  .listed-items {
    max-width: 354px;
  }

  .learn-more {
    font-size: 16px;
    padding-left: 6px;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  #bannerv1-img {
    max-width: 394px;
    margin-left: 55px;
    padding-top: 10px;
  }

  .animated-image {
    width: 130px;
    margin-left: 15px;
    top: 180px;
  }

  .mark {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding-left: 6px;
  }

  .rgBannerWrapper {
    max-height: 472px;
  }

  .rgBannerContainer {
    max-width: 1024px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .listed-items {
    max-width: 496px;
  }

  .rg-header {
    max-width: 400px;
    font-weight: 700;
    font-size: 2em;
    line-height: 44.8px;

    text-decoration: underline;
    text-underline-offset: 6px;
    border-width: 1px;
    padding-left: 6px;
  }

  .rgBannerLeft,
  .list-flex {
    max-width: 512px;
    width: 100%;
  }

  .position-absolute {
    position: absolute;
  }

  .rg-header-img {
    width: 450px;
    display: block;
  }

  .img-visibility {
    display: none;
  }
}

@media (min-width: 1366px) {
  #bannerv1-img {
    max-width: 590px;
    margin-left: 65px;
    padding-top: 6px;
  }

  .rgBannerContainer {
    max-width: 1366px;
    flex-direction: row;
    justify-content: center;
    gap: 3.5rem;

    margin: 0 auto;
  }

  .rgBannerWrapper {
    width: 100%;

    max-height: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .animated-image {
    top: 225px;
    width: 197px;
  }

  .mark {
    text-align: left;
    font-weight: 700;
    line-height: 23px;
    font-size: 18px;
    padding-left: 6px;
  }

  .listed-items {
    text-align: left;
    max-width: 600px;
    font-size: 18px;
  }

  .rg-header {
    max-width: 600px;
    width: 100%;
    font-size: 3em;
    line-height: 74.4px;
    text-underline-offset: 12px;
    border-width: 2px;
    padding-left: 6px;
  }

  .rgBannerLeft,
  .list-flex {
    max-width: 610px;
    width: 100%;
  }

  .rg-header-img {
    width: 600px;
  }

  .learn-more {
    font-size: 20px;
    margin-right: 8px;
  }

  .img-visibility {
    display: none;
  }
}
/* Sidebar */
@media (min-width: 320px) {
  .lv-sidebar-container {
    display: none;
  }
}

@media (min-width: 1366px) {
  /* lv Sidebar */
  .lv-sidebar-wrapper {
    font-family: "Inter", sans-serif;
    padding-top: 0;
    padding-left: 0;
    position: sticky;
    height: 97%;
  }

  .lv-sidebar-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;

    width: 184px;

    border-radius: 15px;
    background: linear-gradient(180deg, #264745 0%, #00887e 100%);

    position: sticky;
    top: 80px;
    padding-top: 22px;
    margin-left: 8px;
  }

  .lv-side-title {
    color: #fff;
    text-align: center;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
  }

  .lv-side-title-small {
    color: white;
    text-align: center;
    font-family: Inter;
    font-size: 9.13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.543px; /* 225% */
    border-radius: 4.565px;
    background: rgba(255, 255, 255, 0.2);
    width: 105px;
    margin: 12px auto;
  }

  .lv-side-list {
    max-width: 148px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .lv-side-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* padding-bottom: 16px; */
  }

  .lv-checked {
    padding-top: 6px;
    padding-right: 10px;
  }

  .lv-side-content {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
  }

  .lv-button {
    border-radius: 5px;
    background: linear-gradient(90deg, #ff512f 0%, #f09819 100%);
    border-style: none;
    padding: 10px 27px;
    margin: 20px auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: white;
    font-family: "Inter";
  }

  .lv-sidebar-container .lv-side-footer {
    border-radius: 0px 0px 15px 15px;
    background: linear-gradient(90deg, #485563 0%, #29323c 100%);
    padding: 6px 12px;
  }

  .lv-sidebar-container .lv-side-footer p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    margin: auto;
    margin-bottom: 0;
    width: 160px;
  }
}
