@font-face {
  font-family: "BioSans";

  font-weight: normal;

  font-style: normal;

  font-display: block;

  src: url("biosans-regular.woff2") format("woff2"),
      url("biosans-regular.woff") format("woff");
}

@font-face {
  font-family: "BioSans-SemiBold";

  font-weight: 700;

  font-style: normal;

  font-display: block;

  src: url("biosans-semibold.woff2") format("woff2"),
      url("biosans-semibold.woff") format("woff");
}

@font-face {
  font-family: "iconfont";

  src: url("");

  src: url("iconfont.eot")
        format("embedded-opentype"),
      url("iconfont.ttf") format("truetype"),
      url("iconfont.woff") format("woff"),
      url("iconfont.svg") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: BioSans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: BioSans, sans-serif;
}

h2 {
  font-family: BioSans-SemiBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

p,
    li {
  font-family: BioSans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
}

label,
    legend {
  font-family: BioSans, sans-serif;
  margin-bottom: 0.125rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

@media (min-width: 834px) {
  label,
    legend {
    margin-bottom: 0.25rem;
    font-size: 16px;
    line-height: 26px;
  }
}

label {
  cursor: pointer;
}

.btn--header {
  border-radius: 50px;
}

.checkbox_default,
    .hs-input[type="checkbox"] {
  min-width: 16px;
  position: relative;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
}

.checkbox_default:after,
    .hs-input[type="checkbox"]:after {
  content: " ";
  display: block;
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: transparent;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox_default:checked,
    .hs-input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(249 190 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
}

.checkbox_default:checked:after,
    .hs-input[type="checkbox"]:checked:after {
  border-color: #fff;
}

.font-normal {
  font-family: BioSans, sans-serif;
}

.font-semibold {
  font-family: BioSans-SemiBold, sans-serif;
}

.cr-rotate_scale {
  transform: scale(-1, 1);
}

/* Normal Links hotfix */

.link_normal a {
  display: inline;
  --tw-text-opacity: 1;
  color: rgb(26 45 216 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/* list custom dots */

.list-with-yellow-dots li:before {
  content: "\25CF";
  color: #fcc400;
  font-size: 20px;
  line-height: 22px;
}

/* quote arrows */

.quote_block_arrow--right:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 58px solid transparent;
  border-top: 24px solid #f00;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 100%;
}

.quote_block_arrow--left:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 58px solid transparent;
  border-top: 24px solid white;
  border-bottom-left-radius: 4px;
  position: absolute;
  top: 100%;
}

/* ReCaptcha */

/* Footer styles */

.footer_bottom_left .bullet_link::before {
  content: "";
  margin-right: 0.75rem;
  display: inline-block;
  display: none;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 45 216 / var(--tw-bg-opacity));
}

@media (min-width: 834px) {
  .footer_bottom_left .bullet_link::before {
    display: inline-block;
  }
}

.footer_bottom_left .bullet_link::before {
  margin-bottom: 3px;
}

.footer_bottom_left .bullet_link:first-child::before {
  display: none;
}

@media (min-width: 768px) {
  .footer {
    padding: 90px 0px 10px 0px;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(123 135 239 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(123 135 239 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 414px) {
  .container {
    max-width: 414px;
  }
}

@media (min-width: 834px) {
  .container {
    max-width: 834px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 833px) {
  .section_blog_filter {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
  }

  .header + main .section_blog_filter {
    top: 58px;
  }

  .header.fixed + main .section_blog_filter {
    top: 48px;
  }

  body.admin_bar .header + main .section_blog_filter {
    top: calc(58px + 46px);
  }

  body.admin_bar .header.fixed + main .section_blog_filter {
    top: calc(48px + 46px);
  }
}

.blog_filter_form {
}

.blog_filter_cat-btn .blog_filter_cat-toggle {
  white-space: nowrap;
}

.blog_filter_cat-btn.active .blog_filter_cat-toggle {
}

.blog_filter_cat-btn.active .blog_filter_cat-toggle i {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.blog_filter_cat-btn.hide .blog_filter_cat-toggle {
  display: none;
}

.blog_filter_cat-container {
}

.blog_filter_cat-container.active {
  opacity: 1;
}

@media (min-width: 834px) {
  .blog_filter_cat-container.active {
    height: 4rem;
  }
}

.blog_filter_cat-mobile .blog_filter_cat-list {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  opacity: 0;
}

.blog_filter_cat-mobile.active .blog_filter_cat-list {
  box-shadow: 0 10px 10px 1px rgba(112, 144, 176, 0.12);
  opacity: 1;
}

.blog_filter_cat-mobile .blog_filter_cat-list ul {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transform: translate(0, -100%);
  height: 0;
  overflow: hidden;
}

.blog_filter_cat-mobile.active .blog_filter_cat-list ul {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  transform: translate(0, 0);
  height: 100%;
}

.blog_filter_cat-mobile .blog_filter_cat-item a {
}

.blog_filter_cat-mobile .blog_filter_cat-item a:before {
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(31 32 84 / var(--tw-border-opacity));
  content: " ";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
}

.blog_filter_cat-mobile .blog_filter_cat-item.active a:before {
  --tw-border-opacity: 1;
  border-color: rgb(26 45 216 / var(--tw-border-opacity));
}

.blog_filter_cat-mobile .blog_filter_cat-item.active a:after {
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 45 216 / var(--tw-bg-opacity));
  content: " ";
  position: absolute;
  top: calc(50% - 3px);
  left: 5px;
  width: 6px;
  height: 6px;
}

.blog_filter_cat-item {
  white-space: nowrap;
}

.blog_filter_cat-item.active a {
  --tw-text-opacity: 1;
  color: rgb(26 45 216 / var(--tw-text-opacity));
}

@media (min-width: 834px) {
  .blog_filter_cat-item.active a {
    --tw-border-opacity: 1;
    border-color: rgb(26 45 216 / var(--tw-border-opacity));
  }
}

.blog_search-container.active {
  width: 100%;
}

@media (min-width: 834px) {
  .blog_search-container.active {
    width: auto;
  }
}

.blog_search-container .blog_search-toggle {
}

.blog_search-container .blog_search-toggle i {
  font-size: 20px;
}

.blog_search-container.active .blog_search-toggle {
  padding: 0.375rem;
}

.blog_search-container.active .blog_search-toggle i {
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
}

.blog_search-container.active .blog_search-toggle i:before {
  content: "\e902";
}

.blog_search-container.active .blog_search-toggle i:hover {
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.blog_search-container .blog_search-form {
}

.blog_search-container.active .blog_search-form {
  width: 100%;
}

.blog_search-container .blog_search-form input {
  outline: none;
}

.blog_search-container .blog_search-form input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
  opacity: 1;
}

.blog_search-container .blog_search-form input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
  opacity: 1;
}

.blog_item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.blog_item .blog_item__cat {
  font-family: BioSans, sans-serif;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 32 84 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.blog_item .blog_item__cat:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 108 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0px 7px 17px rgba(112, 144, 176, 0.12));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 834px) {
  .blog_item:nth-child(4n + 4) {
    width: 100%;
    flex-direction: row;
  }

  @media (min-width: 834px) {
    .blog_item:nth-child(4n + 4) {
      grid-column: span 3 / span 3;
    }
  }

  .blog_item:nth-child(4n + 4) .blog_item__img {
    /* @apply flex-1;*/
    max-width: calc(33% - 1rem);
  }

  .blog_item:nth-child(4n + 4) .blog_item__info {
    width: auto;
    padding: 2rem;
    aspect-ratio: unset;
  }

  .blog_item:nth-child(4n + 4) .blog_item__title {
    font-family: BioSans, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
}

.blog_item--wide {
  width: 100%;
  flex-direction: row;
}

@media (min-width: 834px) {
  .blog_item--wide {
    grid-column: span 3 / span 3;
  }
}

.blog_item--wide .blog_item__img {
  /* @apply flex-1;*/
  max-width: calc(33% - 1rem);
}

.blog_item--wide .blog_item__info {
  width: auto;
  padding: 2rem;
  aspect-ratio: unset;
}

.blog_item--wide .blog_item__title {
  font-family: BioSans, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

/* Page Report Promo fix */

@media (min-width: 834px) {
  .report_archive .blog_item:nth-child(4n + 4) {
    width: 100%;
    flex-direction: column;
  }

  @media (min-width: 834px) {
    .report_archive .blog_item:nth-child(4n + 4) {
      grid-column: span 1 / span 1;
    }
  }

  .report_archive .blog_item:nth-child(4n + 4) .blog_item__img {
    /* @apply flex-1;*/
    max-width: 100%;
  }

  .report_archive .blog_item:nth-child(4n + 4) .blog_item__info {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    aspect-ratio: 1.53 / 1;
  }

  .report_archive .blog_item:nth-child(4n + 4) .blog_item__title {
    font-family: BioSans-SemiBold, sans-serif;
    margin-bottom: 0.75rem;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 32 84 / var(--tw-text-opacity));
  }
}

.blog_item--report {
  width: 100%;
  flex-direction: column;
}

@media (min-width: 834px) {
  .blog_item--report {
    grid-column: span 1 / span 1;
  }
}

.blog_item--report .blog_item__img {
  /* @apply flex-1;*/
  max-width: 100%;
}

.blog_item--report .blog_item__info {
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  aspect-ratio: 1.53 / 1;
}

.blog_item--report .blog_item__title {
  font-family: BioSans-SemiBold, sans-serif;
  margin-bottom: 0.75rem;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

/* Page Careers */

section.careers_wide_section:before,
    section.careers_wide_section:after {
  content: " ";
  background: #fff;
  width: 100%;
  position: absolute;
  z-index: 0;
}

section.careers_wide_section:before {
  top: -60%;
  bottom: 100%;
}

section.careers_wide_section:after {
  top: 100%;
  bottom: -60%;
}

section.layer_below_section_top:before,
    section.white_layer_below_section_top:before {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: 50%;
}

section.layer_below_section_bottom:before,
    section.white_layer_below_section_bottom:before {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: -1px;
}

section.white_layer_below_section_top:before,
    section.white_layer_below_section_bottom:before {
  background: #fff;
}

/* Page End Of Year Report */

.eoy {
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.eoy-top {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 834px) {
  .eoy-top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.eoy-top__left {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 834px) {
  .eoy-top__left {
    margin-top: 0px;
  }
}

.eoy-top__img-wrapper {
  position: relative;
  width: 326px;
}

.eoy-top__img-wrapper:before,
    .eoy-top__img-wrapper:after {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #6471a0;
  opacity: 0.16;
  content: "";
  top: 0;
  z-index: 1;
}

.eoy-top__img-wrapper:after {
  left: -4em;
}

.eoy-top__img-wrapper:before {
  left: -2em;
}

.eoy-top__img-container {
  position: relative;
  width: 100%;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 32 84 / var(--tw-bg-opacity));
  padding-top: 134%;
  z-index: 2;
}

.eoy-top__img {
  position: absolute;
  inset: 50%;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.eoy-know {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
}

.eoy-know__title {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.eoy-know__text {
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.eoy-works {
  padding: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.eoy-works__title {
  font-family: BioSans, sans-serif;
  padding-bottom: 1.25rem;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

#app ul[class].eoy-works__list {
  padding-left: 2rem;
  list-style-type: square;
}

.eoy-works__item {
  padding-bottom: 1rem;
}

.eoy-works__item-text {
  font-size: 16px;
  line-height: 26px;
}

.eoy-works__item-title {
  margin-bottom: 0.25rem;
  font-size: 22px;
  line-height: 32px;
}

.eoy-quote-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
  padding: 2rem;
}

.eoy-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.eoy-quote__pic {
  margin-bottom: 1.5rem;
}

.eoy-quote__text {
  margin-bottom: 1.25rem;
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.eoy-quote__author {
  display: grid;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: min-content auto;
  grid-template-rows: repeat(2, min-content);
}

.eoy-quote__author-photo {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 9999px;
  grid-row: 1 / 3;
}

.eoy-quote__author-name {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.eoy-quote__author-position {
  font-size: 14px;
  line-height: 20px;
  color: #6471a0;
}

.eoy-demo {
  align-items: center;
  padding: 2.5rem;
}

.eoy-demo__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

@media (min-width: 834px) {
  .eoy-demo__button {
    margin-top: 0px;
  }
}

.eoy button.el-button--submit {
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  border-radius: 2rem;
}

.eoy .el-button--submit p {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.eoy #submit-wrapper {
  position: relative;
}

.eoy .loading button.el-button--submit {
  opacity: 0.2;
  pointer-events: none;
}

/* Page Fraud Awareness */

.fraud_content h3 {
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

[class^="icon-"].fraud_content h3,
  [class*=" icon-"].fraud_content h3 {
  font-weight: 700;
}

.fraud_content h3 {
  font-family: SemiBold !important;
}

.fraud_content a {
  display: inline;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.fraud_content a:hover {
  -webkit-text-decoration-color: #F9BE00;
          text-decoration-color: #F9BE00;
}

.fraud_content p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 26px;
}

/* Page Travel rule*/

.wyswig_travel h2 {
  font-family: BioSans, sans-serif;
  font-weight: 400;
}

.wyswig_travel a {
  display: inline-block;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.wyswig_travel p {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 28px;
}

.item_category.category_articles {
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
}

.item_category.category_crypto {
  --tw-text-opacity: 1;
  color: rgb(72 198 149 / var(--tw-text-opacity));
}

.item_category.category_explainers {
  --tw-text-opacity: 1;
  color: rgb(26 45 216 / var(--tw-text-opacity));
}

.item_category.category_investigations {
  --tw-text-opacity: 1;
  color: rgb(255 126 85 / var(--tw-text-opacity));
}

.item_category.category_media {
  --tw-text-opacity: 1;
  color: rgb(96 110 236 / var(--tw-text-opacity));
}

.item_category.category_product {
  --tw-text-opacity: 1;
  color: rgb(249 190 0 / var(--tw-text-opacity));
}

.item_category.category_thought {
  --tw-text-opacity: 1;
  color: rgb(255 174 148 / var(--tw-text-opacity));
}

.item_category.category_crystal {
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

/* Page Investigations */

.accordion_investiagtion ul li:first-child {
  margin-top: 0px;
}

/* Effect for images - layers under image */

.effect--layers_below_img {
  position: relative;
}

.effect--layers_below_img:before,
    .effect--layers_below_img:after {
  content: " ";
  background: #6471a0;
  opacity: 0.16;
  border-radius: 8px;
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.effect--layers_below_img.--left:before {
  left: 0;
  z-index: 1;
}

.effect--layers_below_img.--left:after {
  left: 20px;
  z-index: 2;
}

.effect--layers_below_img.--right:before {
  right: 0;
  z-index: 1;
}

.effect--layers_below_img.--right:after {
  right: 20px;
  z-index: 2;
}

.effect--layers_below_img img {
  position: relative;
  z-index: 3;
  border-radius: 8px;
  overflow: hidden;
}

.effect--layers_below_img.--left > img {
  /*padding-left: 40px;*/
  margin-left: 40px;
}

.effect--layers_below_img.--right > img {
  /*padding-right: 40px;*/
  margin-right: 40px;
}

/* style for WYSIWYG text output */

.text--wysiwyg_base {
}

.text--wysiwyg_base p {
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.text--wysiwyg_base a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(26 45 216 / var(--tw-text-opacity));
}

/* FORMS - input select */

.select_hidden_first_option option:first-child {
  display: none;
}

/* FORMS - subscribe email field */

.field--subscribe_email > span {
  padding-left: 1.75rem;
}

@media (min-width: 834px) {
  .field--subscribe_email > span {
    padding-left: 2rem;
  }
}

.field--subscribe_email > span {
  position: absolute;
  top: 105%;
}

/* FORMS - validation */

.field_required.requiredSuccess:not(input[type="checkbox"]),
    form .select2-container .select2-selection.requiredSuccess {
  --tw-border-opacity: 1;
  border-color: rgb(72 198 149 / var(--tw-border-opacity));
}

.field_required.requiredError,
    form .select2-container .select2-selection.requiredError {
  --tw-border-opacity: 1;
  border-color: rgb(255 126 85 / var(--tw-border-opacity));
}

.notice_valid {
  font-family: BioSans, sans-serif;
  margin-top: 0.25rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(72 198 149 / var(--tw-text-opacity));
}

.notice_invalid {
  font-family: BioSans, sans-serif;
  margin-top: 0.25rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 126 85 / var(--tw-text-opacity));
}

/* FORMS - Upload file */

.upload_input_row input[type="file"] {
  cursor: pointer;
}

.upload_input_row input[type="file"]::-webkit-file-upload-button {
  display: none;
}

/* .upload_input_row input[type="file"]::before {
          @apply bg-yellow text-base font-semibold text-deep_blue py-5 px-4 duration-300;
          content: "Add";
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          display: inline-flex;
          align-items: center;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
       } */

.upload_input_row input[type="file"]::file-selector-button {
  display: none;
}

.upload_label {
  margin: 0;
}

.upload_label::before {
  font-family: BioSans-SemiBold, sans-serif;
  position: absolute;
  right: 0px;
  z-index: 50;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

@media (min-width: 414px) {
  .upload_label::before {
    line-height: 4px;
  }
}

@media (min-width: 834px) {
  .upload_label::before {
    line-height: 8px;
  }
}

.upload_label::before {
  content: "Add";
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.upload_label:hover,
    .upload_label:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 56 / var(--tw-bg-opacity));
}

/* .upload_input_row input[type="file"]:hover::before,
      .upload_input_row input[type="file"]:active::before {
          @apply bg-yellow-700;
      } */

/*
       * SELECT2
       */

form .select2-container .select2-selection {
  display: flex;
  height: 2.75rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-duration: 300ms;
}

@media (min-width: 834px) {
  form .select2-container .select2-selection {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

form .select2-container .select2-selection .select2-selection__rendered {
  font-family: BioSans, sans-serif;
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
}

@media (min-width: 834px) {
  form .select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
    line-height: 26px;
  }
}

form .select2-container .select2-selection .select2-selection__arrow {
  top: auto;
}

.select2-container.select2-container--default .select2-dropdown--below {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
}

.admin_bar
      .select2-container.select2-container--default
      .select2-dropdown--below {
  top: 1.75rem;
}

@media (min-width: 834px) {
  .admin_bar
      .select2-container.select2-container--default
      .select2-dropdown--below {
    top: 2rem;
  }
}

/*
       * Slick slider add gap for carousel
       * carousel partners and trusted members logos
       */

.carousel_crystal_partners_init .slick-track,
    .carousel_crystal_trusted_members_init .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.75rem;
}

/*
       * Flip box`s (mobile) and popup (desktop)
       * as on Partner page "become partner" block
       */

.flip_container {
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.flip_container.active {
  transform: rotateY(180deg);
}

.flip_container .flip_front_block,
    .flip_container .flip_back_block {
  backface-visibility: hidden;
}

.flip_container .flip_front_block {
  position: relative;
  z-index: 2;
  transform: rotateY(0deg);
}

.flip_container .flip_back_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotateY(180deg);
}

@media (min-width: 834px) {
  .flip_container--to_popup {
    transform-style: unset;
  }

  .flip_container--to_popup.active {
    transform: unset;
  }

  .flip_container--to_popup .flip_back_block--to_popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -9;
    opacity: 0;
    background: rgba(31, 32, 84, 0.6);
    transform: none;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-0 {
  bottom: -0px;
}

.-bottom-8 {
  bottom: -2rem;
}

.-top-0 {
  top: -0px;
}

.-top-16 {
  top: -4rem;
}

.-top-8 {
  top: -2rem;
}

.left-0 {
  left: 0px;
}

.left-16 {
  left: 4rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-14 {
  top: 3.5rem;
}

.top-7 {
  top: 1.75rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mt-0 {
  margin-top: -0px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-blog_desc {
  aspect-ratio: 1.53 / 1;
}

.aspect-blog_img {
  aspect-ratio: 1.69 / 1;
}

.aspect-episode_img {
  aspect-ratio: 1.477 / 1;
}

.aspect-reports_item {
  aspect-ratio: 1 / 1.41;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-18 {
  height: 4.5rem;
}

.h-21 {
  height: 5.25rem;
}

.h-30 {
  height: 7.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[272px\] {
  height: 272px;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-80 {
  max-height: 20rem;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.min-h-\[80px\] {
  min-height: 80px;
}

.min-h-\[84px\] {
  min-height: 84px;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-120 {
  width: 30rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-21 {
  width: 5.25rem;
}

.w-30 {
  width: 7.5rem;
}

.w-36 {
  width: 9rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-\[355px\] {
  width: 355px;
}

.w-\[357px\] {
  width: 357px;
}

.w-\[64px\] {
  width: 64px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[20px\] {
  min-width: 20px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3\.5xl {
  max-width: 52rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-75 {
  max-width: 75%;
}

.max-w-\[1140px\] {
  max-width: 1140px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-xxxs {
  max-width: 12rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[1_0_30\%\] {
  flex: 1 0 30%;
}

.flex-\[1_1_160px\] {
  flex: 1 1 160px;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-270 {
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-\[0\.9fr_2fr_0\.5fr\] {
  grid-template-columns: 0.9fr 2fr 0.5fr;
}

.grid-cols-\[3fr_2\.4fr\] {
  grid-template-columns: 3fr 2.4fr;
}

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-\[auto_1fr_26px\] {
  grid-template-rows: auto 1fr 26px;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.content-center {
  align-content: center;
}

.content-end {
  align-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-50 {
  border-radius: 50px;
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(232 234 252 / var(--tw-border-opacity));
}

.border-body-300 {
  --tw-border-opacity: 1;
  border-color: rgb(204 210 224 / var(--tw-border-opacity));
}

.border-deep_blue {
  --tw-border-opacity: 1;
  border-color: rgb(31 32 84 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity));
}

.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(244 246 249 / var(--tw-border-opacity));
}

.border-r-body-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(223 227 236 / var(--tw-border-opacity));
}

.border-t-gray {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 229 231 / var(--tw-border-opacity));
}

.bg-\[\#FF0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(26 45 216 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 252 / var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 85 233 / var(--tw-bg-opacity));
}

.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(100 113 160 / var(--tw-bg-opacity));
}

.bg-body-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.bg-body-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 210 224 / var(--tw-bg-opacity));
}

.bg-deep_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(31 32 84 / var(--tw-bg-opacity));
}

.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(72 198 149 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/img\/bg_circle_decoration\.svg\'\)\] {
  background-image: url("");
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-black {
  fill: #000;
}

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 32px;
  line-height: 40px;
}

.text-3xl {
  font-size: 38px;
  line-height: 48px;
}

.text-4xl {
  font-size: 42px;
  line-height: 52px;
}

.text-5xl {
  font-size: 56px;
  line-height: 64px;
}

.text-\[0px\] {
  font-size: 0px;
}

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

.text-lg {
  font-size: 22px;
  line-height: 32px;
}

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

.text-xl {
  font-size: 28px;
  line-height: 36px;
}

.text-xs {
  font-size: 14px;
  line-height: 20px;
}

.text-xxs {
  font-size: 12px;
  line-height: 16px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(26 45 216 / var(--tw-text-opacity));
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
}

.text-body-700 {
  --tw-text-opacity: 1;
  color: rgb(128 142 178 / var(--tw-text-opacity));
}

.text-deep_blue {
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(228 229 231 / var(--tw-text-opacity));
}

.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(244 246 249 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 126 85 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(249 190 0 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.\!blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-normal {
  --tw-drop-shadow: drop-shadow(0px 7px 17px rgba(112, 144, 176, 0.12));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/**
   * Add icons
   */

[class^="icon-"],
  [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"].font-bold,
  [class*=" icon-"].font-bold {
  font-weight: 700;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-x:before {
  content: "\e902";
}

.icon-chevron-left:before {
  content: "\e903";
}

.icon-quote:before {
  content: "\e904";
}

.icon-crystal:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906" !important;
}

.icon-play:before {
  content: "\e907" !important;
}

.icon-check:before {
  content: "\e908";
}

.icon-tweeter:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e911";
}

.icon-ping-location:before {
  content: "\e912";
}

.select-country-container {
  outline: none !important;
  width: 100px !important;
  max-width: 100px !important;
  min-width: 100px !important;
}

.input-tel.has-hint .input-tel__label {
  font-size: 8px !important;
}

.hs-button {
  margin-top: 2rem;
  width: 100%;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25rem;
  color: rgb(31 32 84 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  transition-duration: 0.3s;
  cursor: pointer;
}

.hs-button:hover {
  background-color: rgb(255 208 56 / var(--tw-bg-opacity));
}

.hs-input:not([type="checkbox"]) {
  margin-top: 1rem;
  width: 100% !important;
  text-overflow: ellipsis;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity));
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  font-weight: 400;
  color: rgb(100 113 160 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  outline: 2px solid #0000;
  outline-offset: 2px;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  line-height: 26px;
}

.hs-input.hs-fieldtype-textarea {
  resize: vertical;
  font-family: BioSans, sans-serif;
  height: auto;
  max-height: 20rem;
  min-height: 50px;
  width: 100% !important;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity));
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  font-weight: 400;
  color: rgb(100 113 160 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  outline: 2px solid #0000;
  outline-offset: 2px;
  transition-duration: 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  line-height: 26px;
}

.hs-form a {
  display: inline;
  color: rgb(31 32 84 / var(--tw-text-opacity));
  text-decoration: underline;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0px !important;
}

.hs-form-booleancheckbox span p {
  font-size: 12px;
  line-height: 16px;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.hs-form-booleancheckbox-display {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: BioSans, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  font-size: 12px;
  line-height: 16px;
  transition-duration: 0.3s;
}

.hs-error-msg {
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: BioSans, sans-serif;
  margin-top: 0.25rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 126 85 / var(--tw-text-opacity));
}

.hs_error_rollup .hs-main-font-element {
  color: rgb(255 126 85 / var(--tw-text-opacity));
}

.hs-input.invalid {
  border-color: rgb(255 126 85 / var(--tw-text-opacity));
}

.hs-form-field {
  margin-bottom: 1rem;
}

/* Subscribe form */

.hbspt_subscribe {
  width: auto;
  position: relative;
}

.hbspt_subscribe .hs-input[type="email"] {
  margin-right: 0.25rem;
  height: 60px;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(232 234 252 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  padding-right: 9rem;
  font-weight: 400;
  color: rgb(100 113 160 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  outline: 2px solid #0000;
  outline-offset: 2px;
  padding-left: 2rem;
  font-size: 16px;
  line-height: 26px;
  width: 30rem;
}

.hbspt_subscribe .hs-button {
  position: absolute;
  right: 0;
  width: 9rem;
  top: 0;
  margin-top: 16px;
}

select.hs-input {
  width: 100% !important;
}

.hbspt-form .input {
  border: revert !important;
  width: revert !important;
  padding: revert !important;
  margin-bottom: 1rem;
  height: auto !important;
}

/* Make the .hs-fieldtype-file a flex container */

.hs-fieldtype-file {
  display: flex;
  flex-direction: column;
  /* Stack children vertically */
}

/* Order the input higher than the legend */

.hs-fieldtype-file .input {
  order: 1;
}

/* Order the legend lower than the input */

.hs-fieldtype-file .hs-field-desc {
  order: 2;
}

.hs-input[type="file"] {
  margin-top: 12px;
  position: relative;
}

.hs-input[type="file"]::file-selector-button {
  font-family: BioSans-SemiBold, sans-serif;
  position: absolute;
  z-index: 50;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
  transition-duration: 300ms;
  content: "Add";
  border-top-left-radius: 4px;
  height: 100%;
  top: 0px;
  right: -4px;
  border: 0px;
  border-bottom-left-radius: 5px;
}

.hs-field-desc {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
}

.hs_training___pay input {
  margin-top: 5px;
}

.hs_training___pay span {
  font-family: BioSans-SemiBold, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 190 0 / var(--tw-text-opacity));
}

/* all tailwind */

.accordion_faq .accordion_icon::before {
  font-size: 25px;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.icon--rot {
  transform: rotate(45deg);
}

.el-accordion__content a {
  display: inline-block;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(100 113 160 / var(--tw-text-opacity));
}

.el-accordion__content a:hover {
  border-color: transparent;
}

.el-accordion__content ul li ,.el-accordion__content ol li {
  position: relative;
  margin-top: 1.75rem;
  padding-left: 1.25rem;
}

@media (min-width: 834px) {
  .el-accordion__content ul li ,.el-accordion__content ol li {
    padding-left: 2.5rem;
  }
}

.el-accordion__content ul li:before, .el-accordion__content ol li:before {
  position: absolute;
  left: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 222 117 / var(--tw-text-opacity));
}

.el-accordion__content ul li:before {
  top: 9px;
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 117 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.el-accordion__content ol li:before {
  top: 0px;
  font-size: 14px;
  line-height: 1.75rem;
}

.el-accordion__content ol {
  counter-reset: item;
}

.el-accordion__content ol li:before {
  content:counter(item) ".";
  counter-increment: item;
}

/* faq page */

@media (min-width: 834px) {
  .md\:font-normal {
    font-family: BioSans, sans-serif;
  }

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 414px) {
    .md\:container {
      max-width: 414px;
    }
  }

  @media (min-width: 834px) {
    .md\:container {
      max-width: 834px;
    }
  }

  @media (min-width: 1240px) {
    .md\:container {
      max-width: 1240px;
    }
  }

  
    section.md\:white_layer_below_section_bottom:before {
    content: " ";
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: -1px;
    background: #fff;
  }
}

@media (min-width: 1240px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 414px) {
    .lg\:container {
      max-width: 414px;
    }
  }

  @media (min-width: 834px) {
    .lg\:container {
      max-width: 834px;
    }
  }

  @media (min-width: 1240px) {
    .lg\:container {
      max-width: 1240px;
    }
  }
}

@media (max-width: 833px) {
  .till_md\:hide.blog_filter_cat-btn .blog_filter_cat-toggle {
    display: none;
  }

  .till_md\:blog_filter_cat-mobile .blog_filter_cat-list {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 0;
  }

  .till_md\:blog_filter_cat-mobile.active .blog_filter_cat-list {
    box-shadow: 0 10px 10px 1px rgba(112, 144, 176, 0.12);
    opacity: 1;
  }

  .till_md\:blog_filter_cat-mobile .blog_filter_cat-list ul {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    transform: translate(0, -100%);
    height: 0;
    overflow: hidden;
  }

  .till_md\:blog_filter_cat-mobile.active .blog_filter_cat-list ul {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    transform: translate(0, 0);
    height: 100%;
  }

  .till_md\:blog_filter_cat-mobile .blog_filter_cat-item a {
  }

  .till_md\:blog_filter_cat-mobile .blog_filter_cat-item a:before {
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(31 32 84 / var(--tw-border-opacity));
    content: " ";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
  }

  .till_md\:blog_filter_cat-mobile .blog_filter_cat-item.active a:before {
    --tw-border-opacity: 1;
    border-color: rgb(26 45 216 / var(--tw-border-opacity));
  }

  .till_md\:blog_filter_cat-mobile .blog_filter_cat-item.active a:after {
    border-radius: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(26 45 216 / var(--tw-bg-opacity));
    content: " ";
    position: absolute;
    top: calc(50% - 3px);
    left: 5px;
    width: 6px;
    height: 6px;
  }

  .flip_container .till_md\:flip_front_block {
    backface-visibility: hidden;
    position: relative;
    z-index: 2;
    transform: rotateY(0deg);
  }
}

.before\:bottom-auto::before {
  content: var(--tw-content);
  bottom: auto;
}

.before\:h-24::before {
  content: var(--tw-content);
  height: 6rem;
}

.before\:h-32::before {
  content: var(--tw-content);
  height: 8rem;
}

.before\:h-40::before {
  content: var(--tw-content);
  height: 10rem;
}

.before\:h-48::before {
  content: var(--tw-content);
  height: 12rem;
}

.before\:h-64::before {
  content: var(--tw-content);
  height: 16rem;
}

.before\:h-72::before {
  content: var(--tw-content);
  height: 18rem;
}

.before\:bg-deep_blue::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(31 32 84 / var(--tw-bg-opacity));
}

.before\:bg-gray-light::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:left-5::after {
  content: var(--tw-content);
  left: 1.25rem;
}

.after\:right-5::after {
  content: var(--tw-content);
  right: 1.25rem;
}

.after\:border-t-blue::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(26 45 216 / var(--tw-border-opacity));
}

.after\:border-t-blue-700::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(68 85 233 / var(--tw-border-opacity));
}

.after\:border-t-deep_blue::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(31 32 84 / var(--tw-border-opacity));
}

.after\:border-t-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.after\:border-t-yellow::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(249 190 0 / var(--tw-border-opacity));
}

.last\:border-none:last-child {
  border-style: none;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 45 216 / var(--tw-border-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 135 239 / var(--tw-bg-opacity));
}

.hover\:bg-body-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.hover\:bg-deep_blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 32 84 / var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 220 190 / var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 117 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 56 / var(--tw-bg-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(26 45 216 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(96 110 236 / var(--tw-text-opacity));
}

.hover\:text-deep_blue:hover {
  --tw-text-opacity: 1;
  color: rgb(31 32 84 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(249 190 0 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:drop-shadow-normal:hover {
  --tw-drop-shadow: drop-shadow(0px 7px 17px rgba(112, 144, 176, 0.12));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 414px) {
  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }
}

@media (min-width: 834px) {
  .md\:-top-16 {
    top: -4rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-episode_img {
    aspect-ratio: 1.477 / 1;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-18 {
    height: 4.5rem;
  }

  .md\:min-h-\[642px\] {
    min-height: 642px;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-18 {
    width: 4.5rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-75 {
    max-width: 75%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .md\:grid-cols-\[3fr_1fr\] {
    grid-template-columns: 3fr 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:rounded-50 {
    border-radius: 50px;
  }

  .md\:rounded-6 {
    border-radius: 6px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-deep_blue {
    --tw-border-opacity: 1;
    border-color: rgb(31 32 84 / var(--tw-border-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-3xl {
    font-size: 38px;
    line-height: 48px;
  }

  .md\:text-5xl {
    font-size: 56px;
    line-height: 64px;
  }

  .md\:text-base {
    font-size: 18px;
    line-height: 28px;
  }

  .md\:text-lg {
    font-size: 22px;
    line-height: 32px;
  }

  .md\:text-sm {
    font-size: 16px;
    line-height: 26px;
  }

  .md\:text-xl {
    font-size: 28px;
    line-height: 36px;
  }

  .md\:text-xs {
    font-size: 14px;
    line-height: 20px;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .hover\:md\:border-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(26 45 216 / var(--tw-border-opacity));
  }
}

@media (min-width: 1240px) {
  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:aspect-blog_desc {
    aspect-ratio: 1.53 / 1;
  }

  .lg\:w-120 {
    width: 30rem;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:text-2xl {
    font-size: 32px;
    line-height: 40px;
  }

  .lg\:text-3xl {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 399px) {
  .till_xs\:hidden {
    display: none;
  }
}

@media (max-width: 413px) {
  .till_sm\:min-h-\[260px\] {
    min-height: 260px;
  }
}

@media (max-width: 833px) {
  .till_md\:order-1 {
    order: 1;
  }

  .till_md\:order-2 {
    order: 2;
  }

  .till_md\:hidden {
    display: none;
  }

  .till_md\:h-full {
    height: 100%;
  }

  .till_md\:min-h-\[230px\] {
    min-height: 230px;
  }

  .till_md\:max-w-xs {
    max-width: 20rem;
  }

  .till_md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .till_md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .till_md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .till_md\:text-center {
    text-align: center;
  }
}
