/**
*
* Blog
*
*/

/**
 *
 * Style Guide
 *
 */

 :root {
  /* Font family */
  --font-family-primary: "Fira Sans", sans-serif;
  --font-family-secondary: "Fira Mono", sans-serif;
  /* Colors */
  --color-blue-lighter: #EEF4F5;
  --color-blue-light: #7788B4;
  --color-blue: #2916FC;
  --color-blue-dark: #0B1740;
  --color-blue-darker: #000D33;
  --color-orange: #FF7A7A;
  --color-purple: #7E51FF;
  --color-green: #17CDA9;
  --color-green-light: #16FCB7;
  --color-v2-darkblue: #010E34;
  --color-v2-darkblue2: #060627;
  --color-v2-darkblue3: #0F0F37;
  --color-v2-light: #FEFEFF;
  --color-v2-light-darker: #F5EFEF;
  /* Font Size / Weight / Line height */
  --tg-font-size-h1: 60px;
  --tg-font-weight-h1: 400;
  --tg-line-height-h1: 1.2;
  --tg-font-size-h2: 48px;
  --tg-font-weight-h2: 400;
  --tg-line-height-h2: 1.21;
  --tg-font-size-h3: 24px;
  --tg-font-weight-h3: 400;
  --tg-line-height-h3: 1.21;
  --tg-font-size-h4: 20px;
  --tg-font-weight-h4: 400;
  --tg-line-height-h4: 1.5;
  --tg-font-size-text: 16px;
  --tg-font-weight-text: 400;
  --tg-line-height-text: 1.5;
  --tg-font-size-textMedium: 20px;
  --tg-font-weight-textMedium: 400;
  --tg-line-height-textMedium: 1.2;
  --tg-font-size-textSmall: 12px;
  --tg-font-weight-textSmall: 400;
  --tg-line-height-textSmall: 1.17;
  /* Transition */
  --tg-transition-slow: 0.4s;
  --tg-transition-medium: 0.25s;
  --tg-transition-fast: 0.1s;
  /* Border radius */
  --tg-border-radius: 8px;
  --tg-border-radius-circle: 50%;
  --tg-border-radius-rounded: 999em;
}

/*---------- Extendable classes ----------*/

/* Header H1 */

/* Header H2 */

/* Header H3 */

/* Header H4 */

/* Text */

.blog-article__text p,
.blog .blog-header__text p,
.blog .blog-header__search input,
.blog .blog-nav__categories-item {
  font-family: var(--font-family-primary);
  font-weight: var(--tg-font-weight-text);
  font-size: var(--tg-font-size-text);
  line-height: var(--tg-line-height-text);
}

.blog .blog-single__sidebarCTA-note p {
  font-family: var(--font-family-primary);
  font-weight: var(--tg-font-weight-textSmall);
  font-size: var(--tg-font-size-textSmall);
  line-height: var(--tg-line-height-textSmall);
}

/*---------- V2 ----------*/

:root {
  /* Font Size / Weight / Line height */
  --tg-v2-font-size-h1: 55px;
  --tg-v2-font-weight-h1: 700;
  --tg-v2-line-height-h1: 1.16;
  --tg-v2-font-size-h2: 32px;
  --tg-v2-font-weight-h2: 400;
  --tg-v2-line-height-h2: 1.25;
}

