/* Global Styles */

:root {
  --say9-primary-blue: #031D3D;
  --say9-secondary-blue: #077DFD;
  --say9-default-text-blue: #181F35;
}

.os-mac {
  --say9-primary-blue: #022047;
}

.os-ios {
  --say9-primary-blue: #031D3E;
}

.inner_wrapper {
  max-width: 1640px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
}

img {
  -webkit-user-drag: none;
}

header {
  z-index: var(--header-z, 10000000001);
}

#header-inner {
  max-width: 1760px;
}

#mobile-blur-overlay {
  z-index: 10000000000;
}

#wpadminbar {
  z-index: 9999999999;
}

#single_details {
  display: none;
}

/* Fonts */


@font-face {
  font-family: "League Spartan";
  src: url("../assets/fonts/new_fonts/LeagueSpartan-VariableFont_wght.woff2") format("woff2"),
    url("../assets/fonts/new_fonts/LeagueSpartan-VariableFont_wght.ttf") format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'League Spartan', "Helvetica Neue", Arial, sans-serif !important;
}

header {
  padding: 0 80px;
  background-color: rgba(255, 255, 255, 1);
}

header.sticky {
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 4px -1px 10px 3px rgba(92, 90, 90, 0.03);
  border-bottom: none;
}

#header-logo,
#header-logo svg,
#header-logo a {
  width: 132px;
  height: 38px;

}

#header-navlist li.custom-offer {
  margin-left: 88px;
}

#header-navlist li.custom-offer>span {
  display: flex;
  align-items: center;
  background-color: var(--say9-secondary-blue);
  padding: 10px 10px 10px 20px;
  column-gap: 18px;
  border-radius: 200px;
  transition: box-shadow 0.3s ease-out, background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#header-navlist li.custom-offer>span>span:first-child {
  padding: 4px 0 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  color: #FFFFFF;
}

#header-navlist li.custom-offer>span>span:last-child {
  width: 32px;
  height: 32px;
  background-image: url("../assets/images/brand_mention/btn_icon.svg");
  background-size: contain;
}

#header-navlist li a,
#header-navlist li span {
  font-size: 22px;
  line-height: 1em;
  color: var(--say9-primary-blue);
}

#header-navlist>li>span .da svg path,
#header-navlist>li.dropdown-menu>span .da svg path {
  fill: var(--say9-primary-blue) !important;
}

#header-navlist li.dropdown-menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: -26px;
}

#header-navlist li.dropdown-menu:hover::after {
  height: 26px;
}

#header-navlist li.dropdown-menu ul.sub-menu li a {
  transition: color 0.3s ease-in-out;
}

#header-navlist>li:not(.custom-offer):not(.current-menu-ancestor):hover>span,
#header-navlist>li:hover>a,
#header-navlist li.dropdown-menu ul.sub-menu li:hover a {
  color: #99CAFF !important;
}

#header-navlist .current-menu-ancestor span,
#header-navlist>li:not(.custom-offer).active>span,
#header-navlist .current_page_item>a {
  color: #63AEFF !important;
}

#header-navlist>li:not(.current-menu-ancestor):hover>span .da svg path {
  fill: #99CAFF !important;
}

html body #header-navlist .current-menu-ancestor .da svg path,
#header-navlist>li.dropdown-menu.active>span .da svg path {
  fill: #63AEFF !important;
}

#header-navlist ul.sub-menu {
  top: 100px;
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 4px 4px 8.6px rgba(92, 90, 90, 0.03), -4px -4px 8.6px rgba(92, 90, 90, 0.03) !important;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  border: none !important;
  transition: opacity 0.3s ease, background-color 0.3s ease-in-out, border 0.3s ease-in-out, height 0.3s ease-in-out;
}

#header-navlist li.dropdown-menu ul.sub-menu a {
  line-height: 1em;
  font-weight: 600;
  padding: 4px 0 0;
}

#header-navlist li.dropdown-menu ul.sub-menu a:hover {
  background: none;
}

#header-navlist li.dropdown-menu:nth-child(4) ul.sub-menu {
  width: 100%;
}

#header-navlist li.custom-offer>span:hover,
#header-navlist li.custom-offer>span:active {
  box-shadow: none;
}

#header-navlist li.custom-offer>span:hover {
  background-color: #63AEFF;
}

#header-navlist li.custom-offer>span:active {
  padding: 8px 8px 8px 18px;
}

#mobile-menu-switch span {
  background-color: var(--say9-secondary-blue);
}

/* Footer */

footer {
  background-color: var(--say9-primary-blue) !important;
  border-radius: 60px 60px 0 0;
  border: none !important;
  padding: 120px 120px 0;
}

#footer-inner {
  max-width: 1640px;
}

#footer-inner-container {
  margin-bottom: 60px;
}

#footer-left-column {
  align-items: flex-start;
}

#footer-logo {
  width: 204px;
  height: 58px;
  margin-bottom: 24px;
}

#footer-txt {
  color: #FFFFFF;
  line-height: 1em;
}

#footer-address {
  margin-bottom: 24px;
}

#social-icons a {
  display: flex;
}

#footer-address a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
}

#social-icons a rect {
  stroke: #FFFFFF;
  transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}

#social-icons a path {
  fill: #FFFFFF;
}

#social-icons a:hover path {
  fill: var(--say9-secondary-blue);
}

#social-icons a:hover rect {
  stroke: transparent;
}

#footer-navlist li span {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.4em;
}

#footer-navlist li ul.sub-menu {
  gap: 18px;
}

#footer-navlist li ul.sub-menu a {
  color: #CDD2D8;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

#footer-navlist li ul.sub-menu a:hover {
  color: #99CAFF;
}

#footer-navlist li ul.sub-menu .current-menu-item a {
  color: #63AEFF;
}

#footer_totop {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 8px 12px 18px;
  border: 2px solid #FFFFFF;
  border-radius: 200px;
  cursor: pointer;
  margin-left: auto;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

#footer_totop span {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  padding-top: 4px;
  line-height: 1em;
  transition: color 0.3s ease-in-out;
}

#footer_totop svg {
  width: 32px;
  height: 32px;
}

#footer_totop svg rect {
  fill: #FFFFFF;
  transition: fill 0.3s ease-in-out;
}

#footer_totop svg path {
  stroke: var(--say9-primary-blue);
  transition: stroke 0.3s ease-in-out;
}

#footer_totop:hover {
  background-color: #FFFFFF;
}

#footer_totop:hover span {
  color: var(--say9-primary-blue);
}

#footer_totop:hover svg rect {
  fill: var(--say9-primary-blue);
}

#footer_totop:hover svg path {
  stroke: #FFFFFF;
}

#footer-copyright {
  margin-top: 80px;
  padding: 14px;
  border-color: #DCDFEA;
}

#footer-info {
  line-height: 1em;
  color: #DCDFEA;
}

/* Single Blog */

#progress-container {
  position: fixed;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0748620f;
  z-index: 10;
  transition: top 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  top: 88px;
}

#progress-container.scrolled {
  top: 88px;
  opacity: 1;
}

#progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--say9-secondary-blue);
  transition: width 0.1s ease-out;
}

/* Single Hero */

#single_blog_hero {
  margin: 0 0 60px 0;
  padding: 0 120px;
}

#single_blog_hero_inner {
  background-color: #0E44B0;
  background-image: url("../assets/images/blog/single_hero_bg.svg");
  background-size: 910px 410px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 40px 40px 40px 100px;
  border-radius: 60px;
  display: grid;
  grid-template-columns: minmax(0, 800px) 600px;
  justify-content: space-between;
  gap: 0 30px;
}

