







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */







:root{
    --ink:#0A1520;
    --ink-2:#0F1B29;
    --ink-3:#152332;
    --line:rgba(255,255,255,0.07);
    --line-2:rgba(255,255,255,0.14);
    --text:#FFFFFF;
    --text-dim:rgba(255,255,255,0.72);
    --muted:#8FA0B6;
    --muted-2:#5A6B82;
    --teal:#5EEAD4;
    --teal-strong:#2DD4BF;
    --teal-dim:rgba(94,234,212,0.10);
    --teal-line:rgba(94,234,212,0.30);
    --danger:#F97316;
    --danger-dim:rgba(249,115,22,0.12);
    --danger-line:rgba(249,115,22,0.35);
    --font-sans:'Inter',system-ui,-apple-system,sans-serif;
    --font-mono:'JetBrains Mono',ui-monospace,monospace;
    --maxw:1200px;
  }

 .eyebrow{font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--teal);display:inline-flex;align-items:center;gap:9px;font-weight:500}
  .tag-new{display:inline-block;font-family:var(--font-mono);font-size:0.68rem;letter-spacing:0.12em;text-transform:uppercase;background:var(--teal-dim);color:var(--teal);padding:5px 10px;border-radius:5px;font-weight:600;border:1px solid var(--teal-line)}
  .kicker{font-family:var(--font-mono);font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--teal);font-weight:500;display:inline-block}


.content-wrapper {
  max-width: 100%;
}

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:100%;max-width:750px; margin:0 auto;} .section-padding {padding-top:30px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:100%;max-width:970px; margin:0 auto;} .section-padding {padding-top:50px;}}
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:100%;max-width:1170px; margin:0 auto;} .section-padding {padding-top:60px;} }
@media (min-width:1500px) { .container, .row-fluid .container[class*="span"]{width:100%;max-width:1240px; margin:0 auto;} .section-padding {padding-top:80px;}}

/* .dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
} */

.dnd-section > .row-fluid {
  max-width: 100%;
}





html {
  font-size: 16px;
/*   background: linear-gradient(-23deg, #000 0%, #093736 95%); */
  background:#000;

}

body {
/*   background: linear-gradient(-23deg, #000000 0%, #093736 95%); */
   background:#000
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #33475B;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #FFFFFF;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #d7d7d7;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #ffffff;
}

/* Headings */

h1,
.h1 {
  font-weight: 800; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 60px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 42px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 36px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #10635F;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root{
  --font-display: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --heading-color: #fff;
  --body-color: #fff;
}

/* -- 3. Base -- */
body{
  font-family: var(--font-display);
  color: var(--body-color);
}


h1, .h1{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.8px;
  color: var(--heading-color);
  margin: 0;
}

h2, .h2{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: -0.5px;
  color: var(--heading-color);
  margin: 0;
}

h3, .h3{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.3px;
  color: var(--heading-color);
  margin: 0;
}

h4, .h4{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.25px;
  color: var(--heading-color);
  margin: 0;
}

h5, .h5{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.25px;
  color: var(--heading-color);
  margin: 0;
}

h6, .h6{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: var(--heading-color);
  margin: 0;
}

.eyebrow{
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-heading{
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding-bottom: #ffffff70;
  padding-bottom:15px;
  color: #FFF;
    opacity: 60%;
}
}

