.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.wpcf7-not-valid + .select2 .selection .select2-selection.select2-selection--single {
  border-color: #c43737;
}

.select2-container {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #9B9B9B;
  border-radius: 6px;
  height: 53px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 53px;
  padding-block: 0;
  padding-inline: 14px 42px;
}
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: inherit;
  opacity: 0.5;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 53px;
  width: 42px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  color: inherit;
  display: flex;
  height: 53px;
  justify-content: center;
  margin: 0;
  width: 42px;
}

.select2-container--open .select2-dropdown {
  border: 1px solid #9B9B9B;
  border-radius: 0 0 6px 6px;
}
.select2-container--open .select2-dropdown--below {
  border-top: 0;
}
.select2-container--open .select2-results__options {
  border-radius: 0 0 6px 6px;
}
.select2-container--open .select2-results__option {
  align-items: center;
  display: flex;
  height: 53px;
  padding-inline: 14px;
}
.select2-container--open .select2-results__option--highlighted {
  background-color: #E4EDF7;
  color: inherit;
}
.select2-container--open .select2-results__option[aria-selected=true] {
  background-color: #e4e4e4;
  color: inherit;
}
.select2-container--open .select2-results__option:last-child {
  border-radius: 0 0 6px 6px;
}

.a2a_kit {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.a2a_kit a[class^=a2a_button_] {
  background-size: contain;
  display: block;
  height: 24px;
  padding: 0;
  width: 24px;
}
.a2a_kit a[class^=a2a_button_] * {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.a2a_kit a[class^=a2a_button_]:hover {
  opacity: 0.8;
}
.a2a_kit .a2a_button_linkedin,
.a2a_kit .a2a_button_linkedin:hover {
  background-image: var(--a2a-icon-linkedin);
}
.a2a_kit .a2a_button_twitter,
.a2a_kit .a2a_button_twitter:hover,
.a2a_kit .a2a_button_x,
.a2a_kit .a2a_button_x:hover {
  background-image: var(--a2a-icon-twitter);
}
.a2a_kit .a2a_button_facebook,
.a2a_kit .a2a_button_facebook:hover {
  background-image: var(--a2a-icon-facebook);
}
.a2a_kit .a2a_button_whatsapp,
.a2a_kit .a2a_button_whatsapp:hover {
  background-image: var(--a2a-icon-whatsapp);
}
.a2a_kit .a2a_button_telegram,
.a2a_kit .a2a_button_telegram:hover {
  background-image: var(--a2a-icon-telegram);
}

@media (min-width: 640px) {
  .a2a_kit {
    gap: 30px;
  }
  .a2a_kit a[class^=a2a_button_] {
    height: 32px;
    width: 32px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
  background: none;
  border: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
}
input:focus,
label:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 0;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

html {
  max-width: 100vw;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #3F3638;
  max-width: 100vw;
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}
body.modal-open {
  height: 100dvh;
  overflow: hidden;
}

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

pre {
  background: #fff;
  color: #000;
  font-family: monospace;
}

.nowrap {
  white-space: nowrap;
}

.global-inner {
  margin: 0 auto;
  max-width: 480px;
  width: calc(100% - 48px);
}
@media (min-width: 640px) {
  .global-inner {
    max-width: 720px;
    width: calc(100% - 48px);
  }
}
@media (min-width: 1024px) {
  .global-inner {
    max-width: 976px;
    width: 976px;
  }
}
@media (min-width: 1366px) {
  .global-inner {
    max-width: 1318px;
    width: 1318px;
  }
}
@media (min-width: 1920px) {
  .global-inner {
    max-width: 1318px;
    width: 1318px;
  }
}

.global-grid {
  display: grid;
  grid-column-gap: 21px;
  grid-row-gap: 35px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .global-grid {
    grid-column-gap: 21px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .global-grid {
    grid-column-gap: 21px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .global-grid {
    grid-column-gap: 21px;
    grid-row-gap: 35px;
  }
}
@media (min-width: 1920px) {
  .global-grid {
    grid-column-gap: 21px;
    grid-row-gap: 35px;
  }
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

.posts-content__title, .home-cover__heading {
  font-family: "DM Sans", sans-serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 1.1;
}
.posts-content__title strong, .home-cover__heading strong {
  background-image: linear-gradient(120deg, #2182F4 0%, #2182F4 50%);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  margin: 0 -0.05em;
  padding: 0 0.05em;
}
@media (min-width: 1024px) {
  .posts-content__title, .home-cover__heading {
    font-size: 68px;
  }
}

.posts-related__heading, .contact__heading, .reports-last__heading, .posts-last__heading, .who-we-are__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 115%;
}
@media (min-width: 1024px) {
  .posts-related__heading, .contact__heading, .reports-last__heading, .posts-last__heading, .who-we-are__title {
    font-size: 54px;
    letter-spacing: 0;
  }
}

.bio__title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 120%;
}

.mission-vision__title, .reports-item__heading, .posts-item__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 115%;
}
@media (min-width: 1024px) {
  .mission-vision__title, .reports-item__heading, .posts-item__heading {
    font-size: 24px;
  }
}

.contact__subtitle, .who-we-are__subtitle {
  color: var(--osfl-primary-color);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 167%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .contact__subtitle, .who-we-are__subtitle {
    font-size: 20px;
  }
}

.text-editor {
  color: #525252;
}
.text-editor b,
.text-editor strong {
  font-weight: 700;
}
.text-editor em {
  font-style: italic;
}
.text-editor a {
  color: #2182F4;
  text-decoration: none;
}
.text-editor a:hover {
  text-decoration: underline;
}
.text-editor p {
  margin-bottom: 1em;
}
.text-editor p:last-child {
  margin-bottom: 0;
}
.text-editor ul {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 1em;
}
.text-editor ul li {
  margin-bottom: 0.25em;
}
.text-editor ul li:last-child {
  margin-bottom: 0;
}
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  color: #383838;
  font-weight: 500;
}
.text-editor h1 {
  font-size: 2em;
}
.text-editor h2 {
  font-size: 1.5em;
}
.text-editor h3 {
  font-size: 1.25em;
}
.text-editor h4 {
  font-size: 1.125em;
}
.text-editor h5 {
  font-size: 1em;
}
.text-editor h6 {
  font-size: 0.875em;
}

input[type=submit].wpcf7-submit, .button--tertiary, .button--secondary-negative, .button--secondary, .button--primary-negative, .button--primary {
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  height: 54px;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1.33;
  padding-inline: 36px;
  text-align: center;
  white-space: nowrap;
}

.button--primary {
  border: 1px solid #C5BABD;
}
.button--primary:hover {
  background-color: #F0EDEE;
}

.button--primary-negative {
  background: var(--osfl-button-primary-negative-background);
  border: 1px solid var(--osfl-button-primary-negative-background);
  color: var(--osfl-button-primary-negative-color);
}
.button--primary-negative:hover {
  background-color: #F0EDEE;
}

.button--secondary-negative {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
}
.button--secondary-negative:hover {
  opacity: 0.8;
}

.button--tertiary {
  color: #fff;
  font-weight: 500;
  padding-inline: 0 !important;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.button--tertiary:hover {
  opacity: 0.8;
}

@media (max-width: 639px) {
  .button--grow {
    font-size: 11px;
    height: 36px;
    padding-inline: 13px;
  }
}

/**
 * Apply Button
 */
input[type=submit].wpcf7-submit {
  background-color: var(--osfl-primary-color);
  border-color: var(--osfl-primary-color);
  color: #fff;
  width: 100%;
}
input[type=submit].wpcf7-submit:hover {
  filter: brightness(90%);
}

.logo {
  display: block;
  text-align: center;
}
.logo .logo__heading,
.logo .logo__link,
.logo .logo__image {
  display: block;
  height: inherit;
  width: inherit;
}

/*
- Form Container
-- Form Separator
-- Form Section
--- Form Row
--- From Row Half
*/
.form-container {
  display: grid;
  grid-column-gap: 26px;
  grid-row-gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.form-container > *:empty {
  display: none;
}
.form-container > * {
  grid-column: span 2;
}

.form-section {
  display: grid;
  grid-column-gap: 26px;
  grid-row-gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.form-section > *:empty {
  display: none !important;
}
.form-section > * {
  grid-column: span 2;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}

@media (min-width: 640px) {
  .form-row.form-row--half {
    grid-column: span 1;
  }
}

.form-row.form-row--gap-large {
  gap: 24px;
}

.form-row--box-white {
  background-color: #fff;
  padding: 30px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-text, .input-textarea, .wpcf7-textarea, .input-text {
  align-items: center;
  background-color: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 6px;
  color: inherit;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 53px;
  line-height: 1.48;
  opacity: 1;
  padding-inline: 14px;
  width: 100%;
}
.wpcf7-text::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  opacity: 0.7;
}
.wpcf7-text::-moz-placeholder, .input-textarea::-moz-placeholder, .wpcf7-textarea::-moz-placeholder, .input-text::-moz-placeholder {
  opacity: 0.7;
}
.wpcf7-text:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .wpcf7-textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  opacity: 0.7;
}
.wpcf7-text::-ms-input-placeholder, .input-textarea::-ms-input-placeholder, .wpcf7-textarea::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  opacity: 0.7;
}
.wpcf7-text:-moz-placeholder, .input-textarea:-moz-placeholder, .wpcf7-textarea:-moz-placeholder, .input-text:-moz-placeholder {
  opacity: 0.7;
}
.wpcf7-text::placeholder, .input-textarea::placeholder, .wpcf7-textarea::placeholder, .input-text::placeholder {
  opacity: 0.7;
}
.wpcf7-text:focus, .input-textarea:focus, .wpcf7-textarea:focus, .input-text:focus {
  background-color: #E4EDF7;
  border-color: var(--osfl-primary-color);
  outline: none;
}

.wpcf7-not-valid {
  border-color: #c43737;
}

.wpcf7-textarea {
  height: 192px;
  padding: 9px 6px 9px 19px;
}

.input-label,
.form-row > label,
.form-row > small {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -0.01em;
  line-height: 1.57;
}
.input-label small,
.form-row > label small,
.form-row > small small {
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  color: #c43737;
  font-size: 12px;
}

.wpcf7-response-output {
  color: #c43737;
  font-size: 12px;
}

.icon-menu {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.icon-menu:hover {
  opacity: 0.8;
}
.icon-menu__image {
  display: block;
  height: 24px;
  width: auto;
}

.icon-close {
  align-items: center;
  border: 1px solid var(--osfl-primary-color);
  border-radius: 8px;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.icon-close:hover {
  opacity: 0.8;
}
.icon-close__image {
  display: block;
  height: 24px;
  width: auto;
}

.posts-item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 310px;
}
.posts-item__image-link {
  display: block;
  height: 318px;
  overflow: hidden;
  position: relative;
}
.posts-item__icon {
  display: block;
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 2;
}
.posts-item__image {
  display: block;
  height: inherit;
  object-fit: cover;
  transition: scale 0.3s;
  width: 100%;
}
.posts-item__image-link:hover .posts-item__image {
  scale: 1.05;
}
.posts-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.posts-item__date {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
}
.posts-item__excerpt {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
}

@media (min-width: 1024px) {
  .posts-item {
    width: 100%;
  }
}
.reports-item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 100%;
}
.reports-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reports-item__date {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
}
.reports-item__heading {
  color: var(--osfl-primary-color);
}
.reports-item__heading a:hover {
  text-decoration: underline;
}
.reports-item__excerpt {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
}

.header__inner .main-menu__list {
  display: flex;
  gap: 24px;
}
.header__inner .main-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-inline: 0;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.header__main-menu-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__main-menu-mobile li a {
  color: var(--osfl-primary-color);
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-inline: 0;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.header {
  align-items: center;
  border-bottom: 1px solid #2182f3;
  display: flex;
  height: 86px;
  left: 0;
  min-width: 320px;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
}
.header__logo {
  height: 38px;
}
.header__main-menu {
  display: none;
}
.header__buttons {
  display: none;
}
.header--solid {
  background: var(--osfl-negative-background);
  position: relative;
}
.header__icon-menu {
  justify-self: end;
}
.header__mobile {
  background-color: #fff;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
  display: none;
  left: 0;
  max-width: 100dvw;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100dvw;
  z-index: 99999;
}
.header__mobile-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin: 0 auto;
  max-width: 480px;
  padding-block: 24px 48px;
  width: calc(100% - 48px);
}
.header__mobile-inner .button {
  border-color: var(--osfl-primary-color);
  color: var(--osfl-primary-color);
}
.header__icon-close {
  align-self: end;
}

@media (min-width: 640px) {
  .header__mobile-inner {
    max-width: 720px;
    width: calc(100% - 48px);
  }
}
@media (min-width: 1024px) {
  .header {
    border: 0;
    height: 130px;
  }
  .header__logo {
    height: 55px;
  }
  .header__inner {
    grid-template-columns: auto 1fr auto auto;
    gap: 24px;
  }
  .header__main-menu {
    display: block;
    grid-column: 3/4;
  }
  .header__buttons {
    align-items: center;
    display: flex;
    gap: 23px;
    grid-column: 4/5;
  }
  .header__icon-menu {
    display: none;
  }
  .header__mobile {
    display: none !important;
  }
}
.home-cover {
  background: var(--osfl-negative-background);
  color: #fff;
  padding-block: 130px 0;
}
.home-cover__inner {
  row-gap: 68px;
}
.home-cover__text-wrapper {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 37px;
  grid-column: 1/-1;
}
.home-cover__text-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-cover__image-wrapper {
  display: flex;
  grid-column: 1/-1;
  justify-content: center;
  justify-self: center;
  min-width: 320px;
  position: relative;
  width: 100vw;
}
.home-cover__image {
  display: block;
  height: 300px;
  min-width: 320px;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 2;
}
.home-cover__shape-1, .home-cover__shape-2 {
  display: block;
  position: absolute;
  z-index: 3;
}
.home-cover__shape-1 {
  bottom: 13px;
  left: -36px;
  width: 110px;
}
.home-cover__shape-2 {
  right: 14px;
  top: -14px;
  width: 46px;
}

@media (min-width: 640px) {
  .home-cover__text-wrapper {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .home-cover {
    padding-block: 210px 96px;
  }
  .home-cover__inner {
    align-items: center;
    row-gap: 68px;
  }
  .home-cover__text-wrapper {
    grid-column: span 6;
  }
  .home-cover__text-group {
    gap: 36px;
  }
  .home-cover__image-wrapper {
    grid-column: 8/span 5;
    width: 100%;
  }
  .home-cover__image {
    aspect-ratio: 1/1;
    border-radius: 20px;
    height: auto;
    width: 100%;
  }
  .home-cover__shape-1, .home-cover__shape-2 {
    z-index: 1;
  }
  .home-cover__shape-1 {
    bottom: -50px;
    left: -50px;
    width: 190px;
  }
  .home-cover__shape-2 {
    right: -30px;
    top: -20px;
    width: 80px;
  }
}
.who-we-are {
  margin-block: 62px;
}
.who-we-are__inner {
  row-gap: 32px;
}
.who-we-are__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 1/-1;
}
.who-we-are__description {
  grid-column: 1/-1;
}
.who-we-are__title {
  text-wrap: balance;
}
.who-we-are__description {
  color: #525252;
}

@media (min-width: 1024px) {
  .who-we-are {
    margin-block: 110px 100px;
  }
  .who-we-are__group {
    grid-column: span 6;
  }
  .who-we-are__description {
    grid-column: span 6;
  }
}
.mission-vision {
  margin-block: 60px;
}
.mission-vision__inner {
  row-gap: 36px;
}
.mission-vision__mission, .mission-vision__vision {
  border: 2px solid #e0e0e0;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  grid-column: 1/-1;
  padding: 38px 34px;
}
.mission-vision__group {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mission-vision__title {
  color: var(--osfl-primary-color);
}

@media (min-width: 640px) {
  .mission-vision__mission, .mission-vision__vision {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .mission-vision__inner {
    column-gap: 60px;
  }
  .mission-vision__mission, .mission-vision__vision {
    grid-column: span 6;
  }
}
.bio {
  background: var(--osfl-light-background);
  padding-block: 54px 74px;
}
.bio__inner {
  row-gap: 54px;
}
.bio__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: 1/-1;
}
.bio__people {
  display: grid;
  gap: 36px;
  grid-column: 1/-1;
  grid-template-columns: minmax(0, 1fr);
}
.bio__person {
  align-items: start;
  display: flex;
  gap: 24px;
  justify-content: start;
}
.bio__person-image {
  border-radius: 50%;
  display: block;
  height: 80px;
  object-fit: cover;
  width: 80px;
}
.bio__person-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bio__person-name {
  align-items: center;
  color: #1a202c;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  line-height: 133%;
}
.bio__person-flag {
  display: block;
  height: 16px;
  width: auto;
}
.bio__person-job {
  color: var(--osfl-primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.bio__person-description {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 115%;
}
.bio__person-linkedin {
  display: block;
  margin-top: 6px;
}
.bio__person-linkedin img {
  display: block;
}
.bio__person-linkedin:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .bio__people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .bio {
    padding-block: 96px;
  }
  .bio__text-wrapper {
    grid-column: 1/5;
  }
  .bio__people {
    grid-column: 6/13;
  }
}
.posts-last {
  padding-block: 60px;
  position: relative;
}
.posts-last__shape-1, .posts-last__shape-2 {
  display: block;
  position: absolute;
  width: auto;
}
.posts-last__shape-1 {
  height: 190px;
  left: -120px;
  top: 120px;
}
.posts-last__shape-2 {
  height: 66px;
  right: -48px;
  top: 560px;
}
.posts-last__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.posts-last__heading {
  text-align: center;
}
.posts-last__list {
  margin: 0;
  width: 100vw;
}
.posts-last__pagination.swiper-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  left: auto;
  margin: 30px 0;
  padding: 0;
  position: relative;
  top: auto;
}
.posts-last__pagination.swiper-pagination .swiper-pagination-bullet {
  background-color: #EBE8E2;
  height: 13px;
  margin: 0;
  width: 13px;
}
.posts-last__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--osfl-primary-color);
}

@media (min-width: 1024px) {
  .posts-last {
    padding-block: 97px;
  }
  .posts-last__shape-1 {
    height: 420px;
    left: -280px;
    top: 60px;
  }
  .posts-last__shape-2 {
    height: 130px;
    right: -60px;
    top: 1150px;
  }
  .posts-last__list {
    width: 100%;
  }
  .posts-last__list-wrapper {
    column-gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 60px;
  }
  .posts-last__item {
    margin: 0 !important;
    width: 100%;
  }
  .posts-last__pagination {
    display: none !important;
  }
}
.reports-last {
  padding-bottom: 60px;
  position: relative;
}
.reports-last__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.reports-last__heading {
  text-align: center;
}
.reports-last__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1024px) {
  .reports-last {
    padding-bottom: 160px;
  }
  .reports-last__list {
    column-gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 60px;
  }
  .reports-last__item {
    margin: 0 !important;
    width: 100%;
  }
}
.contact {
  border-top: 1px solid #CACACA;
  padding-block: 50px;
}
.contact__text-wrapper {
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  gap: 9px;
}
.contact__form-wrapper {
  grid-column: 1/-1;
}

@media (min-width: 1024px) {
  .contact {
    padding-block: 78px;
  }
  .contact__text-wrapper {
    grid-column: span 5;
  }
  .contact__form-wrapper {
    grid-column: span 7;
  }
}
@media (min-width: 1366px) {
  .contact__text-wrapper {
    grid-column: span 6;
  }
  .contact__form-wrapper {
    grid-column: span 6;
  }
}
.footer {
  border-top: 1px solid #CACACA;
  padding-block: 38px;
}
.footer__inner {
  row-gap: 28px;
}
.footer__logo {
  grid-column: 1/-1;
  height: 56px;
  justify-self: center;
  width: auto;
}
.footer__social-links {
  grid-column: 1/-1;
}
.footer__social-links-list {
  display: flex;
  justify-content: center;
  gap: 21px;
}
.footer__social-links-list img {
  display: block;
  height: 24px;
  width: auto;
}
.footer__social-links-list a:hover {
  opacity: 0.8;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 28px;
  grid-column: 1/-1;
}
.footer__copyright {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 150%;
  text-align: center;
}
.footer__links {
  color: var(--osfl-primary-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.footer__links a {
  white-space: nowrap;
}
.footer__links a:hover {
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .footer {
    padding-block: 28px 58px;
  }
  .footer__logo {
    align-self: center;
    grid-column: 1/5;
    grid-row: 1/3;
    justify-self: start;
  }
  .footer__social-links {
    grid-column: 5/-1;
    grid-row: 1/2;
  }
  .footer__social-links-list {
    justify-content: flex-end;
  }
  .footer__bottom {
    align-items: center;
    flex-direction: row;
    grid-column: 5/-1;
    grid-row: 2/3;
    justify-content: end;
  }
  .footer__copyright {
    text-align: right;
    white-space: nowrap;
  }
}
.posts-content {
  margin-block: 40px;
}
.posts-content__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 1/-1;
}
.posts-content__excerpt {
  color: #525252;
  font-size: 18px;
  line-height: 1.3;
}
.posts-content__image-wrapper {
  grid-column: 1/-1;
}
.posts-content__image {
  border-radius: 10px;
  display: block;
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.posts-content__content {
  grid-column: 1/-1;
}
.posts-content__add-to-any {
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  grid-column: 1/-1;
  justify-content: center;
  padding: 20px;
}
.posts-content__add-to-any-text {
  color: #09120f;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 640px) {
  .posts-content__image {
    height: 360px;
  }
  .posts-content__add-to-any {
    gap: 20px;
    padding: 40px;
  }
  .posts-content__add-to-any-text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .posts-content {
    margin-block: 90px;
  }
  .posts-content__inner {
    row-gap: 122px;
  }
  .posts-content__heading {
    gap: 40px;
    grid-column: 2/-2;
  }
  .posts-content__excerpt {
    font-size: 30px;
  }
  .posts-content__image {
    height: 580px;
  }
  .posts-content__content {
    grid-column: 2/-2;
  }
  .posts-content__add-to-any {
    grid-column: 3/-3;
  }
}
@media (min-width: 1366px) {
  .posts-content__heading {
    grid-column: 3/-3;
  }
  .posts-content__content {
    grid-column: 3/-3;
  }
  .posts-content__add-to-any {
    grid-column: 4/-4;
  }
}
.posts-related {
  padding-block: 60px;
}
.posts-related__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.posts-related__heading {
  text-align: center;
}
.posts-related__list {
  margin: 0;
  width: 100vw;
}
.posts-related__pagination.swiper-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  left: auto;
  margin: 30px 0;
  padding: 0;
  position: relative;
  top: auto;
}
.posts-related__pagination.swiper-pagination .swiper-pagination-bullet {
  background-color: #EBE8E2;
  height: 13px;
  margin: 0;
  width: 13px;
}
.posts-related__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--osfl-primary-color);
}

@media (min-width: 1024px) {
  .posts-related {
    padding-block: 97px;
  }
  .posts-related__list {
    width: 100%;
  }
  .posts-related__list-wrapper {
    column-gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 60px;
  }
  .posts-related__item {
    margin: 0 !important;
    width: 100%;
  }
  .posts-related__pagination {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