#single_image {
  object-position: center;
  grid-column: 2;
  grid-row: 1 / 5;
  display: flex;
  align-items: center;
}

#single_image img {
  width: 100%;
  height: fit-content;
  border-radius: 20px;
}

#single_breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 80px;
}

.breadcrumb_item {
  color: #99CAFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.breadcrumb_article {
  color: #FFFFFF;
}

#single_title {
  color: #FFFFFF;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.1em;
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 40px;
}

#single_info {
  display: flex;
  align-items: center;
  grid-column: 1;
  grid-row: 4;
  gap: 14px;
}

#author_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

#author_image img {
  transform: scale(1.5) translateY(10px);
  filter: grayscale(100%);
}

#single_info_details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#single_info_details .author_name {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4em;
}

.single_info_time {
  display: flex;
  align-items: center;
  gap: 14px;
}

.post_time_read {
  color: #99CAFF;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4em;
}

.post_time_dot {
  width: 3px;
  height: 3px;
  background-color: #99CAFF;
  border-radius: 50%;
}

/* TTC Player */

#tts-player-wrapper {
  width: 100%;
  max-width: 600px;
  grid-column: 1;
  grid-row: 3;
  min-width: 0;
  margin-bottom: 110px;
}

#tts-player {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  width: 100%;
}

#tts-player .tts-speeds {
  display: none;
  gap: 6px;
}

#tts-player .tts-speed {
  border-radius: 100px;
  background-color: #FFFFFF;
  padding: 6px 6px 4px 6px;
  font-size: 14px;
  line-height: 22.4px;
  color: #021835;
  border: none;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

#tts-player.active .tts-speeds {
  display: flex;
}

#tts-player .tts-speed.active {
  background-color: #C6E1FF;
}

.tts-toggle {
  background-color: var(--say9-secondary-blue);
  border-radius: 100px;
  width: 97px;
  border: none;
  cursor: pointer;
  padding: 6.5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  outline: none;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s ease-in-out;
}

.tts-toggle.tts-sticky {
  margin-top: 40px;
}

.tts-toggle .play,
.tts-toggle .pause {
  height: 24px;
}

.tts-toggle .pause {
  display: none;
}

#tts-player .tts-toggle .tts-txt,
.tts-toggle.tts-sticky .tts-txt {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 500;
  padding-top: 2px;
}

.tts-timers {
  display: none;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 10px 10px 8px 10px;
  column-gap: 4px;
  height: 36px;
}

#tts-player.active .tts-timers {
  display: flex;
}

.tts-progress {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  height: 18px;
  overflow: hidden;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.tts-progress div {
  width: 1px;
  flex: 0 0 1px;
  min-width: 0;
  border-radius: 20px;
  border: 1px solid #021835;
  transition: border-color .1s;
}

.tts-progress div.played {
  border-color: var(--say9-secondary-blue);
}

.tts-speed,
.tts-timers,
.tts-progress {
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    color 0.3s ease;
}

.tts-speed,
.tts-toggle {
  flex: 0 0 auto;
}

.active .tts-speed,
.active .tts-toggle,
.active .tts-timers,
.active .tts-progress {
  opacity: 1;
  pointer-events: auto;
}

/* Single Blog Content */

#single_blog {
  padding: 0 120px;
  margin-bottom: 160px;
}

#single_blog_inner {
  position: relative;
  display: flex;
  column-gap: 42px;
}

#toc_block {
  width: 375px;
  flex-shrink: 0;
  position: relative;
}

#toc_wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  /* height: calc(80vh - 70px); */
  height: auto;
}

#toc {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}

#toc_inner {
  background-color: #F8F9FD;
  padding: 24px;
  border-radius: 24px;
  /* max-height: 100%; */
  max-height: calc(100vh - 270px);
  overflow-y: auto;
}

@supports (-moz-appearance: none) {
  #toc_inner {
    scrollbar-color: var(--say9-main-orange) rgba(7, 72, 98, 0.2);
    transition: scrollbar-color 0.3s ease-in-out;
  }
}

#toc_inner::-webkit-scrollbar {
  width: 7px;
}

#toc_inner::-webkit-scrollbar-track {
  background-color: rgba(7, 72, 98, 0.2);
  border-radius: 0 12px 12px 0;
}

#toc_inner::-webkit-scrollbar-thumb {
  background-color: var(--say9-secondary-blue);
  border-radius: 0 12px 12px 0;
  transition: background-color 0.3s ease-in-out;
}

#toc_bold {
  color: var(--say9-default-text-blue);
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 24px;
}

#toc_inner li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

#toc_inner li::before {
  content: "";
  width: 3px;
  height: 31px;
  position: absolute;
  top: 0;
  left: -24px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

#toc_inner li div {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  color: #7F88A2;
  display: block;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

#toc_inner li.active_heading div {
  color: #0E44B0;
}

#toc_inner li.active_heading::before {
  background-color: #0E44B0;
}

/* Book a Call CTA */

#subscribe_block {
  width: 40px;
  flex-shrink: 0;
}

#subscribe_wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
}

.subscribe_title {
  color: #7F88A2 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px;
}

.social_share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.social_share_item {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.social_share a rect {
  stroke: var(--say9-secondary-blue);
  transition: stroke 0.3s ease-in-out;
}

.social_share a path {
  fill: var(--say9-secondary-blue);
}

.social_share a:hover rect {
  stroke: transparent;
}

.social_share a:hover rect {
  fill: rgba(252, 252, 252, 1);
}

.subscribe_cta_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #E5F1FF;
  border-radius: 24px;
  padding: 0 14px 0 24px;
}

.subscribe_cta {
  background-color: var(--say9-secondary-blue);
  border-radius: 200px;
  display: flex;
  align-items: center;
  gap: 18px;
  height: fit-content;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 12px 20px;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.subscribe_cta span {
  color: #FFFFFF !important;
  padding-top: 4px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
}

.subscribe_cta:hover {
  background-color: #63AEFF;
}

.subscribe_cta:active,
.subscribe_cta:focus {
  padding: 8px 8px 8px 18px;
}

.subscribe_cta img {
  width: 32px;
  height: 32px;
}

.subscribe_cta_img {
  width: 120px;
}

/* Article Styling */

h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading {
  margin: 32px 0 22px !important;
}

#content {
  width: 100%;
  margin-right: auto;
}

#content * {
  color: var(--say9-default-text-blue);
  list-style: initial;
}

#content>* {
  margin-bottom: 32px;
}

#content>.subscribe_cta_wrapper {
  margin: 0;
}

#content p,
#content li,
#content li *,
#content p *,
#content li strong {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6em;
  color: var(--say9-default-text-blue);
}

#content p strong,
#content p b {
  font-weight: 600;
}

#content li strong {
  font-weight: 700;
}

#content .is-type-video.is-provider-youtube>div {
  display: flex;
  justify-content: center;
}

#content .is-type-video.is-provider-youtube>div>iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: 700px;
  margin: auto;
}

#content .youtube-lazy {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* max-width: 700px; */
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

#content .youtube-lazy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

#content .youtube-lazy .ytp-large-play-button {
  position: absolute;
  width: 68px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

#content .youtube-lazy .ytp-large-play-button svg {
  width: 100%;
  height: 100%;
}

#content .youtube-lazy .ytp-large-play-button .ytp-large-play-button-bg {
  fill: #f00;
  fill-opacity: 1;
  transition: fill 0.3s ease;
}

#content .youtube-lazy .ytp-large-play-button:hover .ytp-large-play-button-bg {
  fill: #c00;
}