/* POST ID 4824 */
.blog.postid-4824 .blog-single__body-inner {
	padding: 70px 50px;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 td,
.postid-4824 .blog-single__wysiwyg .colored-table-2 td{
	background: transparent;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 tr:first-child > td:not(:nth-last-child(2)),
.postid-4824 .blog-single__wysiwyg .colored-table-2 tr:first-child > th:not(:nth-last-child(2)){
	background: #EFEFEF;
	border-color: black;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 tr:nth-child(2) > td,
.postid-4824 .blog-single__wysiwyg .colored-table-2 tr > td:nth-child(even):not(:nth-last-child(3)){
	background: #F4CCCC;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 tr:last-child > td:not(:last-child),
.postid-4824 .blog-single__wysiwyg .colored-table-2 tr > td:nth-child(odd):not(:first-child){
	background: #C8DAF9;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 tr:first-child > td {
	vertical-align: middle;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 img {
	margin: 10px 0;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 tbody > tr:first-child > td:nth-last-child(2),
.postid-4824 .blog-single__wysiwyg .colored-table-2 thead > tr > th:nth-last-child(2),
.postid-4824 .blog-single__wysiwyg .colored-table-1 tr:nth-child(2) > td:nth-last-child(2),
.postid-4824 .blog-single__wysiwyg .colored-table-2 tr > td:nth-last-child(3),
.postid-4824 .blog-single__wysiwyg .colored-table-1 tr:last-child > td:last-child,
.postid-4824 .blog-single__wysiwyg .colored-table-2 tr > td:nth-last-child(2){
	color: white;
	border-color: black;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 table > tbody > tr:first-child > td:nth-last-child(2),
.postid-4824 .blog-single__wysiwyg .colored-table-2 table > thead > tr > th:nth-last-child(2) {
	background: black !important;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 table > tbody > tr:nth-child(2) > td:nth-last-child(2),
.postid-4824 .blog-single__wysiwyg .colored-table-2 table > tbody > tr > td:nth-last-child(3){
	background: red !important;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 table > tbody > tr:last-child > td:last-child,
.postid-4824 .blog-single__wysiwyg .colored-table-2 table > tbody > tr > td:nth-last-child(2){
	background: #4A86E8 !important;
}
.postid-4824 .blog-single__wysiwyg .colored-table-1 table > tbody > tr:not(:last-child) > td:last-child,
.postid-4824 .blog-single__wysiwyg .colored-table-2 table > thead > tr > th:last-child,
.postid-4824 .blog-single__wysiwyg .colored-table-2 table > tbody > tr > td:last-child {
	background: #FFFF04 !important;
}

.postid-4824 .blog-single__wysiwyg .colored-table-3 tr > td {
	color: white;
}
.postid-4824 .blog-single__wysiwyg .colored-table-3 tr > td:first-child {
	background: red;
}
.postid-4824 .blog-single__wysiwyg .colored-table-3 tr > td:last-child {
	background: #4A86E8;
}
.postid-4824 .blog-single__wysiwyg  .white-table td {
	background: transparent;
}
.postid-4824 .blog-single__wysiwyg  .white-table img {
	margin: 0 auto;
}

/* Header H1 */

/*---------- SVG encoding ----------*/

/**
*
* Buttons
*
*/

.button-solid-darkblue,
.blog .blog-nav__categories-apply,
.button-solid-green,
.blog .blog-single__sidebarCTA-button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 32px;
  min-height: 62px;
  border: 1px solid transparent;
  border-radius: var(--tg-border-radius);
  background-color: transparent;
  outline: none;
  -webkit-transition: var(--tg-transition-medium);
  -o-transition: var(--tg-transition-medium);
  transition: var(--tg-transition-medium);
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
}

.button-solid-darkblue:not([data-show-bottom-text]) .button-bottom-text,
.blog .blog-nav__categories-apply:not([data-show-bottom-text]) .button-bottom-text,
.button-solid-green:not([data-show-bottom-text]) .button-bottom-text,
.blog .blog-single__sidebarCTA-button:not([data-show-bottom-text]) .button-bottom-text {
  display: none;
}

.button-solid-darkblue[data-show-bottom-text],
.blog .blog-nav__categories-apply[data-show-bottom-text],
.button-solid-green[data-show-bottom-text],
.blog .blog-single__sidebarCTA-button[data-show-bottom-text] {
  --arrow-width: 41px;
  --arrow-height: 44px;
  --emoji-size: 18px;
}

.button-solid-darkblue[data-show-bottom-text] .button-bottom-text,
.blog .blog-nav__categories-apply[data-show-bottom-text] .button-bottom-text,
.button-solid-green[data-show-bottom-text] .button-bottom-text,
.blog .blog-single__sidebarCTA-button[data-show-bottom-text] .button-bottom-text {
  position: absolute;
  top: 100%;
  margin-top: 4px;
  margin-left: 22px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: var(--arrow-height);
  pointer-events: none;
  white-space: nowrap;
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  color: var(--color-blue-darker);
}

.button-solid-darkblue[data-show-bottom-text] .button-bottom-text:before,
.blog .blog-nav__categories-apply[data-show-bottom-text] .button-bottom-text:before,
.button-solid-green[data-show-bottom-text] .button-bottom-text:before,
.blog .blog-single__sidebarCTA-button[data-show-bottom-text] .button-bottom-text:before {
  content: '';
  width: var(--arrow-width);
  height: var(--arrow-height);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -4px;
  background-image: url("../images/components/buttons/button-bottom-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button-solid-darkblue[data-show-bottom-text] .button-bottom-text:after,
.blog .blog-nav__categories-apply[data-show-bottom-text] .button-bottom-text:after,
.button-solid-green[data-show-bottom-text] .button-bottom-text:after,
.blog .blog-single__sidebarCTA-button[data-show-bottom-text] .button-bottom-text:after {
  content: '';
  width: var(--emoji-size);
  height: var(--emoji-size);
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  background-image: url("../images/components/buttons/button-bottom-emoji.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button-solid-darkblue,
.blog .blog-nav__categories-apply {
  background-color: var(--color-blue-darker);
  border-color: var(--color-blue-darker);
  color: #fff;
}

.button-solid-darkblue:hover,
.blog .blog-nav__categories-apply:hover {
  border-color: var(--color-green);
  background-color: var(--color-green);
}

.button-solid-green,
.blog .blog-single__sidebarCTA-button {
  background-color: var(--color-green-light);
  border-color: var(--color-green-light);
  color: var(--color-blue-darker);
}

.button-solid-green:hover,
.blog .blog-single__sidebarCTA-button:hover {
  border-color: var(--color-green);
  background-color: var(--color-green);
}

.blog .blog-nav__categories-apply,
.blog .blog-single__sidebarCTA-button {
  padding: 13px 24px;
  font-size: 14px;
  min-height: 46px;
}

/**
*
* New buttons
*
*/

/*=========== SVG icons ===========*/

/*======== End of SVG icons ========*/

.button-v2-bordered-white,
.button-v2-bordered-white-2,
.button-v2-bordered-white-2-play,
.button-v2-bordered-dark,
.button-v2-bordered-dark-arrow,
.button-v2-solid-green,
.button-v2-solid-green-arrow {
  --button-font-size: 16px;
  --button-font-weight: 500;
  --button-padding-x: 34px;
  --button-padding-y: 16px;
  --button-extra-padding-right: 0px;
  --button-min-height: 53px;
  --button-before-opacity: 0;
  position: relative;
  display: inline-block;
  padding: var(--button-padding-y) calc(var(--button-padding-x) + var(--button-extra-padding-right)) var(--button-padding-y) var(--button-padding-x);
  min-height: var(--button-min-height);
  border: 1px solid var(--button-border-color, transparent);
  border-radius: var(--tg-border-radius);
  background: var(--button-background, transparent);
  outline: none;
  -webkit-transition: var(--tg-transition-medium);
  -o-transition: var(--tg-transition-medium);
  transition: var(--tg-transition-medium);
  font-family: var(--font-family-primary);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  line-height: 1.19;
  text-align: left;
  color: var(--button-color, #fff);
}

.button-v2-bordered-white:before,
.button-v2-bordered-white-2:before,
.button-v2-bordered-white-2-play:before,
.button-v2-bordered-dark:before,
.button-v2-bordered-dark-arrow:before,
.button-v2-solid-green:before,
.button-v2-solid-green-arrow:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: calc(var(--tg-border-radius) - 1px);
  background: var(--before-background-image, none);
  opacity: var(--button-before-opacity);
  -webkit-transition: var(--tg-transition-medium);
  -o-transition: var(--tg-transition-medium);
  transition: var(--tg-transition-medium);
  z-index: -1;
}

.button-v2-bordered-white:hover,
.button-v2-bordered-white-2:hover,
.button-v2-bordered-white-2-play:hover,
.button-v2-bordered-dark:hover,
.button-v2-bordered-dark-arrow:hover,
.button-v2-solid-green:hover,
.button-v2-solid-green-arrow:hover {
  --button-before-opacity: 1;
  color: var(--button-color, #fff);
}

.button-v2-bordered-white {
  --button-color: #fff;
  --button-border-color: #fff;
  --before-background-image: linear-gradient(238.86deg, #2916FC -28.67%, #060627 30.83%);
}

.button-v2-bordered-white:hover {
  --button-border-color: #2916FC;
}

.button-v2-bordered-white-2,
.button-v2-bordered-white-2-play {
  --button-color: #fff;
  --button-border-color: #fff;
  --before-background-image: linear-gradient(238.86deg, #2916FC -28.67%, #060627 30.83%);
}

.button-v2-bordered-white-2:hover,
.button-v2-bordered-white-2-play:hover {
  --button-color: var(--color-green-light);
  --button-border-color: var(--color-green-light);
}

.button-v2-bordered-dark,
.button-v2-bordered-dark-arrow {
  --button-color: var(--color-v2-darkblue);
  --button-border-color: var(--color-v2-darkblue);
  --before-background-image: linear-gradient(228.81deg, #1E0AFF -12.77%, rgba(212, 208, 255, 0) 38.3%);
}

.button-v2-bordered-dark:hover,
.button-v2-bordered-dark-arrow:hover {
  --button-border-color: #2916FC;
  --button-color: var(--color-blue);
}

.button-v2-solid-green {
  --button-color: var(--color-blue-darker);
  --button-border-color: var(--color-green-light);
  --button-background: var(--color-green-light);
  --before-background-image: none;
}

.button-v2-solid-green:hover {
  --button-color: #fff;
  --button-border-color: var(--color-blue);
  --button-background: var(--color-blue);
}

.button-v2-solid-green-arrow {
  --button-arrow-size: 18px;
  --button-padding-x: 45px;
  --button-extra-padding-right: 58px;
  --button-color: var(--color-blue-darker);
  --button-background: linear-gradient(to right, var(--color-green-light) calc(100% - var(--button-extra-padding-right)), var(--color-v2-darkblue2) var(--button-extra-padding-right));
  --before-background-image: linear-gradient(to right, var(--color-blue) calc(100% - var(--button-extra-padding-right)), var(--color-v2-darkblue2) var(--button-extra-padding-right));
  border: 0;
}

.button-v2-solid-green-arrow:hover {
  --button-before-opacity: 1;
  --button-color: #fff;
}

.button-v2-solid-green-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='%232916FC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.button-v2-solid-green-arrow:before {
  z-index: 1;
}

.button-v2-solid-green-arrow:after {
  content: '';
  display: block;
  position: absolute;
  width: var(--button-arrow-size);
  height: var(--button-arrow-size);
  margin-top: calc(var(--button-arrow-size) / -2);
  top: 50%;
  right: calc((var(--button-extra-padding-right) / 2) - (var(--button-arrow-size) / 2));
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='%2316FCB7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  -webkit-transition: var(--tg-transition-medium);
  -o-transition: var(--tg-transition-medium);
  transition: var(--tg-transition-medium);
}

.button-v2-solid-green-arrow > * {
  position: relative;
  z-index: 2;
}

.button-v2-bordered-dark-arrow {
  --button-padding-x: 20px;
  --button-padding-y: 11px;
  --button-extra-padding-right: 41px;
  --button-min-height: 41px;
  --button-font-size: 14px;
  --button-arrow-size: 13px;
  overflow: hidden;
}

.button-v2-bordered-dark-arrow:hover:after {
  background-color: var(--color-blue);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.button-v2-bordered-dark-arrow:after {
  content: '';
  width: calc(var(--button-extra-padding-right) - 1px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-v2-darkblue2);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='%2316FCB7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--button-arrow-size);
  border-top-left-radius: var(--tg-border-radius);
  border-bottom-left-radius: var(--tg-border-radius);
  -webkit-transition: var(--tg-transition-medium);
  -o-transition: var(--tg-transition-medium);
  transition: var(--tg-transition-medium);
}

.button-v2-bordered-white-2-play {
  --button-padding-x: 20px;
  --button-extra-padding-right: 53px;
  --button-play-size: 10px;
  overflow: hidden;
}

.button-v2-bordered-white-2-play:hover:after {
  background-color: var(--color-green-light);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.10811 5.45209C10.0861 6.25229 10.0861 7.74771 9.1081 8.54792L3.26647 13.3274C1.96061 14.3959 1.19598e-07 13.4668 1.99256e-07 11.7795L6.50553e-07 2.22049C7.30211e-07 0.533233 1.96061 -0.395861 3.26648 0.672571L9.10811 5.45209Z' fill='%23fff'/%3E%3C/svg%3E ");
}

.button-v2-bordered-white-2-play:after {
  content: '';
  width: calc(var(--button-extra-padding-right) - 1px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.10811 5.45209C10.0861 6.25229 10.0861 7.74771 9.1081 8.54792L3.26647 13.3274C1.96061 14.3959 1.19598e-07 13.4668 1.99256e-07 11.7795L6.50553e-07 2.22049C7.30211e-07 0.533233 1.96061 -0.395861 3.26648 0.672571L9.10811 5.45209Z' fill='%23000D33'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--button-play-size);
  border-top-left-radius: var(--tg-border-radius);
  border-bottom-left-radius: var(--tg-border-radius);
  -webkit-transition: var(--tg-transition-medium);
  -o-transition: var(--tg-transition-medium);
  transition: var(--tg-transition-medium);
}

.blog {
  /*=========== SVG icons base64 ===========*/
  /*======== End of SVG icons base64 ========*/
  /*=========== General ===========*/
  /*----------  Breadcrumbs  ----------*/
  /*---------- Article ----------*/
  /*======== End of General ========*/
  /*=========== Blog header ===========*/
  /*======== End of Blog header ========*/
  /*=========== Blog Nav ===========*/
  /*======== End of Blog Nav ========*/
  /*=========== Blog Articles ===========*/
  /*======== End of Blog Articles ========*/
  /*=========== Blog Single ===========*/
  /*======== End of Blog Single ========*/
}

.blog main .newsletter-form-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 1px -5px 27px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -5px 27px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 0px 0px;
  margin: 0;
  padding: 21px 30px 16px;
  z-index: 9;
}

.blog main .newsletter-form-wrapper .close {
	position: absolute;
	top: 15px;
	left: 15px;
}

.blog main .newsletter-form-wrapper .close:hover {
	background: transparent;
}

.blog main .newsletter-form-wrapper .title {
  display: none;
}

.blog main .newsletter-form-wrapper .wpforms-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog main .newsletter-form-wrapper .wpforms-form .wpforms-field-email {
  margin-right: 14px;
}

.blog main .newsletter-form-wrapper .hs-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field {
  position: relative;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field label {
  display: none;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field .input input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
     -moz-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100%;
  max-width: 100%;
  background: #F8F8FF;
  border-radius: 8px;
  height: 39px;
  font-size: 14px;
  line-height: 17px;
  color: #000D33;
  border: none;
  outline: none;
  padding: 0 19px;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field .input input::-webkit-input-placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field .input input::-moz-placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field .input input::-ms-input-placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field .input input::placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .hs-form .hs-form-field.hs_email {
  margin-right: 14px;
}

.blog main .newsletter-form-wrapper .hs-form .hs_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.blog main .newsletter-form-wrapper .hs-form .hs_submit .hs-button {
  background: -webkit-linear-gradient(338.53deg, #FF4768 -64.92%, #2916FC 83.06%);
  background: -o-linear-gradient(338.53deg, #FF4768 -64.92%, #2916FC 83.06%);
  background: linear-gradient(111.47deg, #FF4768 -64.92%, #2916FC 83.06%);
  border-radius: 10px;
  font-size: 0.775rem;
  line-height: 1.0625rem;
  color: #fff;
  border: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog main .newsletter-form-wrapper .hs-form .hs_submit .hs-button:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
      transform: translateY(6px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog main .newsletter-form-wrapper .hs-form .hs-error-msgs {
  padding: 0;
  list-style: none;
}

.blog main .newsletter-form-wrapper .hs-form .hs-error-msgs label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #e52e54;
  position: absolute;
  bottom: 2px;
  font-size: 10px;
}

.blog main .newsletter-form-wrapper .hs-form .hs_error_rollup {
  display: none;
}

.blog main .newsletter-form-wrapper .blog_newsletter {
  margin-bottom: 0;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field {
  padding: 0;
  overflow: hidden;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
     -moz-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100%;
  max-width: 100%;
  background: #F8F8FF;
  border-radius: 8px;
  height: 39px;
  font-size: 14px;
  line-height: 17px;
  color: #000D33;
  border: none;
  outline: none;
  padding: 0 19px;
  margin-bottom: 3px;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::-webkit-input-placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::-moz-placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::-ms-input-placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::placeholder {
  color: #9594CF;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-submit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
}

.blog main .newsletter-form-wrapper .blog_newsletter .wpforms-submit-container .submitBtn {
  background: -webkit-linear-gradient(338.53deg, #FF4768 -64.92%, #2916FC 83.06%);
  background: -o-linear-gradient(338.53deg, #FF4768 -64.92%, #2916FC 83.06%);
  background: linear-gradient(111.47deg, #FF4768 -64.92%, #2916FC 83.06%);
  border-radius: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border: none;
}

.blog p {
  letter-spacing: 0;
}

.blog main,
.blog #main {
  position: relative;
  z-index: 99;
  padding-top: 97px;
}

.blog .breadcrumbs {
  list-style: none;
  margin: 0;
  line-height: 0;
  padding: 10px 14px;
  margin-bottom: 17px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  background-color: #fff;
}

.blog .breadcrumbs li {
  display: inline;
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  color: #49598A;
  word-break: break-word;
}

.blog .breadcrumbs li:not(:last-child) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .breadcrumbs li:not(:last-child):after {
  content: '-';
  margin-left: 3px;
}

.blog .breadcrumbs li a {
  color: var(--color-blue-light);
}

.blog .breadcrumbs li a:hover {
  color: var(--color-blue);
}

.blog-article {
  --article-flex-direction: column;
  --article-image-wrapper-width: 100%;
  --article-image-wrapper-height: 0;
  --article-image-wrapper-padding-bottom: 55%;
  --article-image-position: absolute;
  --article-content-padding: 21px 25px 37px;
  --article-content-inner-padding: 0;
  --article-min-height: auto;
  --article-title-font-size: 20px;
  --article-title-line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: var(--article-flex-direction);
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: var(--article-flex-direction);
          flex-direction: var(--article-flex-direction);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: var(--article-min-height);
  background-color: #fff;
  -webkit-transform: var(--article-transform, translateY(0));
      -ms-transform: var(--article-transform, translateY(0));
          transform: var(--article-transform, translateY(0));
  -webkit-transition: var(--tg-transition-slow);
  -o-transition: var(--tg-transition-slow);
  transition: var(--tg-transition-slow);
}

.blog-article__image {
  height: var(--article-image-wrapper-height);
  padding-bottom: var(--article-image-wrapper-padding-bottom);
  position: relative;
  min-width: var(--article-image-wrapper-width);
  max-width: var(--article-image-wrapper-width);
}

.blog-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  top: 0;
  left: 0;
  position: var(--article-image-position);
}

.blog-article__content {
  padding: var(--article-content-padding);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 35px;
  -webkit-box-shadow: var(--article-content-box-shadow, none);
          box-shadow: var(--article-content-box-shadow, none);
  -webkit-transition: var(--tg-transition-slow);
  -o-transition: var(--tg-transition-slow);
  transition: var(--tg-transition-slow);
}

.blog-article__content-inner {
  padding: var(--article-content-inner-padding);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.blog-article__meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-article__meta li {
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.032em;
  color: var(--color-blue-light);
}

.blog-article__title {
  margin: 0;
  font-family: var(--font-family-primary);
  font-weight: 700;
  font-size: var(--article-title-font-size);
  line-height: var(--article-title-line-height);
  color: var(--color-blue-darker);
}

.blog-article__text p {
  margin: 0;
  color: var(--color-blue-light);
  font-weight: 400;
}

.blog-article__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 50px;
}

.blog-article__author:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  bottom: -15px;
  right: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.4C0.668629 4.4 0.4 4.66863 0.4 5C0.4 5.33137 0.668629 5.6 1 5.6L1 4.4ZM14.4243 5.42427C14.6586 5.18995 14.6586 4.81005 14.4243 4.57574L10.6059 0.75736C10.3716 0.523045 9.99167 0.523045 9.75736 0.75736C9.52304 0.991675 9.52304 1.37157 9.75736 1.60589L13.1515 5L9.75736 8.39411C9.52304 8.62843 9.52304 9.00833 9.75736 9.24264C9.99167 9.47696 10.3716 9.47696 10.6059 9.24264L14.4243 5.42427ZM1 5.6L14 5.6L14 4.4L1 4.4L1 5.6Z' fill='%237788B4'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blog-article__author-image {
  --image-size: 38px;
  min-width: var(--image-size);
  max-width: var(--image-size);
  height: var(--image-size);
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-article__author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-article__author-content p {
  margin: 0;
  font-size: 14px;
  font-family: var(--font-family-primary);
  color: var(--color-blue-light);
  font-weight: 400;
  letter-spacing: 0.032em;
  line-height: 1.15;
}

.blog-article__author-content p:not(:last-child) {
  margin-bottom: 3px;
}

.blog-article__author-content p b,
.blog-article__author-content p strong {
  font-weight: 700;
}

.blog .blog-header {
  padding: 80px 0 50px;
}

.blog .blog-header + .blog-articles {
  padding-top: 0;
}

.blog .blog-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .blog-header__title {
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: 40px;
  line-height: 1.2;
  color: var(--color-blue-darker);
  font-weight: 700;
}

.blog .blog-header__text {
  margin-top: 10px;
}

.blog .blog-header__text p {
  margin: 0;
}

.blog .blog-header__search {
  width: 282px;
  max-width: 100%;
}

.blog .blog-header__search input {
  padding: 13px 50px 13px 22px;
  width: 100%;
  border-radius: var(--tg-border-radius);
  outline: none;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8354 3.8885C21.6868 7.73984 21.6868 13.9841 17.8354 17.8354C13.9841 21.6868 7.73984 21.6868 3.8885 17.8354C0.0371658 13.9841 0.0371658 7.73984 3.8885 3.8885C7.73984 0.0371658 13.9841 0.0371658 17.8354 3.8885' stroke='%237788B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9999 22.998L17.8301 17.8281' stroke='%237788B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: 24px;
  color: var(--color-blue-darker);
}

.blog .blog-header__search input::-webkit-input-placeholder {
  color: var(--color-blue-light);
}

.blog .blog-header__search input::-moz-placeholder {
  color: var(--color-blue-light);
}

.blog .blog-header__search input::-ms-input-placeholder {
  color: var(--color-blue-light);
}

.blog .blog-header__search input::placeholder {
  color: var(--color-blue-light);
}

.blog .blog-nav {
  margin: 40px auto;
  max-width: 1080px;
}

.blog .blog-nav__toggle {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.blog .blog-nav__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 19px 24px;
}

.blog .blog-nav__categories-title {
  padding: var(--categories-title-padding);
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-blue-light);
}

.blog .blog-nav__categories-title:after {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog .blog-nav__categories-apply {
  width: 100%;
  margin-top: 24px;
  display: var(--apply-button-display);
  font-size: 16px;
}

.blog .blog-nav__categories-item {
  --item-color: var(--color-blue);
  --item-bg-color: #fff;
  --item-border-color: var(--item-bg-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding: 6px 17px;
  border-radius: var(--tg-border-radius);
  background-color: var(--item-bg-color);
  border: 1px solid var(--item-border-color);
  color: var(--item-color);
  -webkit-transition: var(--tg-transition-fast);
  -o-transition: var(--tg-transition-fast);
  transition: var(--tg-transition-fast);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.blog .blog-nav__categories-item.is-selected {
  --item-color: #fff;
  --item-bg-color: var(--color-blue);
}

.blog .blog-articles {
  padding: 40px 0 80px;
}

.blog .blog-articles:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 200;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 0;
  pointer-events: none;
}

.blog .blog-articles.is-loading:before,
.blog .blog-articles.is-loading:after {
  opacity: 1;
  pointer-events: auto;
}

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

.blog .blog-articles__title {
  margin: 0 0 20px;
  font-family: var(--font-family-primary);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: var(--color-blue-darker);
  text-align: left;
}

.blog .blog-articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 94px;
  grid-auto-rows: 1fr;
  text-align: left;
}

.blog .blog-articles__loadmore {
  margin-top: 97px;
  padding: 8px 33px;
  display: inline-block;
  outline: none;
  font-family: var(--font-family-primary);
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: var(--color-blue-darker);
  border: 1px solid var(--color-blue-darker);
  border-radius: 8px;
}

.blog .blog-articles__loadmore:not(.is-shown) {
  display: none;
}

.blog .blog-articles__loadmore:hover,
.blog .blog-articles__loadmore:active,
.blog .blog-articles__loadmore:focus {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: white;
}

.blog .blog-articles .pagination {
  opacity: 0;
  height: 0;
  pointer-events: none;
  margin: 0;
  position: absolute;
  z-index: -10;
}

.blog .blog-single {
  --blog-single-body-width: 849px;
  --blog-single-cover-padding-bottom-index: 0.559;
  padding: 80px 0 90px;
}

.blog .blog-single__inner {
  display: grid;
  grid-template-columns: 1fr 0;
  max-width: var(--blog-single-body-width);
  margin: 0 auto;
}

.blog .blog-single .blog-single__body {
  max-width: var(--blog-single-body-width);
}

.blog .blog-single__body-inner {
  padding: 70px 94px;
  background-color: #fff;
}

.blog .blog-single__cover {
  position: relative;
}

.blog .blog-single__cover:after {
  --bg-element-size: 190px;
  content: '';
  display: block;
  position: absolute;
  width: var(--bg-element-size);
  height: var(--bg-element-size);
  top: 26px;
  left: -69px;
  background-image: url("../images/templates/blog/article-cover-element.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.blog .blog-single__cover-image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: calc( 100% * var(--blog-single-cover-padding-bottom-index));
  overflow: hidden;
  z-index: 1;
}

.blog .blog-single__cover-image:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(48.75deg, rgba(42, 23, 253, 0.95) 24.6%, rgba(0, 13, 51, 0.285) 90.63%);
  background-image: -o-linear-gradient(48.75deg, rgba(42, 23, 253, 0.95) 24.6%, rgba(0, 13, 51, 0.285) 90.63%);
  background-image: linear-gradient(41.25deg, rgba(42, 23, 253, 0.95) 24.6%, rgba(0, 13, 51, 0.285) 90.63%);
}

.blog .blog-single__cover-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: -1;
}

.blog .blog-single__cover-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 57px 94px;
}

.blog .blog-single__cover-title {
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

.blog .blog-single__cover-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}

.blog .blog-single__cover-details p {
  margin: 0;
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
}

.blog .blog-single__cover-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog .blog-single__cover-authorImage {
  --image-size: 50px;
  min-width: var(--image-size);
  max-width: var(--image-size);
  height: var(--image-size);
  border-radius: 50%;
  overflow: hidden;
}

.blog .blog-single__cover-authorImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog .blog-single__cover-authorSocials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.blog .blog-single__cover-authorSocials-item {
  --share-icon-size: 36px;
  --share-icon-color: var(--color-blue);
  --share-circle-color: #fff;
  width: var(--share-icon-size);
  height: var(--share-icon-size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .blog-single__cover-authorSocials-item:hover {
  --share-icon-color: #fff;
  --share-circle-color: var(--color-green);
}

.blog .blog-single__cover-authorSocials-item svg path {
  -webkit-transition: var(--tg-transition-slow);
  -o-transition: var(--tg-transition-slow);
  transition: var(--tg-transition-slow);
}

.blog .blog-single__cover-authorSocials-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--share-circle-color);
  -webkit-transition: var(--tg-transition-slow);
  -o-transition: var(--tg-transition-slow);
  transition: var(--tg-transition-slow);
}

.blog .blog-single__wysiwyg > * {
  font-family: var(--font-family-primary);
}

.blog .blog-single__wysiwyg > *:first-child {
  margin-top: 0 !important;
}

.blog .blog-single__wysiwyg > *:last-child {
  margin-bottom: 0 !important;
}

.blog .blog-single__wysiwyg strong,
.blog .blog-single__wysiwyg b {
  font-weight: 700;
}

.blog .blog-single__wysiwyg img {
  max-width: 100%;
  margin: 40px 0;
  display: inherit;
}

.blog .blog-single__wysiwyg a:not([class^="button"]):not([class^="block"]) {
  color: var(--color-blue);
}

.blog .blog-single__wysiwyg a:not([class^="button"]):not([class^="block"]):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.blog .blog-single__wysiwyg ol,
.blog .blog-single__wysiwyg ul {
  padding-left: 30px;
  margin: 40px 0;
  list-style-position: outside;
}

.blog .blog-single__wysiwyg ol {
  list-style-type: auto;
}

.blog .blog-single__wysiwyg ul li::marker {
  font-size: 1.4rem;
  line-height: 1;
}

.blog .blog-single__wysiwyg li:not(:last-child) {
  margin-bottom: 1rem;
}

.blog .blog-single__wysiwyg p,
.blog .blog-single__wysiwyg li,
.blog .blog-single__wysiwyg pre {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.95;
  color: var(--color-blue-darker);
}

.blog .blog-single__wysiwyg .bordered {
    padding: 15px;
    border: 1px solid var(--color-blue-darker);
    list-style: none;
}

.blog .blog-single__wysiwyg .bordered li {
    line-height: 1.25;
}
.blog .blog-single__wysiwyg .bordered li:not(::last-child) {
	margin-bottom: .75rem;
}
.blog .blog-single__wysiwyg .bordered .title {
	margin-bottom: 1.25rem;
}

.blog .blog-single__wysiwyg p,
.blog .blog-single__wysiwyg pre {
  margin: 0;
}

.blog .blog-single__wysiwyg p:not(:last-child),
.blog .blog-single__wysiwyg pre:not(:last-child) {
  margin-bottom: 30px;
}

.blog .blog-single__wysiwyg pre {
  font-family: monospace,monospace !important;
}

.blog .blog-single__wysiwyg code {
  background: transparent;
}

.blog .blog-single__wysiwyg h1,
.blog .blog-single__wysiwyg h2,
.blog .blog-single__wysiwyg h3,
.blog .blog-single__wysiwyg h4,
.blog .blog-single__wysiwyg h5,
.blog .blog-single__wysiwyg h6 {
  font-family: var(--font-family-primary);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-blue);
}

.blog .blog-single__wysiwyg h1 {
  margin: 80px 0 28px;
  font-size: 40px;
}

.blog .blog-single__wysiwyg h2 {
  margin: 80px 0 28px;
  font-size: 30px;
}

.blog .blog-single__wysiwyg h3 {
  margin: 60px 0 20px;
  font-size: 24px;
}

.blog .blog-single__wysiwyg h4 {
  margin: 60px 0 20px;
  font-size: 22px;
}

.blog .blog-single__wysiwyg h5 {
  margin: 40px 0 20px;
  font-size: 20px;
}

.blog .blog-single__wysiwyg h6 {
  margin: 30px 0 20px;
  font-size: 18px;
}

.blog .blog-single__wysiwyg .table-wrapper {
  overflow-x: auto;
  word-break: normal;
}

.blog .blog-single__share {
  margin-top: 80px;
}

.blog .blog-single__share-title {
  margin: 0 0 20px;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
}

.blog .blog-single__share-socials {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.blog .blog-single__share-socials a {
  --share-icon-size: 35px;
  --share-icon-color: #fff;
  --share-circle-color: var(--color-blue);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--share-icon-size);
  height: var(--share-icon-size);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--share-circle-color);
  -webkit-transition: var(--tg-transition-slow);
  -o-transition: var(--tg-transition-slow);
  transition: var(--tg-transition-slow);
}

.blog .blog-single__share-socials a:hover {
  --share-icon-color: #fff;
  --share-circle-color: var(--color-blue-darker);
}

.blog .blog-single__share-socials a svg path {
  -webkit-transition: var(--tg-transition-slow);
  -o-transition: var(--tg-transition-slow);
  transition: var(--tg-transition-slow);
}

.blog .blog-single__sidebar {
  min-width: 333px;
  margin-left: 100px;
}

.blog .blog-single__sidebarCTA {
  height: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-bottom: calc( var(--blog-single-body-width) * var(--blog-single-cover-padding-bottom-index));
}

.blog .blog-single__sidebarCTA-inner {
  padding: 33px 40px 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-blue-darker);
  background-image: url("../images/templates/blog/sidebar-cta-top-element.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 82px;
}

.blog .blog-single__sidebarCTA-logo {
  max-width: 98px;
  margin-bottom: 20px;
}

.blog .blog-single__sidebarCTA-logo img {
  width: 100%;
  height: auto;
  filter: brightness(2);
}

.blog .blog-single__sidebarCTA-title {
  margin: 0 0 46px;
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #fff;
}

.blog .blog-single__sidebarCTA-title mark {
  background-color: var(--color-blue);
  color: #fff;
  padding: 0;
}

.blog .blog-single__sidebarCTA-note {
  padding-left: 25px;
}

.blog .blog-single__sidebarCTA-note p {
  position: relative;
  display: inline-block;
  color: #fff;
}

.blog .blog-single__sidebarCTA-note p:after {
  content: '';
  --arrow-size: 32px;
  width: var(--arrow-size);
  height: var(--arrow-size);
  display: block;
  position: absolute;
  left: 100%;
  margin-left: -5px;
  bottom: -3px;
  background-image: url("../images/templates/blog/sidebar-note-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .blog-article.fullwidth {
    --article-title-font-size: 30px;
    --article-title-line-height: 1.24;
  }

  .blog-article.fullwidth .blog-article__author:after {
    width: 40px;
    height: 16px;
    bottom: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='16' viewBox='0 0 38 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.165 8.70711C37.5555 8.31658 37.5555 7.68342 37.165 7.29289L30.801 0.928932C30.4105 0.538408 29.7773 0.538408 29.3868 0.928932C28.9963 1.31946 28.9963 1.95262 29.3868 2.34315L35.0437 8L29.3868 13.6569C28.9963 14.0474 28.9963 14.6805 29.3868 15.0711C29.7773 15.4616 30.4105 15.4616 30.801 15.0711L37.165 8.70711ZM0 9H36.4579V7H0V9Z' fill='%237788B4'%3E%3C/path%3E%3C/svg%3E");
  }
}

@media (min-width: 992px) {
  .blog main .newsletter-form-wrapper {
    left: 15px;
    bottom: 50px;
    width: 234px;
    padding: 62px 29px 22px;
    background: #FFFFFF;
    border: 1px solid #EEF4F5;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .blog main .newsletter-form-wrapper:before {
    content: "";
    display: block;
    width: 130px;
    height: 126px;
    background: url("../images/templates/blog/blog-form.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -72px;
    right: 28px;
  }

  .blog main .newsletter-form-wrapper .title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000D33;
    margin-bottom: 13px;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field-email {
    margin-right: 0;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field {
    padding: 0;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
       -moz-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    max-width: 100%;
    background: #F8F8FF;
    border-radius: 8px;
    height: 39px;
    font-size: 14px;
    line-height: 17px;
    color: #000D33;
    border: none;
    outline: none;
    padding: 0 19px;
    margin-bottom: 12px;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::-webkit-input-placeholder {
    color: #9594CF;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::-moz-placeholder {
    color: #9594CF;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::-ms-input-placeholder {
    color: #9594CF;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-field input::placeholder {
    color: #9594CF;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-submit-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-submit-container .submitBtn {
    background: -webkit-linear-gradient(338.53deg, #FF4768 -64.92%, #2916FC 83.06%);
    background: -o-linear-gradient(338.53deg, #FF4768 -64.92%, #2916FC 83.06%);
    background: linear-gradient(111.47deg, #FF4768 -64.92%, #2916FC 83.06%);
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .blog main .newsletter-form-wrapper .blog_newsletter .wpforms-submit-container .submitBtn:hover {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
        transform: translateY(6px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .blog main .newsletter-form-wrapper .hs-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog main .newsletter-form-wrapper .hs-form .hs-form-field.hs_email {
    margin-right: 0;
  }

  .blog main .newsletter-form-wrapper .hs-form .hs-form-field .input input {
    margin-bottom: 12px;
  }

  .blog main .newsletter-form-wrapper .hs-form .hs_submit {
    width: 100%;
  }

  .blog-article:hover {
    --article-content-box-shadow: 12px 12px 87px 0 rgba(0, 0, 0, 0.2);
    --article-transform: translateY(6px);
  }

  .blog-article.fullwidth {
    --article-flex-direction: row;
    --article-image-wrapper-width: calc(50% + 5px);
    --article-image-position: static;
    --article-image-wrapper-height: initial;
    --article-image-wrapper-padding-bottom: 0;
    --article-content-padding: 54px 46px;
    --article-content-inner-padding: 0 0 0 12px;
    --article-min-height: 330px;
  }

  .blog .blog-nav__toggle {
    display: none;
  }

  .blog .blog-nav__categories-title {
    display: none;
  }

  .blog .blog-nav__categories-item:hover {
    --item-border-color: var(--color-blue);
  }
}

@media (min-width: 1440px) {
  .blog .container {
    width: 1256px;
  }
}

@media (min-width: 1800px) {
  .blog main .newsletter-form-wrapper {
    left: 55px;
  }
}

@media (max-width: 1799px) {
  .blog .blog-single__sidebar {
    min-width: 310px;
    margin-left: 32px;
  }
}

@media (max-width: 1599px) {
  .blog .blog-single__sidebar {
    min-width: 280px;
  }

  .blog .blog-single__sidebarCTA-inner {
    padding: 26px 26px 20px;
  }
}

@media (max-width: 1439px) {
  :root {
    --tg-font-size-h1: 50px;
  }

  :root {
    --tg-font-size-h2: 42px;
  }

  .blog .blog-single__sidebar {
    display: none;
  }
}

@media (max-width: 1199px) {
  :root {
    --tg-font-size-h2: 40px;
  }

  .blog .blog-articles__list {
    grid-gap: 60px 30px;
  }
}

@media (max-width: 991px) {
  .blog .blog-header {
    padding: 50px 0;
  }

  .blog .blog-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 22px;
  }

  .blog .blog-header__title {
    margin: 0 auto;
    font-size: 34px;
    text-align: center;
  }

  .blog .blog-header__search {
    width: 100%;
  }

  .blog .blog-header__search input {
    background-size: 16px;
    background-position: center right 20px;
  }

  .blog .blog-nav {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: var(--tg-border-radius);
  }

  .blog .blog-nav.is-opened {
    --item-padding: 7px 11px;
    --categories-list-flex-wrap: wrap;
    --categories-list-gap: 16px;
    --categories-dropdown-padding: 18px 20px 24px;
    --categories-title-padding: 15px 21px;
    --category-icon-url: url('../images/templates/blog/icon-check-white.svg');
    --category-icon-size: 14px;
    --category-item-gap: 9px;
    --apply-button-display: block;
  }

  .blog .blog-nav.is-opened:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9L12.0617 15.6765L19.1235 9' stroke='%23000D33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .blog .blog-nav:not(.is-opened) {
    --item-padding: 0 7px;
    --categories-list-flex-wrap: nowrap;
    --categories-list-gap: 10px;
    --categories-dropdown-padding: 12px 0;
    --categories-title-padding: 15px 15px 15px 21px;
    --category-icon-url: url('../images/templates/blog/icon-check-white-small.svg');
    --category-icon-size: 10px;
    --category-item-gap: 6px;
    --apply-button-display: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .blog .blog-nav:not(.is-opened) .blog-nav__categories-item {
    pointer-events: none;
  }

  .blog .blog-nav:not(.is-opened) .blog-nav__categories-item:not(.is-selected) {
    display: none;
  }

  .blog .blog-nav:before {
    content: '';
    width: 57px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: var(--tg-border-radius);
    background-color: #fff;
    -webkit-transition: var(--tg-transition-medium);
    -o-transition: var(--tg-transition-medium);
    transition: var(--tg-transition-medium);
  }

  .blog .blog-nav:after {
    content: '';
    --icon-size: 24px;
    width: var(--icon-size);
    height: var(--icon-size);
    display: block;
    position: absolute;
    top: 13px;
    right: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9L12.0617 15.6765L19.1235 9' stroke='%237788B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }

  .blog .blog-nav__categories {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: var(--categories-list-flex-wrap);
        -ms-flex-wrap: var(--categories-list-flex-wrap);
            flex-wrap: var(--categories-list-flex-wrap);
    gap: var(--categories-list-gap);
  }

  .blog .blog-nav__categories-dropdown {
    padding: var(--categories-dropdown-padding);
  }

  .blog .blog-nav__categories-item {
    --item-bg-color: #F0F6F7;
    --item-color: var(--color-blue-light);
    gap: var(--category-item-gap);
    white-space: nowrap;
    padding: var(--item-padding);
  }

  .blog .blog-nav__categories-item.is-selected:before {
    content: '';
    width: var(--category-icon-size);
    height: var(--category-icon-size);
    display: inline-block;
    background-image: var(--category-icon-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .blog .blog-articles {
    padding: 40px 0 60px;
  }

  .blog .blog-articles__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog .blog-articles__loadmore {
    margin-top: 40px;
  }

  .blog .blog-single {
    padding: 40px 0 60px;
  }

  .blog .blog-single__body-inner {
    padding: 60px 45px;
  }

  .blog .blog-single__cover:after {
    --bg-element-size: 150px;
    top: 15px;
    left: -55px;
  }

  .blog .blog-single__cover-content {
    padding: 35px 45px;
  }

  .blog .blog-single__cover-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  :root {
    --tg-font-size-h2: 24px;
  }

  .blog main,
  .blog #main {
    padding-top: 50px;
  }

  .blog .container {
    max-width: 500px;
  }

  .blog-article {
    --article-content-padding: 30px 25px 37px;
  }

  .blog .blog-header__title {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .blog .blog-header__text {
    margin-top: 5px;
  }

  .blog .blog-articles__title {
    font-size: 22px;
  }

  .blog .blog-articles__list {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
    grid-gap: 30px;
  }

  .blog .blog-single {
    --blog-single-body-width: 100%;
  }

  .blog .blog-single__inner {
    padding: 0 9px;
    display: block;
    overflow: hidden;
  }

  .blog .blog-single__body-inner {
    padding: 70px 25px 45px;
  }

  .blog .blog-single__cover:after {
    content: none;
  }

  .blog .blog-single__cover-image {
    height: 284px;
    padding-bottom: 0;
  }

  .blog .blog-single__cover-image:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.51%, #000D33), color-stop(98.66%, rgba(0, 13, 51, 0.3)));
    background: -webkit-linear-gradient(bottom, #000D33 20.51%, rgba(0, 13, 51, 0.3) 98.66%);
    background: -o-linear-gradient(bottom, #000D33 20.51%, rgba(0, 13, 51, 0.3) 98.66%);
    background: linear-gradient(360deg, #000D33 20.51%, rgba(0, 13, 51, 0.3) 98.66%);
  }

  .blog .blog-single__cover-content {
    padding: 21px 25px;
  }

  .blog .blog-single__cover-title {
    font-size: 22px;
  }

  .blog .blog-single__cover-details {
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .blog .blog-single__cover-details p {
    font-size: 12px;
    line-height: 1.5;
  }

  .blog .blog-single__cover-author {
    padding-right: 12px;
    gap: 8px;
  }

  .blog .blog-single__cover-authorImage {
    --image-size: 38px;
  }

  .blog .blog-single__cover-authorSocials {
    position: absolute;
    top: 100%;
    left: 14px;
    width: 100%;
    margin-top: -11px;
    max-width: calc(100% - 28px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    gap: 27px;
    background-color: var(--color-blue-lighter);
  }

  .blog .blog-single__cover-authorSocials-item {
    --share-icon-size: 41px;
  }

  .blog .blog-single__wysiwyg p,
  .blog .blog-single__wysiwyg li,
  .blog .blog-single__wysiwyg pre {
    word-break: break-word;
    line-height: 1.55;
  }

  .blog .blog-single__wysiwyg h1,
  .blog .blog-single__wysiwyg h2,
  .blog .blog-single__wysiwyg h3,
  .blog .blog-single__wysiwyg h4,
  .blog .blog-single__wysiwyg h5,
  .blog .blog-single__wysiwyg h6 {
    font-weight: 500;
  }

  .blog .blog-single__wysiwyg h1 {
    font-size: 30px;
  }

  .blog .blog-single__wysiwyg h2 {
    margin: 60px 0 15px;
    font-size: 22px;
  }

  .blog .blog-single__wysiwyg h3 {
    font-size: 20px;
  }

  .blog .blog-single__wysiwyg h4 {
    font-size: 18px;
  }

  .blog .blog-single__wysiwyg h5 {
    font-size: 16px;
  }

  .blog .blog-single__wysiwyg h6 {
    font-size: 14px;
  }

  .blog .blog-single__share {
    margin-top: 48px;
  }

  .blog .blog-single__share-title {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 1.18;
  }
}

@media (max-width: 374px) {
  .blog .blog-header__inner {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .button-solid-darkblue[data-show-bottom-text],
  .blog .blog-nav__categories-apply[data-show-bottom-text],
  .button-solid-green[data-show-bottom-text],
  .blog .blog-single__sidebarCTA-button[data-show-bottom-text] {
    --arrow-width: 36px;
    --arrow-height: 36px;
    --emoji-size: 15px;
  }

  .button-solid-darkblue[data-show-bottom-text] .button-bottom-text,
  .blog .blog-nav__categories-apply[data-show-bottom-text] .button-bottom-text,
  .button-solid-green[data-show-bottom-text] .button-bottom-text,
  .blog .blog-single__sidebarCTA-button[data-show-bottom-text] .button-bottom-text {
    font-size: 12px;
    margin-left: -13px;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .blog .blog-single {
    --blog-single-body-width: 800px;
  }
}

.blog .blog-single__wysiwyg pre.code_syntax {
  padding: 10px;
  background: #EFF5F6 !important;
	white-space: pre;
	overflow: auto;
}
@media (min-width: 992px) {
  .blog .blog-single__wysiwyg pre.code_syntax {
    padding: 20px;
  }
}
.blog .blog-single__wysiwyg pre.code_syntax > span.line_wrapper {
  padding-left: 20px;
}
.blog .blog-single__wysiwyg pre.code_syntax > span.line_wrapper:first-child,
.blog .blog-single__wysiwyg pre.code_syntax > span.line_wrapper:last-child{
  padding: 0;
}