*, *:before, *:after {
  box-sizing: border-box;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html, body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
:root {
  /* Theme */
  --mobile-breakpoint: 640px; /* not used */
  --tablet-breakpoint: 1024px; /* not used */

  /* Margins, paddings, dividers */
  --max-width: 1200px;
  --wrapper-max-width: 1920px;
  --max-blog-width: 800px;
  --max-column-lg: 1024px;
  --max-column-md: 610px;
  --max-column-sm: 390px;
  --max-column: 308px;
  --main-padding: 12px;
  --main-margin: 12px;
  --divider-height-desktop: 72px;
  --divider-height-mobile: 36px;

  /* Colors */
  --background-color: #fff;
  --primary: #100F14;
  --secondary: #A8A69A;
  --heading-color: #100F14;
  --black: #100F14;
  --white: #ffffff;
  --light-gray: #e6e6e6;
  --medium-gray: #dae0ec;
  --dark-gray: #707070;
  --grey-button-overlay: #DCDCDD;
  --orange-button-overlay: #D8541E;
  --main-div-bg-color: #ededed;
  --color-rock-100: #a8a69a;
  --color-rock-65: #c6c5bd;
  --color-rock-20: #eeedeb;
  --color-ice: #B1C0D4;
  --color-ice-25: #EBEFF4;
  --color-water: #035157;


  /* Nav */
  --nav-height: 80px;
  --nav-menu-position: flex-end;
  --nav-mobile-li-height: 50px;
  --dropdown-menu-bg-color: #FFFFFF;
  --dropdown-menu-text-color: #100F14;
  --nav-mobile-text-color: #100F14;
  --nav-mobile-background-color: #FFFFFF;
  --nav-desktop-text-color: #100F14;
  --nav-desktop-background-color: #ffffff;
  /* cta */
  --cta-bg-color: #100F14;
  --cta-text-color: #FFFFFF;
  --button-border-radius: 0px;

  /* Typography */
  --font-family: Inter, sans-serif;
  --font-family-headings: 'Nippo-Regular', sans-serif;
  --font-alter: Inter, sans-serif;

  /* Headings for mobiles */
  --heading1: 62px;
  --heading2: 46px;
  --heading3: 22px;
  --heading4: 18px;
  --heading5: 15px;
  --heading6: 12px;
  --preheader: 20px;

  --blog-heading1: 32px;

  /* Line heights for mobiles */
  --line-height-mobile-heading1: 84px;
  --line-height-mobile-heading2: 70px;
  --line-height-mobile-heading3: 32px;
  --line-height-mobile-heading4: 25px;
  --line-height-mobile-heading5: 20px;
  --line-height-mobile-heading6: 12px;
  --preheader-line-height: 30px;

  --line-height-mobile-blog-heading1: 42px;

  /* Heading for desktop */
  --medium-up-heading1: 55px;
  --medium-up-heading2: 50px;
  --medium-up-heading3: 38px;
  --medium-up-heading4: 28px;
  --medium-up-heading5: 15px;
  --medium-up-heading6: 12px;

  --blog-medium-up-heading1: 36px;

  /* Line heights for desktop */
  --line-height-heading1: 126px;
  --line-height-heading2: 67px;
  --line-height-heading3: 50px;
  --line-height-heading4: 37px;
  --line-height-heading5: 20px;
  --line-height-heading6: 12px;
  --line-height-heading6: 12px;

  --blog-line-height-heading1: 58px;


  --paragraph: 16px;
  --paragraph-line-height: 24px;
  --paragraph-mobile: 15px;
  --paragraph-line-height-mobile: 24px;
  --paragraph-small: 17px;
  --paragraph-small-line-height: 20px;
  --paragraph-tiny: 15px;
  --paragraph-tiny-line-height: 18px;
  --h3-blog-post: 22px;
  --h3-blog-post-line-height: 32px;
  --menu-mobiles-font-size: 20px;

  /* Forms */
  --form-labels-color: #000000;
  --field-border-radius: 4px;

  /* Custom settings */
  --sliders-card-background-color: #FFFFFF;

  /* Footer */
  --footer-background-color: #035157;
  --footer-color: #fefefe;
  --footer-headings-color: #fefefe;
  --footer-logo-width: 145px;

}
.footer-wrapper {
  max-width: var(--max-width);
  width: 100%;
  padding: calc(4*var(--main-padding)) var(--main-padding) var(--main-padding);
  margin: auto;
  font-family: var(--font-family-headings);
  display: flex;
  flex-direction: column;
}

.footer-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-nav-wrapper li {
  list-style: none;
  padding-left: 0;
  padding-bottom: var(--main-padding);
  font-family: var(--font-family-headings);
  text-align: left;
}

.footer-nav-wrapper li a {
  font-family: var(--font-family-headings);
}

.footer-wrapper .cp-rich-text {
  margin: 0;
  font-size: var(--paragraph-small);
}

.footer-wrapper .privacy-policy {
  margin-right: calc(2*var(--main-margin));
}

.footer-list-item {
  list-style: none;
  text-transform: uppercase;
  padding-left: calc(2*var(--main-margin));
}

.row {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  /* align-items: center; */
  justify-content: flex-start;
}

.row:first-child {
  padding-bottom: calc(6*var(--main-padding));
}

.footer-nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 66%;
}