#content .youtube-lazy iframe {
  width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: 16 / 9;
  display: block;
  /* max-width: 700px; */
  margin: auto;
}

#content em {
  font-size: inherit;
  line-height: inherit;
  transition: color 0.3s ease-in-out;
}

#content h2 {
  font-size: 48px;
  line-height: 1.16em;
  font-weight: 700;
  color: var(--say9-default-text-blue);
}

#content h2:not(:first-child) {
  margin-top: 16px;
}

#content h3.wp-block-heading {
  font-weight: 600;
  font-size: 26px;
  padding-left: 36px;
  position: relative;
}

#content h3.wp-block-heading::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 4px;
  background-image: url("../assets/images/blog/subtitle_icon.svg");
}

#content li,
#content ul {
  margin: initial;
  padding: initial;
  list-style: none;
}

#content ul.wp-block-list li {
  color: var(--say9-default-text-blue);
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 400;
  padding: 18px 0 18px 25px;
  position: relative;
  border-bottom: 2px solid #C6E1FF;
}

#content li {
  margin-bottom: 16px;
}

#content li:before {
  content: "·";
  content: "\00B7";
  font-size: 30px;
  vertical-align: middle;
  line-height: 20px;
  top: -3px;
  position: relative;
  margin-right: 4px;
}

#content ul.wp-block-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #63AEFF;
  border-radius: 50%;
  top: 28px;
  position: absolute;
  margin-right: 0;
  left: 0;
}

#content figure {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #C6E1FF;
  max-width: 800px;
  margin: 0 auto 32px;
}

#content p a,
#content li a {
  color: var(--say9-secondary-blue);
  word-wrap: break-word;
}

#content figure img {
  height: auto;
  width: 100%;
  transform: scale(1.02);
}

#content figure.no-scale img {
  transform: scale(1);
}

#content figure video {
  height: auto;
  width: 100%;
}

#rank-math-faq .rank-math-list-item {
  margin-bottom: 25px;
  border: none;
  background-color: #F6F7FC;
  border-radius: 24px;
}

#rank-math-faq h3.rank-math-question {
  padding: 24px 32px;
}

#rank-math-faq h3.rank-math-question .content,
#rank-math-faq h3.rank-math-question .content strong {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
}

#rank-math-faq .rank-math-answer p,
#rank-math-faq .rank-math-answer p * {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4em;
  color: #4A5578;
}

#rank-math-faq .rank-math-answer p a {
  color: var(--say9-secondary-blue);
}

.rank-math-answer {
  padding: 0 32px;
  background-color: transparent;
  transition: padding-bottom 0.3s ease-in-out, max-height 0.3s ease-in-out;
}

.rank-math-list-item.active .rank-math-answer {
  padding: 0 32px 24px;
}

.rank-math-list-item .icon .arrow_reveal {
  display: none;
}

.rank-math-list-item .icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.rank-math-list-item .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 8px;
  background-image: url("../assets/images/faq_icon.svg");
}

#content_author_info {
  background-color: transparent;
  display: grid;
  grid-template-columns: 138px minmax(0, 100%);
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 21px;
}

.author_ava {
  border-radius: 50%;
  width: 138px;
  height: 138px;
  overflow: hidden;
  grid-column: 1;
  grid-row: 2 / 4;
}

.author_ava img {
  transform: scale(1.2) translateY(10px);
  filter: grayscale(100%) brightness(120%);
}

.author_bio_btn {
  grid-row: 1;
  grid-column: 2;
  background-color: #C6E1FF;
  padding: 6px 14px 4px;
  border-radius: 200px;
  font-size: 18px;
  line-height: 1.1em;
  color: var(--say9-primary-blue);
  font-weight: 500;
  width: fit-content;
  height: fit-content;
  margin-bottom: 24px;
}

.author_bio_container {
  display: flex;
  align-items: center;
  gap: 24px;
  grid-row: 2;
  grid-column: 2;
  margin-bottom: 8px;
}

.author_bio {
  display: flex;
  gap: 10px;
  align-items: center;
}

#content_author_info .author_bio_txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

#content_author_info .author_bio_line {
  display: inline-block;
  height: 22px;
  width: 3px;
  background-color: var(--say9-default-text-blue);
}

#content_author_info .author_desc {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400;
  grid-column: 2;
  grid-row: 3;
}

.author_info_tr a {
  display: flex;
}

.author_info_tr a rect {
  stroke: var(--say9-secondary-blue);
  transition: stroke 0.3s ease-in-out;
}

.author_info_tr a path {
  fill: var(--say9-secondary-blue);
}

.author_info_tr a:hover rect {
  stroke: transparent;
}

.author_info_tr a:hover rect {
  fill: rgba(252, 252, 252, 1);
}

.arrow_reveal {
  opacity: 1;
}

#articles.related_articles {
  margin-bottom: 120px;
  padding: 0 120px;
  overflow-x: hidden;
}

.related_articles .articles_wrapper {
  display: flex;
  overflow: visible;
  gap: 0;
}

.articles_wrapper .blog_post {
  width: 500px;
}

.related_articles .articles_wrapper .blog_post .post_details {
  height: 100%;
}

.related_articles .post_details:not(:has(.post_tags))::before {
  content: "";
  display: block;
  height: 62px;
}

.related_articles .articles_wrapper .blog_post .post_excerpt div {
  font-size: 16px;
  line-height: 21px;
  color: var(--say9-default-text-blue);
  max-height: 21px;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.related_subtitle {
  background-color: var(--say9-primary-blue);
  padding: 6px 14px 4px;
  border-radius: 200px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  width: fit-content;
  margin: 0 auto 14px;
}

.related_title {
  margin-bottom: 60px;
  color: var(--say9-default-text-blue);
  font-size: 82px;
  font-weight: 700;
  line-height: 1.1em;
  text-align: center;
}

.articles_wrapper .post_image {
  box-sizing: border-box;
}

.post_image img {
  height: 250px;
}

.related_articles .post_info {
  padding: 0;
}

.related_slider {
  padding-bottom: 110px;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  overflow: visible;
}

.related_articles .related_navigation {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  position: relative;
  --gap: 38px;
}

.related_navigation .swiper-button-prev,
.related_navigation .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: auto;
  left: 48%;
  right: unset;
  bottom: -110px;
  margin-top: 0;
  transform: translateX(-50%);
  border: 2px solid transparent;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.related_navigation .swiper-button-prev:hover,
.related_navigation .swiper-button-next:hover {
  background-color: #FFFFFF;
}

.related_navigation .swiper-button-prev:active,
.related_navigation .swiper-button-next:active {
  border-color: var(--say9-secondary-blue);
}

.related_navigation .swiper-button-next {
  transform: translateX(calc(-50% + var(--gap)));
  background-color: var(--say9-secondary-blue);
}

.related_navigation .swiper-button-prev {
  transform: translateX(calc(-50% - var(--gap)));
  background-color: var(--say9-primary-blue);
}

.related_navigation .swiper-button-next::after,
.related_navigation .swiper-button-prev::after {
  content: "";
}

.related_navigation .swiper-button-next svg {
  transform: rotate(180deg);
}

.related_navigation .swiper-button-next svg path,
.related_navigation .swiper-button-prev svg path {
  transition: stroke 0.3s ease-in-out;
}

.related_navigation .swiper-button-next:hover svg path,
.related_navigation .swiper-button-prev:hover svg path,
.related_navigation .swiper-button-next:active svg path,
.related_navigation .swiper-button-prev:active svg path {
  stroke: var(--say9-secondary-blue);
}

.related_navigation .swiper-button-prev[aria-disabled="true"],
.related_navigation .swiper-button-next[aria-disabled="true"] {
  background-color: #DCDFEA !important;
  border-color: transparent !important;
  opacity: 1 !important;
}

.related_navigation .swiper-button-prev[aria-disabled="true"] svg path,
.related_navigation .swiper-button-next[aria-disabled="true"] svg path {
  stroke: #FFFFFF;
}

/* Checklist Form */

#checklist_blur,
#worksheet_blur {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  background-color: #50A2C81A;
  backdrop-filter: blur(5px);
  z-index: 10000000000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#checklist_blur.active {
  opacity: 1;
  pointer-events: all;
}

