@charset "UTF-8";
/*!
Theme Name: hivelight
Author: Anonymous
Author URI:
Version: 1
Description: hivelight theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hivelight
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Bold.woff2") format("woff2"),
    url("./fonts/Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Black.woff2") format("woff2"),
    url("./fonts/Outfit-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-ExtraBold.woff2") format("woff2"),
    url("./fonts/Outfit-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Light.woff2") format("woff2"),
    url("./fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-ExtraLight.woff2") format("woff2"),
    url("./fonts/Outfit-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Regular.woff2") format("woff2"),
    url("./fonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-SemiBold.woff2") format("woff2"),
    url("./fonts/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Medium.woff2") format("woff2"),
    url("./fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Thin.woff2") format("woff2"),
    url("./fonts/Outfit-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
.intro-small-section h1,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 19px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: #383838;
  font: 15px/1.588 "Outfit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 17px;
    line-height: 1.588;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

.resize-active * {
  transition: none !important;
}

.blog-listing,
.pricing-tabs .tabset,
.pricing-list,
.icon-text-items,
.team-list,
.logos-list,
.cards-list,
.empower-list,
.icon-text-list,
.footer-nav,
.social-networks,
.has-checked-list > ul,
#nav,
.tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimony-image-inner img,
.overview-gallery .slide-gallery img,
.bg-stretch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-form p:after,
.post-password-form p:after,
.search-form:after,
.post-password-form:after,
.widget:after,
.clearfix:after,
dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

h1,
.h1,
h2,
.intro-small-section h1,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Outfit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #0b2a4a;
  font-weight: bold;
  margin: 0 0 0.5em;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: -0.0075em;
  margin: 0 0 0.38em;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}

h2,
.intro-small-section h1,
.h2 {
  font-size: 28px;
  line-height: 1.1428571429;
}
@media (min-width: 992px) {
  h2,
  .intro-small-section h1,
  .h2 {
    font-size: 35px;
  }
}
h2.title-h2-lg,
.desc-section h2,
.overview-section h2,
.intro-small-section h1,
.info-section h2,
.icon-text-section h2,
.h2.title-h2-lg {
  font-size: 32px;
}
@media (min-width: 992px) {
  h2.title-h2-lg,
  .desc-section h2,
  .overview-section h2,
  .intro-small-section h1,
  .info-section h2,
  .icon-text-section h2,
  .h2.title-h2-lg {
    font-size: 50px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 1.6224;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 0.8em;
}

a {
  transition: color 0.27s ease-in-out;
  color: #0b2a4a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #47859f;
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 17px;
  line-height: 17px;
  font-family: "Outfit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #383838;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background-color: #e3eef1;
  padding: 10px 25px;
  width: 100% !important;
}
input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
input[type="url"]:not(textarea),
select:not(textarea),
textarea:not(textarea) {
  height: 56px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #383838;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #383838;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #383838;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #383838;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
select.placeholder,
textarea.placeholder {
  color: #383838;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23383838;' d='M511.573 810.667c-23.562-.005-44.892-9.559-60.33-25.002L24.576 358.998C8.503 343.459-1.475 321.704-1.475 297.619c0-47.128 38.205-85.333 85.333-85.333 24.086 0 45.841 9.979 61.356 26.027l.023.024 366.336 366.421 366.421-366.421c15.33-14.821 36.239-23.954 59.282-23.954 47.128 0 85.333 38.205 85.333 85.333 0 23.043-9.133 43.952-23.977 59.306l.023-.024-426.667 426.667c-15.443 15.448-36.78 25.003-60.349 25.003h-.071.004z'/%3E%3C/svg%3E");
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  padding-right: 38px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  transition: background 0.5s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 49px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: #000;
  border-radius: 5px;
  background: #ff9e1a;
  transition: background 0.27s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
  background: #f58d00;
  color: #fff;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

.nav-links,
.navigation,
.navigation-comments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  [id="twocolumns"] {
    display: flex;
  }
}

[id="content"] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id="content"] {
    width: 70%;
  }
}
[id="content"]:only-child {
  width: 100%;
}

[id="sidebar"] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id="sidebar"] {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}
.search-form label,
.post-password-form label {
  display: block;
}
.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  [id="sidebar"] .search-form input,
  [id="sidebar"] .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  margin: 0;
}

@media (max-width: 479.5px) {
  form.search-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
form.search-form input[type="submit"] {
  height: 56px;
}
@media (max-width: 479.5px) {
  form.search-form input[type="submit"] {
    margin-top: 8px;
  }
}

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative;
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  font-weight: 700;
  margin: 0 0.5em;
}
.nav-links .page-numbers.current,
.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
  color: #47859f;
}
.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}
.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 14px 20px 13px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 49%;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #f58d00 0%,
    #f58d00 50%,
    #ff9e1a 51%,
    #ff9e1a 100%
  );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  transition: background-position 0.27s ease-in-out;
}
@media (min-width: 768px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 18px 27px 17px;
  }
}
@media (max-width: 767.5px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }
}
@media (max-width: 767.5px) {
  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: "»";
    font-size: 15px;
  }
}
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  background-position: 0 50%;
}
@media (max-width: 767.5px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: "«";
  }
}

.pagination {
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .pagination {
    padding: 42px 0 0;
  }
}
@media (min-width: 1200px) {
  .pagination {
    padding: 50px 0 0;
  }
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
  display: block;
  width: auto;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: #000;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 19px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 19px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

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

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden="false"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
    f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="true"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(2px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(0px -1px 0px var(--f-thumb-outline-color))
    drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sticky-wrap.fixed-position #header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header {
  position: relative;
  padding: 8px 0;
  background-color: transparent;
  transition: background-color 0.27s ease-in-out, box-shadow 0.27s ease-in-out;
  z-index: 1050;
}
@media (min-width: 992px) {
  #header {
    padding: 16px 0;
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 16px 0;
  }
}
@media (max-width: 991.5px) {
  .nav-active #header {
    background-color: #fff;
  }
}
#header .container {
  display: flex;
  align-items: center;
  max-width: 1250px;
}

.logo {
  width: 120px;
  flex-shrink: 0;
  margin: 0 auto 0 0;
}
@media (min-width: 768px) {
  .logo {
    width: 168px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 215px;
  }
}

@media (max-width: 991.5px) {
  .nav-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 55px);
    z-index: 1050;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.27s ease-in-out, opacity 0.27s ease-in-out;
    box-shadow: 0 24px 44px rgba(7, 0, 59, 0.1);
    padding: 0 0 4px;
  }
}
@media (max-width: 991.5px) {
  .nav-active .nav-wrap {
    opacity: 1;
    visibility: visible;
  }
}

#nav {
  font-size: 14px;
  line-height: 2.125;
  font-weight: 700;
  color: #233f5c;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}
@media (min-width: 992px) {
  #nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  #nav {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  #nav > li:not(:last-child) {
    margin: 0 1em 0 0;
  }
}
@media (min-width: 1200px) {
  #nav > li:not(:last-child) {
    margin: 0 1.39em 0 0;
  }
}
#nav > li.active a {
  color: #47859f;
}
#nav > li.active a span:before {
  transform: scaleX(1);
}
#nav a {
  display: block;
  padding: 4px 15px;
  text-align: center;
  transition: color 0.27s ease-in-out;
  position: relative;
}
@media (min-width: 992px) {
  #nav a {
    text-align: left;
    padding: 0;
  }
}
#nav a:hover {
  color: #47859f;
}
#nav a:hover span:before {
  transform: scaleX(1);
}
#nav a span {
  display: inline-block;
  position: relative;
}
#nav a span:before {
  height: 5px;
  background-color: #e3eef1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  transform: scaleX(0);
  transition: transform 0.27s ease-in-out;
  transform-origin: 0 0;
}

.header-action {
  flex-shrink: 0;
  display: flex;
  margin: 0 0 0 12px;
}
@media (min-width: 768px) {
  .header-action {
    margin: 0 0 0 16px;
  }
}
@media (min-width: 1200px) {
  .header-action {
    margin: 0 0 0 27px;
  }
}
@media (max-width: 767.5px) {
  .header-action .btn {
    font-size: 10px;
    padding: 12px 12px 11px;
  }
}

.nav-opener {
  flex-shrink: 0;
  display: block;
  width: 25px;
  height: 32px;
  position: relative;
  margin: 0 12px 0 0;
  z-index: 1051;
  cursor: pointer;
}
@media (min-width: 768px) {
  .nav-opener {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 992px) {
  .nav-opener {
    display: none;
  }
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}
.nav-opener span,
.nav-opener:before,
.nav-opener:after {
  background: #0b2a4a;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transition: all 0.27s linear;
}
.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 30%;
}
.nav-opener:after {
  top: 70%;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 1;
}
#wrapper.decor-none:before {
  display: none;
}
#wrapper:before {
  width: 3340px;
  height: 1929px;
  content: "";
  background-image: url("./images/background-decor.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-66.5%, -10%);
  z-index: -1;
  pointer-events: none;
}
#wrapper #main {
  flex-grow: 1;
}

.g-container,
.container {
  width: 100%;
  max-width: 1135px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container .g-container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.g-container .g-container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

#main > .g-container:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #main > .g-container:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #main > .g-container:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1199.5px) {
  .general-block {
    padding: 40px 0;
  }
}
@media (max-width: 767.5px) {
  .general-block {
    padding: 30px 0;
  }
}

.has-checked-list > ul {
  line-height: 1.5;
  margin-top: 1.75em;
  margin-bottom: 2.2em;
}
.has-checked-list > ul li {
  padding: 0 0 0 3em;
  position: relative;
}
.has-checked-list > ul li:not(:last-child) {
  margin-bottom: 1.2em;
}
.has-checked-list > ul li:before {
  width: 2em;
  height: 2em;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("./images/check-icon.png");
  background-size: 19px 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #72c3d5;
  transform: translate(0, -50%);
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.link,
.tabset-title {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.7421428571;
  font-weight: 700;
  letter-spacing: 0.058em;
  text-transform: uppercase;
  color: #ff9e1a;
  transition: color 0.27s ease-in-out;
}
.link:hover,
.tabset-title:hover {
  color: #47859f;
}
.link:hover svg path,
.tabset-title:hover svg path {
  fill: #47859f;
}
.link svg,
.tabset-title svg {
  width: 22px;
  height: auto;
}
.link svg path,
.tabset-title svg path {
  transition: fill 0.27s ease-in-out;
}

.back-link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7421428571;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  color: #72c3d5;
}
@media (min-width: 768px) {
  .back-link {
    font-size: 14px;
  }
}
.back-link:hover {
  color: #47859f;
}
.back-link:hover svg path {
  fill: #47859f;
}
.back-link svg {
  margin: 0 2px 0 0;
}
.back-link svg path {
  transition: fill 0.27s ease-in-out;
}

.colored-spacer {
  height: 45px;
}

@media (min-width: 1200px) {
  .xl-py {
    padding: 60px 0;
  }
}

.wp-block-embed-youtube.aligncenter {
  text-align: center;
}
.wp-block-embed-youtube.aligncenter .wp-block-embed__wrapper {
  display: inline-block;
}

.bg-stretch {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.bg-blue {
  position: relative;
  z-index: 2;
  background: #0b2a4a;
  color: #fff;
}
.bg-blue h1,
.bg-blue .h1,
.bg-blue h2,
.bg-blue .h2,
.bg-blue h3,
.bg-blue .h3,
.bg-blue h4,
.bg-blue .h4,
.bg-blue h5,
.bg-blue .h5,
.bg-blue h6,
.bg-blue .h6,
.bg-blue .h {
  color: inherit;
}

.bg-light {
  background: #e3eef1;
}

#footer {
  background-color: #f1f9fb;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #footer {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  #footer {
    padding: 48px 0 96px;
  }
}

.social-networks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
.social-networks li:not(:last-child) {
  margin: 0 15px 0 0;
}
.social-networks li a:hover img {
  opacity: 0.75;
}
.social-networks li img {
  width: 45px;
  opacity: 1;
  transition: opacity 0.27s ease-in-out;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 2.4285714286;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin: 0 -0.657em 1.6em;
}
.footer-nav li {
  padding: 0 0.657em;
}
.footer-nav li.active a {
  color: #47859f;
}
.footer-nav a {
  color: #233f5c;
}
.footer-nav a:hover {
  color: #47859f;
}

.copyright-block {
  font-size: 13px;
  line-height: cacl(25/13);
  font-weight: 400;
  text-align: center;
}
.copyright-block p {
  margin: 0;
}

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 14px 20px 13px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .btn {
    padding: 18px 27px 17px;
  }
}
.btn.md-width {
  min-width: 200px;
}
.btn.btn-orange {
  color: #fff;
  background-image: linear-gradient(
    to right,
    #f58d00 0%,
    #f58d00 50%,
    #ff9e1a 51%,
    #ff9e1a 100%
  );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  transition: background-position 0.27s ease-in-out;
}
.btn.btn-orange:hover {
  background-position: 0 50%;
}
.btn.btn-outline-orange {
  color: #ff9e1a;
  background-image: linear-gradient(
    to right,
    #ff9e1a 0%,
    #ff9e1a 50%,
    rgba(255, 158, 26, 0) 50%,
    rgba(255, 158, 26, 0) 100%
  );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  transition: background-position 0.27s ease-in-out, color 0.27s ease-in-out,
    box-shadow 0.27s ease-in-out;
  background-position: 100% 50%;
  box-shadow: inset 0px 0px 0px 2px #ff9e1a;
}
.btn.btn-outline-orange:hover {
  background-position: 0 50%;
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 158, 26, 0);
}
.btn.btn-gray {
  color: #fff;
  background-image: linear-gradient(
    to right,
    #cacaca 0%,
    #cacaca 50%,
    #dcdcdc 51%,
    #dcdcdc 100%
  );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  transition: background-position 0.27s ease-in-out;
}
.btn.btn-gray:hover {
  background-position: 0 50%;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
}

@media (min-width: 1200px) {
  .two-column-section {
    padding: 75px 0;
  }
}
.two-column-section + .two-column-section {
  padding-top: 0;
}
.two-column-section + .desc-section {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .two-column-section + .desc-section {
    padding-top: 40px;
  }
}
.two-column-section.two-column-secondary .container {
  max-width: 1095px;
}
@media (min-width: 1200px) {
  .two-column-section.two-column-secondary h2,
  .two-column-section.two-column-secondary .intro-small-section h1,
  .intro-small-section .two-column-section.two-column-secondary h1 {
    margin-bottom: 0.7em;
  }
}
@media (min-width: 768px) {
  .two-column-section.two-column-secondary .tcs-text {
    max-width: 52%;
    flex: 0 0 52%;
  }
}
@media (min-width: 1200px) {
  .two-column-section.two-column-secondary .tcs-text {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .reverse .two-column-section.two-column-secondary .tcs-text {
    max-width: 48%;
    flex: 0 0 48%;
  }
}
@media (min-width: 768px) {
  .two-column-section.two-column-secondary .tcs-image {
    max-width: 48%;
    flex: 0 0 48%;
  }
}
@media (min-width: 768px) {
  .reverse .two-column-section.two-column-secondary .tcs-image {
    max-width: 52%;
    flex: 0 0 52%;
  }
}

@media (min-width: 768px) {
  .tcs-row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .reverse .tcs-row {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .tcs-text {
    max-width: 49%;
    flex: 0 0 49%;
    padding: 0 15px;
  }
}
.tcs-text > *:last-child {
  margin-bottom: 0;
}
.tcs-text p {
  margin: 0 0 1.6em;
}
.tcs-text .btn-wrap {
  padding: 0.3em 0 0;
}

.tcs-image {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .tcs-image {
    max-width: 51%;
    flex: 0 0 51%;
    padding: 0 15px;
  }
}
.tcs-image figure {
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .tcs-image figure {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .tcs-image figure {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .reverse .tcs-image figure {
    text-align: left;
  }
}

.section-header {
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 1200px) {
  .section-header {
    margin: 0 0 47px;
  }
}
.section-header > *:only-child {
  margin-bottom: 0;
}

.icon-text-section {
  text-align: center;
}
@media (min-width: 1200px) {
  .icon-text-section {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .icon-text-section.icon-text-secondry {
    padding: 90px 0 75px;
  }
}
.icon-text-section + .image-testimony-section.image-testimony-secondary {
  padding-top: 14px;
}
.icon-text-section h2,
.icon-text-section .intro-small-section h1,
.intro-small-section .icon-text-section h1 {
  margin: 0 0 0.3em;
}
.icon-text-section h3 {
  font-size: 28px;
  line-height: 1.1588571429;
  margin-bottom: 1.2em;
}
@media (min-width: 992px) {
  .icon-text-section h3 {
    font-size: 35px;
  }
}
.icon-text-section h4 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .icon-text-section h4 {
    font-size: 25px;
  }
}
.icon-text-section .btn {
  min-width: 200px;
}
.icon-text-section .section-header {
  max-width: 840px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.4545454545;
}
@media (min-width: 992px) {
  .icon-text-section .section-header {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .icon-text-section .section-header {
    margin-bottom: 35px;
  }
}
.icon-text-section .section-header + h3 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .icon-text-section .section-header + h3 {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .icon-text-section .section-header + h3 {
    margin-top: 73px;
  }
}

.icon-text-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 22px;
}
@media (min-width: 375px) {
  .icon-text-list {
    margin-inline: 0 -15px;
  }
}
@media (min-width: 556px) {
  .icon-text-list {
    margin-inline: 0 -17px;
  }
}
.icon-text-list:last-child {
  margin-bottom: -30px;
}
@media (min-width: 556px) {
  .icon-text-list:last-child {
    margin-bottom: -53px;
  }
}
@media (min-width: 992px) {
  .icon-text-list:not(.four-columns) {
    max-width: 1025px;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .icon-text-list.four-columns > li {
    max-width: 25%;
    flex: 0 0 25%;
    padding-inline: 17px;
  }
}
@media (min-width: 768px) {
  .icon-text-list + h4 {
    margin-top: -24px;
  }
}
.icon-text-list > li {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 8px 30px;
}
@media (min-width: 480px) {
  .icon-text-list > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-inline: 15px;
  }
}
@media (min-width: 556px) {
  .icon-text-list > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 17px 53px;
  }
}
@media (min-width: 992px) {
  .icon-text-list > li {
    padding-inline: 30px;
  }
}
@media (min-width: 1200px) {
  .icon-text-list > li {
    padding-inline: 50px;
  }
}

.icon-text-item {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5882352941;
  text-align: center;
}
.icon-text-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: rgba(114, 195, 213, 0.2);
  border-radius: 50%;
  margin: 0 auto 11px;
  padding: 15px;
}
@media (min-width: 992px) {
  .four-columns .icon-text-item .icon {
    width: 65px;
    height: 65px;
  }
}
.icon-text-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-text-item p {
  margin: 0;
}
.icon-text-item h3 {
  color: inherit;
  font-size: 20px;
  margin: 0 0 0.6em;
}

.small-header {
  text-align: center;
}
@media (min-width: 1200px) {
  .small-header {
    padding: 51px 0;
  }
}
.small-header .container > *:last-child {
  margin-bottom: 0;
}
.small-header h3 {
  margin: 0 0 0.4em;
}
.small-header p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.7em;
}
.small-header .btn-wrap {
  margin: 1.4em 0 0;
}

@media (min-width: 1200px) {
  .text-image-row {
    padding: 54px 0;
  }
}
.text-image-row + .text-image-row {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .text-image-row + .desc-section {
    padding-top: 65px;
  }
}
@media (min-width: 768px) {
  .text-image-row.reverse-mod .tir-image {
    order: -1;
  }
}
@media (min-width: 1366px) {
  .text-image-row.align-bottom .tir-row {
    align-items: flex-end;
  }
}
@media (min-width: 1366px) {
  .text-image-row.align-top .tir-row {
    align-items: flex-start;
  }
}
.text-image-row.align-middle .tir-row {
  align-items: center;
}
@media (min-width: 768px) {
  .text-image-row.w-50-mod .tir-text {
    max-width: 51.45%;
    flex: 0 0 51.45%;
  }
}
@media (min-width: 768px) {
  .text-image-row.w-50-mod .tir-image {
    max-width: 48.55%;
    flex: 0 0 48.55%;
  }
}
@media (min-width: 1200px) {
  .text-image-row h2,
  .text-image-row .intro-small-section h1,
  .intro-small-section .text-image-row h1 {
    margin-bottom: 0.7em;
  }
}
.text-image-row .container {
  max-width: 1100px;
}

@media (min-width: 768px) {
  .tir-row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .tir-text {
    padding: 0 15px;
    max-width: 53%;
    flex: 0 0 53%;
  }
}
@media (min-width: 1200px) {
  .tir-text {
    padding-left: 30px;
  }
}
.tir-text > *:last-child {
  margin-bottom: 0;
}
.tir-text h2,
.tir-text .intro-small-section h1,
.intro-small-section .tir-text h1 {
  margin: 0 0 0.6em;
}
.tir-text p {
  margin-bottom: 1.6em;
}

.tir-image {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .tir-image {
    max-width: 47%;
    flex: 0 0 47%;
    padding: 0 15px;
  }
}
.tir-image figure {
  margin: 0;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .tir-image figure {
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .tir-image figure img {
    max-width: none;
  }
}

.empower-section {
  color: #fff;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .empower-section {
    padding: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .empower-section {
    padding: 50px 0 0;
  }
}
@media (min-width: 1200px) {
  .empower-section {
    padding: 72px 0 0;
  }
}
.empower-section .section-header {
  max-width: 632px;
  margin: 0 auto 2.8em;
}
.empower-section .section-header h2,
.empower-section .section-header .intro-small-section h1,
.intro-small-section .empower-section .section-header h1 {
  color: inherit;
}

.empower-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}
@media (min-width: 992px) {
  .empower-list {
    margin: 0 -32px;
  }
}
.empower-list > li {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px 30px;
}
@media (min-width: 556px) {
  .empower-list > li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .empower-list > li {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px 30px;
  }
}
@media (min-width: 992px) {
  .empower-list > li {
    padding: 0 32px 42px;
  }
}

.empower-item .icon {
  height: 73px;
  width: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #72c3d5;
  border-radius: 50%;
  margin: 0 auto 1.25em;
}

.empower-image {
  margin: 0;
  text-align: center;
}

.cards-section {
  position: relative;
}
@media (min-width: 1200px) {
  .cards-section {
    padding: 85px 0;
  }
}
.cards-section:before {
  width: 3340px;
  height: 1929px;
  content: "";
  background-image: url("./images/background-decor.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-33.4%, -41.1%);
  z-index: -1;
  pointer-events: none;
}
.cards-section .container {
  max-width: 1180px;
}
.cards-section .section-header {
  max-width: 780px;
  margin: 0 auto 3.25em;
}
.cards-section .cta-wrap {
  text-align: center;
  padding: 1.9em 0 0;
}
@media (min-width: 768px) {
  .cards-section .cta-wrap {
    padding: 3.9em 0 0;
  }
}
.cards-section .cta-wrap h3 {
  margin: 0 0 0.95em;
}

.cards-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -16px;
}
@media (min-width: 768px) {
  .cards-list {
    margin: 0 -8px -16px;
  }
}
@media (min-width: 992px) {
  .cards-list {
    margin: 0 -15px -30px;
  }
}
@media (min-width: 1200px) {
  .cards-list {
    margin: 0 -23px -46px;
  }
}
.cards-list > li {
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .cards-list > li {
    display: flex;
    max-width: 50%;
    flex-wrap: wrap;
    padding: 0 8px 16px;
  }
}
@media (min-width: 992px) {
  .cards-list > li {
    padding: 0 15px 30px;
  }
}
@media (min-width: 1200px) {
  .cards-list > li {
    padding: 0 23px 46px;
  }
}

.card {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.14);
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .card {
    padding: 53px 49px 44px;
  }
}
.card .entry-image {
  margin: 0 0 1.12em;
}
@media (min-width: 768px) {
  .card .entry-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 192px;
    margin: 0 0 2.12em;
  }
}
.card .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card h2,
.card .intro-small-section h1,
.intro-small-section .card h1 {
  text-align: center;
  margin: 0 0 0.58em;
}
.card.has-checked-list ul {
  margin-top: 0;
}
.card.has-checked-list ul > li {
  display: flex;
  align-items: center;
  min-height: 42px;
}
.card.has-checked-list ul > li:not(:last-child) {
  margin-bottom: 1.15em;
}
.card > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .logos-section {
    padding-block: 55px;
  }
}
@media (min-width: 1200px) {
  .logos-section + .two-column-section,
  .logos-section + .text-image-row {
    padding-top: 95px;
  }
}
.logos-section .container {
  max-width: 1240px;
}
.logos-section .section-header {
  max-width: 692px;
  margin: 0 auto 2.65em;
}

.logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .logos-list {
    justify-content: space-between;
    gap: 15px;
    padding-inline: 45px;
  }
}
.logos-list figure {
  margin: 0;
}

.bottom-cta-section {
  color: #fff;
  background-color: #72c3d5;
}
.bottom-cta-section .inner {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .bottom-cta-section .inner {
    flex-direction: row;
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .bottom-cta-section .inner {
    min-height: 237px;
    padding: 40px 0;
  }
}
.bottom-cta-section h2,
.bottom-cta-section .intro-small-section h1,
.intro-small-section .bottom-cta-section h1 {
  color: inherit;
  margin: 0;
}
.bottom-cta-section .btn-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  margin: 1.2em 0 0;
}
@media (min-width: 768px) {
  .bottom-cta-section .btn-wrap {
    margin: 0 0 0 1.3em;
  }
}
@media (min-width: 768px) {
  .bottom-cta-section .btn-wrap:before {
    width: 111px;
    height: 104px;
    content: "";
    background-image: url("./images/decor-img-01.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(27%, -50%);
    z-index: -1;
    pointer-events: none;
  }
}
.bottom-cta-section .btn {
  padding-left: 18px;
  padding-right: 18px;
}

.two-column-with-bg {
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .two-column-with-bg {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .two-column-with-bg {
    padding: 90px 0 100px;
  }
}

@media (min-width: 768px) {
  .tcwb-row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .tcwb-row .text-row {
    max-width: 45.5%;
    flex: 0 0 45.5%;
    padding: 0 15px;
  }
}
.tcwb-row .text-row h2,
.tcwb-row .text-row .intro-small-section h1,
.intro-small-section .tcwb-row .text-row h1 {
  color: inherit;
  margin: 0 0 0.65em;
}
.tcwb-row .text-row .btn-wrap {
  padding: 1.3em 0 0;
}
.tcwb-row .image-row {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .tcwb-row .image-row {
    max-width: 54.5%;
    flex: 0 0 54.5%;
    padding: 0 15px;
  }
}
.tcwb-row .image-row figure {
  margin: 0;
}
@media (min-width: 1366px) {
  .tcwb-row .image-row figure {
    margin: 0 -77px 0 0;
  }
}

.checked-list-section {
  position: relative;
}
@media (min-width: 1200px) {
  .checked-list-section {
    padding: 58px 0 117px;
  }
}
.checked-list-section:before {
  width: 3340px;
  height: 1929px;
  content: "";
  background-image: url("./images/background-decor.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-33.4%, -36.3%);
  z-index: -1;
  pointer-events: none;
}
.checked-list-section .section-header {
  max-width: 560px;
  margin: 0 auto 1.2em;
}
@media (min-width: 768px) {
  .checked-list-section .section-header {
    margin: 0 auto 2em;
  }
}
@media (min-width: 992px) {
  .checked-list-section .section-header {
    margin: 0 auto 2.7em;
  }
}
.checked-list-section .has-checked-list ul {
  margin: 0 0 -1.2em;
}
@media (min-width: 768px) {
  .checked-list-section .has-checked-list ul {
    columns: 2;
    column-gap: 56px;
  }
}
.checked-list-section .has-checked-list ul > li {
  padding-top: 0.2em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .checked-list-section .has-checked-list ul > li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}
.checked-list-section .has-checked-list ul > li:before {
  margin-top: 0.2em;
}

.team-section {
  color: #fff;
  background-color: #0b2a4a;
}
@media (min-width: 1200px) {
  .team-section {
    padding: 73px 0 103px;
  }
}
.team-section .section-header {
  margin: 0 0 2.4em;
}
.team-section .section-header h2,
.team-section .section-header .intro-small-section h1,
.intro-small-section .team-section .section-header h1 {
  color: inherit;
}

.team-list {
  margin: 0 0 -30px;
}
@media (min-width: 768px) {
  .team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px -30px;
  }
}
@media (min-width: 992px) {
  .team-list {
    margin: 0 -30px -30px;
  }
}
@media (min-width: 1200px) {
  .team-list {
    margin: 0 -42px -43px;
  }
}
.team-list > li {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .team-list > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px 30px;
  }
}
@media (min-width: 992px) {
  .team-list > li {
    padding: 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  .team-list > li {
    padding: 0 42px 43px;
  }
}

.team-item {
  text-align: center;
}
.team-item .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.05em;
}
.team-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item h4 {
  font-size: 20px;
  color: inherit;
  margin: 0;
}
.team-item .title {
  font-weight: 400;
  margin: 0 0 1em;
}
.team-item h5 {
  color: inherit;
}
.team-item p {
  margin-bottom: 1.5em;
}
@media (min-width: 1200px) {
  .team-item p {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 1200px) {
  .icon-text-items-section {
    padding: 60px 0;
  }
}
.icon-text-items-section .container {
  max-width: 921px;
}
.icon-text-items-section .section-header {
  margin: 0 0 2.4em;
}

.icon-text-items {
  margin: 0 0 -30px;
}
@media (min-width: 480px) {
  .icon-text-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
  }
}
@media (min-width: 992px) {
  .icon-text-items {
    margin: 0 -30px -30px;
  }
}
.icon-text-items > li {
  padding: 0 0 30px;
}
@media (min-width: 480px) {
  .icon-text-items > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .icon-text-items > li {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 992px) {
  .icon-text-items > li {
    padding: 0 30px 30px;
  }
}

.it-item {
  text-align: center;
  line-height: 1.5882352941;
}
.it-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 0.75em;
  position: relative;
}
.it-item .icon:before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(114, 195, 213, 0.2);
}
.it-item > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .faq-section {
    padding: 63px 0;
  }
}
.faq-section .entry-header {
  margin: 0 0 2.6em;
}
.faq-section .entry-header h1 {
  margin: 0;
}

@media (min-width: 992px) {
  .faq-accordion {
    columns: 2;
    column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .faq-accordion {
    column-gap: 50px;
  }
}

.faq-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 24px 50px;
  position: relative;
}
@media (min-width: 768px) {
  .faq-item {
    padding: 0 0 32px 58px;
  }
}
@media (min-width: 1200px) {
  .faq-item {
    padding: 0 0 50px 58px;
  }
}
.faq-item .opener {
  min-height: 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .faq-item .opener {
    min-height: auto;
    pointer-events: none;
    cursor: text;
  }
}
.faq-item .opener .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: rgba(114, 195, 213, 0.2);
  transform: translate(0, 0.35em);
  position: absolute;
  top: 0;
  left: 0;
}
.faq-item .opener svg {
  width: 27px;
  height: 27px;
}
.faq-item .opener .h3 {
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767.5px) {
  .faq-item .opener .h3 {
    font-size: 18px;
  }
}
.faq-item .slide {
  padding: 12px 0 0;
}
@media (min-width: 768px) {
  .faq-item .slide {
    position: static !important;
    display: block !important;
    height: auto !important;
    padding: 19px 0 0;
  }
}
.faq-item .slide > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .pricing-section {
    padding: 35px 0 40px;
  }
}

.pricing-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 17px;
  line-height: 1.5882352941;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 815px;
}
@media (min-width: 768px) {
  .pricing-header {
    margin: 0 auto 2em;
  }
}
@media (min-width: 992px) {
  .pricing-header {
    flex-direction: row;
    text-align: left;
    margin-bottom: 37px;
  }
}
.pricing-header h1 {
  position: relative;
}
@media (min-width: 992px) {
  .pricing-header h1 {
    max-width: 211px;
    flex: 0 0 211px;
    transform: translate(0, -0.1em);
    padding: 0 22px 0 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .pricing-header h1:before {
    width: 16px;
    height: 68px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='126' height='535' viewBox='0 0 126 535' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.599975 526.7L4.89998 534.2L13.6 534.2L17.9 526.7L13.6 519.2L4.89998 519.2L0.599975 526.7Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 469.1L4.89998 476.6L13.6 476.6L17.9 469.1L13.6 461.6L4.89998 461.6L0.599975 469.1Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 411.4L4.89998 418.9L13.6 418.9L17.9 411.4L13.6 403.9L4.89998 403.9L0.599975 411.4Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 353.8L4.89998 361.3L13.6 361.3L17.9 353.8L13.6 346.3L4.89998 346.3L0.599975 353.8Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 296.1L4.89998 303.6L13.6 303.6L17.9 296.1L13.6 288.6L4.89998 288.6L0.599975 296.1Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 238.5L4.89998 246L13.6 246L17.9 238.5L13.6 231L4.89998 231L0.599975 238.5Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 180.9L4.89998 188.4L13.6 188.4L17.9 180.9L13.6 173.4L4.89998 173.4L0.599975 180.9Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 123.2L4.89998 130.7L13.6 130.7L17.9 123.2L13.6 115.7L4.89998 115.7L0.599975 123.2Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 65.5999L4.89998 73.0999L13.6 73.0999L17.9 65.5999L13.6 58.0999L4.89998 58.0999L0.599975 65.5999Z' fill='%235FB8CC'/%3E%3Cpath d='M0.599975 7.8999L4.89998 15.3999L13.6 15.3999L17.9 7.8999L13.6 0.399902L4.89998 0.399902L0.599975 7.8999Z' fill='%235FB8CC'/%3E%3Cpath d='M58.6 534.2L67.2 534.2L71.6 526.7L67.2 519.2L58.6 519.2L54.2 526.7L58.6 534.2Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 461.6L71.6 469.1L67.2 476.6L58.6 476.6L54.2 469.1L58.6 461.6L67.2 461.6Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 403.9L71.6 411.4L67.2 418.9L58.6 418.9L54.2 411.4L58.6 403.9L67.2 403.9Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 346.3L71.6 353.8L67.2 361.3L58.6 361.3L54.2 353.8L58.6 346.3L67.2 346.3Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 288.6L71.6 296.1L67.2 303.6L58.6 303.6L54.2 296.1L58.6 288.6L67.2 288.6Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 231L71.6 238.5L67.2 246L58.6 246L54.2 238.5L58.6 231L67.2 231Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 173.4L71.6 180.9L67.2 188.4L58.6 188.4L54.2 180.9L58.6 173.4L67.2 173.4Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 115.7L71.6 123.2L67.2 130.7L58.6 130.7L54.2 123.2L58.6 115.7L67.2 115.7Z' fill='%235FB8CC'/%3E%3Cpath d='M67.2 58.0999L71.6 65.5999L67.2 73.0999L58.6 73.0999L54.2 65.5999L58.6 58.0999L67.2 58.0999Z' fill='%235FB8CC'/%3E%3Cpath d='M58.6 15.3999L67.2 15.3999L71.6 7.8999L67.2 0.399902L58.6 0.399902L54.2 7.8999L58.6 15.3999Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 534.2L120.9 534.2L125.2 526.7L120.9 519.2L112.2 519.2L107.9 526.7L112.2 534.2Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 476.6L120.9 476.6L125.2 469.1L120.9 461.6L112.2 461.6L107.9 469.1L112.2 476.6Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 418.9L120.9 418.9L125.2 411.4L120.9 403.9L112.2 403.9L107.9 411.4L112.2 418.9Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 361.3L120.9 361.3L125.2 353.8L120.9 346.3L112.2 346.3L107.9 353.8L112.2 361.3Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 303.6L120.9 303.6L125.2 296.1L120.9 288.6L112.2 288.6L107.9 296.1L112.2 303.6Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 246L120.9 246L125.2 238.5L120.9 231L112.2 231L107.9 238.5L112.2 246Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 188.4L120.9 188.4L125.2 180.9L120.9 173.4L112.2 173.4L107.9 180.9L112.2 188.4Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 130.7L120.9 130.7L125.2 123.2L120.9 115.7L112.2 115.7L107.9 123.2L112.2 130.7Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 73.0999L120.9 73.0999L125.2 65.5999L120.9 58.0999L112.2 58.0999L107.9 65.5999L112.2 73.0999Z' fill='%235FB8CC'/%3E%3Cpath d='M112.2 15.3999L120.9 15.3999L125.2 7.8999L120.9 0.399902L112.2 0.399902L107.9 7.8999L112.2 15.3999Z' fill='%235FB8CC'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center top;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -43%);
  }
}
.pricing-header h2,
.pricing-header .intro-small-section h1,
.intro-small-section .pricing-header h1 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .pricing-header h2,
  .pricing-header .intro-small-section h1,
  .intro-small-section .pricing-header h1 {
    font-size: 25px;
  }
}
.pricing-header .text-wrap {
  flex-grow: 1;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .pricing-header .text-wrap {
    padding: 0 0 0 35px;
    margin: 0;
  }
}
.pricing-header p:last-child {
  margin-bottom: 0;
}

.pricing-list {
  margin: 0 0 -16px;
}
@media (min-width: 768px) {
  .pricing-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
  }
}
@media (min-width: 1200px) {
  .pricing-list {
    margin: 0 -17px -34px;
  }
}
.pricing-list > li {
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .pricing-list > li {
    display: flex;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 8px 16px;
  }
}
@media (min-width: 1200px) {
  .pricing-list > li {
    padding: 0 17px 34px;
  }
}

.pricing-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.14);
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.14);
  border-radius: 10px;
  overflow: hidden;
}
.pricing-item.highlighted .head {
  background-color: #0b2a4a;
}
.pricing-item .head {
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #72c3d5;
  padding: 15px;
}
@media (min-width: 992px) {
  .pricing-item .head {
    height: 222px;
  }
}
.pricing-item .head .name {
  font-size: 20px;
  line-height: 1.2406666667;
  font-weight: 700;
  margin: 0 0 0.21em;
}
@media (min-width: 992px) {
  .pricing-item .head .name {
    font-size: 30px;
  }
}
.pricing-item .head .price {
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (min-width: 992px) {
  .pricing-item .head .price {
    font-size: 80px;
  }
}
.pricing-item .head .price .discount {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.pricing-item .head .price sup {
  font-size: 0.54em;
  font-weight: 700;
  transform: translate(0, -0.13em);
  position: relative;
  display: inline-block;
}
.pricing-item .head .duration {
  font-size: 16px;
  line-height: 1.5508333333;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 992px) {
  .pricing-item .head .duration {
    font-size: 24px;
  }
}
.pricing-item .body {
  padding: 16px 16px 18px;
}
@media (min-width: 768px) {
  .pricing-item .body {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .pricing-item .body {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .pricing-item .body {
    padding: 31px 31px 33px 36px;
  }
}
.pricing-item .body p {
  text-align: center;
}
.pricing-item .body ul {
  margin: 0.8em 0 0;
}
@media (min-width: 992px) {
  .pricing-item .body ul {
    margin: 1.35em 0 0;
  }
}
.pricing-item .body ul li {
  padding: 0 0 0 2em;
}
.pricing-item .body ul li:not(:last-child) {
  margin-bottom: 0.85em;
}
.pricing-item .body ul li:before {
  width: 1.294em;
  height: 1.294em;
  top: 0.1em;
  background-size: 13px 10px;
  transform: none;
}
.pricing-item .body ul a:hover {
  text-decoration: underline;
}
.pricing-item .footer {
  margin-top: auto;
  text-align: center;
  padding: 0 0 18px;
}
@media (min-width: 768px) {
  .pricing-item .footer {
    padding: 0 0 24px;
  }
}
@media (min-width: 992px) {
  .pricing-item .footer {
    padding: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .pricing-item .footer {
    padding: 0 0 46px;
  }
}

.pricing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5em 0 0;
}
@media (min-width: 992px) {
  .pricing-cta {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .pricing-cta {
    padding: 3.5em 0 0;
  }
}
.pricing-cta h3 {
  text-align: center;
  margin: 0 0 0.3em;
}
@media (min-width: 768px) {
  .pricing-cta h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .pricing-cta h3 {
    margin: 0 0.7em 0 0;
  }
}
.pricing-cta .link,
.pricing-cta .tabset-title {
  flex-shrink: 0;
}

.tabset-title {
  pointer-events: none;
  margin: 5px 20px;
}
@media (max-width: 767.5px) {
  .tabset-title {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tabset-title {
    margin: 0 10px 0 0;
    white-space: nowrap;
  }
}
.tabset-title span {
  margin-right: 5px;
}
@media (max-width: 767.5px) {
  .tabset-title svg {
    transform: rotate(90deg);
  }
}

.pricing-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-tabs .tabset-holder {
  background: #fff;
  margin: 0 0 20px;
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.14);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pricing-tabs .tabset-holder {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .pricing-tabs .tabset-holder {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
.pricing-tabs .tabset {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: calc(100vw - 30px);
}
@media (min-width: 1024px) {
  .pricing-tabs .tabset {
    width: 100%;
    max-width: 850px;
  }
}
@media (min-width: 1140px) {
  .pricing-tabs .tabset {
    max-width: 740px;
  }
}
.pricing-tabs .tabset::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.pricing-tabs .tabset::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.pricing-tabs .tabset::-webkit-scrollbar-thumb {
  background: #0b2a4a;
  border: 0px none #fff;
  border-radius: 5px;
  cursor: w-resize;
}
.pricing-tabs .tabset::-webkit-scrollbar-track {
  background: #ced4da;
  border: 0px none #fff;
  border-radius: 5px;
}
.pricing-tabs .tabset::-webkit-scrollbar-corner {
  background: transparent;
}
.pricing-tabs .tabset a {
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #0b2a4a;
  padding: 5px 10px;
  min-height: 30px;
}
@media (min-width: 768px) {
  .pricing-tabs .tabset a {
    font-size: 18px;
    min-height: 35px;
  }
}
@media (min-width: 992px) {
  .pricing-tabs .tabset a {
    min-width: 55px;
  }
}
.pricing-tabs .tabset a.active,
.pricing-tabs .tabset a:hover {
  color: #fff;
  background: #72c3d5;
}
.pricing-tabs .tab-content {
  width: 100%;
}
.pricing-tabs .tab-item {
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.14);
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 768px) {
  .pricing-tabs .d-mobile {
    display: none !important;
  }
}
@media (max-width: 767.5px) {
  .pricing-tabs .d-desktop {
    display: none !important;
  }
}

.pricing-title {
  font-size: 20px;
  line-height: 1.2333333333;
  margin: 0;
}
@media (max-width: 767.5px) {
  .pricing-title {
    text-align: center;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .pricing-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2333333333;
    font-size: 23px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .pricing-title {
    font-size: 30px;
  }
}

.pricing-table {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pricing-table > * {
  width: 100%;
}

.pricing-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 4px;
  color: #fff;
  font-size: min(9px, 3vw);
  line-height: 1.2;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .pricing-plan {
    font-size: 16px;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .pricing-plan {
    font-size: 18px;
    min-height: 237px;
    padding-block: 35px;
  }
}
@media (min-width: 1200px) {
  .pricing-plan {
    font-size: 20px;
  }
}
.pricing-plan.plan-basic {
  background: #0b2a4a;
}
.pricing-plan.plan-advanced {
  background: #1a4c66;
}
.pricing-plan.plan-premium {
  background: #57a6b8;
}
.pricing-plan.plan-special {
  background: #72c3d5;
}
.pricing-plan strong {
  text-transform: uppercase;
}
.pricing-plan span:not([class]) {
  display: block;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .pricing-plan span:not([class]) {
    margin-bottom: 10px;
  }
}
.pricing-plan .btn {
  font-size: 7px;
  padding: 5px;
}
@media (min-width: 768px) {
  .pricing-plan .btn {
    font-size: 9px;
    padding: 12px;
  }
}

.plan-title {
  font-weight: 700;
  font-size: min(11px, 4.5vw);
  line-height: 1.2333333333;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .plan-title {
    font-size: 25px;
  }
}

.plan-title-secondary {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .plan-title-secondary {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .plan-title-secondary {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .plan-title-secondary {
    font-size: 25px;
  }
}

.plan-price {
  font-size: min(14px, 5vw);
  line-height: 1.1428571429;
  font-weight: 700;
  margin: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .plan-price {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .plan-price {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .plan-price {
    font-size: 41px;
    margin-block: -11px;
  }
}

@media (min-width: 992px) {
  .pricing-table-body {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .pricing-table-body {
    padding-inline: 15px;
  }
}
.pricing-table-body .pricing-table-row:nth-child(even) {
  background: #fafafa;
}
@media (min-width: 768px) {
  .pricing-table-body .pricing-table-row:first-child .pricing-table-col > span {
    padding-block: 1px;
  }
}

.pricing-table-row {
  display: flex;
  gap: 4px;
}
@media (max-width: 767.5px) {
  .pricing-table-row {
    flex-wrap: wrap;
  }
}

.pricing-table-col {
  font-size: 12px;
  line-height: 1.4705882353;
  text-align: center;
  width: calc((100% - 12px) / 4);
}
@media (min-width: 768px) {
  .pricing-table-col {
    font-size: 15px;
    display: flex;
    align-items: center;
    display: flex;
    min-height: 57px;
  }
}
@media (min-width: 992px) {
  .pricing-table-col {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .pricing-table-col:last-child > span {
    padding-right: 0;
  }
}
@media (max-width: 767.5px) {
  .pricing-table-col.title {
    flex: none;
  }
}
.pricing-table-col.col-head {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #e3eef1;
  color: #0b2a4a;
}
@media (min-width: 768px) {
  .pricing-table-col.col-head {
    padding: 10px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .pricing-table-col.col-head {
    padding-inline: 30px;
    font-size: 20px;
    padding: 13px 28px;
  }
}
@media (min-width: 768px) {
  .pricing-table-col > * {
    width: 100%;
  }
}
.pricing-table-col > span {
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .pricing-table-col > span {
    padding-inline: 10px;
    padding-inline: 8px;
  }
}
@media (min-width: 992px) {
  .pricing-table-col > span {
    padding: 15px 17px;
  }
}
.pricing-table-col span {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .pricing-table-col span {
    gap: 10px;
  }
}
@media (max-width: 767.5px) {
  .pricing-table-col.title {
    width: 100%;
  }
}
.pricing-table-col.title span {
  display: block;
  font-weight: 700;
  color: #0b2a4a;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767.5px) {
  .pricing-table-col.title span {
    padding: 5px 10px;
    background: #e3eef1;
  }
}
@media (min-width: 768px) {
  .pricing-table-col.title span {
    text-align: left;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .pricing-table-col.title span {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .contact-section {
    padding: 64px 0 121px;
  }
}
.contact-section .entry-header {
  max-width: 440px;
  margin: 0 0 2em;
}
.contact-section .entry-header h1 {
  margin: 0 0 0.3em;
}
.contact-section dl {
  border-bottom: 1px solid #e3eef1;
}
.contact-section dl div {
  border-top: 1px solid #e3eef1;
  padding: 12px 0;
}
@media (min-width: 992px) {
  .contact-section dl div {
    display: flex;
    align-items: center;
    padding: 21px 0;
  }
}
.contact-section dl dt {
  float: none;
  padding: 0 0 0.3em;
}
@media (min-width: 992px) {
  .contact-section dl dt {
    max-width: 61%;
    flex: 0 0 61%;
    padding: 0 10px 0 0;
  }
}
.contact-section dl dd {
  margin: 0;
}
@media (min-width: 992px) {
  .contact-section dl dd {
    max-width: 39%;
    flex: 0 0 39%;
  }
}
.contact-section dl h3 {
  line-height: 1;
  margin: 0;
}
.contact-section dl a {
  color: #383838;
}
.contact-section dl a:hover,
.contact-section dl a:focus {
  color: #47859f;
}
.contact-section .entry-image {
  text-align: center;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .contact-section .entry-image {
    margin: 32px 0 0;
  }
}
@media (min-width: 992px) {
  .contact-section .entry-image {
    margin: 42px 0 0;
  }
}
.contact-section .entry-image img {
  width: 100%;
  max-width: 356px;
}

@media (min-width: 768px) {
  .contact-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .contact-row .left-col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .contact-row .left-col {
    max-width: 526px;
    flex: 0 0 526px;
  }
}
.contact-row .right-col {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .contact-row .right-col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 149px 15px 0;
  }
}
@media (min-width: 992px) {
  .contact-row .right-col {
    max-width: 492px;
    flex: 0 0 492px;
    padding: 82px 15px 0 15px;
  }
}

.contact-form .wpcf7-form.sent .two-col,
.contact-form .wpcf7-form.sent .form-row,
.contact-form .wpcf7-form.sent .submit-row {
  display: none;
}
.contact-form .wpcf7-form.sent .wpcf7-response-output {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 22px;
  line-height: 1.2;
  color: #0b2a4a;
  font-weight: bold;
}
@media (min-width: 992px) {
  .contact-form .wpcf7-form.sent .wpcf7-response-output {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .contact-form .two-col {
    display: flex;
    margin: 0 -8px;
  }
}
@media (min-width: 992px) {
  .contact-form .two-col .form-row {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 8px;
  }
}
.contact-form .form-row {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contact-form .form-row {
    margin-bottom: 14px;
  }
}
.contact-form .form-row p {
  margin-bottom: 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
}
.contact-form textarea {
  max-height: 120px;
  min-height: 120px;
  resize: none;
  padding-top: 18px;
}
.contact-form .btn {
  font-size: 14px;
  min-width: 162px;
}
.contact-form .btn:hover {
  background-color: #e68500;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  padding: 0;
  border: navajowhite;
  margin: 0;
  text-align: center;
  color: red;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.post-block {
  padding: 24px 0 40px;
}
@media (min-width: 1200px) {
  .post-block {
    padding: 29px 0 53px;
  }
}
.post-block .container {
  max-width: 1138px;
}

.post-header h1 {
  max-width: 768px;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .post-header h1 {
    margin: 0 0 0.8em;
  }
}
.post-header .back-link {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .post-header .back-link {
    margin: 0 0 20px;
  }
}

.post-thumbnail {
  margin: 0 0 0.8em;
  position: relative;
}
@media (min-width: 768px) {
  .post-thumbnail {
    margin: 0 0 1.65em;
  }
}
@media (min-width: 992px) {
  .post-thumbnail {
    margin: 0 0 2.65em;
  }
}
.post-thumbnail:before {
  width: 166px;
  height: 155px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 533.8 500.1' style='enable-background:new 0 0 533.8 500.1' xml:space='preserve'%3E%3Cpath d='M7.5 0 0 4.3V13l7.5 4.3L15 13V4.3zm57.6 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zm57.7 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zm57.6 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zm57.7 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zm57.6 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zm57.6 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zM411 0l-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zm57.6 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zm57.7 0-7.5 4.3V13l7.5 4.3 7.5-4.3V4.3zM0 58v8.6L7.5 71l7.5-4.4V58l-7.5-4.4zm72.6 8.6L65.1 71l-7.5-4.4V58l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4V58l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4V58l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4V58l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4V58l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4V58l7.5-4.4 7.5 4.4zm57.7 0L411 71l-7.5-4.4V58l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4V58l7.5-4.4 7.5 4.4zm42.7-8.6v8.6l7.5 4.4 7.5-4.4V58l-7.5-4.4zM0 111.6v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zm72.6 8.7-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm42.7-8.7v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zM0 165.3v8.6l7.5 4.4 7.5-4.4v-8.6l-7.5-4.4zm72.6 8.6-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm42.7-8.6v8.6l7.5 4.4 7.5-4.4v-8.6l-7.5-4.4zM0 218.9v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zm72.6 8.7-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm42.7-8.7v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zM0 272.6v8.6l7.5 4.4 7.5-4.4v-8.6l-7.5-4.4zm72.6 8.6-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.4-7.5-4.4v-8.6l7.5-4.4 7.5 4.4zm42.7-8.6v8.6l7.5 4.4 7.5-4.4v-8.6l-7.5-4.4zM0 326.2v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zm72.6 8.7-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm42.7-8.7v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zM0 379.9v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm72.6 8.6-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm57.7 0-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm57.6 0-7.5 4.3-7.5-4.3v-8.6l7.5-4.4 7.5 4.4zm42.7-8.6v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zM0 433.5v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zm72.6 8.7-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.7 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm57.6 0-7.5 4.3-7.5-4.3v-8.7l7.5-4.3 7.5 4.3zm42.7-8.7v8.7l7.5 4.3 7.5-4.3v-8.7l-7.5-4.3zM0 487.2v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.6 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.7 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.6 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.7 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.6 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.6 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.7 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.6 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4zm57.7 0v8.6l7.5 4.3 7.5-4.3v-8.6l-7.5-4.4z' style='fill:%235fb8cc'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(31%, -50%);
  z-index: -1;
}
.post-thumbnail > div {
  border-radius: 16px;
  overflow: hidden;
}
.post-thumbnail img {
  width: 100%;
}

@media (min-width: 768px) {
  .post-body {
    padding: 0 6px;
  }
}
.post-body > *:last-child {
  margin-bottom: 0;
}
.post-body p {
  margin: 0 0 1.5em;
}

.custom-blockquote {
  max-width: 1065px;
  font-size: 20px;
  line-height: 1.3033333333;
  font-weight: 300;
  letter-spacing: 0.006em;
  position: relative;
  border: none;
  margin: calc(37.5px + 1.15em) 0 1.2em;
  padding: 0;
}
@media (min-width: 768px) {
  .custom-blockquote {
    font-size: 22px;
    padding: 0 0 0 37.5px;
  }
}
@media (min-width: 992px) {
  .custom-blockquote {
    font-size: 27px;
    padding: 0 0 0 37.5px;
    margin: 1.15em 0 1.2em;
  }
}
.custom-blockquote:before {
  width: 75px;
  height: 75px;
  content: "";
  background-image: url("./images/quote-icon.png");
  background-size: 27px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #72c3d5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .custom-blockquote:before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.custom-blockquote p {
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.14);
  border-radius: 15px;
  background-color: #ffffff;
  padding: 50px 18px 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .custom-blockquote p {
    padding: 32px 32px 32px 57px;
  }
}
@media (min-width: 992px) {
  .custom-blockquote p {
    padding: 36px 48px 38px 57px;
  }
}

.navigation-single {
  display: flex;
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .navigation-single {
    padding: 32px 0 0;
  }
}
@media (min-width: 992px) {
  .navigation-single {
    padding: 38px 0 0;
  }
}
.navigation-single .prev a,
.navigation-single .next a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7421428571;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.055em;
}
.navigation-single .prev a:hover,
.navigation-single .next a:hover {
  color: #47859f;
}
.navigation-single .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  background-color: rgba(114, 195, 213, 0.2);
  border-radius: 50%;
  transition: background-color 0.27s ease-in-out;
}
.navigation-single .prev .icon {
  margin: 0 12px 0 0;
}
.navigation-single .next {
  margin-left: auto;
}
.navigation-single .next .icon {
  margin: 0 0 0 12px;
}

@media (min-width: 1200px) {
  .blog-section {
    padding: 52px 0 123px;
  }
}
.blog-section .entry-header {
  margin: 0 0 1.85em;
}
.blog-section .entry-header h1 {
  margin-bottom: 0;
}
.blog-section .btn {
  max-width: 131px;
  display: block;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .blog-section .btn {
    max-width: 162px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 42px auto 0;
  }
}
@media (min-width: 1200px) {
  .blog-section .btn {
    margin: 50px auto 0;
  }
}

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -16px;
}
@media (min-width: 480px) {
  .blog-listing {
    margin: 0 -8px -16px;
  }
}
@media (min-width: 1200px) {
  .blog-listing {
    margin: 0 -16px -34px;
  }
}
.blog-listing > div {
  padding: 0 0 16px;
  transform: translate(0, 0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
}
@media (min-width: 480px) {
  .blog-listing > div {
    display: flex;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 8px 16px;
  }
}
@media (min-width: 768px) {
  .blog-listing > div {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 1200px) {
  .blog-listing > div {
    padding: 0 16px 34px;
  }
}
.blog-listing > div.new-item {
  transform: translate(0, 40px);
  opacity: 0;
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.14);
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
  transition: box-shadow 0.27s ease-in-out;
}
.blog-card:hover {
  box-shadow: 0 0 16px 2px rgba(11, 42, 74, 0.05);
}
.blog-card:hover .entry-thumbnail img {
  transform: scale(1.05);
}
.blog-card .entry-thumbnail {
  height: 49vw;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 480px) {
  .blog-card .entry-thumbnail {
    height: 24.73vw;
  }
}
@media (min-width: 768px) {
  .blog-card .entry-thumbnail {
    height: 17.8vw;
  }
}
@media (min-width: 992px) {
  .blog-card .entry-thumbnail {
    height: 202px;
  }
}
.blog-card .entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: all 0.27s ease-in-out;
}
.blog-card .entry-body {
  padding: 16px;
}
@media (min-width: 992px) {
  .blog-card .entry-body {
    padding: 25px 34px 20px;
  }
}
.blog-card h2,
.blog-card .intro-small-section h1,
.intro-small-section .blog-card h1 {
  font-size: 18px;
  line-height: 1.24;
  font-weight: 700;
  margin: 0 0 0.4em;
}
@media (min-width: 992px) {
  .blog-card h2,
  .blog-card .intro-small-section h1,
  .intro-small-section .blog-card h1 {
    font-size: 25px;
  }
}
.blog-card p {
  margin-bottom: 0;
}
.blog-card .entry-footer {
  margin-top: auto;
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
  .blog-card .entry-footer {
    padding: 0 34px 25px;
  }
}

.intro-section {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .intro-section {
    min-height: 450px;
    padding-block: 80px;
  }
}
@media (min-width: 992px) {
  .intro-section {
    min-height: 650px;
    padding-block: 117px;
  }
}
.intro-section:after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  z-index: -1;
}
@media (min-width: 768px) {
  .intro-section:after {
    background: linear-gradient(
      147deg,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
  }
}
.intro-section .btn-group {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .intro-section .btn-group {
    margin-top: 35px;
  }
}
.intro-section .btn-group .btn {
  min-width: 200px;
}
.intro-section h1 {
  font-size: 36px;
  line-height: 1.1739130435;
  margin: 0 0 0.2em;
}
@media (min-width: 992px) {
  .intro-section h1 {
    font-size: 69px;
  }
}
.intro-section h2,
.intro-section .intro-small-section h1,
.intro-small-section .intro-section h1 {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.1707317073;
}
@media (min-width: 992px) {
  .intro-section h2,
  .intro-section .intro-small-section h1,
  .intro-small-section .intro-section h1 {
    font-size: 41px;
  }
}
.intro-section .intro-text {
  max-width: 525px;
}
.intro-section .intro-text > *:last-child {
  margin-bottom: 0;
}

.separate {
  background: #72c3d5;
  height: 30px;
}
@media (min-width: 768px) {
  .separate {
    height: 43px;
  }
}

.info-section {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #0b2a4a;
  color: #fff;
  min-height: 280px;
  padding: 50px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5882352941;
}
@media (min-width: 768px) {
  .info-section {
    min-height: 450px;
    padding-block: 80px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .info-section {
    min-height: 625px;
    padding-block: 100px;
    font-size: 22px;
  }
}
.info-section .text-holder {
  max-width: 585px;
  margin: 0 auto;
}
.info-section .bg-stretch {
  opacity: 0.5;
}
.info-section h2,
.info-section .intro-small-section h1,
.intro-small-section .info-section h1 {
  color: inherit;
}
.info-section .btn {
  margin-top: 12px;
}

.intro-small-section {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  min-height: 280px;
  padding: 50px 0;
  color: #fff;
  background: #0b2a4a;
}
@media (min-width: 768px) {
  .intro-small-section {
    min-height: 355px;
  }
}
.intro-small-section .container {
  max-width: 840px;
}
.intro-small-section h1 {
  line-height: 1.1739130435;
  margin: 0 0 0.2em;
  color: inherit;
}
.intro-small-section .intro-text {
  max-width: 525px;
}
.intro-small-section .intro-text > *:last-child {
  margin-bottom: 0;
}

.overview-section {
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .overview-section {
    padding-block: 98px;
  }
}
.overview-section h3 {
  font-size: 20px;
  line-height: 1.2;
  color: inherit;
}
.overview-section .btn {
  margin-top: 15px;
  min-width: 200px;
}
@media (min-width: 992px) {
  .overview-section .btn {
    margin-top: 28px;
  }
}
.overview-section .text-holder {
  max-width: 665px;
  margin: 0 auto;
}

.overview-gallery-holder {
  position: relative;
  margin: 45px auto 0;
  max-width: 650px;
  z-index: 1;
}
@media (min-width: 768px) {
  .overview-gallery-holder {
    margin-top: 58px;
  }
}
@media (min-width: 992px) {
  .overview-gallery-holder {
    max-width: 765px;
  }
}
.overview-gallery-holder:first-child {
  margin-top: 0;
}
.overview-gallery-holder:last-child {
  margin-bottom: 0;
}
.overview-gallery-holder:after {
  position: absolute;
  content: "";
  top: -33px;
  right: 2%;
  width: 170px;
  height: 155px;
  background-image: radial-gradient(#72c3d5 2.5px, transparent 0);
  background-size: 15px 15px;
  z-index: -1;
}
.overview-gallery-holder > img {
  width: 100%;
}
.overview-gallery-holder .slick-slide {
  height: 95.5%;
}

.overview-gallery {
  position: absolute !important;
  top: 5%;
  left: 11.5%;
  bottom: 10%;
  right: 11.5%;
  z-index: 10;
}
.overview-gallery .slick-list,
.overview-gallery .slick-track {
  display: flex;
}
.overview-gallery .slide-gallery {
  overflow: hidden;
}
.overview-gallery .slick-arrow {
  top: 52%;
}
.overview-gallery .slick-arrow.slick-next {
  right: -52px;
}
@media (min-width: 480px) {
  .overview-gallery .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (min-width: 600px) {
  .overview-gallery .slick-arrow.slick-next {
    right: -75px;
  }
}
@media (min-width: 768px) {
  .overview-gallery .slick-arrow.slick-next {
    right: -95px;
  }
}
@media (min-width: 992px) {
  .overview-gallery .slick-arrow.slick-next {
    right: -114px;
  }
}
.overview-gallery .slick-arrow.slick-prev {
  left: -52px;
}
@media (min-width: 480px) {
  .overview-gallery .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media (min-width: 600px) {
  .overview-gallery .slick-arrow.slick-prev {
    left: -75px;
  }
}
@media (min-width: 768px) {
  .overview-gallery .slick-arrow.slick-prev {
    left: -95px;
  }
}
@media (min-width: 992px) {
  .overview-gallery .slick-arrow.slick-prev {
    left: -114px;
  }
}

.overview-gallery-text {
  margin-top: 40px;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  background: #72c3d5;
  color: #fff;
  z-index: 10;
}
@media (min-width: 600px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .slick-arrow {
    width: 58px;
    height: 58px;
  }
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow svg {
  width: auto;
  height: 55%;
}

.image-testimony-section {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .image-testimony-section {
    padding-block: 100px;
  }
}
.image-testimony-section:before {
  width: 3340px;
  height: 1929px;
  content: "";
  background-image: url(./images/background-decor.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-33.4%, -41.1%);
  transform: translate(-66.4%, -29.1%);
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .image-testimony-section.image-testimony-secondary {
    padding-block: 60px;
  }
}
.image-testimony-section.image-testimony-secondary:before {
  top: -170%;
}
.image-testimony-section.decor .testimony-image {
  z-index: 1;
}
.image-testimony-section.decor .testimony-image:after {
  position: absolute;
  content: "";
  width: 305px;
  height: 280px;
  background-image: radial-gradient(#fff 5px, transparent 0);
  background-size: 30px 30px;
  z-index: -1;
  bottom: -27px;
  left: -90px;
}
@media (max-width: 767.5px) {
  .image-testimony-section.decor .testimony-image:after {
    display: none;
  }
}
.image-testimony-section + .logos-section {
  padding-top: 0;
}
@media (min-width: 992px) {
  .image-testimony-section + .logos-section {
    margin-top: -30px;
  }
}
.image-testimony-section + .logos-section img {
  mix-blend-mode: darken;
}
.image-testimony-section h2,
.image-testimony-section .intro-small-section h1,
.intro-small-section .image-testimony-section h1 {
  margin: 0 0 0.2em;
}

@media (min-width: 992px) {
  .image-testimony-holder {
    display: flex;
    align-items: center;
  }
}

.testimony-image {
  position: relative;
  width: 100%;
  max-width: 70%;
  margin: 0 auto 40px;
}
@media (min-width: 992px) {
  .testimony-image {
    max-width: 460px;
    margin: 0 24px;
  }
}
@media (min-width: 1200px) {
  .testimony-image {
    max-width: 525px;
  }
}

.testimony-image-inner {
  width: 100%;
  position: relative;
  clip-path: polygon(
    50% 0,
    100% 22%,
    100% 68%,
    30% 100%,
    30% 81%,
    0 68%,
    0 22%
  );
  padding-top: 125.5%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .image-testimony-secondary .testimony-image-inner {
    max-width: 375px;
    padding-top: 90.5%;
  }
}
.testimony-image-inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimony-items {
  text-align: center;
}
@media (min-width: 992px) {
  .testimony-items {
    flex: 1 0;
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .testimony-items {
    padding-inline: 37px 79px;
  }
}

.testimony-item {
  margin: 0 0 45px;
}
@media (min-width: 768px) {
  .testimony-item {
    margin-bottom: 62px;
  }
}
.testimony-item:last-child {
  margin-bottom: 0;
}
.testimony-item figure {
  margin: 0;
}
.testimony-item blockquote {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.5909090909;
  font-weight: 700;
  margin: 0 0 19px;
}
@media (min-width: 768px) {
  .testimony-item blockquote {
    font-size: 22px;
  }
}
.testimony-item blockquote > *:last-child {
  margin: 0;
}
.testimony-item cite {
  display: block;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5882352941;
}
@media (min-width: 768px) {
  .testimony-item cite {
    font-size: 17px;
  }
}

.testimony-icon {
  margin: 0 0 13px;
}

.desc-section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .desc-section {
    padding-block: 70px;
  }
}
@media (min-width: 1200px) {
  .desc-section {
    padding-block: 105px;
  }
}
.desc-section .section-header {
  max-width: 650px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .desc-section .section-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .desc-section .logos-list {
    justify-content: center;
    column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .desc-section .logos-list {
    column-gap: 42px;
  }
}