/* Body copy levels */
.p1{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.p2{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.p3, p, body{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.p4{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}


@media (max-width: 1199px){

  h1, .h1{
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.2px;
  }

  h2, .h2{
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.4px;
  }

  h3, .h3{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }

  h4, .h4{
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.2px;
  }

  h5, .h5{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
  }

  h6, .h6{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.15px;
  }

  .eyebrow{
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.4px;
  }

  .p1{
    font-size: 20px;
    line-height: 32px;
  }

  .p2{
    font-size: 18px;
    line-height: 28px;
  }

}

@media (max-width: 767px){

  h1, .h1{
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }

  h2, .h2{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }

  h3, .h3{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.2px;
  }

  h4, .h4{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.15px;
  }

  h5, .h5{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }

  h6, .h6{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .eyebrow{
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.2px; /* widened, not narrowed, to stay legible in caps */
  }

  .p1{
    font-size: 18px;
    line-height: 28px;
  }

  .p2{
    font-size: 16px;
    line-height: 26px;
  }

  .p3, p, body{
    font-size: 15px;
    line-height: 22px;
  }

  .p4{
    font-size: 14px; /* floor — nothing goes smaller */
    line-height: 20px;
  }
}




:root{
  --color-primary: #5EEAD4;        /* Primary Color */
  --color-supporting: #10635F;     /* Supporting Color */
  --color-accent1-light: #FE7754;  /* Accent Color 1 - Light */
  --color-accent1-dark: #BD4020;   /* Accent Color 1 - Dark */
  --color-accent2-light: #228EBC;  /* Accent Color 2 - Light */
  --color-accent2-dark: #155D87;   /* Accent Color 2 - Dark */
}

/* =========================================================================
   BACKGROUND COLOR CLASSES
   Usage: <div class="bg-primary"> ... </div>
   ========================================================================= */
.bg-primary{ background-color: var(--color-primary); }
.bg-supporting{ background-color: var(--color-supporting); }
.bg-accent1-light{ background-color: var(--color-accent1-light); }
.bg-accent1-dark{ background-color: var(--color-accent1-dark); }
.bg-accent2-light{ background-color: var(--color-accent2-light); }
.bg-accent2-dark{ background-color: var(--color-accent2-dark); }

/* =========================================================================
   TEXT COLOR CLASSES
   Usage: <p class="text-accent1-dark"> ... </p>
   ========================================================================= */
.text-primary{ color: var(--color-primary); }
.text-supporting{ color: var(--color-supporting); }
.text-accent1-light{ color: var(--color-accent1-light); }
.text-accent1-dark{ color: var(--color-accent1-dark); }
.text-accent2-light{ color: var(--color-accent2-light); }
.text-accent2-dark{ color: var(--color-accent2-dark); }

/* =========================================================================
   BORDER COLOR CLASSES
   Usage: <div class="border-accent2-dark"> ... </div>
   ========================================================================= */
.border-primary{ border-color: var(--color-primary); }
.border-supporting{ border-color: var(--color-supporting); }
.border-accent1-light{ border-color: var(--color-accent1-light); }
.border-accent1-dark{ border-color: var(--color-accent1-dark); }
.border-accent2-light{ border-color: var(--color-accent2-light); }
.border-accent2-dark{ border-color: var(--color-accent2-dark); }

/* =========================================================================
   FILL COLOR CLASSES (for inline SVG icons)
   Usage: <svg class="fill-accent1-light"> ... </svg>
   ========================================================================= */
.fill-primary{ fill: var(--color-primary); }
.fill-supporting{ fill: var(--color-supporting); }
.fill-accent1-light{ fill: var(--color-accent1-light); }
.fill-accent1-dark{ fill: var(--color-accent1-dark); }
.fill-accent2-light{ fill: var(--color-accent2-light); }
.fill-accent2-dark{ fill: var(--color-accent2-dark); }






button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #33475B;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
  border-radius: 24px;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
  
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #FE7754 0%, #BD4020 100%);
  color: #FFFFFF;
  border:0;
  border-radius: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background: linear-gradient(180deg, #BD4020 0%, #FE7754 100%);
  border-radius: 24px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(91, 111, 131, 1.0);
  border-color: #5b6f83;
}


/* =========================================================================
   COLOR TOKENS
   ========================================================================= */
:root{
  --color-primary: #5EEAD4;        /* Primary Color */
  --color-supporting: #10635F;     /* Supporting Color */
  --color-accent1-light: #FE7754;  /* Accent Color 1 - Light */
  --color-accent1-dark: #BD4020;   /* Accent Color 1 - Dark */
  --color-accent2-light: #228EBC;  /* Accent Color 2 - Light */
  --color-accent2-dark: #155D87;   /* Accent Color 2 - Dark */
}

/* =========================================================================
   BUTTONS — shared base
   ========================================================================= */
.btn{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 24px; 
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1.5px solid transparent;
}
.submitted-message {
    color: #fff ! IMPORTANT;
}
.btn-primary{
  background: var(--color-accent1-light);
  color: #FFFFFF;
  border-color: var(--color-accent1-light);
}

.btn-primary:hover{
  background: var(--color-accent1-dark);
  border-color: var(--color-accent1-dark);
}

.btn-secondary-on-dark{
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-secondary-on-dark:hover{
  background: transparent;
  color: var(--color-accent1-light);
  border-color: var(--color-accent1-light);
}

/* -- Secondary button on LIGHT backgrounds: "Start Free" (filled orange) -- */
.btn-secondary-on-light{
  background: var(--color-accent1-light);
  color: #FFFFFF;
  border-color: var(--color-accent1-light);
}

.btn-secondary-on-light:hover{
  background: var(--color-accent1-dark);
  border-color: var(--color-accent1-dark);
}





/* form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #10635F;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(16, 99, 95, 1.0)

;
  padding: 0px;
;
} */

/* Form title */

/* .form-title {
  border: 1px none #10635F;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Inter; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 36px;
  color: #33475B;
  background-color: 

  
  
    
  


  rgba(16, 99, 95, 1.0)

;
} */


/* Labels */

form label {
  color: #33475B;
}

/* Help text */

form legend {
  color: #33475B;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #33475B;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #33475B;
}

::-moz-placeholder {
  color: #33475B;
}

:-ms-input-placeholder {
  color: #33475B;
}

::placeholder {
  color: #33475B;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
}

.fn-date-picker td.is-selected .pika-button {
  background: #33475B;
}

.fn-date-picker td .pika-button:hover {
  background-color: #33475B !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #33475B;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #33475B;
;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
  border-radius: 24px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(91, 111, 131, 1.0);
  border-color: #5b6f83;
}





/* Table */

table {
  border: 1px solid #33475B;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #33475B;

  padding: 18px;

  color: #33475B;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #33475B;
}





.header {
  background-color: 

  
  
    
  


  rgba(16, 99, 95, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #33475B;
  font-family: Inter;
}

.menu__child-toggle-icon {
  border-top-color: #33475B;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #0b1f33;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #0b1f33;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #5b6f83;
}

.menu__child-toggle-icon:active {
  border-top-color: #5b6f83;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #33475B;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px solid #33475B;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px solid #33475B;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #33475B;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #33475B;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(16, 99, 95, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(16, 99, 95, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: #33475B;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(16, 99, 95, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #33475B;
  }
}





.footer {
background: linear-gradient(to bottom, #001615 0%, #10635F 100%);
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #33475B;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #33475B;
}

.blog-post__tag-link {
  color: #33475B;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0b1f33;
}

.blog-post__tag-link:active {
  color: #5b6f83;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #33475B;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #0b1f33;
}

.blog-related-posts__title-link:active {
  color: #5b6f83;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #FFFFFF;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d7d7d7;
}

#comments-listing .comment-reply-to:active {
  color: #ffffff;
}





.hs-search-results__title {
  font-weight: 800; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #33475B;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #0b1f33;
}

.hs-blog-post-listing__post-title-link:active {
  color: #5b6f83;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #33475B;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #33475B;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #0b1f33;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #5b6f83;
}

.hs-pagination__link-icon svg {
  fill: #33475B;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 36px;
}

.card__body svg {
  fill: #33475B;
}

/* Social follow */

.social-links__icon {
  background-color: #33475B;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #0b1f33;
}

.social-links__icon:active {
  background-color: #5b6f83;
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #33475B;
  font-size: 36px;
}