.exit_checklist,
#worksheet_popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  display: none;
  cursor: pointer;
  z-index: 102;
}

.exit_checklist.active,
#worksheet_popup_close {
  display: inline-block;
}

#content>#checklist_info+.fluentform {
  width: 100%;
  min-height: 260px;
  border-radius: 10px;
  margin: 0 auto 32px;
  position: relative;
}

#content>#checklist_info+.fluentform {
  transition: transform 0.3s ease-out;
}

#content>#checklist_info+.fluentform.active {
  transform: scale(1.1);
  z-index: 10000000001;
}

.thank_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#content> :not(#quiz) form.frm-fluent-form,
#worksheet_intent_popup form.frm-fluent-form,
.thank_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 320px;
  background-color: #C6E1FF;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 90px 70px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#content> :not(#quiz) form.frm-fluent-form::before,
#worksheet_intent_popup form.frm-fluent-form::before,
.thank_wrapper::before,
#content> :not(#quiz) form.frm-fluent-form::after,
#worksheet_intent_popup form.frm-fluent-form::after,
.thank_wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  background-image: url("../assets/images/blog/checklist_bg.svg");
  background-size: auto 40px;
  background-repeat: repeat-x;
  background-size: 90px 40px;
  background-origin: content-box;
}

#content> :not(#quiz) form.frm-fluent-form::after,
#worksheet_intent_popup form.frm-fluent-form::after,
.thank_wrapper::after {
  top: 30px;
}

#content> :not(#quiz) form.frm-fluent-form::before,
#worksheet_intent_popup form.frm-fluent-form::before,
.thank_wrapper::before {
  bottom: 30px;
}

#content> :not(#quiz) form.frm-fluent-form>fieldset,
#worksheet_intent_popup form.frm-fluent-form>fieldset {
  position: relative;
  z-index: 1;
}

#content>#checklist_info+.fluentform .ff-message-success {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#content> :not(#quiz) form.frm-fluent-form .ff-el-group.ff-custom_html {
  margin-bottom: 0;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_inner {
  max-width: 766px;
  width: 100%;
  margin: 0 auto 32px;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_title,
#worksheet_intent_popup form.frm-fluent-form .worksheet_title {
  color: var(--say9-default-text-blue);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18em;
  margin-bottom: 0;
  text-align: center;
  transition: color 0.3s ease-in-out;
}

#content .thank_wrapper .checklist_title.thank,
#worksheet_intent_popup .thank_wrapper .worksheet_title.thank {
  color: var(--say9-default-text-blue);
  font-size: 48px;
  line-height: 1.18em;
  font-weight: 700;
}

#content .thank_wrapper .checklist_thankyou,
#worksheet_intent_popup .thank_wrapper .worksheet_thankyou {
  color: #4A5578;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 20px;
  margin-bottom: 40px;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_item {
  list-style-type: none;
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 0;
  color: #4A5578;
  font-size: 24px;
  line-height: 1.6em;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_item::before {
  content: "";
  margin-right: 0;
  width: 20px;
  height: 20px;
  background-image: url('../assets/images/blog/checklist_icon.svg');
  top: -2px;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_item span {
  color: #4A5578;
  font-size: 24px;
  line-height: 1.6em;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_form,
#worksheet_intent_popup form.frm-fluent-form .worksheet_form {
  margin: 0 auto 40px;
  width: 100%;
  column-gap: 10px;
  max-width: 674px;
  display: flex;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input {
  margin: 0;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_desc,
#worksheet_intent_popup form.frm-fluent-form .worksheet_desc {
  color: #4A5578;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 24px;
  text-align: center;
}

#worksheet_intent_popup form.frm-fluent-form .worksheet_desc {
  margin-bottom: 0;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input .ff-el-input--content::after,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input .ff-el-input--content::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url("../assets/images/input-alert-icon.svg");
  display: none;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input.ff-el-is-error .ff-el-input--content::after,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input.ff-el-is-error .ff-el-input--content::after {
  display: block;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input.ff-el-is-error label,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input.ff-el-is-error label {
  color: #D92D20 !important;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_inputs {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 20px;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input label,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input label {
  color: #7F88A2;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input label::after,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input label::after {
  content: none;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input .ff-el-input--content,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input .ff-el-input--content {
  position: relative;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input svg,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input input,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input input {
  border-radius: 12px;
  border: 2px solid transparent;
  background-color: #F6FAFF;
  padding: 12px 12px 8px 40px;
  color: #667085;
  font-size: 19px;
  line-height: 1.4em;
  outline: none;
  transition: border-color 0.3s ease-in-out;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input input:focus,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input input:focus,
#content> :not(#quiz) form.frm-fluent-form .checklist_input input:active,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input input:active {
  border-color: #99CAFF;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input.ff-el-is-error input:focus,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input.ff-el-is-error input:focus,
#content> :not(#quiz) form.frm-fluent-form .checklist_input.ff-el-is-error input:active,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input.ff-el-is-error input:active {
  border-color: #F22B1D
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input input:-webkit-autofill,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input input:-webkit-autofill {
  -webkit-text-fill-color: #667085 !important;
  color: #667085 !important;
  background-color: transparent !important;
  background-clip: content-box !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  appearance: none;
  -webkit-appearance: none;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input input::placeholder,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input input::placeholder {
  color: #B9C0D4;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_input .error.text-danger,
#worksheet_intent_popup form.frm-fluent-form .worksheet_input .error.text-danger {
  color: #F04438;
}

#content> :not(#quiz) form.frm-fluent-form #checklist_btn {
  width: fit-content;
  margin: 0 auto;
  background-color: var(--say9-primary-blue);
  color: #FFFFFF;
  padding: 17px 60px 13px 20px;
  border-radius: 200px;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 1em;
  font-weight: 600;
  border: none;
  display: block;
  position: relative;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#content> :not(#quiz) form.frm-fluent-form #checklist_btn:hover {
  background-color: #10335F;
}

#content> :not(#quiz) form.frm-fluent-form #checklist_btn:focus,
#content> :not(#quiz) form.frm-fluent-form #checklist_btn:active {
  padding: 15px 58px 11px 18px;
}

#content> :not(#quiz) form.frm-fluent-form #checklist_btn::after {
  content: "";
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("../assets/images/btn_icon_white.svg");
}

#content> :not(#quiz) form.frm-fluent-form .checklist_download,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download {
  margin-bottom: 0;
  width: fit-content;
  margin: 0 auto;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_download button,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download button {
  margin: 0 auto;
  background-color: var(--say9-primary-blue);
  color: #FFFFFF;
  padding: 17px 60px 13px 20px;
  border-radius: 200px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 1em;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_download button:hover,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download button:hover {
  background-color: #10335F;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_download button:focus,
#content> :not(#quiz) form.frm-fluent-form .checklist_download button:active,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download button:focus,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download button:active {
  padding: 15px 58px 11px 18px;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_download button.val-error:focus,
#content> :not(#quiz) form.frm-fluent-form .checklist_download button.val-error:active,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download button.val-error:focus,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download button.val-error:active {
  padding: 17px 60px 13px 20px;
}


#content> :not(#quiz) form.frm-fluent-form .checklist_download::after,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  pointer-events: none;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  background-size: cover;
  background-image: url("../assets/images/btn_icon_white.svg");
  transition: right 0.3s ease-in-out;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_download .lds-ring,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download .lds-ring {
  right: 15px;
}

.ff-default .ff_btn_style:focus,
.ff-default .ff_btn_style:hover {
  opacity: 1;
}

.ff-message-success {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#content> :not(#quiz) form.frm-fluent-form .hide,
#worksheet_intent_popup form.frm-fluent-form .hide {
  display: none !important;
}

#content .ff-el-is-error .text-danger,
#worksheet_intent_popup form.frm-fluent-form .ff-el-is-error .text-danger {
  color: #D92D20 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
}

/* Worksheet Form */

#worksheet_intent_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  pointer-events: none;
}

#worksheet_intent_popup.show_worksheet_popup {
  pointer-events: all;
}

#worksheet_intent_popup.show_worksheet_popup #worksheet_blur {
  opacity: 1;
}

#worksheet_intent_popup.show_worksheet_popup #worksheet_popup_wrapper {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}

#worksheet_popup_wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  border-radius: 32px;
  position: relative;
  transform: translateY(20%);
  opacity: 0;
  z-index: 10000000001;
  pointer-events: none;
  transition: opacity .3s ease, transform .4s ease;
}

#content span[data-name="worksheet_btn"] {
  text-decoration: underline;
  font-weight: 700;
  word-wrap: break-word;
  cursor: pointer;
  font-size: inherit;
  transition: color 0.3s ease-in-out;
}

