:root {
  --hubspot-font: Helvetica Neue LT Pro !important;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProBd.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProMd.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProRegular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProLt.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
section.hubspot-section {
  padding: 56px 0px;
}
@media (min-width: 1024px) {
  section.hubspot-section {
    padding: 64px 0px;
  }
}
@media (min-width: 1440px) {
  section.hubspot-section {
    padding: 100px 0;
  }
}
section.hubspot-section .section-header {
  padding-top: 22px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.hubspot-section .section-header {
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  section.hubspot-section .section-header {
    margin-bottom: 64px;
  }
}
section.hubspot-section .section-header.section-header-narrow {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  section.hubspot-section .section-header.section-header-narrow {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  section.hubspot-section .section-header.section-header-narrow {
    width: 73%;
  }
}
section.hubspot-section .section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  font-size: 48px;
}
@media (min-width: 1024px) {
  section.hubspot-section .section-title {
    font-size: 60px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  section.hubspot-section .section-title {
    font-size: 72px;
  }
}
section.hubspot-section .section-text {
  margin-bottom: 0;
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 1024px) {
  section.hubspot-section .section-text {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  section.hubspot-section .section-text {
    font-size: 20px;
  }
}

body:has(.hubspot-hero) .default-custom-footer {
  display: none !important;
}

body:has(.hubspot-hero) .default-custom-header {
  display: none !important;
}

.hubspot-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 40px 60px 0px #FEF4EA;
          box-shadow: 0px 40px 60px 0px #FEF4EA;
}
.hubspot-header .navbar-brand {
  padding: 0;
}
.hubspot-header .navbar-brand img {
  -o-object-position: left;
     object-position: left;
  margin: 0 !important;
  height: 25px;
}
@media (min-width: 1024px) {
  .hubspot-header .navbar-brand img {
    height: 37px;
  }
}
.hubspot-header .navbar-toggler-custom {
  outline: none;
  border: 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .hubspot-header .navbar-toggler-custom {
    display: none;
  }
}
.hubspot-header .navbar {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 0;
}
.hubspot-header .collapse {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .hubspot-header .collapse {
    margin-top: 0px;
  }
}
.hubspot-header .navbar-nav {
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 768px) {
  .hubspot-header .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hubspot-header .navbar-nav .nav-item .nav-link {
  font-family: var(--hubspot-font) !important;
  padding: 8px 16px;
}
.hubspot-header .nav-btn {
  background-color: #000;
  color: #fff;
  padding: 16px 20px !important;
  border-radius: 52px !important;
  border: 1px solid #000 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  font-family: var(--hubspot-font) !important;
}
@media (min-width: 1024px) {
  .hubspot-header .nav-btn {
    font-size: 16px !important;
  }
}
.hubspot-header .nav-btn span {
  font-family: var(--hubspot-font) !important;
}
.hubspot-header .nav-btn:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.hubspot-header .mobile-btn {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.hubspot-header .mobile-btn:focus, .hubspot-header .mobile-btn:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.hubspot-header .mobile-btn:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.hubspot-header .mobile-btn:hover svg {
  -webkit-transform: 0;
          transform: 0;
}

.hubspot-hero .hero-subtitle {
  border: none;
  border-radius: unset;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
  font-family: var(--hubspot-font);
  font-style: italic;
  line-height: 120%;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-bottom: 32px;
  padding: 0px;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-subtitle {
    gap: 12px;
    border: 1px solid #e4e7ea;
    border-radius: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-hero .hero-subtitle {
    gap: 12px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hubspot-hero .hero-subtitle span {
  margin-top: 3px;
}
.hubspot-hero .hero-subtitle svg {
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-subtitle svg {
    display: block;
  }
}
.hubspot-hero .hero-subtitle strong,
.hubspot-hero .hero-subtitle b {
  font-weight: 700;
  font-style: italic;
  line-height: 120%;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-subtitle strong,
  .hubspot-hero .hero-subtitle b {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .hubspot-hero .hero-subtitle strong,
  .hubspot-hero .hero-subtitle b {
    font-size: 24px;
  }
}
.hubspot-hero .hero-subtitle .hero-subtitle-icon {
  position: absolute;
  left: 19%;
  top: -2px;
}
.hubspot-hero .hero-title {
  position: relative;
  text-align: center;
  font-family: Instrument Serif;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  font-size: 60px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-title {
    font-size: 72px;
    margin-bottom: 42px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .hubspot-hero .hero-title {
    font-size: 72px;
    margin-bottom: 32px;
    text-align: center;
  }
}
.hubspot-hero .hero-title span {
  position: relative;
  z-index: 1;
}
.hubspot-hero .hero-title svg {
  position: absolute;
  z-index: -1;
  width: 135px;
  opacity: 0.25;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-title svg {
    width: 165px;
    opacity: 1;
  }
}
.hubspot-hero .hero-title .hero-icon-1 {
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
  right: 42px;
  bottom: -39px;
  right: 10%;
  bottom: -13%;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-title .hero-icon-1 {
    display: block;
    right: 0;
    bottom: -65px;
  }
}
@media (min-width: 1440px) {
  .hubspot-hero .hero-title .hero-icon-1 {
    right: 152px;
    bottom: -91px;
  }
}
.hubspot-hero .hero-title .hero-icon-2 {
  left: 70%;
  bottom: 64%;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-title .hero-icon-2 {
    display: block;
    left: 0;
    bottom: -47px;
  }
}
@media (min-width: 1440px) {
  .hubspot-hero .hero-title .hero-icon-2 {
    left: 158px;
    bottom: -50px;
  }
}
.hubspot-hero .hero-desc {
  text-align: left;
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 20px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-desc {
    font-size: 20px;
    text-align: center;
    width: 85%;
  }
}
@media (min-width: 1440px) {
  .hubspot-hero .hero-desc {
    font-size: 20px;
    width: 61%;
  }
}
.hubspot-hero .hero-desc strong,
.hubspot-hero .hero-desc b {
  font-weight: 700;
}
.hubspot-hero .hero-img-wrap {
  position: relative;
}
.hubspot-hero .hero-img-wrap .hero-img-mobile,
.hubspot-hero .hero-img-wrap .hero-img {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-img-wrap .hero-img-mobile,
  .hubspot-hero .hero-img-wrap .hero-img {
    margin-top: 64px;
  }
}
@media (min-width: 1440px) {
  .hubspot-hero .hero-img-wrap .hero-img-mobile,
  .hubspot-hero .hero-img-wrap .hero-img {
    margin-top: 64px;
  }
}
.hubspot-hero .hero-img-wrap .hero-img {
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-img-wrap .hero-img {
    display: block;
  }
}
.hubspot-hero .hero-img-wrap .hero-img-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .hubspot-hero .hero-img-wrap .hero-img-mobile {
    display: none;
  }
}
section.logo-strip {
  padding: 35px 0 !important;
}
section.logo-strip .swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
section.logo-strip .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.logo-strip .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.logo-strip .logo-container {
    gap: 90px;
  }
}
@media (min-width: 1440px) {
  section.logo-strip .logo-container {
    gap: 115px;
  }
}
section.logo-strip .logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 49px;
  aspect-ratio: 4/3;
}
@media (min-width: 1024px) {
  section.logo-strip .logo-container img {
    aspect-ratio: auto;
    height: 37px;
  }
}
@media (min-width: 1440px) {
  section.logo-strip .logo-container img {
    height: 50px;
  }
}

.hubspot-use-cases .section-header .use-cases-title {
  margin-bottom: 30px;
}
.hubspot-use-cases .section-header .use-cases-title .aimpoint {
  position: absolute;
  top: -19px;
  left: -26px;
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-use-cases .section-header .use-cases-title .aimpoint {
    top: -19px;
    left: -26px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .hubspot-use-cases .section-header .use-cases-title .aimpoint {
    top: -19px;
    left: -26px;
  }
}
.hubspot-use-cases .section-header .use-cases-subtitle {
  margin-bottom: 0;
}
.hubspot-use-cases .use-cases-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.hubspot-use-cases .use-cases-grid .use-case-card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  border: 1px solid #e4e7ea;
  border-radius: 16px;
  padding: 16px 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-preferred-size: calc(45% - 16px);
      flex-basis: calc(45% - 16px);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .hubspot-use-cases .use-cases-grid .use-case-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 288px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.hubspot-use-cases .use-cases-grid .use-case-card img {
  aspect-ratio: 1/1;
  max-width: 100%;
  width: 51px;
  height: 51px;
}
@media (min-width: 1024px) {
  .hubspot-use-cases .use-cases-grid .use-case-card img {
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 1440px) {
  .hubspot-use-cases .use-cases-grid .use-case-card img {
    width: 78px;
    height: 78px;
  }
}
.hubspot-use-cases .use-cases-grid .use-case-card p {
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hubspot-use-cases .use-cases-grid .use-case-card p {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .hubspot-use-cases .use-cases-grid .use-case-card p {
    font-size: 20px;
  }
}

.hubspot-stats .heading-stat {
  text-align: left;
}
@media (min-width: 1024px) {
  .hubspot-stats .heading-stat {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .hubspot-stats .heading-stat {
    text-align: center;
  }
}
.hubspot-stats .stats-heading {
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
}
.hubspot-stats .stats-heading svg {
  position: absolute;
  right: 5px;
  top: -30px;
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-stats .stats-heading svg {
    right: -35px;
    top: -15px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .hubspot-stats .stats-heading svg {
    right: -35px;
    top: -15px;
  }
}
.hubspot-stats .stats-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
@media (min-width: 1024px) {
  .hubspot-stats .stats-grid {
    -ms-grid-columns: 1fr 69px 1fr 69px 1fr 69px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 69px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stats .stats-grid {
    gap: 80px;
  }
}
.hubspot-stats .stats-grid .stat-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hubspot-stats .stats-grid .stat-item .stat-label {
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 10px;
  margin-bottom: 21px;
}
@media (min-width: 1024px) {
  .hubspot-stats .stats-grid .stat-item .stat-label {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stats .stats-grid .stat-item .stat-label {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.hubspot-stats .stats-grid .stat-item .stat-value {
  font-family: var(--hubspot-font);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-size: 56px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hubspot-stats .stats-grid .stat-item .stat-value {
    font-size: 88px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stats .stats-grid .stat-item .stat-value {
    font-size: 120px;
  }
}
.hubspot-stats .stats-grid .stat-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.hubspot-stats .stats-grid .stat-item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1024px) {
  .hubspot-stats .stats-grid .stat-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hubspot-stats .stats-grid .stat-item:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) {
  .hubspot-stats .stats-grid .stat-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.hubspot-stats .stats-grid .stat-item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.hubspot-specialization {
  background-color: #F8F9FA;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hubspot-specialization .section-header {
  margin-bottom: 0 !important;
}
.hubspot-specialization .section-header .section-title {
  margin-bottom: 20px;
  width: auto;
}
@media (min-width: 1024px) {
  .hubspot-specialization .section-header .section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
  }
}
.hubspot-specialization .specialization-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 63px;
}
@media (min-width: 1024px) {
  .hubspot-specialization .specialization-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .hubspot-specialization .specialization-content {
    gap: 56px;
  }
}
.hubspot-specialization .specialization-content .section-header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1024px) {
  .hubspot-specialization .specialization-content .section-header {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
.hubspot-specialization .specialization-content .section-header .section-title {
  text-align: left;
  width: auto;
}
.hubspot-specialization .specialization-content .section-header .specialization-description {
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .hubspot-specialization .specialization-content .section-header .specialization-description {
    width: 75%;
  }
}
.hubspot-specialization .specialization-content .specialization-logos-wrap {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1024px) {
  .hubspot-specialization .specialization-content .specialization-logos-wrap {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
.hubspot-specialization .specialization-content .specialization-logos-wrap img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 103px;
}
@media (min-width: 1024px) {
  .hubspot-specialization .specialization-content .specialization-logos-wrap img {
    max-height: 107px;
  }
}
@media (min-width: 1440px) {
  .hubspot-specialization .specialization-content .specialization-logos-wrap img {
    max-height: 152px;
  }
}

.hubspot-specialization-svg-wrap {
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.hubspot-specialization-svg-wrap .section-divider {
  height: auto;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
  top: -15px;
  left: 0;
  right: 0;
  width: 300%;
}
@media (min-width: 1024px) {
  .hubspot-specialization-svg-wrap .section-divider {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    width: 200%;
  }
}
@media (min-width: 1440px) {
  .hubspot-specialization-svg-wrap .section-divider {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    width: 100%;
  }
}

.hubspot-struggling .struggling-heading {
  position: relative;
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-heading {
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-heading {
    margin-bottom: 64px;
  }
}
.hubspot-struggling .struggling-heading span {
  position: relative;
  z-index: 1;
}
.hubspot-struggling .struggling-heading svg {
  position: absolute;
  right: 20%;
  top: -15px;
  z-index: 0;
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-heading svg {
    display: block;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-heading svg {
    display: block;
  }
}
.hubspot-struggling .struggling-grid {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "item1 " "item2 " "item3 " "item4 " "item5 " "item6 ";
  gap: 20px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-grid {
        grid-template-areas: "item1 item1 item1 item1 item1 item1 item2 item2 item2 item2 item2 item2" "item3 item3 item3 item3 item3 item3 item3 item4 item4 item4 item4 item4" "item5 item5 item5 item5 item5 item5 item6 item6 item6 item6 item6 item6";
    gap: 21px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-grid {
    gap: 24px;
    width: 100%;
    margin: auto;
  }
}
.hubspot-struggling .struggling-grid .struggling-item {
  position: relative;
  overflow: hidden;
  background-position: top right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 16px;
  padding: 24px 20px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-grid .struggling-item {
    gap: 35px;
    padding: 28px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-grid .struggling-item {
    gap: 40px;
    padding: 32px;
  }
}
.hubspot-struggling .struggling-grid .struggling-item .struggling-item-effect {
  position: absolute;
  top: 0;
  z-index: 1;
  right: -45px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-grid .struggling-item .struggling-item-effect {
    right: -35px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-grid .struggling-item .struggling-item-effect {
    right: -5px;
  }
}
.hubspot-struggling .struggling-grid .struggling-item p {
  margin-bottom: 0;
  font-family: var(--hubspot-font);
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: rgb(0, 0, 0);
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-grid .struggling-item p {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-grid .struggling-item p {
    font-size: 24px;
  }
}
.hubspot-struggling .struggling-grid .struggling-item p strong,
.hubspot-struggling .struggling-grid .struggling-item p b {
  font-weight: 500;
}
.hubspot-struggling .struggling-grid .struggling-item.struggling-bg-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: item1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 236, 201, 0.5)), to(rgba(255, 236, 201, 0.5)));
  background-image: linear-gradient(0deg, rgba(255, 236, 201, 0.5), rgba(255, 236, 201, 0.5));
}
.hubspot-struggling .struggling-grid .struggling-item.struggling-bg-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 243, 251, 0.5)), to(rgba(232, 243, 251, 0.5)));
  background-image: linear-gradient(0deg, rgba(232, 243, 251, 0.5), rgba(232, 243, 251, 0.5));
}
.hubspot-struggling .struggling-grid .struggling-item.struggling-bg-3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: item3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 242, 244, 0.5)), to(rgba(239, 242, 244, 0.5)));
  background-image: linear-gradient(0deg, rgba(239, 242, 244, 0.5), rgba(239, 242, 244, 0.5));
}
.hubspot-struggling .struggling-grid .struggling-item.struggling-bg-4 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: item4;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 221, 209, 0.5)), to(rgba(239, 221, 209, 0.5)));
  background-image: linear-gradient(0deg, rgba(239, 221, 209, 0.5), rgba(239, 221, 209, 0.5));
}
.hubspot-struggling .struggling-grid .struggling-item.struggling-bg-5 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: item5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 219, 183, 0.5)), to(rgba(255, 219, 183, 0.5)));
  background-image: linear-gradient(0deg, rgba(255, 219, 183, 0.5), rgba(255, 219, 183, 0.5));
}
.hubspot-struggling .struggling-grid .struggling-item.struggling-bg-6 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: item6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 236, 201, 0.5)), to(rgba(255, 236, 201, 0.5)));
  background-image: linear-gradient(0deg, rgba(255, 236, 201, 0.5), rgba(255, 236, 201, 0.5));
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-grid .struggling-item.struggling-bg-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
  }
  .hubspot-struggling .struggling-grid .struggling-item.struggling-bg-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
    -ms-grid-column-span: 11;
  }
  .hubspot-struggling .struggling-grid .struggling-item.struggling-bg-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
  }
  .hubspot-struggling .struggling-grid .struggling-item.struggling-bg-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
    -ms-grid-column-span: 9;
  }
  .hubspot-struggling .struggling-grid .struggling-item.struggling-bg-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
  }
  .hubspot-struggling .struggling-grid .struggling-item.struggling-bg-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
    -ms-grid-column-span: 11;
  }
}
.hubspot-struggling .struggling-grid .struggling-item .struggling-item-icon {
  position: relative;
  z-index: 2;
  width: 85px;
  height: 85px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-grid .struggling-item .struggling-item-icon {
    width: 74.24px;
    height: 74.24px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-grid .struggling-item .struggling-item-icon {
    width: 85px;
    height: 85px;
  }
}
.hubspot-struggling .struggling-solutions {
  margin-top: 90px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions {
    margin-top: 55px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions {
    margin-top: 100px;
  }
}
.hubspot-struggling .struggling-solutions .solution-intro {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--hubspot-font);
  font-weight: 700;
  font-style: italic;
  line-height: 120%;
  font-size: 32px;
  border: none;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-intro {
    font-size: 24px;
    border: 1px solid rgb(228, 231, 234);
    border-radius: 50px;
    gap: 8px;
    padding: 16px 20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-intro {
    font-size: 24px;
    border-radius: 50px;
    gap: 8px;
    padding: 16px 20px;
  }
}
.hubspot-struggling .struggling-solutions .solution-intro svg.solution-intro-arrow {
  position: absolute;
  left: 5px;
  top: -12px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-intro svg.solution-intro-arrow {
    left: -20px;
    top: -20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-intro svg.solution-intro-arrow {
    left: -20px;
    top: -20px;
  }
}
.hubspot-struggling .struggling-solutions .solution-intro svg.arrow-down-struggling {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 37px;
  height: 37px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-intro svg.arrow-down-struggling {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-intro svg.arrow-down-struggling {
    width: 17px;
    height: 17px;
  }
}
.hubspot-struggling .struggling-solutions .solution-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-cards {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-cards {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    margin-top: 48px;
  }
}
.hubspot-struggling .struggling-solutions .solution-cards .solution-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4e7ea;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card {
    border-radius: 13.97px;
    border: 0.87px solid #e4e7ea;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card {
    border-radius: 16px;
    border: 1px solid #e4e7ea;
  }
}
.hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-header {
  background: #eff2f4;
  color: #fff;
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 140%;
  color: #5f6162;
  font-size: 14px;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-header {
    font-size: 12.23px;
    padding: 13px 16px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-header {
    font-size: 14px;
    padding: 15px 18px;
  }
}
.hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body {
  padding: 18px 20px 39px 20px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body {
    padding: 16px 16px 39px 16px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body {
    padding: 18px 18px 39px 18px;
  }
}
.hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-card-img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-card-img {
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-card-img {
    margin-bottom: 20px;
  }
}
.hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-title {
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 140%;
  font-size: 24px;
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-title {
    font-size: 20px;
    margin-bottom: 3.44px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
}
.hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-description {
  margin-bottom: 0;
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-description {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-struggling .struggling-solutions .solution-cards .solution-card .solution-card-body .solution-description {
    font-size: 24px;
  }
}

/* hubspot-stories */
/* ---------------------------- */
.hubspot-stories {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.hubspot-stories > .container {
  position: relative;
  z-index: 2;
}
.hubspot-stories .hubspot-stories-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .hubspot-stories .hubspot-stories-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hubspot-stories .decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hubspot-stories .decor.top-left-decor {
  top: 20px;
  left: 5px;
  width: 30px;
}
@media (min-width: 1024px) {
  .hubspot-stories .decor.top-left-decor {
    top: 27px;
    left: 4px;
    width: 39px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .decor.top-left-decor {
    top: 75px;
    left: 47px;
    width: 52px;
  }
}
.hubspot-stories .stories-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-text {
    margin-left: 12px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .stories-text {
    margin-left: 45px;
  }
}
.hubspot-stories .stories-text .section-title.stories-heading {
  font-family: "Instrument Serif";
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 120%;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-text .section-title.stories-heading {
    font-size: 72px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .stories-text .section-title.stories-heading {
    font-size: 72px;
    margin-bottom: 32px;
  }
}
.hubspot-stories .stories-text .stories-subheading {
  font-family: "Helvetica Neue LT Pro";
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-text .stories-subheading {
    font-size: 17px;
    margin-bottom: 27px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .stories-text .stories-subheading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.hubspot-stories .stories-text .stories-description {
  color: #fff;
  font-family: "Helvetica Neue LT Pro";
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 43px;
  font-weight: 300;
  margin-bottom: 43px;
}
.hubspot-stories .stories-text .stories-description .highlight {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-text .stories-description {
    font-size: 15px;
    margin-bottom: 58px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .stories-text .stories-description {
    font-size: 20px;
    margin-bottom: 82px;
  }
}
.hubspot-stories .stories-text .stories-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.hubspot-stories .stories-text .stories-cta span {
  color: #fff;
  font-family: "Helvetica Neue LT Pro";
  font-weight: 700;
  font-size: 20px;
  margin-right: 24px;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-text .stories-cta span {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .stories-text .stories-cta span {
    font-size: 24px;
    line-height: 100%;
    margin-right: 24px;
  }
}
.hubspot-stories .stories-text .stories-cta .with-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hubspot-stories .stories-text .stories-cta .cta-button {
  all: unset;
  font-family: "Helvetica Neue LT Pro";
  font-weight: 400;
  line-height: 100%;
  gap: 12px;
  border-radius: 50px;
  padding: 16px 20px;
  background-color: #fff;
  color: black;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-text .stories-cta .cta-button {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .stories-text .stories-cta .cta-button {
    font-size: 16px;
  }
}
.hubspot-stories .stories-text .stories-cta .cta-button:hover {
  background-color: #EFF2F4;
  border-color: #E4E7EA;
}
.hubspot-stories .stories-image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-image {
    margin-top: 0;
  }
}
.hubspot-stories .stories-image .stories-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hubspot-stories .stories-image .decor-2 {
  bottom: 50px;
  left: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 61px;
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-image .decor-2 {
    width: 9px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .hubspot-stories .stories-image .decor-2 {
    width: 121px;
  }
}
.hubspot-stories .stories-image .decor-2-mobile {
  bottom: -67px;
  left: 6px;
  width: 61px;
  display: block;
}
@media (min-width: 1024px) {
  .hubspot-stories .stories-image .decor-2-mobile {
    display: none;
  }
}
/* END hubspot-stories */
/* ---------------------------- */
/* hubspot-services */
/* ----------------------------- */
.hubspot-services {
  overflow: hidden;
}
.hubspot-services .section-header {
  padding-top: 25px;
}
.hubspot-services .section-header .section-title {
  position: relative;
  margin-bottom: 64px;
}
.hubspot-services .section-header .section-title svg {
  position: absolute;
  left: 218px;
  top: -25px;
}
@media (min-width: 1024px) {
  .hubspot-services .section-header .section-title svg {
    left: 48%;
    top: -25px;
  }
}
.hubspot-services .service-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e4e7ea;
  background-color: #f8f9fa;
  gap: 24px;
  padding: 26px 20px;
  border-radius: 16px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 28px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-tabs {
    padding: 40px 28px;
    margin-bottom: 100px;
  }
}
.hubspot-services .service-tabs .tab {
  all: unset;
  background-color: #e7e9eb;
  border: 1px solid #e7e9eb;
  border-radius: 8px;
  font-family: var(--hubspot-font);
  font-weight: 400;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 24px;
  padding: 20px 18px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-tabs .tab {
    font-size: 16px;
    padding: 18px 16px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-tabs .tab {
    font-size: 24px;
    padding: 20px 18px;
  }
}
.hubspot-services .service-tabs .tab:hover {
  background-color: #FFFFFF;
  border: 1px solid #E4E7EA;
}
.hubspot-services .service-tabs .tab.active {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(114, 32, 12, 0.1019607843);
          box-shadow: 0px 10px 20px 0px rgba(114, 32, 12, 0.1019607843);
  background: #ffffff;
}
.hubspot-services .service-tabs svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
}
.hubspot-services .service-hr {
  width: 100%;
  margin: 56px 0;
}
@media (min-width: 1024px) {
  .hubspot-services .service-hr {
    margin: 64px 0;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-hr {
    margin: 100px 0;
  }
}
.hubspot-services .service-content .service-heading {
  background: #ffffff;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(255, 96, 57, 0.1019607843);
          box-shadow: 0px 10px 24px 0px rgba(255, 96, 57, 0.1019607843);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: var(--hubspot-font);
  font-weight: 700;
  line-height: 140%;
  font-size: 22px !important;
  padding: 8px 18px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-heading {
    font-size: 24px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-heading {
    font-size: 32px !important;
  }
}
.hubspot-services .service-content .service-heading svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hubspot-services .service-content .service-subheading {
  text-align: center;
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 32px;
}
.hubspot-services .service-content .service-subheading .service-desc {
  font-weight: 300;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-subheading {
    font-size: 22px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-subheading {
    font-size: 24px;
  }
}
.hubspot-services .service-content .service-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout {
    -ms-grid-columns: 3fr 10fr;
    grid-template-columns: 3fr 10fr;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
}
.hubspot-services .service-content .service-layout .service-image {
  margin-top: 33px;
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-image {
    display: block;
  }
}
.hubspot-services .service-content .service-layout .service-image img {
  width: 100%;
}
.hubspot-services .service-content .service-layout .service-image .service-left-icon {
  margin-top: 26px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-image .service-left-icon {
    margin-top: 46px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .service-image .service-left-icon {
    margin-top: 76px;
  }
}
.hubspot-services .service-content .service-layout .services-table-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 8px;
  font-family: Helvetica Neue LT Pro;
  font-weight: 500;
  line-height: 100%;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .services-table-text {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .services-table-text {
    font-size: 16px;
  }
}
.hubspot-services .service-content .service-layout .services-table-text span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fc7756;
  border-radius: 100%;
}
.hubspot-services .service-content .service-layout .service-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  border: 1px solid #e4e7ea;
  background-color: #f8f9fa;
  padding: 36px 20px 50px 20px;
  border-radius: 16px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.hubspot-services .service-content .service-layout .service-table-wrap.service-table-wrap-third {
  position: relative;
  background-image: url('data:image/svg+xml, <svg width="617" height="139" viewBox="0 0 617 139" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.05" d="M126.138 141.484C396.993 -76.997 608.8 6.70709 680.847 75.8692L696.216 146.894C431.628 36.3237 318.712 138.045 230.391 286.012C87.1225 336.385 -144.718 359.964 126.138 141.484Z" fill="black" /></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 114px;
}
.hubspot-services .service-content .service-layout .service-table-wrap.service-table-wrap-third svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
}
.hubspot-services .service-content .service-layout .service-table-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.hubspot-services .service-content .service-layout .service-table-wrap::-webkit-scrollbar-track {
  background: #fff;
}
.hubspot-services .service-content .service-layout .service-table-wrap::-webkit-scrollbar-thumb {
  background: #888;
}
.hubspot-services .service-content .service-layout .service-table-wrap::-webkit-scrollbar-thumb:hover {
  background: #D6DBDE;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-table-wrap {
    padding: 32px 21px 42px 21px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .service-table-wrap {
    padding: 36px 30px 54px 30px;
  }
}
.hubspot-services .service-content .service-layout .service-table-wrap .service-table {
  min-width: 300px;
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table {
    max-width: 100%;
    font-size: 18px;
  }
}
.hubspot-services .service-content .service-layout .service-table-wrap .service-table th,
.hubspot-services .service-content .service-layout .service-table-wrap .service-table td {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table th,
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table td {
    white-space: wrap;
  }
}
.hubspot-services .service-content .service-layout .service-table-wrap .service-table thead {
  background-color: #fff;
  border-radius: 16px !important;
}
.hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th {
  text-align: left;
  vertical-align: baseline;
  padding: 18px;
  font-weight: 500;
  font-size: 18px;
  font-family: Helvetica Neue LT Pro;
  min-width: 150px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th:nth-child(2), .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th:nth-child(3), .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th:nth-child(4) {
    min-width: 200px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th:nth-child(2), .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th:nth-child(3), .hubspot-services .service-content .service-layout .service-table-wrap .service-table thead tr th:nth-child(4) {
    min-width: 220px;
  }
}
.hubspot-services .service-content .service-layout .service-table-wrap .service-table tbody tr th {
  vertical-align: baseline;
  font-weight: 500;
  font-size: 16px;
  font-family: Helvetica Neue LT Pro;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table tbody tr th {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table tbody tr th {
    font-size: 16px;
  }
}
.hubspot-services .service-content .service-layout .service-table-wrap .service-table tbody tr td {
  text-align: left;
  vertical-align: baseline;
  padding: 18px;
  font-weight: 300;
  font-size: 16px;
  font-family: Helvetica Neue LT Pro;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table tbody tr td {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-layout .service-table-wrap .service-table tbody tr td {
    font-size: 16px;
  }
}
.hubspot-services .service-content .service-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 32px;
}
.hubspot-services .service-content .service-btn-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url('data:image/svg+xml,<svg width="459" height="2" viewBox="0 0 459 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L458 1.00004" stroke="%23FF9A5E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 10"/></svg>');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto;
  z-index: 1;
}
.hubspot-services .service-content .service-btn-wrap .service-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  background: #FF5C35;
  border: 1px solid #FF5C35;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  gap: 12px;
  border-radius: 50px;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hubspot-services .service-content .service-btn-wrap .service-btn:hover {
  background-color: #FF8754;
  border-color: #FF8754;
}
.hubspot-services .service-content .service-link-wrap {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-link-wrap {
    margin-top: 65px;
  }
}
.hubspot-services .service-content .service-link-wrap > svg {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.hubspot-services .service-content .service-link-wrap .service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: Helvetica Neue LT Pro;
  font-weight: 500;
  line-height: 100%;
  color: #0a0a0a;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-link-wrap .service-link {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .hubspot-services .service-content .service-link-wrap .service-link {
    font-size: 16px;
  }
}
.hubspot-services .service-content .service-link-wrap .service-link:hover, .hubspot-services .service-content .service-link-wrap .service-link:focus, .hubspot-services .service-content .service-link-wrap .service-link:active {
  color: #FC7756;
}
.hubspot-services .service-content .service-link-wrap-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 1024px) {
  .hubspot-services .service-content .service-link-wrap-2 {
    display: none !important;
  }
}
/* END hubspot-services */
/* ----------------------------- */
.hubspot-creators {
  background: #F8F9FA;
  padding: 120px 0;
}
@media (min-width: 1024px) {
  .hubspot-creators {
    padding: 120px 0;
  }
}
@media (min-width: 1440px) {
  .hubspot-creators {
    padding: 120px 0;
  }
}
.hubspot-creators .section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px !important;
}
@media (min-width: 1024px) {
  .hubspot-creators .section-title {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1440px) {
  .hubspot-creators .section-title {
    margin-bottom: 80px !important;
  }
}
.hubspot-creators .section-title span {
  position: relative;
  z-index: 1;
}
.hubspot-creators .section-title svg {
  position: absolute;
  z-index: 0;
}
.hubspot-creators .section-title svg.creators-heading-svg-1 {
  top: 20px;
  right: 35px;
}
.hubspot-creators .section-title svg.creators-heading-svg-2 {
  top: -20px;
  right: -20px;
}
.hubspot-creators .team-grid-wrap {
  position: relative;
}
.hubspot-creators .team-grid-wrap .team-grid {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 24px !important;
  padding: 0 0px;
}
@media (min-width: 1024px) {
  .hubspot-creators .team-grid-wrap .team-grid {
    gap: 39px 27px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-creators .team-grid-wrap .team-grid {
    gap: 49px 29px !important;
    padding: 0 50px;
  }
}
.hubspot-creators .team-grid-wrap .team-grid .team-member {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (min-width: 1024px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member {
    -ms-flex-preferred-size: 175px;
        flex-basis: 175px;
  }
}
@media (min-width: 1440px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
  }
}
.hubspot-creators .team-grid-wrap .team-grid .team-member img {
  width: 100%;
  margin-bottom: 29px;
}
@media (min-width: 1024px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member img {
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member img {
    margin-bottom: 34px;
  }
}
.hubspot-creators .team-grid-wrap .team-grid .team-member h3 {
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member h3 {
    font-size: 24px;
  }
}
.hubspot-creators .team-grid-wrap .team-grid .team-member p {
  font-family: var(--hubspot-font);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2%;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member p {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .hubspot-creators .team-grid-wrap .team-grid .team-member p {
    font-size: 16px;
  }
}
.hubspot-creators .team-grid-wrap svg {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-creators .team-grid-wrap svg {
    width: calc(100% + 40px);
  }
}
@media (min-width: 1440px) {
  .hubspot-creators .team-grid-wrap svg {
    display: block;
    width: 100%;
  }
}

/* guide-section */
/* ----------------------------- */
.guide-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.guide-section > .container {
  position: relative;
  z-index: 2;
}
.guide-section .bg-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.guide-section .bg-decor.top-left-decor {
  top: 20px;
  left: 5px;
  width: 30px;
}
@media (min-width: 1024px) {
  .guide-section .bg-decor.top-left-decor {
    top: 59px;
    left: 7px;
    width: 48px;
  }
}
@media (min-width: 1440px) {
  .guide-section .bg-decor.top-left-decor {
    top: 89px;
    left: 46px;
    width: 50px;
  }
}
.guide-section .bg-decor.bottom-middle-decor {
  bottom: 189px;
  left: 83%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 61px;
}
@media (min-width: 1024px) {
  .guide-section .bg-decor.bottom-middle-decor {
    bottom: 114px;
    width: 121px;
    left: 48%;
  }
}
@media (min-width: 1440px) {
  .guide-section .bg-decor.bottom-middle-decor {
    bottom: 107px;
    width: 149px;
    left: 46%;
  }
}
.guide-section .guide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide-section .guide-container .guide-text {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 1024px) {
  .guide-section .guide-container .guide-text {
    margin-left: 51px;
    margin-right: 64px;
  }
}
@media (min-width: 1440px) {
  .guide-section .guide-container .guide-text {
    margin-left: 30px;
    margin-right: 157px;
  }
}
.guide-section .guide-container .guide-text .guide-heading {
  font-family: Instrument Serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 120%;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .guide-section .guide-container .guide-text .guide-heading {
    font-size: 72px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .guide-section .guide-container .guide-text .guide-heading {
    font-size: 72px;
    margin-bottom: 30px;
  }
}
.guide-section .guide-container .guide-text .guide-description {
  color: #fff;
  font-family: "Helvetica Neue LT Pro";
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .guide-section .guide-container .guide-text .guide-description {
    font-size: 17.7px;
    margin-bottom: 61px;
  }
}
@media (min-width: 1440px) {
  .guide-section .guide-container .guide-text .guide-description {
    font-size: 20px;
    margin-bottom: 70px;
  }
}
.guide-section .guide-container .guide-text .with-icon-guide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.guide-section .guide-container .guide-text .guide-button {
  font-family: "Helvetica Neue LT Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border-radius: 50px;
  padding: 16px 20px;
  background-color: #fff;
  color: black;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .guide-section .guide-container .guide-text .guide-button {
    font-size: 14px;
    gap: 10.62px;
    padding: 14px 17px;
  }
}
@media (min-width: 1440px) {
  .guide-section .guide-container .guide-text .guide-button {
    font-size: 16px;
    gap: 12px;
    padding: 16px 20px;
  }
}
.guide-section .guide-container .guide-text .guide-button:hover {
  background-color: #EFF2F4;
  border-color: #E4E7EA;
}
.guide-section .guide-container .guide-text a.guide-button {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .guide-section .guide-container .guide-text a.guide-button {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .guide-section .guide-container .guide-text a.guide-button {
    font-size: 16px;
  }
}
.guide-section .guide-container .guide-card {
  margin-top: 54px;
}
@media (min-width: 1024px) {
  .guide-section .guide-container .guide-card {
    margin-top: 0px;
  }
}
@media (min-width: 1440px) {
  .guide-section .guide-container .guide-card {
    margin-top: -45px;
  }
}
.guide-section .guide-container .guide-card .guide-video-wrapper {
  all: unset;
  width: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.guide-section .guide-container .guide-card .guide-video-wrapper .guide-video-thumbnail {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-section .guide-container .guide-card .guide-video-wrapper .guide-video-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.guide-section .guide-container .guide-card .guide-video-wrapper .guide-video-icon {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 50px;
}
@media (min-width: 1024px) {
  .guide-section .guide-container .guide-card .guide-video-wrapper .guide-video-icon {
    width: 60px;
  }
}
@media (min-width: 1440px) {
  .guide-section .guide-container .guide-card .guide-video-wrapper .guide-video-icon {
    width: 90px;
  }
}
.guide-section .guide-container .guide-card .guide-video-wrapper:hover .guide-video-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.guide-section-video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-section-video-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide-section-video-modal .custom-video-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.guide-section-video-modal .custom-video-content {
  position: relative;
  background: #000;
  padding: 1rem;
  max-width: 90%;
  width: 720px;
  aspect-ratio: 16/9;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-section-video-modal .custom-video-content .custom-video-iframe-wrap {
  width: 100%;
  height: 100%;
}
.guide-section-video-modal .custom-video-content .custom-video-iframe-wrap iframe {
  width: 100%;
  height: 100%;
}
.guide-section-video-modal .custom-video-content .custom-video-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  cursor: hand;
  z-index: 2;
}
.guide-section-video-modal .custom-video-content .custom-video-close:hover svg {
  -webkit-transform: none;
          transform: none;
}

/* END guide-section */
/* ----------------------------- */
/* hubspot-why-choose */
/* ---------------------------- */
.hubspot-why-choose .section-header .section-title {
  margin-bottom: 30px;
}
.hubspot-why-choose .section-header .section-subheading {
  text-align: left;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .section-header .section-subheading {
    text-align: center;
  }
}
.hubspot-why-choose .why-choose-layout {
  border: 1px solid #e4e7ea;
  display: none;
  -ms-grid-columns: 4fr;
  grid-template-columns: 4fr;
  gap: 60px;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 0px 5fr;
    grid-template-columns: 5fr 5fr;
    gap: 0px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-layout {
    -ms-grid-columns: 5fr 0px 5fr;
    grid-template-columns: 5fr 5fr;
    gap: 0px;
  }
}
.hubspot-why-choose .why-choose-layout .why-choose-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left {
    padding: 20px 7px 20px 20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left {
    padding: 20px 7px 20px 20px;
  }
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-option-hr {
  background-color: #E4E7EA;
  margin: 0;
  height: 1px;
  width: 100%;
  display: block;
  opacity: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 15px;
  max-height: 550px;
  gap: 24px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-options {
    gap: 21px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-options {
    gap: 24px;
  }
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-options::-webkit-scrollbar {
  width: 8px;
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-options::-webkit-scrollbar-track {
  background: #fff;
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-options::-webkit-scrollbar-thumb {
  background: #d6dbde;
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-options::-webkit-scrollbar-thumb:hover {
  background: #bcc1c4;
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 140%;
  font-size: 32px;
  margin-top: 46px;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-inner-title {
    line-height: 140%;
    font-size: 28px;
    gap: 21px;
    margin-top: 46px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left .why-choose-inner-title {
    line-height: 140%;
    font-size: 32px;
    gap: 24px;
    margin-top: 46px;
  }
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-option {
  all: unset;
  border: 1px solid #e4e7ea;
  border-radius: 16px;
  font-family: var(--hubspot-font);
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 24px;
  padding: 35px 24px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left .why-option {
    font-size: 22px;
    padding: 32px 21px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-layout .why-choose-left .why-option {
    font-size: 24px;
    padding: 36.45px 24px;
  }
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-option:hover, .hubspot-why-choose .why-choose-layout .why-choose-left .why-option.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  background-color: #eff2f4;
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-option.highlighted {
  background-color: #fff;
}
.hubspot-why-choose .why-choose-layout .why-choose-left .why-option .icon {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 28px;
  height: 28px;
}
.hubspot-why-choose .why-choose-layout .why-choose-right {
  background: #f8f9fa;
  padding: 40px;
}
.hubspot-why-choose .why-choose-right-inner {
  display: none;
  background-color: #F8F9FA;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-right-inner {
    background-color: transparent;
  }
}
.hubspot-why-choose .why-choose-right-inner.active {
  display: block;
}
.hubspot-why-choose .why-choose-right-inner.why-choose-slide {
  display: -ms-grid !important;
  display: grid !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  padding: 15px;
  border-radius: 12px;
}
.hubspot-why-choose .why-choose-right-inner img {
  width: 100%;
  margin-bottom: 21px;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-right-inner img {
    margin-bottom: 35px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-right-inner img {
    margin-bottom: 40px;
  }
}
.hubspot-why-choose .why-choose-right-inner h3 {
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-right-inner h3 {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-right-inner h3 {
    font-size: 24px;
  }
}
.hubspot-why-choose .why-choose-right-inner p {
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-right-inner p {
    font-size: 22px;
    margin-bottom: 76px;
  }
}
@media (min-width: 1440px) {
  .hubspot-why-choose .why-choose-right-inner p {
    font-size: 24px;
    margin-bottom: 90px;
  }
}
.hubspot-why-choose .why-choose-right-inner .btn-consultation {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  background: #ffffff;
  color: #000000;
  border: 1px solid #e4e7ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--hubspot-font);
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  gap: 12px;
  border-radius: 50px;
  padding: 16px 20px;
}
.hubspot-why-choose .why-choose-right-inner .btn-consultation:hover {
  background-color: #EFF2F4;
  border-color: #E4E7EA;
}
.hubspot-why-choose .why-choose-slide-wrap {
  display: block;
}
@media (min-width: 1024px) {
  .hubspot-why-choose .why-choose-slide-wrap {
    display: none;
  }
}
.hubspot-why-choose .why-choose-slide-wrap .swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.hubspot-why-choose .why-choose-slide-wrap .swiper-slide {
  height: auto !important;
}

/* END hubspot-why-choose */
/* ---------------------------- */
/* hubspot-resources */
/* ----------------------------- */
.hubspot-resources {
  background-color: #fcfdfe;
}
.hubspot-resources .section-header {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .hubspot-resources .section-header {
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .section-header {
    margin-bottom: 64px;
  }
}
.hubspot-resources .section-header .resources-title {
  margin: 0px 0px 30px;
  text-align: left;
}
@media (min-width: 1024px) {
  .hubspot-resources .section-header .resources-title {
    margin: 0 auto;
    margin-bottom: 26px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .section-header .resources-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.hubspot-resources .section-header .resources-subheading {
  text-align: left;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .hubspot-resources .section-header .resources-subheading {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .section-header .resources-subheading {
    text-align: center;
  }
}
.hubspot-resources .resources-grid {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .hubspot-resources .resources-grid {
    gap: 12px;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .resources-grid {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
  }
}
.hubspot-resources .resources-grid .resource-card {
  border: 1px solid #EAEBED;
  padding: 0px 0px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hubspot-resources .resources-grid .resource-card .resource-image {
  width: 100%;
  height: auto;
  display: block;
}
.hubspot-resources .resources-grid .resource-card .resource-content {
  padding: 22px;
}
@media (min-width: 1024px) {
  .hubspot-resources .resources-grid .resource-card .resource-content {
    padding: 17px;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .resources-grid .resource-card .resource-content {
    padding: 22px;
  }
}
.hubspot-resources .resources-grid .resource-card .resource-content .resource-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .hubspot-resources .resources-grid .resource-card .resource-content .resource-type {
    font-size: 16px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .resources-grid .resource-card .resource-content .resource-type {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.hubspot-resources .resources-grid .resource-card .resource-content .resource-type span {
  background-color: #FC7756;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
}
.hubspot-resources .resources-grid .resource-card .resource-content .resource-description {
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .hubspot-resources .resources-grid .resource-card .resource-content .resource-description {
    font-size: 18px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .resources-grid .resource-card .resource-content .resource-description {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.hubspot-resources .resources-grid .resource-card .resource-content .btn-consultation {
  margin-top: auto;
  color: #000000;
  font-family: var(--hubspot-font);
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .hubspot-resources .resources-grid .resource-card .resource-content .btn-consultation {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .hubspot-resources .resources-grid .resource-card .resource-content .btn-consultation {
    font-size: 16px;
  }
}
.hubspot-resources .resources-grid .resource-card .resource-content .arrow-icon {
  margin-left: 12px;
}

/* END hubspot-resources */
/* ----------------------------- */
.hubspot-consultation {
  background-color: #f8f9fa;
}
.hubspot-consultation .section-header {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .hubspot-consultation .section-header {
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .hubspot-consultation .section-header {
    margin-bottom: 64px;
  }
}
.hubspot-consultation .consultation-title {
  margin-bottom: 0px;
}
.hubspot-consultation .consultation-form {
  background: #FFFFFF;
  border: 1px solid #E4E7EA;
  border-radius: 16px;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(19, 33, 48, 0.1019607843);
          box-shadow: 0px 10px 24px 0px rgba(19, 33, 48, 0.1019607843);
  padding: 32px 20px;
}
@media (min-width: 1024px) {
  .hubspot-consultation .consultation-form {
    padding: 28px;
  }
}
@media (min-width: 1440px) {
  .hubspot-consultation .consultation-form {
    padding: 32px;
  }
}
.hubspot-consultation .dot-lines {
  position: absolute;
  left: 38%;
  top: -15px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 1024px) {
  .hubspot-consultation .dot-lines {
    left: -32px;
    top: -20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1440px) {
  .hubspot-consultation .dot-lines {
    left: -32px;
    top: -20px;
    -webkit-transform: none;
            transform: none;
  }
}
.hubspot-consultation .hubspot-icon {
  position: absolute;
  left: 80%;
  top: 75px;
}
@media (min-width: 1024px) {
  .hubspot-consultation .hubspot-icon {
    left: 38%;
    top: -15px;
  }
}
@media (min-width: 1440px) {
  .hubspot-consultation .hubspot-icon {
    left: 38%;
    top: -15px;
  }
}

/* faq-section */
/* ----------------------------- */
.hubspot-faqs {
  background-color: #FCFDFE;
  border-bottom: 1px solid #FCFDFE;
}
.hubspot-faqs .section-header .faq-title {
  margin: 0px 0px 30px;
  text-align: left;
}
@media (min-width: 1024px) {
  .hubspot-faqs .section-header .faq-title {
    margin: 0 auto;
    margin-bottom: 26px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .hubspot-faqs .section-header .faq-title {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
.hubspot-faqs .section-header .faq-subtitle {
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .hubspot-faqs .section-header .faq-subtitle {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .hubspot-faqs .section-header .faq-subtitle {
    text-align: center;
  }
}
.hubspot-faqs .faq-item .faq-question {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--hubspot-font);
  font-weight: 500;
  line-height: 130%;
  border-top: 1px solid #BEC0C2;
  width: 100% !important;
  padding: 32px 0;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .hubspot-faqs .faq-item .faq-question {
    padding: 27px 0;
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-faqs .faq-item .faq-question {
    padding: 32px 0;
    font-size: 22px;
  }
}
.hubspot-faqs .faq-item .faq-question .icon {
  position: relative;
  width: 26px;
  height: 26px;
}
.hubspot-faqs .faq-item .faq-question .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2.9375C7.176 2.9375 2.4375 7.676 2.4375 13.5C2.4375 19.324 7.176 24.0625 13 24.0625C18.824 24.0625 23.5625 19.324 23.5625 13.5C23.5625 7.676 18.824 2.9375 13 2.9375ZM13 4.5625C17.9457 4.5625 21.9375 8.55431 21.9375 13.5C21.9375 18.4457 17.9457 22.4375 13 22.4375C8.05431 22.4375 4.0625 18.4457 4.0625 13.5C4.0625 8.55431 8.05431 4.5625 13 4.5625ZM12.1875 8.625V12.6875H8.125V14.3125H12.1875V18.375H13.8125V14.3125H17.875V12.6875H13.8125V8.625H12.1875Z" fill="black" /></svg>');
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.hubspot-faqs .faq-item .faq-question.active .icon::after {
  background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_92_263)"><path d="M5.61538 13.5H20.3846H5.61538ZM25 13.5C25 16.6826 23.7357 19.7348 21.4853 21.9853C19.2348 24.2357 16.1826 25.5 13 25.5C9.8174 25.5 6.76516 24.2357 4.51472 21.9853C2.26428 19.7348 1 16.6826 1 13.5C1 10.3174 2.26428 7.26516 4.51472 5.01472C6.76516 2.76428 9.8174 1.5 13 1.5C16.1826 1.5 19.2348 2.76428 21.4853 5.01472C23.7357 7.26516 25 10.3174 25 13.5Z" fill="black" /><path d="M5.61538 13.5H20.3846M25 13.5C25 16.6826 23.7357 19.7348 21.4853 21.9853C19.2348 24.2357 16.1826 25.5 13 25.5C9.8174 25.5 6.76516 24.2357 4.51472 21.9853C2.26428 19.7348 1 16.6826 1 13.5C1 10.3174 2.26428 7.26516 4.51472 5.01472C6.76516 2.76428 9.8174 1.5 13 1.5C16.1826 1.5 19.2348 2.76428 21.4853 5.01472C23.7357 7.26516 25 10.3174 25 13.5Z" stroke="%23E4E7EA" stroke-width="1.5" /></g><defs><clipPath id="clip0_92_263"><rect width="26" height="26" fill="white" transform="translate(0 0.5)" /></clipPath></defs></svg>');
}
.hubspot-faqs .faq-item .faq-question:hover {
  -webkit-transform: unset !important;
          transform: unset !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.hubspot-faqs .faq-item .faq-answer {
  font-family: var(--hubspot-font);
  font-weight: 300;
  line-height: 130%;
  padding: 16px 0;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .hubspot-faqs .faq-item .faq-answer {
    padding: 13px 0;
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .hubspot-faqs .faq-item .faq-answer {
    padding: 16px 0;
    font-size: 22px;
  }
}

/* END faq-section */
/* ----------------------------- */
.hubspot-faqs-hr {
  width: 100%;
  height: 2px;
  -webkit-box-shadow: 2px 4px 0px 15px;
          box-shadow: 2px 4px 0px 15px;
}

.footer {
  color: #0F0F0F;
  background-color: #FCFDFE;
  font-family: var(--hubspot-font) !important;
  padding: 56px 0;
}
@media (min-width: 1024px) {
  .footer {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding: 100px 0;
  }
}
.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
@media (min-width: 1440px) {
  .footer .footer-inner {
    gap: 80px;
  }
}
.footer .footer-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.footer .footer-logo-wrapper img {
  max-width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 44px;
}
.footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer .footer-links {
    gap: 40px;
  }
}
.footer .footer-links a {
  --bs-link-color-rgb: #0D1135;
  color: #0D1135;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px !important;
}
.footer .footer-links a:hover {
  text-decoration: underline;
}
.footer .footer-address {
  color: #000;
  letter-spacing: 0.1px;
  font-weight: 400;
  font-size: 18px;
}
.footer .footer-rights {
  color: #000;
  letter-spacing: 0.1px;
  font-weight: 400;
  font-size: 18px;
}
.footer .footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (min-width: 1024px) {
  .footer .footer-social-icons {
    gap: 92px;
  }
}
@media (min-width: 1440px) {
  .footer .footer-social-icons {
    gap: 92px;
  }
}
.footer .footer-social-icons .footer-social-icon {
  width: 24px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .footer-social-icons .footer-social-icon:hover {
  opacity: 0.8;
}