.column-12 {
  flex-basis: 100%;
}
.column-6 {
  flex-basis: 50%;
}
.column-3 {
  flex-basis: 50%;
}

.footer-wrapper .row .right-column {
  text-align: right !important;
}

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

footer {
  background-color: var(--footer-background-color);
  color: var(--footer-color);
}

.footer-logo img {
  width: 144px;
  height: 23px;
}

.footer-nav {
  list-style: none;
  padding: 0;
}
.footer-nav li {
  line-height: calc(var(--paragraph) * 1.5);
  list-style: none;
}

footer .copyrights {
  font-size: var(--paragraph-tiny);
  padding: var(--main-padding);
}

.footer-wrapper form {
  display: flex;
  justify-content: flex-end;
}

.footer-wrapper a {
  color: var(--white);
}

.footer-wrapper a:hover {
  color: var(--primary) !important;
}

#footer-desktop {
  display: block;
}

#footer-mobile {
  display: none;
}


@media screen and (max-width: 768px) {

  .footer-nav-wrapper li {
    padding-left: 0;
  }

  #footer-desktop {
    display: none;
  }

  #footer-mobile {
    display: block;
  }

  .row:first-child {
    padding: calc(2*var(--main-padding)) 0 calc(2*var(--main-padding));
    margin-bottom: calc(8*var(--main-padding));
    border-bottom: 1px solid white;
  }

  .footer-nav-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    padding: calc(2*var(--main-padding)) var(--main-padding) var(--main-padding);
    text-align: left;
  }

  .footer-wrapper p {
    text-align: center;
  }

  .footer-left-description,
  .footer-nav {
    display: none;
  }


  .column-3 {
    flex-basis: 100%;
  }

  .column-6 {
    flex-basis: 100%;
  }

  .footer-wrapper .column-6 {
    flex-basis: 100%;
    width: 100%;
  }

  .row {
    flex-direction: column;
  }

  footer .copyrights {
    margin-top: calc(2*var(--main-margin));
  }

  .footer-wrapper .row .right-column {
    text-align: left !important;
  }

  .footer-list-item {
    padding-left: 0;
  }

  .footer-wrapper form {
    flex-direction: column;
    justify-content: flex-start;
  }

  #copyrights-id {
    flex-direction: column-reverse;
  }

}
/**
 * @license
 *
 * Font Family: Nippo
 * Designed by: Manushi Parikh
 * URL: https://www.fontshare.com/fonts/nippo
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * Nippo Regular
 *
*/