#content span[data-name="worksheet_btn"]:hover {
  color: var(--say9-main-orange);
}

/* Earthquake Animation */

#elephant_container {
  position: fixed;
  bottom: 0;
  left: -11%;
  width: 480px;
  height: 233px;
  z-index: -1;
  pointer-events: none;
  transform: rotateY(180deg);
}

html.os-mac.browser-safari #elephant_container {
  display: none;
}

.video_hide {
  opacity: 0;
}

.elephant_video {
  height: 233px;
  position: absolute;
  top: 0;
  right: 0;
  /* -260px */
}

/* Newsletter */

.newsletter_cta {
  background-color: var(--say9-primary-blue);
  border-radius: 24px;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.newsletter_cta_title {
  color: #FFFFFF !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
}

#newsletter_cta_btn {
  flex-shrink: 0;
  padding: 17px 20px 13px;
  outline: none;
  border: none;
  background-color: #FFFFFF;
  color: var(--say9-secondary-blue) !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  border-radius: 200px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, color 0.3s ease-in-out;
}

#newsletter_cta_btn:hover {
  background-color: #10335F;
  color: #FFFFFF !important;
}

#newsletter_cta_btn:active,
#newsletter_cta_btn:focus {
  padding: 15px 18px 11px;
}

#newsletter_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10999999999999000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  pointer-events: none;
}

#newsletter_popup.active {
  pointer-events: all;
}

#newsletter_popup.active #newsletter_blur {
  opacity: 1;
}

#newsletter_blur {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  backdrop-filter: blur(46.6px);
  background-color: #50A2C81A;
  z-index: 10000000000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#newsletter_blur.active {
  opacity: 1;
  pointer-events: all;
}

#newsletter {
  z-index: 10000000001;
  transform: translateY(20%);
  opacity: 0;
  max-width: 970px;
  width: 100%;
  height: 430px;
  border-radius: 24px;
  padding: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .4s ease;
}

#newsletter_popup.active #newsletter {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}

#newsletter_exit {
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
  z-index: 10;
}

.newsletter_container {
  height: 100%;
  padding: 32px 46px 24px 72px;
}

#newsletter_inner {
  height: 100%;
  align-items: stretch;
}

.newsletter_left {
  max-width: 350px;
}

.newsletter_title {
  font-size: 30px;
}

.newsletter_elephant {
  margin-bottom: -65px;
  margin-top: 30px;
}

.newsletter_plane {
  width: 68px;
  top: 35px;
  left: 350px;
}

#newsletter_wrapper .newsletterbtn button:active,
#newsletter_wrapper .newsletterbtn button:focus {
  padding: 19px 60px 15px 20px;
}

#newsletter_wrapper .newsletterbtn.loading button {
  padding-right: 100px;
}

#newsletter_wrapper .newsletterinput,
#newsletter_wrapper .newsletterinput.newsletteremail {
  height: 73px;
  margin-bottom: 24px;
}

@keyframes fly {
  0% {
    top: 35px;
    transform: rotate(0deg);
  }

  5% {
    top: 20px;
    transform: rotate(-10deg);
  }

  10% {
    top: 40px;
    transform: rotate(90deg);
  }

  35% {
    transform: rotate(75deg);
    top: 80%;
    left: 450px;
  }

  50% {
    top: 97%;
    left: 550px;
  }

  70% {
    transform: rotate(-20deg);
    top: 95%;
    left: 700px;
  }

  100% {
    top: -12%;
    left: 100%;
    transform: rotate(-20deg);
  }
}

/* Result */

#result {
  padding: 0 120px;
}

#result_inner {
  padding: 0 100px;
  background-color: #077DFD;
  border-radius: 60px 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background-image: url("../assets/images/result_bg.svg");
  background-size: 910px 579px;
  background-position: center right;
}

.result_content {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 60px 0;
}

.result_title {
  color: #FFFFFF;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.1em;
}

.result_btn {
  background-color: var(--say9-primary-blue);
  border-radius: 200px;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 18px;
}

.result_btn:hover {
  background-color: #10335F;
}

.result_btn span {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  padding-top: 4px;
}

.result_btn img {
  width: 32px;
  height: 32px;
}

.result_img {
  max-width: 580px;
  width: 100%;
  margin-top: auto;
}

/* Form button loader */

#content> :not(#quiz) form.frm-fluent-form .checklist_download.loading button,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download.loading button {
  padding-right: 100px;
}

#content> :not(#quiz) form.frm-fluent-form .checklist_download.loading::after,
#worksheet_intent_popup form.frm-fluent-form .worksheet_download.loading::after {
  right: 50px;
}

/* Media */

@media screen and (max-width: 1720px) {
  #content> :not(#quiz) form.frm-fluent-form .checklist_item {
    font-size: 19px;
  }
}

@media screen and (max-width: 1700px) {
  /* Single Blog Hero */

  #single_blog_hero_inner {
    padding-left: 60px;
  }

  #single_title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1600px) {
  /* Single Blog Hero */

  #single_breadcrumbs {
    margin-bottom: 50px;
  }

  #tts-player-wrapper {
    margin-bottom: 60px;
  }

  #single_title {
    margin-bottom: 24px;
  }

  #single_image img {
    max-height: 440px;
  }

  #single_title {
    font-size: 54px;
  }

  /* Content */

  #content h2 {
    font-size: 40px;
  }

  /* Checklist */

  #content> :not(#quiz) form.frm-fluent-form,
  #worksheet_intent_popup form.frm-fluent-form,
  .thank_wrapper {
    padding: 90px 40px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_list {
    grid-template-columns: 1fr;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item {
    font-size: 24px;
    justify-content: center;
  }

  /* Result */

  .result_title {
    font-size: 66px;
  }

  .related_title {
    font-size: 66px;
  }
}

@media screen and (max-width: 1500px) {
  #single_title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1440px) {
  #progress-container.scrolled {
    top: 80px;
  }

  /* Single Blog Hero */

  #single_blog_hero_inner {
    padding: 30px 30px 30px 48px;
    border-radius: 40px;
    grid-template-columns: minmax(0, 800px) 500px;
  }

  #single_breadcrumbs {
    margin-bottom: 30px;
  }

  #single_info {
    max-width: 500px;
  }

  /* Content */

  #content h2 {
    font-size: 34px;
  }

  #content>* {
    margin-bottom: 20px;
  }

  h2.wp-block-heading,
  h3.wp-block-heading,
  h4.wp-block-heading {
    margin: 30px 0 16px !important;
  }

  #content p,
  #content li,
  #content li *,
  #content p * {
    font-size: 20px;
  }

  /* Checklist */

  #content> :not(#quiz) form.frm-fluent-form .checklist_title,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_title {
    font-size: 36px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_desc,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_desc,
  #content> :not(#quiz) form.frm-fluent-form .checklist_item {
    font-size: 21px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_form,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_form {
    flex-direction: column;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item::before {
    width: 18px;
    height: 18px;
  }

  /* Content Author Info */

  #content_author_info {
    grid-template-columns: 110px minmax(0, 100%);
  }

  .author_ava {
    width: 110px;
    height: 110px;
  }

  .author_bio_btn {
    margin-bottom: 14px;
  }

  #content_author_info .author_bio_txt {
    font-size: 18px;
  }

  #content_author_info .author_bio_line {
    height: 16px;
    width: 2px;
  }

  #content_author_info .author_desc {
    font-size: 16px;
  }

  .related_articles .articles_wrapper .blog_post .post_excerpt div {
    font-size: 14px;
  }

  .post_image img {
    height: 200px;
  }

  /* Newsletter */

  #newsletter_inner {
    gap: 50px;
  }

  @keyframes fly {
    0% {
      top: 35px;
      transform: rotate(0deg);
    }

    5% {
      top: 20px;
      transform: rotate(-10deg);
    }

    10% {
      top: 40px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      top: 80%;
      left: 450px;
    }

    50% {
      top: 97%;
      left: 550px;
    }

    70% {
      transform: rotate(-20deg);
      top: 95%;
      left: 700px;
    }

    100% {
      top: -12%;
      left: 100%;
      transform: rotate(-20deg);
    }
  }

  /* Related Articles */

  .articles_wrapper .post_image {
    height: 350px;
  }

  /* Result */

  #result_inner {
    padding: 0 60px;
  }

  .result_content {
    gap: 20px;
  }

  .result_title {
    font-size: 60px;
  }

  /* Footer */

  #footer-navlist li span {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1350px) {
  /* Header */

  #header-navlist li.custom-offer {
    margin-left: 38px;
  }

  /* Single Blog Hero */

  #single_blog_hero {
    margin-bottom: 60px;
  }

  #single_blog_inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #single_title {
    font-size: 44px;
    margin-bottom: 20px;
  }

  #tts-player-wrapper {
    margin-bottom: 40px;
  }

  #content {
    width: calc(100% - 370px);
  }

  #single_blog_inner {
    column-gap: 20px;
  }

  #toc_block {
    width: 340px;
  }

  #subscribe_block {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  #subscribe_wrapper {
    display: flex;
    justify-content: flex-end;
  }

  .subscribe_title {
    margin-bottom: 0;
  }

  #content>#checklist_info+.fluentform.active {
    transform: scale(1);
  }

  .social_share {
    flex-direction: row;
  }

  .subscribe {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .subscribe_cta_wrapper {
    width: 100%;
  }

  /* Earthquake animation */

  /* #elephant_container {
    width: 360px;
    height: 175px;
  }

  .elephant_video {
    height: 175px;
  } */

  #elephant_container,
  .elephant_video {
    display: none;
  }

  .related_title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1300px) {
  #single_blog_hero_inner {
    grid-template-columns: minmax(0, 800px) 450px;
  }
}