@font-face {
  font-family: 'Nippo-Regular';
  src: url('https://6421847.fs1.hubspotusercontent-na1.net/hubfs/6421847/Fonts/Nippo-Regular.woff2') format('woff2'),
    url('https://6421847.fs1.hubspotusercontent-na1.net/hubfs/6421847/Fonts/Nippo-Regular.woff') format('woff'),
    url('https://6421847.fs1.hubspotusercontent-na1.net/hubfs/6421847/Fonts/Nippo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

* {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

a {
  color: var(--black);
  text-decoration: none;
  /* font-size: var(--paragraph); */
}

ul li {
  list-style-image: url(https://6421847.fs1.hubspotusercontent-na1.net/hubfs/6421847/Klimator_website_2022/icons/bullets/custom-bullet-gray.svg);
  padding: 8px 6px;
}

a:hover {
  color: var(--primary);
}

li {
  line-height: var(--paragraph-line-height);
}
td {
  padding: var(--main-padding);
}

blockquote {
  padding: 50px 0px;
  margin: 0;

}

blockquote p {
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  margin: 0;
}

a[data-hs-anchor="true"] {
  display: block;
  position: relative;
  visibility: hidden;
  top: -110px;
}

.cp-button-primary {
  background-color: var(--black);
  font-family: var(--font-family-headings);
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
  padding: calc(var(--main-padding)*1) calc(var(--main-padding)*4);
  white-space: nowrap;
}

.cp-button-secondary {
  background-color: var(--white);
  font-family: var(--font-family-headings);
  font-size: 15px;
  font-weight: 400;
  color: var(--black);
  padding: calc(var(--main-padding)*1) calc(var(--main-padding)*4);
  white-space: nowrap;
}

.cp-button-primary:hover {
  text-decoration: none;
  transition: color 0.5s ease;
  transition: border-color 0.5s ease;
  color: var(--white);
  opacity: 0.7;
}

.cp-button-secondary:hover {
  text-decoration: none;
  transition: color 0.5s ease;
  transition: border-color 0.5s ease;
  color: var(--black);
  opacity: 0.7;
}

.wrapper {
  /*max-width: var(--max-width);*/
  width: 100%;
  padding: 0px;
  margin: auto;
  max-width: var(--wrapper-max-width);
  background-color: white;
}

.m-1 {
  margin: var(--paragraph);
}
.m-2 {
  margin: var(--paragraph) * 2;
}
.p-1 {
  padding: var(--paragraph);
}
.p-2 {
  padding: var(--paragraph) * 2;
}
.mx-1 {
  margin-left: var(--paragraph);
  margin-right: var(--paragraph);
}
.mx-2 {
  margin-left: var(--paragraph) * 2;
  margin-right: var(--paragraph) * 2;
}
.my-1 {
  margin-top: var(--paragraph);
  margin-bottom: var(--paragraph);
}
.my-2 {
  margin-top: var(--paragraph) * 2;
  margin-bottom: var(--paragraph) * 2;
}

.px-1 {
  padding-left: var(--paragraph);
  padding-right: var(--paragraph);
}
.px-2 {
  padding-left: var(--paragraph) * 2;
  padding-right: var(--paragraph) * 2;
}
.py-1 {
  padding-top: var(--paragraph);
  padding-bottom: var(--paragraph);
}
.py-2 {
  padding-top: var(--paragraph) * 2;
  padding-bottom: var(--paragraph) * 2;
}

p {
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  margin: 0;
  color: var(--heading-color);
  font-family: var(--font-family-headings);
  font-weight: 400;
}

h1 {
  font-size: var(--heading1);
  line-height: var(--line-height-mobile-heading1);
  letter-spacing: 0px;
}

h2 {
  font-size: var(--heading2);
  line-height: var(--line-height-mobile-heading2);
}

h3 {
  font-size: var(--heading3);
  line-height: var(--line-height-mobile-heading3);
}

h4 {
  font-size: var(--heading4);
  line-height: var(--line-height-mobile-heading4);
}

h5 {
  font-size: var(--heading5);
  line-height: var(--line-height-mobile-heading5);
}

h6 {
  font-size: var(--heading6);
  line-height: var(--line-height-mobile-heading6);
}

/* .main-section-dnd {
  padding-top: var(--nav-height);
} */

@media screen and (min-width: 768px) {
  .column-3 {
    flex-basis: 25%;
  }

  .row-privacy {
    flex-direction: row;
    justify-content: space-between;
  }

  blockquote {
    padding: 80px 0px;
    margin: 0;
  }

  blockquote p {
    font-size: 28px;
    line-height: 38px;
    font-style: italic;
    margin: 0;
  }

  h1, h1 span {
    font-size: var(--medium-up-heading1);
    line-height: var(--line-height-heading1);
  }

  h2, h2 span {
    font-size: var(--medium-up-heading2);
    line-height: var(--line-height-heading2);
  }

  h3, h3 span {
    font-size: var(--medium-up-heading3);
    line-height: var(--line-height-heading3);
  }

  h4, h4 span {
    font-size: var(--medium-up-heading4);
    line-height: var(--line-height-heading4);
  }

  h5, h5 span {
    font-size: var(--medium-up-heading5);
    line-height: var(--line-height-heading5);
  }

  h6, h6 span {
    font-size: var(--medium-up-heading6);
    line-height: var(--line-height-heading6);
  }
}

.nav-cta {
  display: flex;
}

.blog-container {
  /* max-width: var(--max-width); */
  padding-bottom: calc(4.5*var(--main-padding));
  margin: 0 auto;
  max-width: var(--wrapper-max-width);
  background-color: white;
  padding-top: var(--nav-height);wda
}

.blog-container .blog-post-overlay {
    position: absolute;
    height: 567px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #B1C0D4;
}

.blog-container .blog-post-container {
    position: relative;
}

.blog-container .blog-heading {
  width: 100%;
  max-width: var(--max-blog-width);
  margin: auto;
  padding-top: 0;
}

.blog-container .blog-heading h1.article-title {
  position: static;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
  margin: auto;
  max-width: var(--max-blog-width);
}

.blog-container .blog-heading h1.article-title > span {
  width: 100%;
  display: block;
  font-size: 72px;
  line-height: 101px;
  color: var(--white);
}

.blog-container .blog-heading .article-featured-image img {
  max-width: 100%;
  width: 100%;
}

.blog-container em {
  line-height: 38px;
  font-style: italic;
}

.blog-container blockquote p {
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    margin: 0;
}

.blog-container blockquote em {
  line-height: 38px;
  font-style: italic;
  margin-bottom: calc(var(--main-margin)*2.5);
  display: block;
  font-weight: 500;
}

.more-articles button {
  font-size: var(--paragraph);
  background-color: var(--cta-bg-color);
  color: var(--cta-text-color);
  padding: calc(1.25*var(--main-padding)) calc(var(--main-padding) * 2);
  font-weight: 500;
  border-radius: 0px;
  text-shadow: none;
  font-family: var(--font-family);
  width: 226px;
  color: var(--cta-text-color);
  border: none;
  cursor: pointer;
  outline: inherit;
}

.more-articles .button-row {
  margin: 68px auto 120px;
}

.blog-container .post-reading-time {
  text-align: center;
  color: var(--black);
  padding-top: calc(4*var(--main-padding));
  padding-bottom: 0;
}

.blog-container .post-reading-time p {
  margin-bottom: 0;
  font-size: var(--paragraph-tiny);
  text-transform: uppercase;
}

.blog-container .blog-post h1,
.blog-container .blog-post h1 span {
  padding: var(--main-padding) var(--main-padding) calc(2*var(--main-padding));
  font-size: var(--blog-medium-up-heading1);
  line-height: var(--blog-line-height-heading1);
  text-align: center;
  max-width: var(--max-column-lg);
  margin: auto;
}

.blog-container .blog-post h2,
.blog-container .blog-post h2 span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.blog-container .blog-post h3,
.blog-container .blog-post h3 span {
  font-size: var(--h3-blog-post);
  line-height: var(--h3-blog-post-line-height);
}

.blog-container .blog-post-body {
  max-width: var(--max-blog-width);
  padding: var(--main-padding);
  width: 100%;
  margin: auto;
}

.blog-container .featured-image {
  width: 100%;
  margin: auto;
  text-align: center;
}

.blog-container .featured-image img {
  max-width: var(--max-column-lg);
  margin: auto;
  width: 100%;
}


.blog-container .blog-post-body img {
  width: 100% !important;
  max-width: var(--max-width);
}

.blog-container .blog-published-date {
  padding: calc(2*var(--main-padding)) calc(2*var(--main-padding)) calc(4*var(--main-padding));
  text-transform: uppercase;
  text-align: center;
  font-size: var(--paragraph-tiny);
}

.more-articles .blog-published-date {
  text-transform: uppercase;
  font-size: var(--paragraph-tiny);
}

.more-articles .post-reading-time p {
  font-size: var(--paragraph-tiny);
  text-transform: uppercase;
}

.blog-container .blog-author {
  display: flex;
  flex-direction: row;
  margin: 0px auto 0px;
  width: 100%;
  padding: calc(4*var(--main-padding)) var(--main-padding);
}

.blog-container .social-media-sharing-buttons {
  margin: 0 auto var(--main-margin);
  padding: calc(2*var(--main-padding));
  max-width: var(--max-blog-width);
}

.blog-author .blog-author-avatar-wrapper {
  border-radius: 50%;
  padding: 2px;
  width: 60px;
  height: 60px;
}

.blog-author .blog-author-avatar-wrapper .blog-author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 72px;
  width: 72px;
}

.blog-author .blog-author-social-links {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 24px auto;
}

.blog-author .blog-author-social-links a {
  text-decoration: none;
}

.blog-author .blog-author-info {
  margin-left: calc(2*var(--main-margin));
}

.blog-author .blog-author-name {
  color: var(--primary);
  font-size: var(--heading5);
  white-space: nowrap;
}

.blog-author .blog-author-bio {
  font-size: var(--heading6);
}

.read-more-title {
  font-weight: 600;
}

.read-more-title h5 {
  margin-left: 0px;
  text-align: left;
}

.previous-next-post {
  max-width: 610px;
  flex-basis: 50%;
}

.title-previous-next-container h5 a {
  min-height: 48px;
  margin-bottom: var(--main-margin);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.previous-next-post img {
  width: 100%;
  max-width: 610px;
  max-height: 325px;
  object-fit: cover;
}

.more-articles {
  width: 100%;
  background-color: #F8F8F4;
  display: flex;
  flex-direction: column;
  padding: calc(7*var(--main-padding)) 0;
  align-items: center;
  justify-content: center;
  max-width: var(--wrapper-max-width);
  margin: auto;
}

.more-articles .more-articles-title {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  max-width: var(--max-width);
  width: 100%;
  margin-bottom: calc(var(--main-margin)*2);
}

.more-articles .posts-cards {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.more-articles .read-more-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.more-articles span.cta-see-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-articles .previous-next-post h3 a {
  font-size: 32px;
  font-family: var(--font-family-headings);
  line-height: 40px;
}

.description-previous-next-container > p > span {
  font-size: 12px;
  line-height: 18px;
  font-family: var(--font-family);
  display: inline-block;
  color: #A8A69A;
}

.blog-post-body blockquote {
  border-left: 10px solid #A8A69A;
  padding: calc(var(--main-padding)*1) 0 calc(var(--main-padding)*1) 21px;
  margin: calc(var(--main-margin)*4.25) 0;
}

.blog-container .blog-post-conclusion .cp-rich-text {
  background-color: #EEEDEB;
  border-radius: 16px;
  padding: calc(var(--main-padding)*1.2) calc(var(--main-padding)*2.75) calc(var(--main-padding)*2.25);
}

.posts-cards > :nth-child(1),
.posts-cards > :nth-child(2) {
  margin-right: calc(var(--main-margin)*2.5);
}
@media screen and (max-width: 1200px) {
  .more-articles {
    padding: calc(7*var(--main-padding)) var(--main-padding);
  }
}

@media screen and (max-width: 768px) {
  .blog-container {
    padding: var(--main-padding);
  }

  .blog-post-body {
    padding: 0;
  }
  
  .blog-container .blog-heading {
    padding-top: calc(var(--main-padding)*6.2);
  }

  .blog-container .featured-image img {
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .blog-container em {
    line-height: 34px;
    font-style: italic;
    padding: 50px 0px;
  }

  .blog-container .blog-post h1,
  .blog-container .blog-post h1 span {
    font-size: var(--blog-heading1);
    line-height: var(--line-height-mobile-blog-heading1);
  }

  .more-articles .previous-next-post h3 a {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-container .blog-heading h1.article-title {
    top: 98px;
    background-color: #B1C0D4;
  }

  .blog-container .blog-post h2,
  .blog-container .blog-post h2 span {
    font-size: 21px;
    line-height: 30px;
  }

  .more-articles .posts-cards {
    flex-direction: column;
  }

  .more-articles {
    width: 100%;
    flex-direction: column;
  }
  .previous-next-post {
    width: 100%;
    margin: var(--main-margin) 0px;
    padding: 0;
  }

  .blog-container .cp-rich-text {
    padding: var(--main-padding) 0;
    margin: var(--main-margin) 0;
  }
  .blog-container .blog-heading h1.article-title > span {
    font-size: 44px;
    line-height: 68px;
  }
  .blog-container .blog-post-overlay {
    height: 285px;
  }
  .blog-post-body blockquote {
    margin: calc(var(--main-margin)*2.5) 0 calc(var(--main-margin)*1);
  }
  .blog-container blockquote em {
    margin-bottom: calc(var(--main-margin)*2);
    padding: 0;
  }
  .more-articles .read-more-title h2 > div > span {
    width: 100%;
    display: block;
    text-align: center;
  }
  .more-articles {
    padding: calc(7*var(--main-padding)) var(--main-padding);
  }
  .more-articles .read-more-title {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .more-articles .read-more-title h2 {
    margin-bottom: calc(var(--main-margin)*2);
  }
  .posts-cards > :nth-child(1),
  .posts-cards > :nth-child(2) {
    margin-right: 0;
  }
}