@media screen and (max-width: 1200px) {
  /* Header */

  header {
    padding: 0 24px;
  }

  #header-navlist li.custom-offer {
    margin-left: 6px;
  }

  #header-navlist {
    gap: 5px;
  }

  /* Single Blog Hero */

  #single_blog_hero_inner {
    grid-template-columns: minmax(0, 500px) 400px;
  }

  #single_blog_hero,
  #single_blog,
  #articles.related_articles {
    padding: 0 60px;
  }

  /* Newsletter */

  #newsletter {
    max-width: 600px;
    height: 760px;
  }

  .newsletter_container {
    padding: 40px 32px 24px;
  }

  #newsletter_inner {
    gap: 10px;
  }

  .newsletter_title {
    padding-right: 20px;
  }

  .newsletter_left {
    margin-bottom: -25px;
  }

  .newsletter_right {
    gap: 25px;
  }

  #newsletter_wrapper .newsletterinput {
    margin-bottom: 16px;
  }

  #newsletter_wrapper .newsletterinput.newsletteremail {
    margin-bottom: 20px;
  }

  .newsletter_plane {
    top: unset;
    bottom: 350px;
    left: 45%;
  }

  @keyframes fly {
    0% {
      bottom: 350px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 375px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 345px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      left: 50%;
    }

    50% {
      bottom: -2%;
      left: 60%;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      left: 80%;
    }

    100% {
      bottom: 60%;
      left: 100%;
      transform: rotate(-20deg);
    }
  }

  /* Result */

  #result {
    padding: 0 70px;
  }

  /* Footer */

  footer {
    padding: 80px 70px 0;
  }

  #footer-inner-container {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 80px;
  }

  #footer-left-column {
    display: grid;
    grid-template-columns: 310px minmax(0, 200px);
    justify-content: space-between;
  }

  #footer-logo {
    grid-row: 1;
    grid-column: 1;
  }

  #footer-txt {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
  }

  #footer-address {
    grid-row: 3;
    grid-column: 1;
    text-align: left;
  }

  #social-icons {
    grid-row: 1;
    grid-column: 2;
  }

  #footer-navlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  #footer-navlist>li {
    max-width: 240px;
  }

  #footer-navlist>li:nth-child(2),
  #footer-navlist>li:nth-child(5) {
    margin: 0 auto;
  }

  #footer-navlist>li:nth-child(5) {
    padding-left: 30px;
  }

  #footer-navlist>li:nth-child(3) {
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  /* Header */

  header {
    padding: 0 20px;
  }

  body.show-menu header.sticky {
    background-color: #FFFFFF !important;
  }

  #header-navigation {
    background-color: #FFFFFF !important;
    padding: 40px;
  }

  #header-navlist {
    gap: 24px;
  }

  #header-navlist li {
    width: 100%;
  }

  #header-navlist li.dropdown-menu a,
  #header-navlist li.dropdown-menu span {
    justify-content: flex-start;
    margin: 0;
    transition: margin-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
  }

  #header-navlist li.dropdown-menu.active span {
    margin-bottom: 20px;
  }

  #header-navlist li.dropdown-menu {
    border-bottom: none;
  }

  #header-navlist li.dropdown-menu::after {
    display: none;
  }

  #header-navlist ul.sub-menu {
    top: 0;
    padding: 0 0 0 8px;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
    gap: 14px;
  }

  #header-navlist li.dropdown-menu ul.sub-menu li a {
    font-size: 22px;
  }

  #header-navlist li.custom-offer {
    margin-left: 0;
  }

  #header-navlist li.custom-offer>span {
    max-width: 340px;
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
  }

  #header-navlist li.custom-offer>span>span:last-child {
    display: none;
  }

  #header-navlist>li:not(.custom-offer):not(.current-menu-ancestor).active>span,
  #header-navlist>li:not(.custom-offer):not(.current-menu-ancestor):not(.active):hover>span {
    color: var(--say9-primary-blue) !important;
  }

  #header-navlist>li.dropdown-menu.active:not(.current-menu-ancestor)>span .da svg path,
  #header-navlist>li.dropdown-menu:not(.active):not(.current-menu-ancestor):hover>span .da svg path {
    fill: var(--say9-primary-blue) !important;
  }

  #header-navlist>li:not(.custom-offer).active:hover>span {
    color: #63AEFF !important;
  }

  #header-navlist>li.dropdown-menu.active:hover>span .da svg path {
    fill: #63AEFF !important;
  }


  #progress-container {
    top: 54px;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out,
      width 0.3s ease-in-out;
  }

  #progress-container.scrolled {
    top: 54px;
    left: 16px;
    width: calc(100% - 32px);
  }

  /* Single Blog Hero */

  #single_blog {
    margin-bottom: 100px;
  }

  #single_blog_hero {
    padding: 0;
    margin: 4px 0 40px;
  }

  #articles.related_articles {
    padding: 0 16px;
    margin-bottom: 80px;
  }

  #single_blog_hero_inner {
    grid-template-columns: 1fr;
    padding: 40px 70px 80px;
  }

  #single_breadcrumbs {
    margin-bottom: 60px;
  }

  #single_image {
    grid-column: 1;
    grid-row: 4;
    padding: 40px 0;
  }

  #single_title {
    grid-row: 2;
  }

  #single_blog_inner {
    flex-direction: column-reverse;
  }

  #single_info {
    grid-row: 5;
    max-width: 100%;
    column-gap: 10px;
  }

  #single_title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  #tts-player.active {
    justify-content: flex-end;
  }

  #tts-player-wrapper {
    grid-row: 3;
    max-width: 100%;
    margin-bottom: 0;
  }

  #tts-player {
    padding-bottom: 0;
  }

  #single_blog {
    padding: 0 40px;
  }

  #toc_block {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
    width: 100%;
  }

  #toc_wrapper {
    height: auto;
    position: relative;
    padding: 0;
    top: 0;
  }

  #toc {
    margin-bottom: 0;
  }

  #toc_inner {
    margin-bottom: 0;
    max-height: 100%;
  }

  #content {
    padding-top: 0vh;
    width: 100%;
  }

  #subscribe_block {
    padding-left: 0;
  }

  .post_image img {
    height: 270px;
  }

  /* Checklist */

  #content> :not(#quiz) form.frm-fluent-form .checklist_title,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_title {
    font-size: 48px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_desc,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_desc {
    font-size: 24px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_list {
    grid-template-columns: auto auto;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item {
    font-size: 24px;
    justify-content: flex-start;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_form,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_form {
    flex-direction: row;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item::before {
    width: 20px;
    height: 20px;
  }

  /* Result */

  #result_inner {
    padding: 60px 70px 0;
    flex-direction: column;
    gap: 30px;
  }

  .result_content {
    margin: 0;
    gap: 60px;
  }

  .result_img {
    max-width: 400px;
    margin-left: auto;
    margin-top: 0;
  }

  .result_img img {
    max-height: 260px;
  }

  .result_title {
    font-size: 48px;
  }

  /* Footer */

  #footer-navlist li {
    display: block;
  }

  .related_title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  #content> :not(#quiz) form.frm-fluent-form .checklist_list {
    grid-template-columns: 1fr;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item {
    justify-content: center;
  }
}

@media screen and (max-width: 850px) {
  #single_blog_hero {
    margin: 8px 0 32px 0;
  }

  #articles.related_articles {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  /* Header */

  html.chat-open {
    --header-z: 1000000000;
  }

  html.chat-open,
  body.chat-open {
    overscroll-behavior: none;
    touch-action: none;
  }

  #header-logo,
  #header-logo svg,
  #header-logo a {
    width: 103px;
    height: 29px;
  }

  #header-navlist li.custom-offer>span {
    margin-top: 36px;
  }

  #footer-logo {
    width: 168px;
    height: 48px;
  }

  /* Single Blog Hero */

  #single_blog_hero_inner {
    padding: 40px 20px;
    border-radius: 32px;
  }

  #single_breadcrumbs {
    margin-bottom: 40px;
  }

  /* Content */

  #toc_block {
    margin-bottom: 48px;
  }

  #content>* {
    margin-bottom: 24px;
  }

  h2.wp-block-heading,
  h3.wp-block-heading,
  h4.wp-block-heading {
    margin: 24px 0 14px !important;
  }

  #content h2 {
    font-size: 30px;
    line-height: 1.3em;
  }

  #content #rank-math-faq {
    margin-bottom: 36px;
  }

  #rank-math-faq .rank-math-list-item {
    border-radius: 12px;
    margin-bottom: 18px;
  }

  #rank-math-faq h3.rank-math-question {
    padding: 12px 10px;
  }

  #rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0 10px;
  }

  #rank-math-faq .rank-math-list-item.active .rank-math-answer {
    padding: 0 10px 12px 10px;
  }

  #rank-math-faq h3.rank-math-question .content,
  #rank-math-faq h3.rank-math-question .content strong {
    font-size: 15px;
  }

  #rank-math-faq .rank-math-answer p,
  #rank-math-faq .rank-math-answer p * {
    font-size: 19px;
  }

  .rank-math-list-item .icon {
    transform: scale(1);
  }

  .rank-math-list-item.active .icon {
    transform: scale(1) rotate(180deg);
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item span {
    text-align: left;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_title.download_title {
    margin-bottom: 5px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_form,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_form {
    row-gap: 15px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_form .ff-el-group.ff-el-form-top,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_form .ff-el-group.ff-el.form-top {
    margin-bottom: 0;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_input,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_input {
    margin-bottom: 0;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_download,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_download {
    margin-top: 10px;
  }

  /* Newsletter */

  #newsletter {
    height: 670px;
  }

  .newsletter_plane {
    bottom: 250px;
  }

  @keyframes fly {
    0% {
      bottom: 250px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 275px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 235px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      left: 50%;
    }

    50% {
      bottom: -2%;
      left: 60%;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      left: 80%;
    }

    100% {
      bottom: 60%;
      left: 100%;
      transform: rotate(-20deg);
    }
  }

  /* Result */

  #result {
    padding: 0;
    margin-bottom: -60px;
  }

  #result_inner {
    border-radius: 24px 24px 0 0;
    padding: 40px 32px 60px;
    gap: 95px;
  }

  .result_content {
    gap: 24px;
  }

  .result_title {
    font-size: 48px;
  }

  .result_img {
    max-width: 310px;
    overflow: hidden;
  }

  .result_img img {
    transform: translateY(45px);
  }

  .result_btn {
    max-width: 310px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    padding: 9px 20px;
  }

  .result_btn:active {
    padding: 9px 20px;
  }

  .result_btn span {
    font-size: 18px;
  }

  .result_btn img {
    display: none;
  }

  .result_title {
    font-size: 40px;
  }

  /* Footer */

  footer {
    padding: 60px 20px 0;
    border-radius: 32px 32px 0 0;
  }

  #footer-inner-container {
    gap: 40px;
    margin-bottom: 32px;
  }

  #footer-left-column {
    display: flex;
    align-items: center;
    row-gap: 12px;
  }

  #footer-logo,
  #footer-address {
    margin-bottom: 18px;
  }

  #footer-navlist {
    display: flex;
    align-items: center;
  }

  #footer-navlist>li {
    margin: 0 !important;
    padding-left: 0 !important;
  }

  #footer-navlist li {
    text-align: center;
  }

  #footer_totop {
    margin: 0 auto;
    padding: 4px 4px 4px 14px;
  }

  #footer-copyright {
    margin-top: 50px;
  }

  #footer-logo {
    width: 168px;
    height: 48px;
  }

  .related_title {
    font-size: 40px;
  }

  /* Earthquake Animation */

  /* #elephant_container {
    width: 300px;
    height: 145px;
    right: -10%;
  }

  .elephant_video {
    height: 145px;
  } */
}

@media screen and (max-width: 600px) {
  /* Single Blog Hero */

  #single_title {
    font-size: 40px;
  }

  #single_blog {
    padding: 0 16px;
  }

  /* Checklist */

  #content> :not(#quiz) form.frm-fluent-form::before,
  #worksheet_intent_popup form.frm-fluent-form::before,
  .thank_wrapper::before,
  #content> :not(#quiz) form.frm-fluent-form::after,
  #worksheet_intent_popup form.frm-fluent-form::after,
  .thank_wrapper::after {
    height: 20px;
    background-size: 50px 20px;
  }

  #content> :not(#quiz) form.frm-fluent-form::before,
  #worksheet_intent_popup form.frm-fluent-form::before,
  .thank_wrapper::before {
    bottom: 10px;
  }

  #content> :not(#quiz) form.frm-fluent-form::after,
  #worksheet_intent_popup form.frm-fluent-form::after,
  .thank_wrapper::after {
    top: 10px;
  }

  #content> :not(#quiz) form.frm-fluent-form,
  #worksheet_intent_popup form.frm-fluent-form,
  .thank_wrapper {
    padding: 50px 40px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_form,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_form {
    flex-direction: column;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_title,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_title {
    font-size: 32px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_desc,
  #worksheet_intent_popup form.frm-fluent-form .worksheet_desc {
    font-size: 18px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item {
    font-size: 21px;
  }

  #content ul.wp-block-list li {
    font-size: 18px;
    padding: 12px 0 12px 15px;
  }

  #content ul.wp-block-list li:before {
    width: 8px;
    height: 8px;
    top: 22px;
  }

  /* Newsletter */

  .newsletter_plane {
    left: unset;
    bottom: 200px;
  }

  #newsletter_wrapper .newsletterbtn.loading button,
  #newsletter_wrapper .newsletterbtn button:active,
  #newsletter_wrapper .newsletterbtn button:focus,
  #newsletter_wrapper .newsletterbtn.loading button:active,
  #newsletter_wrapper .newsletterbtn.loading button:focus {
    padding: 19px 20px 15px;
  }

  @keyframes fly {
    0% {
      bottom: 200px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 245px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 195px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      right: 15px;
    }

    50% {
      bottom: -2%;
      right: 10px;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      right: 8px;
    }

    100% {
      bottom: 60%;
      right: -100px;
      transform: rotate(-20deg);
    }
  }

  /* Related Articles */

  #articles.related_articles {
    padding: 0;
  }

  #articles.related_articles .inner_wrapper>h3 {
    padding: 0 16px;
  }

  .related_slider {
    padding-bottom: 64px;
  }

  .related_title {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .related_navigation .swiper-button-prev,
  .related_navigation .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: -64px;
  }

  .related_articles .related_navigation {
    --gap: 30px;
  }

  /*  */

  #worksheet_intent_popup {
    padding: 16px;
  }

  #worksheet_intent_popup .thank_wrapper .worksheet_title.thank {
    text-align: center;
  }

  .post_image img {
    height: 250px !important;
  }

  /* Content Author Bio */

  #content_author_info {
    grid-template-columns: 1fr;
  }

  .author_ava {
    grid-row: 1;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .author_ava img {
    transform: none;
  }

  .author_bio_btn {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 24px;
  }

  .author_bio_container {
    grid-column: 1;
    grid-row: 3;
  }

  #content_author_info .author_desc {
    grid-column: 1;
    grid-row: 4;
  }

  /* Newsletter */

  .newsletter_cta {
    flex-direction: column;
    padding: 24px 20px;
  }

  .newsletter_cta_title {
    text-align: center;
  }

  #newsletter_cta_btn {
    max-width: 300px;
    width: 100%;
  }

  /* Result */

  .result_title {
    font-size: 34px;
  }
}

@media screen and (max-width: 450px) {
  /* Single Blog Hero */

  #single_title {
    font-size: 30px;
    line-height: 1.28em;
    margin-bottom: 26px;
  }

  .tts-progress {
    gap: 2px;
  }

  #tts-player.active .tts-txt {
    display: none;
  }

  #tts-player.active .tts-toggle {
    width: 37px;
  }

  .author_info_top {
    column-gap: 14px;
    align-items: center;
  }

  .post_time_read {
    font-size: 19px;
  }

  .single_info_time {
    gap: 12px;
  }

  #single_breadcrumbs {
    margin-bottom: 32px;
  }

  .author_bio_container {
    align-items: flex-start;
    justify-content: space-between;
  }

  .author_bio {
    flex-direction: column;
    align-items: flex-start;
  }

  #content_author_info .author_bio_txt {
    font-size: 20px;
  }

  #content_author_info .author_desc {
    font-size: 19px;
  }

  #content_author_info .author_bio_line {
    display: none;
  }

  .subscribe_cta_wrapper {
    padding: 24px 24px 0;
    gap: 10px;
    flex-direction: column;
  }

  .subscribe_cta {
    max-width: 300px;
    width: 100%;
    padding: 15px 20px;
    justify-content: center;
  }

  .subscribe_cta img {
    display: none;
  }

  .subscribe_cta_img {
    width: 140px;
  }

  #toc_block {
    margin-bottom: 32px;
  }

  /* Checklist */

  #content> :not(#quiz) form.frm-fluent-form,
  #worksheet_intent_popup form.frm-fluent-form,
  .thank_wrapper {
    padding: 40px 16px 20px;
  }

  #content> :not(#quiz) form.frm-fluent-form::before,
  #worksheet_intent_popup form.frm-fluent-form::before,
  .thank_wrapper::before {
    bottom: 30px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item {
    font-size: 18px;
    column-gap: 7px;
  }

  #content> :not(#quiz) form.frm-fluent-form .checklist_item::before {
    width: 16px;
    height: 16px;
  }

  /* Newsletter */

  #newsletter_popup {
    padding: 16px;
  }

  #newsletter {
    border-radius: 12px;
    height: 650px;
  }

  .newsletter_container {
    padding: 28px 16px 24px;
  }

  .newsletter_title {
    padding-right: 35px;
    font-size: 22px;
  }

  /* Related */

  .articles_wrapper .post_image {
    height: 250px;
    padding: 30px;
  }

  /* Result */

  .result_btn {
    max-width: 100%;
  }
}

@media screen and (max-width: 420px) {
  #newsletter {
    height: 560px;
  }

  .newsletter_elephant {
    width: 220px;
  }

  .newsletter_plane {
    bottom: 160px;
    right: 50px;
  }

  @keyframes fly {
    0% {
      bottom: 160px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 175px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 150px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      right: 30px;
    }

    50% {
      bottom: -2%;
      right: 25px;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      right: 20px;
    }

    100% {
      bottom: 60%;
      right: -100px;
      transform: rotate(-20deg);
    }
  }
}

@media screen and (max-width: 380px) {
  #single_blog_hero_inner {
    padding: 32px 20px;
  }

  .breadcrumb_item {
    font-size: 18px;
  }

  #single_title {
    font-size: 26px;
  }
}

@media screen and (max-width: 365px) {

  #single_info_details .author_name,
  .post_time_read {
    font-size: 18px;
  }
}

.calendly-overlay {
  z-index: 9999999999 !important;
}